@charset "UTF-8";
/* Library  */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Base  */
@font-face {
  font-family: 'DINPro-BlackItalic';
  src: url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BlackItalic.otf") format("opentype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BlackItalic.woff") format("woff"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BlackItalic.ttf") format("truetype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BlackItalic.svg#DINPro-BlackItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINPro-BoldItalic';
  src: url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BoldItalic.eot?#iefix") format("embedded-opentype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BoldItalic.otf") format("opentype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BoldItalic.woff") format("woff"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BoldItalic.ttf") format("truetype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruNegociosTheme10/css/fonts/DINPro-BoldItalic.svg#DINPro-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*$fuente1: 'Anton';
$fuente2: 'Bevan';*/
/******************** variables ********************/
/*$breakpoints: (
  movil  		: 480px,
  movil-h 	: 640px,
  tablet 		: 769px,
  tablet-h  : 1025px,
  tablet-w  : 1344px,
  laptop  	: 1367px
);*/
/*.color($color: 'null'){

	.color_atributos1 ($color) when (iscolor($color)) {
			 color: $color;
		}

		.color_atributos1($color);
}*/
/*@mixin fondo-degrade($direccion: left,$inicio: #ffffff,$fin: #000000) {
		background-color: $inicio;
		background-image: -webkit-linear-gradient($direccion, $inicio, $fin);
		background-image: -moz-linear-gradient($direccion, $inicio, $fin);
		background-image: -o-linear-gradient($direccion, $inicio, $fin);
		background-image: -ms-linear-gradient($direccion, $inicio, $fin);
		background-image: linear-gradient($direccion, $inicio, $fin);
}*/
/*

.sample {
		font-size: 30rem;

		@include breakpoint(medium) {
				font-size: 22rem;
		}
}


.element {
		font-size: 30rem;
}

@media (min-width: 992px) {
		.element {
				font-size: 22rem;
		}
}

*/
html {
  margin: 0px;
  padding: 0px;
  border: 0px; }

body {
  margin: 0;
  padding: 0; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, li {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

dl, dd, dt {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

table, td {
  border-collapse: collapse;
  margin: 0;
  padding: 0; }

img {
  border: 0 none; }

a, a:hover {
  outline: medium none;
  text-decoration: none; }

br {
  clear: both; }

form, fieldset {
  border: 0 none;
  margin: 0;
  padding: 0; }

footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.icon::before {
  display: inline-block;
  margin-right: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.globo {
  padding: 10px;
  width: 220px;
  border­radius: 10px;
  background­color: #8f0;
  font­family: "trebuchet ms", tahoma, verdana, sans­serif;
  font­size: 1.4em; }
  .globo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border­bottom: 30px solid #8f0;
    border­right: 20px solid transparent;
    border­left: 20px solid transparent;
    margin: ­30px 0 0 90px; }

/*

.example1{
  font-size: convert(18, px, percent); // converted from pixels 
}

.example2{
  font-size: convert(13, pts, ems); // converted from points
}

.example3{
  font-size: convert(2.5, ems, px); // converted from ems
}

.example4{
  font-size: convert(234, percent, px); // converted from percentage 
}

*/
/* Flexbox */
/*@mixin flex {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
}

@mixin flex-direction($direction) {
  -webkit-flex-direction:$direction;
  -moz-flex-direction:$direction;
  -ms-flex-direction:$direction;
  flex-direction:$direction;
}

@mixin flex-wrap($wrap) {
  -webkit-flex-wrap:$wrap;
  -moz-flex-wrap:$wrap;
  -ms-flex-wrap:$wrap;
  flex-wrap:$wrap;
}

@mixin flex-align-items($align) {
  -webkit-flex-align:$align;
  -moz-flex-align:$align;
  -ms-flex-align:$align;
  -webkit-align-items:$align;
  -webkit-box-align:$align;
  align-items:$align;
}

@mixin flex-justify-content($justify) {
  -webkit-justify-content:$justify;
  -moz-justify-content:$justify;
  -ms-justify-content:$justify;
  justify-content:$justify;
}

@mixin flex-grow($grow) {
  -webkit-flex-grow:$grow;
  -moz-flex-grow:$grow;
  -ms-flex-grow:$grow;
  flex-grow:$grow;
}

@mixin flex-order($order) {
  -webkit-box-ordinal-group:$order;
  -moz-box-ordinal-group:$order;
  -ms-flex-order:$order;
  -webkit-order:$order;
  order:$order;
}

@mixin align-self($align) {
  -webkit-align-self: $align;
  -moz-align-self: $align;
  -ms-align-self: $align;
  align-self: $align;
}*/
aside {
  position: fixed;
  bottom: 0px;
  right: 0px;
  max-width: 180px;
  max-height: 268px;
  width: 100%;
  height: 100%;
  /*background: url("../assets/side_banner.svg") no-repeat center center;*/
  z-index: 101; }
  @media screen and (max-width: 480px) {
    aside {
      max-width: 95px;
      max-height: 141px; } }
  aside a {
    width: 100%;
    height: 100%;
    display: block; }

.layout__modal {
  display: none; }
  .layout__modal .overlay {
    background-color: #040404;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102; }
  .layout__modal .box {
    width: 100%;
    height: 100%;
    z-index: 20;
    display: table; }
    .layout__modal .box__inset {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      position: relative;
      /*&--close{
		    	position: absolute;
		      top: -10;
		      right: -10;
		      z-index: 2;
		      cursor: pointer;
		    }*/ }

.layout__modal.active {
  display: block; }

.ID-1 .container {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.layout__main .page1 {
  font-size: 16px; }
  .layout__main .page1__header .section1 {
    width: 100%;
    /*background: url("../assets/bg_banner_web.jpg") no-repeat center top;
					background-size: cover;
					position: relative;
					display: block;

					@include to(movil) {
						background: url("../assets/bg_banner_movil.jpg") no-repeat center top;
						background-size: cover;
						height: 525px;
					}

					@include from-to(movil,tablet) {
						background: url("../assets/bg_banner_tablet.jpg") no-repeat center top;
						background-size: cover;
						height: 400px;
					}

					@include from-to(tablet,tablet-h) {
						background: url("../assets/bg_banner_tableth.jpg") no-repeat center top;
						background-size: cover;
						height: 521px;
					}*/ }
    .layout__main .page1__header .section1__align {
      width: 100%; }
      @media screen and (max-width: 1366px) {
        .layout__main .page1__header .section1__align {
          width: 100%; } }
    .layout__main .page1__header .section1__header {
      position: relative; }
      .layout__main .page1__header .section1__header .info {
        margin: 118px auto 0;
        position: absolute;
        left: 5%;
        z-index: 1; }
        @media screen and (max-width: 1024px) {
          .layout__main .page1__header .section1__header .info {
            width: 100%;
            padding: 0 0 0 38px;
            left: 2%; } }
        @media screen and (max-width: 768px) {
          .layout__main .page1__header .section1__header .info {
            margin: 90px auto 0;
            padding: 0 0 0 52px;
            left: 1%; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__header .section1__header .info {
            width: 318px;
            margin: 18px auto 0;
            padding: 0 0 0 32px; } }
        .layout__main .page1__header .section1__header .info:before {
          content: '';
          position: absolute;
          top: 36px;
          left: 310px;
          width: 77px;
          height: 77px;
         /* background: url("../assets/medidor.svg") no-repeat center top;*/
          background-size: 100% auto; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .info:before {
              left: 348px; } }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .info:before {
              top: 33px;
              left: 274px;
              width: 57px;
              height: 57px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .info:before {
              top: 32px;
              left: 236px;
              width: 52px;
              height: 52px; } }
        .layout__main .page1__header .section1__header .info h3 {
          font: normal 500 2.75em "DINPro-BoldItalic";
          color: #ffffff;
          line-height: 48px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .info h3 {
              font-size: 2em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .info h3 {
              font-size: 1.8125em;
              letter-spacing: 0.5px; } }
          .layout__main .page1__header .section1__header .info h3 span {
            position: relative;
            top: -8px; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__header .section1__header .info h3 span {
                top: -6px; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__header .section1__header .info h3 span {
                top: -5px; } }
        .layout__main .page1__header .section1__header .info h2 {
          font: normal 400 7em "DINPro-BlackItalic";
          color: #fe2126;
          line-height: 88px;
          letter-spacing: -2px;
          margin-left: -5px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .info h2 {
              font-size: 5.125em;
              line-height: 58px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .info h2 {
              font-size: 4.75em;
              line-height: 42px; } }
          .layout__main .page1__header .section1__header .info h2 span {
            font-size: 0.75em; }
          .layout__main .page1__header .section1__header .info h2 i {
            font-size: 0.75em; }
        .layout__main .page1__header .section1__header .info h2.right {
          padding-left: 160px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .info h2.right {
              padding-left: 114px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .info h2.right {
              padding: 25px 0 10px 108px; } }
        .layout__main .page1__header .section1__header .info h4 {
          font: normal 400 1.375em "DINPro-BlackItalic";
          color: #ffffff;
          line-height: 30px;
          letter-spacing: -0.8px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .info h4 {
              font-size: 1.0625em;
              letter-spacing: -1.2px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .info h4 {
              font-size: 0.9375em;
              line-height: 30px;
              letter-spacing: -0.7px; } }
      .layout__main .page1__header .section1__header .banner.slick-slider {
        margin-bottom: 0px; }
      .layout__main .page1__header .section1__header .banner {
        width: 100%;
        /*.swiper-button-disabled{
								opacity: .85;	
							}

							.slick-slide {
								float: left;
							}*/ }
        .layout__main .page1__header .section1__header .banner .slick-dots {
          bottom: 5px; }
        .layout__main .page1__header .section1__header .banner .slick-prev {
          left: 0%; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .banner .slick-prev {
              left: 0%; } }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .banner .slick-prev {
              left: 0%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .banner .slick-prev {
              left: 0%; } }
          .layout__main .page1__header .section1__header .banner .slick-prev:before {
            color: #da160d; }
        .layout__main .page1__header .section1__header .banner .slick-next {
          right: 0%; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .banner .slick-next {
              right: 0%; } }
          @media screen and (max-width: 768px) {
            .layout__main .page1__header .section1__header .banner .slick-next {
              right: 0%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .banner .slick-next {
              right: 0%; } }
          .layout__main .page1__header .section1__header .banner .slick-next:before {
            color: #da160d; }
        /*.layout__main .page1__header .section1__header .banner__child.b1 {
          background: url("../assets/b1_bg_banner_web.jpg") no-repeat center top; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .banner__child.b1 {
              background: url("../assets/b1_bg_banner_movil.jpg") no-repeat center top; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__header .section1__header .banner__child.b1 {
              background: url("../assets/b1_bg_banner_tablet.jpg") no-repeat center top; } }
          @media screen and (min-width: 769px) and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .banner__child.b1 {
              background: url("../assets/b1_bg_banner_tableth.jpg") no-repeat center top; } }
        .layout__main .page1__header .section1__header .banner__child.b2 {
          background: url("../assets/b2_bg_banner_web.jpg") no-repeat center top; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .banner__child.b2 {
              background: url("../assets/b2_bg_banner_movil.jpg") no-repeat center top; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__header .section1__header .banner__child.b2 {
              background: url("../assets/b2_bg_banner_tablet.jpg") no-repeat center top; } }
          @media screen and (min-width: 769px) and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .banner__child.b2 {
              background: url("../assets/b2_bg_banner_tableth.jpg") no-repeat center top; } }
        .layout__main .page1__header .section1__header .banner__child.b3 {
          background: url("../assets/b3_bg_banner_web.jpg") no-repeat center top; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .banner__child.b3 {
              background: url("../assets/b3_bg_banner_movil.jpg") no-repeat center top; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__header .section1__header .banner__child.b3 {
              background: url("../assets/b3_bg_banner_tablet.jpg") no-repeat center top; } }
          @media screen and (min-width: 769px) and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .banner__child.b3 {
              background: url("../assets/b3_bg_banner_tableth.jpg") no-repeat center top; } }*/
        .layout__main .page1__header .section1__header .banner__child {
          background-size: cover;
          position: relative;
          display: block;
          height: 521px; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__header .section1__header .banner__child {
              height: 525px; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__header .section1__header .banner__child {
              height: 400px; } }
          @media screen and (min-width: 769px) and (max-width: 1024px) {
            .layout__main .page1__header .section1__header .banner__child {
              height: 521px; } }
    .layout__main .page1__header .section1__content {
      position: relative; }
    .layout__main .page1__header .section1 #list3 .slick-dots li button {
      background: none;
      border: 0 !important; }
    .layout__main .page1__header .section1 #list3 .slick-dots li.slick-active button {
      background: none; }
    .layout__main .page1__header .section1 #list3 .slick-dots li.slick-active button:before {
      background: none; }
  .layout__main .page1__main {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .layout__main .page1__main .section1 {
      width: 100%;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .section1 {
          height: 100%; } }
      .layout__main .page1__main .section1__header .title {
        max-width: 1200px;
        margin: 0 auto;
        padding: 45px 40px 45px 40px;
        text-align: center;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #d4d4d4; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .section1__header .title {
            padding: 30px 20px 30px 20px; } }
        .layout__main .page1__main .section1__header .title h1 {
          font: normal 500 1.75em "Roboto";
          color: #ffffff;
          text-align: center;
          line-height: 24px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-top: 10px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .section1__header .title h1 {
              font-size: 1.5em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section1__header .title h1 {
              font-size: 1.5em;
              width: 75%; } }
          .layout__main .page1__main .section1__header .title h1 span {
            color: #da272c; }
          .layout__main .page1__main .section1__header .title h1 i.ico-l {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            left: -80px;
            top: 0; }
          .layout__main .page1__main .section1__header .title h1 i.ico-r {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            right: -80px;
            top: 0; }
        .layout__main .page1__main .section1__header .title .IconoHv {
          width: 100%;
          text-align: center;
          display: none; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .section1__header .title .IconoHv {
              width: 100%;
              text-align: center;
              padding-right: 0;
              padding-bottom: 20px; } }
          .layout__main .page1__main .section1__header .title .IconoHv img {
            width: 100px; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section1__header .title .IconoHv img {
                width: 100px; } }
        .layout__main .page1__main .section1__header .title .TextoHv {
          width: 70%;
          margin: auto;
          padding-top: 10px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .section1__header .title .TextoHv {
              width: 100%; } }
          .layout__main .page1__main .section1__header .title .TextoHv h4 {
            font: normal 400 1.625em "Roboto";
            color: #212121;
            text-align: left;
            display: none; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section1__header .title .TextoHv h4 {
                font-size: 1.375em; } }
            @media screen and (min-width: 481px) and (max-width: 768px) {
              .layout__main .page1__main .section1__header .title .TextoHv h4 {
                font-size: 1.5em; } }
          .layout__main .page1__main .section1__header .title .TextoHv p {
            font: normal 300 1.125em "Roboto";
            text-align: center;
            padding-top: 0px;
            color: #212121; }
            .layout__main .page1__main .section1__header .title .TextoHv p br {
              display: none; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section1__header .title .TextoHv p {
                font: normal 300 1.0625em "Roboto"; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section1__header .title .TextoHv p {
                font: normal 300 1em "Roboto";
                line-height: 1.2; } }
            .layout__main .page1__main .section1__header .title .TextoHv p:nth-of-type(2) {
              padding-top: 20px; }
            .layout__main .page1__main .section1__header .title .TextoHv p .desktopHv {
              font: normal 300 1.125em "Roboto";
              display: block;
              padding-top: 15px; }
              @media screen and (max-width: 640px) {
                .layout__main .page1__main .section1__header .title .TextoHv p .desktopHv {
                  display: none; } }
              .layout__main .page1__main .section1__header .title .TextoHv p .desktopHv a {
                color: #0FBDDF; }
                .layout__main .page1__main .section1__header .title .TextoHv p .desktopHv a img {
                  width: 180px; }
            .layout__main .page1__main .section1__header .title .TextoHv p .movileHv {
              display: block;
              padding-top: 15px;
              font: normal 300 1.125em "Roboto"; }
              .layout__main .page1__main .section1__header .title .TextoHv p .movileHv a {
                color: #0FBDDF; }
                .layout__main .page1__main .section1__header .title .TextoHv p .movileHv a img {
                  width: 180px; }
              @media screen and (min-width: 642px) {
                .layout__main .page1__main .section1__header .title .TextoHv p .movileHv {
                  display: none; } }
      .layout__main .page1__main .section1__main {
        text-align: center; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .section1__main {
            padding: 10px 40px 10px 40px; } }
        .layout__main .page1__main .section1__main h2 {
          font: normal 500 1.75em "Roboto";
          color: #ffffff;
          text-align: center;
          line-height: 24px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-top: 10px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .section1__main h2 {
              font-size: 1.5em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section1__main h2 {
              font-size: 1.5em;
              width: 75%; } }
          .layout__main .page1__main .section1__main h2 span {
            color: #da272c; }
          .layout__main .page1__main .section1__main h2 i.ico-l {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            left: -80px;
            top: 0; }
          .layout__main .page1__main .section1__main h2 i.ico-r {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            right: -80px;
            top: 0; }
        .layout__main .page1__main .section1__main .beneficios {
          display: inline-block;
          vertical-align: top;
          display: table;
          max-width: 1200px;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          padding: 50px 20px; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section1__main .beneficios {
              padding: 20px 20px 40px; } }
          .layout__main .page1__main .section1__main .beneficios .box {
            display: inline-block;
            vertical-align: top;
            width: 33%;
            color: #ffffff;
            padding: 25px; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section1__main .beneficios .box {
                width: 48%; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section1__main .beneficios .box {
                width: 100%;
                padding: 0; } }
            .layout__main .page1__main .section1__main .beneficios .box__align {
              max-width: 305px;
              width: 100%;
              margin: 0 auto;
              padding: 20px 30px 50px;
              border: solid 2px #da272c;
              -webkit-transform: skew(-10deg);
              -ms-transform: skew(-10deg);
              transform: skew(-10deg);
              position: relative;
              height: 270px; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section1__main .beneficios .box__align {
                  border: solid 0px #da272c;
                  padding: 10px;
                  height: auto; } }
              .layout__main .page1__main .section1__main .beneficios .box__align i.ico-cuadro {
               /* background: url("../assets/ico_cuadro.png") no-repeat center top;*/
                width: 60px;
                height: 30px;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -30px;
                margin-left: -48px; }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .section1__main .beneficios .box__align i.ico-cuadro {
                    display: none; } }
              .layout__main .page1__main .section1__main .beneficios .box__align .cuadro {
                -webkit-transform: skew(10deg);
                -ms-transform: skew(10deg);
                transform: skew(10deg); }
                .layout__main .page1__main .section1__main .beneficios .box__align .cuadro img {
                  display: block;
                  margin: 0 auto;
                  padding: 20px; }
                .layout__main .page1__main .section1__main .beneficios .box__align .cuadro h3 {
                  font: normal 500 1.25em "Roboto"; }
                .layout__main .page1__main .section1__main .beneficios .box__align .cuadro p {
                  font: normal 300 1.125em "Roboto";
                  padding-top: 5px; }
        .layout__main .page1__main .section1__main .subtitle {
          width: 1000px;
          margin: 0 auto;
          padding: 35px 0 45px 0; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__main .section1__main .subtitle {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section1__main .subtitle {
              padding: 25px 0 35px 0; } }
          .layout__main .page1__main .section1__main .subtitle h3 {
            font: normal 300 1.625em "Roboto";
            color: #000000;
            line-height: 28px; }
          .layout__main .page1__main .section1__main .subtitle h4 {
            font: normal 500 1.125em "Roboto";
            color: #000000;
            text-align: center; }
            .layout__main .page1__main .section1__main .subtitle h4 span {
              vertical-align: middle; }
            .layout__main .page1__main .section1__main .subtitle h4 img {
              vertical-align: middle;
              margin-left: 10px; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section1__main .subtitle h4 img {
                  width: 100%;
                  margin: 10px 0 0 0px; } }
        .layout__main .page1__main .section1__main .list {
          width: 1000px;
          margin: 0 auto; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__main .section1__main .list {
              width: 100%; } }
          .layout__main .page1__main .section1__main .list ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .layout__main .page1__main .section1__main .list ul li {
              margin: 0 1% 1%; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section1__main .list ul li {
                  margin: 0 3.8% 1%; } }
              .layout__main .page1__main .section1__main .list ul li span {
                font: normal 300 0.6875em "Roboto";
                color: #000000;
                text-align: center;
                display: block; }
      .layout__main .page1__main .section1__list.slick-dotted.slick-slider {
        margin: 0 0 85px; }
    .layout__main .page1__main .porlet3 {
      display: none;
      background: #0c0c20; }
      .layout__main .page1__main .porlet3__align {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        min-height: 650px;
        padding-bottom: 70px; }
      .layout__main .page1__main .porlet3__main {
        width: 100%; }
      .layout__main .page1__main .porlet3 .title {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .porlet3 .title {
            padding: 30px 20px 0px 20px; } }
        .layout__main .page1__main .porlet3 .title h2 {
          font: normal 500 1.75em "Roboto";
          color: #ffffff;
          text-align: center;
          line-height: 24px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-top: 10px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .porlet3 .title h2 {
              font-size: 1.5em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .porlet3 .title h2 {
              font-size: 1.5em;
              width: 75%; } }
          .layout__main .page1__main .porlet3 .title h2 span {
            color: #da272c; }
          .layout__main .page1__main .porlet3 .title h2 i.ico-l {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            left: -80px;
            top: 0; }
          .layout__main .page1__main .porlet3 .title h2 i.ico-r {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            right: -80px;
            top: 0; }
      .layout__main .page1__main .porlet3 .secc_box {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        background: #0c0c20; }
        .layout__main .page1__main .porlet3 .secc_box .content-box {
          width: 100%;
          margin: 0 auto;
          outline: 0;
          overflow: hidden; }
        .layout__main .page1__main .porlet3 .secc_box .box {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          padding: 20px;
          text-align: center;
          float: right; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .porlet3 .secc_box .box {
              width: 100%; } }
          .layout__main .page1__main .porlet3 .secc_box .box__main {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            padding: 0 20px;
            position: relative;
            /*.copy{
									position: absolute;
									bottom: 75px;
									width: 100px;
									font: normal 300 em(10) $font1;
									color: #fff;
									left: 50%;
									margin-left: -50px;

								}*/ }
            .layout__main .page1__main .porlet3 .secc_box .box__main h3 {
              font: normal 500 1.5em "Roboto";
              color: #ffffff;
              padding-top: 100px;
              padding-bottom: 20px; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .porlet3 .secc_box .box__main h3 {
                  padding-top: 0px;
                  text-align: center; } }
            .layout__main .page1__main .porlet3 .secc_box .box__main p {
              font: normal 400 1.125em "Roboto";
              color: #ffffff; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .porlet3 .secc_box .box__main p {
                  text-align: center; } }
            .layout__main .page1__main .porlet3 .secc_box .box__main .gif {
              display: block;
              margin: 0 auto;
              padding-top: 40px;
              max-width: 312px;
              width: 100%; }
      .layout__main .page1__main .porlet3 #list5 .slick-dots {
        top: 0;
        bottom: none; }
        .layout__main .page1__main .porlet3 #list5 .slick-dots li button:before {
          color: #909090; }
        .layout__main .page1__main .porlet3 #list5 .slick-dots li.slick-active button:before {
          color: #da272c; }
      .layout__main .page1__main .porlet3 #list5 .slick-dots li button {
        background: none;
        border: 0 !important; }
      .layout__main .page1__main .porlet3 #list5 .slick-dots li.slick-active button {
        background: none; }
      .layout__main .page1__main .porlet3 #list5 .slick-dots li.slick-active button:before {
        background: none; }
    .layout__main .page1__main .porlet4 {
     /* background: url("../assets/bg_secc04.jpg") no-repeat center top;*/
      background-size: cover; }
      .layout__main .page1__main .porlet4__align {
        width: 100%;
        padding: 20px;
        padding-bottom: 50px; }
      .layout__main .page1__main .porlet4__main {
        max-width: 1200px;
        margin: 0 auto; }
      .layout__main .page1__main .porlet4 .title {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 50px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .porlet4 .title {
            padding: 30px 20px 20px 20px; } }
        .layout__main .page1__main .porlet4 .title h2 {
          font: normal 500 1.75em "Roboto";
          color: #ffffff;
          text-align: center;
          line-height: 24px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-top: 10px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .porlet4 .title h2 {
              font-size: 1.5em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .porlet4 .title h2 {
              width: 70%;
              padding-top: 0px; } }
          .layout__main .page1__main .porlet4 .title h2 span {
            color: #da272c; }
          .layout__main .page1__main .porlet4 .title h2 i.ico-l {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            left: -80px;
            top: 0; }
          .layout__main .page1__main .porlet4 .title h2 i.ico-r {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            right: -80px;
            top: 0; }
      .layout__main .page1__main .porlet4 .porlet-box {
        text-align: center; }
        .layout__main .page1__main .porlet4 .porlet-box .box {
          display: inline-block;
          vertical-align: top;
          width: 33%;
          padding: 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .porlet4 .porlet-box .box {
              width: 48%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .porlet4 .porlet-box .box {
              width: 100%; } }
          .layout__main .page1__main .porlet4 .porlet-box .box img {
            display: block;
            margin: 0 auto; }
          .layout__main .page1__main .porlet4 .porlet-box .box h3 {
            font: normal 400 1.25em "Roboto";
            color: #ffffff;
            padding: 10px 10px 5px; }
          .layout__main .page1__main .porlet4 .porlet-box .box p {
            font: normal 300 1em "Roboto";
            color: #ffffff;
            max-width: 265px;
            margin: 0 auto; }
            .layout__main .page1__main .porlet4 .porlet-box .box p a {
              color: #008fa5;
              text-decoration: none; }
              .layout__main .page1__main .porlet4 .porlet-box .box p a:hover {
                text-decoration: underline; }
    .layout__main .page1__main .mapa {
     /* background: url("../assets/bg_secc05.jpg") no-repeat center top;*/
      background-size: cover; }
      .layout__main .page1__main .mapa__align {
        width: 100%; }
      .layout__main .page1__main .mapa__main {
        width: 100%; }
      .layout__main .page1__main .mapa .title {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .mapa .title {
            padding: 40px 20px 40px 20px; } }
        .layout__main .page1__main .mapa .title h2 {
          font: normal 500 1.75em "Roboto";
          color: #ffffff;
          text-align: center;
          line-height: 24px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-top: 10px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .mapa .title h2 {
              font-size: 1.5em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .mapa .title h2 {
              padding-top: 12px; } }
          .layout__main .page1__main .mapa .title h2 span {
            color: #da272c; }
          .layout__main .page1__main .mapa .title h2 i.ico-l {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            left: -80px;
            top: 0; }
          .layout__main .page1__main .mapa .title h2 i.ico-r {
            display: inline-block;
            vertical-align: top;
            padding: 10px 20px;
            height: 26px;
            margin-top: 2px;
            position: absolute;
            right: -80px;
            top: 0; }
      .layout__main .page1__main .mapa .mapa-iframe {
        text-align: center; }
        .layout__main .page1__main .mapa .mapa-iframe iframe {
          display: inline-block;
          vertical-align: top;
          padding-bottom: 50px;
          width: 100%;
          max-width: 1200px;
          height: 750px; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .mapa .mapa-iframe iframe {
              height: 730px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .mapa .mapa-iframe iframe {
              height: 610px; } }
    .layout__main .page1__main .equipos {
      background: #1b1c27; }
      .layout__main .page1__main .equipos__align {
        width: 100%; }
      .layout__main .page1__main .equipos__main {
        width: 100%; }
      .layout__main .page1__main .equipos .title {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .equipos .title {
            padding: 30px 20px 0px 20px; } }
        .layout__main .page1__main .equipos .title h2 {
          font: normal 300 1.625em "Roboto";
          color: #ffffff;
          text-align: center;
          line-height: 24px;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .equipos .title h2 {
              font-size: 1.5em; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .equipos .title h2 {
              font-size: 1.5em; } }
          .layout__main .page1__main .equipos .title h2 span {
            color: #da272c; }
        .layout__main .page1__main .equipos .title i.ico {
          display: inline-block;
          vertical-align: top;
          padding: 10px 20px;
          height: 26px;
          margin-top: -10px; }
    .layout__main .page1__main .smart-tv__align {
      width: 100%;
      overflow: hidden; }
      .layout__main .page1__main .smart-tv__align .box-tit-movil h2 {
        font: normal 400 1.375em "Roboto";
        text-align: center;
        padding: 20px 0 20px 0;
        display: none; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .smart-tv__align .box-tit-movil h2 {
            display: block; } }
      .layout__main .page1__main .smart-tv__align .box1 {
        display: inline-block;
        vertical-align: top;
        float: left;
        width: 60%;
        /*background: url("../assets/bg_secc2.png") no-repeat -100px top;*/
        background-size: contain;
        text-align: right;
        padding: 7% 0; }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .smart-tv__align .box1 {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .smart-tv__align .box1 {
            width: 100%; } }
        .layout__main .page1__main .smart-tv__align .box1 .image {
          display: inline-block;
          vertical-align: top;
          position: relative;
          text-align: center;
          max-width: 800px;
          width: 100%; }
          .layout__main .page1__main .smart-tv__align .box1 .image img {
            display: inline-block;
            width: 100%; }
          .layout__main .page1__main .smart-tv__align .box1 .image .precio {
            position: absolute;
            top: 0;
            right: 0;
            background: #da272c;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            border: solid 5px #fff;
            -webkit-box-shadow: 1px -1px 3px 1px #ccc;
            box-shadow: 1px -1px 3px 1px #ccc; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .smart-tv__align .box1 .image .precio {
                width: 110px;
                height: 110px;
                right: 3px; } }
            .layout__main .page1__main .smart-tv__align .box1 .image .precio span {
              color: #ffffff;
              font: normal 500 2em "Roboto";
              padding-top: 45px;
              display: inline-block;
              letter-spacing: -2px; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .smart-tv__align .box1 .image .precio span {
                  font-size: 22px;
                  padding-top: 25px; } }
              .layout__main .page1__main .smart-tv__align .box1 .image .precio span strong {
                font-size: 44px; }
                @media screen and (max-width: 768px) {
                  .layout__main .page1__main .smart-tv__align .box1 .image .precio span strong {
                    font-size: 26px; } }
            .layout__main .page1__main .smart-tv__align .box1 .image .precio p {
              font: normal 300 1em "Roboto";
              line-height: 1.2;
              color: #ffffff; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .smart-tv__align .box1 .image .precio p {
                  font-size: 11px; } }
      .layout__main .page1__main .smart-tv__align .box2 {
        display: inline-block;
        vertical-align: top;
        float: left;
        width: 40%;
        padding: 50px; }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .smart-tv__align .box2 {
            width: 50%;
            padding: 0 50px; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .smart-tv__align .box2 {
            width: 100%; } }
        .layout__main .page1__main .smart-tv__align .box2 h2 {
          font: normal 400 1.75em "Roboto";
          padding-bottom: 100px; }
          @media screen and (min-width: 1200px) and (max-width: 1529px) {
            .layout__main .page1__main .smart-tv__align .box2 h2 {
              padding-bottom: 70px; } }
          @media screen and (max-width: 1198px) {
            .layout__main .page1__main .smart-tv__align .box2 h2 {
              padding-bottom: 30px; } }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .smart-tv__align .box2 h2 {
              font-size: 26px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .smart-tv__align .box2 h2 {
              font-size: 20px;
              text-align: center;
              display: none; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .smart-tv__align .box2 ul {
            padding: 20px 0; } }
        .layout__main .page1__main .smart-tv__align .box2 ul li {
          font: normal 300 1.5em "Roboto";
          padding-bottom: 20px; }
          .layout__main .page1__main .smart-tv__align .box2 ul li p {
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin-left: 50px;
            font-size: 20px; }
            .layout__main .page1__main .smart-tv__align .box2 ul li p:before {
              content: "";
              width: 35px;
              height: 34px;
              position: absolute;
              top: 0;
              left: -50px; }
            @media screen and (max-width: 1198px) {
              .layout__main .page1__main .smart-tv__align .box2 ul li p {
                font-size: 18px; } }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .smart-tv__align .box2 ul li p {
                font-size: 16px; } }
          /*.layout__main .page1__main .smart-tv__align .box2 ul li .ico1:before {
            background: url("../assets/ico1.png") no-repeat left top; }*/
            @media screen and (max-width: 1198px) {
              .layout__main .page1__main .smart-tv__align .box2 ul li .ico1:before {
                top: -4px; } }
         /* .layout__main .page1__main .smart-tv__align .box2 ul li .ico2:before {
            background: url("../assets/ico2.png") no-repeat left top; }*/
            @media screen and (max-width: 1198px) {
              .layout__main .page1__main .smart-tv__align .box2 ul li .ico2:before {
                top: -5px; } }
         /* .layout__main .page1__main .smart-tv__align .box2 ul li .ico3:before {
            background: url("../assets/ico3.png") no-repeat left top; }
          .layout__main .page1__main .smart-tv__align .box2 ul li .ico4:before {
            background: url("../assets/ico4.png") no-repeat left top; }
          .layout__main .page1__main .smart-tv__align .box2 ul li .ico5:before {
            background: url("../assets/ico5.png") no-repeat left top; }
          .layout__main .page1__main .smart-tv__align .box2 ul li .ico6:before {
            background: url("../assets/ico6.png") no-repeat left top; }
          .layout__main .page1__main .smart-tv__align .box2 ul li .ico7:before {
            background: url("../assets/ico7.png") no-repeat left top; }*/
    .layout__main .page1__main .macbook-air__align {
      width: 100%;
      overflow: hidden; }
      .layout__main .page1__main .macbook-air__align .box-tit-movil h2 {
        font: normal 400 1.375em "Roboto";
        text-align: center;
        padding: 40px 0 20px 0;
        display: none; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .macbook-air__align .box-tit-movil h2 {
            display: block; } }
      .layout__main .page1__main .macbook-air__align .box1 {
        display: inline-block;
        vertical-align: top;
        float: right;
        width: 40%;
        padding: 40px;
        text-align: right; }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .macbook-air__align .box1 {
            width: 50%;
            padding: 0 40px; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .macbook-air__align .box1 {
            width: 100%; } }
        .layout__main .page1__main .macbook-air__align .box1 h2 {
          display: inline-block;
          vertical-align: top;
          font: normal 400 1.75em "Roboto";
          padding-top: 110px;
          padding-bottom: 100px;
          text-align: left;
          max-width: 530px;
          width: 100%; }
          @media screen and (min-width: 1200px) and (max-width: 1529px) {
            .layout__main .page1__main .macbook-air__align .box1 h2 {
              padding-top: 40px;
              padding-bottom: 70px; } }
          @media screen and (max-width: 1198px) {
            .layout__main .page1__main .macbook-air__align .box1 h2 {
              padding-top: 30px;
              padding-bottom: 50px; } }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .macbook-air__align .box1 h2 {
              padding-top: 0px;
              font-size: 26px;
              padding-bottom: 40px; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .macbook-air__align .box1 h2 {
              font-size: 20px;
              text-align: center;
              display: none; } }
        .layout__main .page1__main .macbook-air__align .box1 ul {
          display: inline-block;
          vertical-align: top;
          max-width: 530px;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .macbook-air__align .box1 ul {
              padding: 20px 0; } }
          .layout__main .page1__main .macbook-air__align .box1 ul li {
            font: normal 300 1.5em "Roboto";
            padding-bottom: 20px;
            text-align: left; }
            .layout__main .page1__main .macbook-air__align .box1 ul li p {
              display: inline-block;
              vertical-align: top;
              position: relative;
              margin-left: 50px;
              font-size: 20px; }
              .layout__main .page1__main .macbook-air__align .box1 ul li p:before {
                content: "";
                width: 35px;
                height: 35px;
                position: absolute;
                top: 0;
                left: -50px; }
                @media screen and (max-width: 1198px) {
                  .layout__main .page1__main .macbook-air__align .box1 ul li p:before {
                    top: 5px; } }
              @media screen and (max-width: 1198px) {
                .layout__main .page1__main .macbook-air__align .box1 ul li p {
                  font-size: 18px; } }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .macbook-air__align .box1 ul li p {
                  font-size: 16px; } }
           /* .layout__main .page1__main .macbook-air__align .box1 ul li .ico8:before {
              background: url("../assets/ico8.png") no-repeat left top; }*/
              @media screen and (max-width: 1198px) {
                .layout__main .page1__main .macbook-air__align .box1 ul li .ico8:before {
                  top: 0px; } }
           /* .layout__main .page1__main .macbook-air__align .box1 ul li .ico9:before {
              background: url("../assets/ico9.png") no-repeat left top; }
            .layout__main .page1__main .macbook-air__align .box1 ul li .ico10:before {
              background: url("../assets/ico10.png") no-repeat left top; }
            .layout__main .page1__main .macbook-air__align .box1 ul li .ico11:before {
              background: url("../assets/ico11.png") no-repeat left top; }
            .layout__main .page1__main .macbook-air__align .box1 ul li .ico12:before {
              background: url("../assets/ico12.png") no-repeat left top; }*/
      .layout__main .page1__main .macbook-air__align .box2 {
        display: inline-block;
        vertical-align: top;
        float: right;
        width: 60%;
       /* background: url("../assets/bg_secc3.png") no-repeat right top;*/
        background-size: contain;
        text-align: left;
        padding: 7% 0; }
        @media screen and (max-width: 1649px) {
          .layout__main .page1__main .macbook-air__align .box2 {
            /*background: url("../assets/bg_secc3.png") no-repeat 180px top;*/
            background-size: contain; } }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .macbook-air__align .box2 {
            width: 50%;
           /* background: url("../assets/bg_secc3.png") no-repeat 120px top;*/
            background-size: contain; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .macbook-air__align .box2 {
            width: 100%; } }
        .layout__main .page1__main .macbook-air__align .box2 .image {
          display: inline-block;
          vertical-align: top;
          position: relative;
          text-align: center;
          max-width: 800px;
          width: 100%; }
          .layout__main .page1__main .macbook-air__align .box2 .image img {
            display: inline-block;
            width: 100%; }
          .layout__main .page1__main .macbook-air__align .box2 .image .precio {
            position: absolute;
            top: 0;
            left: 0;
            background: #da272c;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            border: solid 5px #fff;
            -webkit-box-shadow: -1px -1px 3px 1px #ccc;
            box-shadow: -1px -1px 3px 1px #ccc; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .macbook-air__align .box2 .image .precio {
                width: 110px;
                height: 110px;
                right: 3px; } }
            .layout__main .page1__main .macbook-air__align .box2 .image .precio span {
              color: #ffffff;
              font: normal 500 2em "Roboto";
              padding-top: 45px;
              display: inline-block;
              letter-spacing: -2px; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .macbook-air__align .box2 .image .precio span {
                  font-size: 22px;
                  padding-top: 25px; } }
              .layout__main .page1__main .macbook-air__align .box2 .image .precio span strong {
                font-size: 44px; }
                @media screen and (max-width: 768px) {
                  .layout__main .page1__main .macbook-air__align .box2 .image .precio span strong {
                    font-size: 26px; } }
            .layout__main .page1__main .macbook-air__align .box2 .image .precio p {
              font: normal 300 1em "Roboto";
              line-height: 1.2;
              color: #ffffff; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .macbook-air__align .box2 .image .precio p {
                  font-size: 11px; } }
    .layout__main .page1__main .section2 {
      background: #091826; }
      @media screen and (max-width: 1379px) {
        .layout__main .page1__main .section2 {
          background-size: 97%;
          background-position-y: 45%; } }
      @media screen and (max-width: 1024px) {
        .layout__main .page1__main .section2 {
          background-size: 94%;
          background-position-y: 64%; } }
      @media screen and (max-width: 1024px) {
        .layout__main .page1__main .section2 {
          background: #091826;
          background-size: 94%;
          background-position-y: 64%; } }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .section2 {
          background-size: 95% 300px;
          background-position-y: 65%; } }
      .layout__main .page1__main .section2__main {
        padding: 10px 20px 70px;
        /*.title{
							padding-bottom: 30px;
							h2{
								font: normal 400 em(24) $font1;
								color: $color_t1;
								line-height: 23px;
								text-align: center;
								display: table;
								margin: 0 auto;
								@include to(movil) {
									@include flexbox;
									@include flex-direction(column);
									font-size: em(21);
									line-height: 22px;
								}
								span{
									
									padding-left: 20px;
									display: table-cell;
									@include to(movil) {
										@include order(2);
										padding: 0 20px;
										br{
											display: none;
										}
									}
									small{
										font-size: em(13);
										line-height: 20px;
										@include to(movil) {
											font-size: em(11);
											line-height: 17px;
										}
									}
								}

								i{
									width: 42%;
									background: url("../assets/claromax-crsl_v2.png") no-repeat center center;
									background-size: 100% auto;
									display: table-cell;
									@include to(movil) {
										@include order(1);
										width: 100%;
										background-size: 60% auto;
										padding-bottom: 20%;
									}
								}

							}
						}*/ }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .section2__main {
            padding: 20px 0px 20px; } }
        .layout__main .page1__main .section2__main .title {
          max-width: 1200px;
          margin: 0 auto;
          padding: 50px;
          text-align: center;
          position: relative; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section2__main .title {
              padding: 20px; } }
          .layout__main .page1__main .section2__main .title h2 {
            font: normal 500 1.75em "Roboto";
            color: #ffffff;
            text-align: center;
            line-height: 24px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding-top: 10px; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section2__main .title h2 {
                font-size: 1.5em; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section2__main .title h2 {
                padding-top: 0px;
                width: 80%; } }
            .layout__main .page1__main .section2__main .title h2 span {
              color: #da272c; }
            .layout__main .page1__main .section2__main .title h2 i.ico-l {
              display: inline-block;
              vertical-align: top;
              padding: 10px 20px;
              height: 26px;
              margin-top: 2px;
              position: absolute;
              left: -80px;
              top: 0; }
            .layout__main .page1__main .section2__main .title h2 i.ico-r {
              display: inline-block;
              vertical-align: top;
              padding: 10px 20px;
              height: 26px;
              margin-top: 2px;
              position: absolute;
              right: -80px;
              top: 0; }
          .layout__main .page1__main .section2__main .title p {
            font: normal 300 1.125em "Roboto";
            color: #ffffff;
            padding-top: 20px; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section2__main .title p {
                font-size: 16px; } }
        .layout__main .page1__main .section2__main .tab {
          /*.slick-list{

								width: 100%;
								.slick-slide{
									margin: 0% 0.5%;
									//margin: 0px;
								}


							}*/
          /*.slick-dots{
								bottom: -75px;
							}*/ }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section2__main .tab {
              padding: 0 0 20px 0; } }
          .layout__main .page1__main .section2__main .tab .menu {
            max-width: 400px;
            margin: 0 auto;
            width: 100%;
            padding: 0px 0 0 0;
            border-bottom: solid 1px #ccc; }
            .layout__main .page1__main .section2__main .tab .menu ul {
              display: table;
              margin: 0 auto; }
              .layout__main .page1__main .section2__main .tab .menu ul li {
                display: table-cell;
                margin: 0 120px;
                padding: 0 10px;
                cursor: pointer; }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .section2__main .tab .menu ul li {
                    padding: 0 5px; } }
                .layout__main .page1__main .section2__main .tab .menu ul li a {
                  font: normal 400 1em "Roboto";
                  color: #bbbbbb;
                  line-height: 46px;
                  margin: 0 26px;
                  display: table; }
              .layout__main .page1__main .section2__main .tab .menu ul li.active a {
                font-weight: 600;
                color: #484646; }
              .layout__main .page1__main .section2__main .tab .menu ul li.active:after {
                content: "";
                display: block;
                background-color: #da160d;
                height: 5px;
                margin-top: -2px; }
          .layout__main .page1__main .section2__main .tab .info {
            padding: 40px 0 0px 0; }
            @media screen and (max-width: 1024px) {
              .layout__main .page1__main .section2__main .tab .info {
                padding: 40px 20px 10px 20px; } }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section2__main .tab .info {
                padding: 40px 0 10px 0; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section2__main .tab .info {
                width: 320px;
                padding: 20px 0px 0;
                margin: 0 auto; } }
            .layout__main .page1__main .section2__main .tab .info__tab {
              position: absolute;
              z-index: -1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${ieopacidad})";
              filter: alpha(opacity=${ieopacidad});
              opacity: 0; }
            .layout__main .page1__main .section2__main .tab .info__tab.active {
              position: relative;
              z-index: 30;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${ieopacidad})";
              filter: alpha(opacity=${ieopacidad});
              opacity: 1;
              -webkit-transition: all 0.2s ease 0.1s;
              -moz-transition: all 0.2s ease 0.1s;
              -o-transition: all 0.2s ease 0.1s;
              -ms-transition: all 0.2s ease 0.1s;
              transition: all 0.2s ease 0.1s; }
            .layout__main .page1__main .section2__main .tab .info__list {
              max-width: 1300px;
              width: 100%;
              margin: 0 auto;
              text-align: center; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section2__main .tab .info__list {
                  width: 320px;
                  margin: 0px; } }
              @media screen and (min-width: 481px) and (max-width: 1024px) {
                .layout__main .page1__main .section2__main .tab .info__list {
                  width: 100%; } }
              .layout__main .page1__main .section2__main .tab .info__list .slick-list {
                position: relative;
                overflow: hidden;
                display: block;
                margin: 0;
                padding: 0 0 10px 0; }
              .layout__main .page1__main .section2__main .tab .info__list .slick-prev {
                left: -5%; }
                @media screen and (max-width: 1024px) {
                  .layout__main .page1__main .section2__main .tab .info__list .slick-prev {
                    left: -2%; } }
                @media screen and (max-width: 768px) {
                  .layout__main .page1__main .section2__main .tab .info__list .slick-prev {
                    left: 0%; } }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .section2__main .tab .info__list .slick-prev {
                    left: -1%; } }
                .layout__main .page1__main .section2__main .tab .info__list .slick-prev:before {
                  color: #da160d; }
              .layout__main .page1__main .section2__main .tab .info__list .swiper-button-disabled {
                opacity: .85; }
              .layout__main .page1__main .section2__main .tab .info__list .slick-slide {
                float: left; }
              .layout__main .page1__main .section2__main .tab .info__list .slick-next {
                right: -5%; }
                @media screen and (max-width: 1024px) {
                  .layout__main .page1__main .section2__main .tab .info__list .slick-next {
                    right: -2%; } }
                @media screen and (max-width: 768px) {
                  .layout__main .page1__main .section2__main .tab .info__list .slick-next {
                    right: 0%; } }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .section2__main .tab .info__list .slick-next {
                    right: -1%; } }
                .layout__main .page1__main .section2__main .tab .info__list .slick-next:before {
                  color: #da160d; }
              .layout__main .page1__main .section2__main .tab .info__list .element {
                -webkit-border-radius: 20px 20px 20px 20px;
                -moz-border-radius: 20px 20px 20px 20px;
                border-radius: 20px 20px 20px 20px;
                margin: 0 1%;
                outline: 0;
                display: inline-block;
                vertical-align: top;
                width: 22%;
                margin-bottom: 20px; }
                @media screen and (max-width: 768px) {
                  .layout__main .page1__main .section2__main .tab .info__list .element {
                    width: 30%; } }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .section2__main .tab .info__list .element {
                    width: 45%; } }
                .layout__main .page1__main .section2__main .tab .info__list .element blockquote {
                  margin: 0;
                  background: #091826;
                  border-left: none; }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote h3 {
                    font: normal 500 1.5em "Roboto";
                    color: #ffffff;
                    line-height: 23px;
                    text-align: center; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote h3 {
                        font-size: 1em;
                        line-height: 15px; } }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote h4 {
                    font: normal 300 1.125em "Roboto";
                    color: #ffffff;
                    line-height: 23px;
                    text-align: center;
                    padding-top: 5px;
                    padding-bottom: 5px; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote h4 {
                        font-size: 0.75em;
                        line-height: 15px; } }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote p {
                    font: normal 400 1.25em "Roboto";
                    text-align: center;
                    padding: 10px 0; }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote p strong {
                      font-weight: 700; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote p strong span {
                        font-size: 26px; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote p {
                        padding: 0 0; } }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote img {
                    display: block;
                    margin: 0 auto; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote img {
                        width: 80%; } }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo {
                    width: 95%;
                    margin: 0 auto;
                    padding: 0 20px;
                    border-top: solid 1px #da272c;
                    border-bottom: solid 1px #da272c;
                    overflow: hidden; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo {
                        width: 100%;
                        padding: 0 5px; } }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box1 {
                      display: inline-block;
                      vertical-align: top;
                      float: left;
                      width: 60%; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box1 h3 {
                        font: normal 900 1.5em "Roboto";
                        text-align: left;
                        text-transform: uppercase;
                        color: #da272c; }
                        @media screen and (max-width: 768px) {
                          .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box1 h3 {
                            font-size: 22px; } }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box2 {
                      display: inline-block;
                      vertical-align: top;
                      float: left;
                      width: 40%; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box2 span {
                        display: inline-block;
                        font: normal 900 1.25em "Roboto";
                        color: #da272c; }
                        .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box2 span strong {
                          display: inline-block;
                          font-size: 48px;
                          font-weight: 900; }
                          @media screen and (max-width: 480px) {
                            .layout__main .page1__main .section2__main .tab .info__list .element blockquote .promo .box2 span strong {
                              font-size: 40px; } }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote .boton {
                    padding: 40px 20px 10px; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .boton {
                        padding: 10px 20px 10px; } }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote .boton a {
                      font: normal 300 1.125em "Roboto";
                      color: #ffffff;
                      background: #008fa5;
                      padding: 10px 15px;
                      border-radius: 5px; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .boton a:hover {
                        background: #1d7e91; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .boton a span {
                        font-size: 22px;
                        display: inline-block;
                        vertical-align: top;
                        margin-top: -7px; }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote .enlace {
                    padding: 0px 20px 30px; }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote .enlace p {
                      color: #ffffff;
                      padding: 0;
                      font: normal 300 1.125em "Roboto"; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .enlace {
                        padding: 0px 20px 10px; } }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote .enlace .link {
                      text-decoration: none;
                      color: #008fa5;
                      font: normal 300 1.125em "Roboto"; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote .enlace .link:hover {
                        text-decoration: underline; }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote div {
                    width: 100%;
                    text-align: center;
                    padding: 10px 0; }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote div i {
                      display: inline-block;
                      vertical-align: top;
                      padding: 0 5px; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote div i img {
                        height: 22px; }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote div span {
                      display: inline-block;
                      vertical-align: top;
                      font: normal 400 1.125em "Roboto";
                      padding: 2px 5px; }
                      @media screen and (max-width: 480px) {
                        .layout__main .page1__main .section2__main .tab .info__list .element blockquote div span {
                          padding: 2px 0px; } }
                  .layout__main .page1__main .section2__main .tab .info__list .element blockquote ul {
                    padding: 20px; }
                    .layout__main .page1__main .section2__main .tab .info__list .element blockquote ul li {
                      position: relative;
                      font: normal 500 0.875em "Roboto";
                      margin-left: 30px;
                      padding-bottom: 10px; }
                      .layout__main .page1__main .section2__main .tab .info__list .element blockquote ul li:before {
                        position: absolute;
                        content: "";
                        width: 20px;
                        height: 20px;
                       /* background: url("../assets/ico-checked.png") no-repeat left top;*/
                        top: 3px;
                        left: -20px; }
            .layout__main .page1__main .section2__main .tab .info .boton-tienda {
              text-align: center;
              padding-top: 20px; }
              @media screen and (max-width: 1024px) {
                .layout__main .page1__main .section2__main .tab .info .boton-tienda {
                  padding-top: 0; } }
              .layout__main .page1__main .section2__main .tab .info .boton-tienda a.tienda {
                text-decoration: none;
                font: normal 300 1em "Roboto";
                color: #ffffff;
                background: #008fa5;
                padding: 10px 25px 10px 20px;
                border-bottom: solid 3px #1d7e91;
                position: relative; }
                .layout__main .page1__main .section2__main .tab .info .boton-tienda a.tienda span {
                  font-size: 24px;
                  position: absolute;
                  top: 4px;
                  right: 15px; }
            .layout__main .page1__main .section2__main .tab .info .bottom {
              padding: 20px;
              padding-top: 50px; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section2__main .tab .info .bottom {
                  padding: 0 20px;
                  padding-top: 5px; } }
              .layout__main .page1__main .section2__main .tab .info .bottom h3 {
                text-align: center;
                font: normal 400 1.25em "Roboto"; }
                .layout__main .page1__main .section2__main .tab .info .bottom h3 a {
                  color: #008fa5;
                  text-decoration: none; }
                  .layout__main .page1__main .section2__main .tab .info .bottom h3 a:hover {
                    text-decoration: underline; }
    .layout__main .page1__main .opciones {
      background: #da272c; }
      .layout__main .page1__main .opciones__align {
        width: 100%;
        max-width: 1400px;
        padding: 70px 20px;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .opciones__align {
            padding: 40px 20px; } }
      .layout__main .page1__main .opciones__main {
        width: 100%; }
        .layout__main .page1__main .opciones__main h2 {
          text-align: center;
          font: normal 300 1.5em "Roboto";
          color: #ffffff;
          padding-bottom: 40px; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .opciones__main h2 {
              padding-bottom: 10px; } }
        .layout__main .page1__main .opciones__main .content_box {
          max-width: 1400px;
          width: 100%;
          margin: 0 auto;
          overflow: hidden; }
          .layout__main .page1__main .opciones__main .content_box .box {
            display: inline-block;
            vertical-align: top;
            float: left;
            width: 33.33%;
            text-align: center;
            padding: 0 20px; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .opciones__main .content_box .box {
                max-width: 500px;
                margin: 0 auto;
                padding: 20px; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .opciones__main .content_box .box {
                width: 100%;
                max-width: 300px;
                display: block;
                margin: 0 auto;
                float: none; } }
            .layout__main .page1__main .opciones__main .content_box .box i {
              display: inline-block;
              vertical-align: middle;
              width: auto;
              text-align: center; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .opciones__main .content_box .box i {
                  width: 80px; } }
              .layout__main .page1__main .opciones__main .content_box .box i img {
                height: 84px; }
                @media screen and (max-width: 1024px) {
                  .layout__main .page1__main .opciones__main .content_box .box i img {
                    height: 70px; } }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .opciones__main .content_box .box i img {
                    height: 60px; } }
            .layout__main .page1__main .opciones__main .content_box .box p {
              display: inline-block;
              vertical-align: middle;
              font: normal 300 1.375em "Roboto";
              color: #ffffff;
              max-width: 325px;
              padding-left: 10px;
              text-align: left; }
              @media screen and (max-width: 1440px) {
                .layout__main .page1__main .opciones__main .content_box .box p {
                  max-width: 280px; } }
              @media screen and (max-width: 1024px) {
                .layout__main .page1__main .opciones__main .content_box .box p {
                  max-width: 220px; } }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .opciones__main .content_box .box p {
                  display: block;
                  max-width: 100%;
                  min-height: 75px;
                  text-align: center;
                  padding-top: 10px;
                  padding-left: 0;
                  font-size: 16px; } }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .opciones__main .content_box .box p {
                  font-size: 18px;
                  min-height: 20px; } }
              .layout__main .page1__main .opciones__main .content_box .box p a {
                color: #ffffff;
                text-decoration: none;
                font-weight: 500; }
                .layout__main .page1__main .opciones__main .content_box .box p a:hover {
                  text-decoration: underline; }
              .layout__main .page1__main .opciones__main .content_box .box p span.web {
                display: inline-block; }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .opciones__main .content_box .box p span.web {
                    display: none; } }
              .layout__main .page1__main .opciones__main .content_box .box p a.fono {
                display: none;
                background: #ffffff;
                color: #da272c;
                padding: 0px 3px;
                border-radius: 5px;
                -webkit-animation: fonos 2s infinite;
                animation: fonos 2s infinite; }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .opciones__main .content_box .box p a.fono {
                    display: inline-block; } }

@keyframes fonos {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@-webkit-keyframes fonos {
  0% {
    -webkit-transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95); } }
            .layout__main .page1__main .opciones__main .content_box .box:nth-of-type(2) {
              border-left: solid 1px #550e10;
              border-right: solid 1px #550e10; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .opciones__main .content_box .box:nth-of-type(2) {
                  border-left: solid 0px #550e10;
                  border-right: solid 0px #550e10;
                  border-top: solid 1px #550e10;
                  border-bottom: solid 1px #550e10; } }
    .layout__main .page1__main .delivery__align {
      width: 100%;
      padding: 40px 20px; }
    .layout__main .page1__main .delivery__main {
      text-align: center;
      font: normal 400 1.5em "Roboto"; }
      .layout__main .page1__main .delivery__main img {
        padding: 10px 0; }
      .layout__main .page1__main .delivery__main p {
        font-weight: 300;
        font-size: 24px; }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .delivery__main p {
            font-size: 20px; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .delivery__main p {
            font-size: 18px; } }
        .layout__main .page1__main .delivery__main p a {
          color: #008fa5; }
          .layout__main .page1__main .delivery__main p a:hover {
            text-decoration: underline; }
    .layout__main .page1__main .section3__main {
      padding: 0px 0 60px; }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .section3__main {
          padding: 0px 20px 30px; } }
      .layout__main .page1__main .section3__main .title {
        padding: 0px 40px 30px; }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .section3__main .title {
            padding: 0px 30px 20px; } }
        .layout__main .page1__main .section3__main .title h2 {
          font: normal 400 1.5em "Roboto";
          color: #000000;
          line-height: 23px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .section3__main .title h2 {
              font-size: 1.375em;
              line-height: 30px; } }
      .layout__main .page1__main .section3__main .list {
        width: 840px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .section3__main .list {
            width: 708px; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .section3__main .list {
            width: 100%; } }
        .layout__main .page1__main .section3__main .list__title {
          text-align: center;
          padding-left: 74%; }
          .layout__main .page1__main .section3__main .list__title h4 {
            font: normal 600 0.875em "Roboto";
            color: #da272c; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section3__main .list__title h4 {
                font-size: 0.75em; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section3__main .list__title h4 {
                display: none; } }
        .layout__main .page1__main .section3__main .list ul li {
          margin: 20px 0; }
          .layout__main .page1__main .section3__main .list ul li .element {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            border: 1px solid #d0d0d0; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section3__main .list ul li .element {
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
                padding: 20px 0px 0 20px; } }
            .layout__main .page1__main .section3__main .list ul li .element__image {
              width: 15%;
              -webkit-align-self: center;
              -moz-align-self: center;
              -ms-align-self: center;
              -ms-flex-item-align: center;
              align-self: center;
              text-align: center; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section3__main .list ul li .element__image {
                  width: 100%; } }
            .layout__main .page1__main .section3__main .list ul li .element__title {
              width: 100%;
              display: none; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section3__main .list ul li .element__title {
                  display: block;
                  text-align: center;
                  padding: 15px 0 0 50%; } }
              .layout__main .page1__main .section3__main .list ul li .element__title h4 {
                font: normal 600 0.875em "Roboto";
                color: #da272c; }
                @media screen and (max-width: 768px) {
                  .layout__main .page1__main .section3__main .list ul li .element__title h4 {
                    font-size: 0.625em; } }
            .layout__main .page1__main .section3__main .list ul li .element__info {
              width: 85%;
              padding: 25px 0;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section3__main .list ul li .element__info {
                  width: 100%;
                  padding: 15px 0; } }
              .layout__main .page1__main .section3__main .list ul li .element__info table {
                width: 100%; }
                .layout__main .page1__main .section3__main .list ul li .element__info table tr td {
                  padding: 5px 0; }
                  .layout__main .page1__main .section3__main .list ul li .element__info table tr td p {
                    font: normal 300 1em "Roboto";
                    color: #000000;
                    line-height: 18px; }
                    @media screen and (max-width: 768px) {
                      .layout__main .page1__main .section3__main .list ul li .element__info table tr td p {
                        font-size: 0.9375em; } }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section3__main .list ul li .element__info table tr td p {
                        font-size: 0.8125em; } }
                  .layout__main .page1__main .section3__main .list ul li .element__info table tr td:nth-of-type(1) {
                    width: 70%; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section3__main .list ul li .element__info table tr td:nth-of-type(1) {
                        width: 50%;
                        padding-right: 10px; } }
                  .layout__main .page1__main .section3__main .list ul li .element__info table tr td:nth-of-type(2) {
                    width: 15%;
                    border-left: 1px solid #d0d0d0;
                    border-right: 1px solid #d0d0d0;
                    text-align: center; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section3__main .list ul li .element__info table tr td:nth-of-type(2) {
                        width: 25%; } }
                  .layout__main .page1__main .section3__main .list ul li .element__info table tr td:nth-of-type(3) {
                    width: 15%;
                    text-align: center; }
                    @media screen and (max-width: 480px) {
                      .layout__main .page1__main .section3__main .list ul li .element__info table tr td:nth-of-type(3) {
                        width: 25%; } }
              .layout__main .page1__main .section3__main .list ul li .element__info blockquote {
                margin: 0; }
                @media screen and (max-width: 480px) {
                  .layout__main .page1__main .section3__main .list ul li .element__info blockquote {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-direction: column;
                    -moz-flex-direction: column;
                    -ms-flex-direction: column;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: column; } }
                .layout__main .page1__main .section3__main .list ul li .element__info blockquote p {
                  font: normal 300 1em "Roboto";
                  color: #000000;
                  line-height: 30px; }
                  @media screen and (max-width: 768px) {
                    .layout__main .page1__main .section3__main .list ul li .element__info blockquote p {
                      font-size: 0.9375em; } }
                  @media screen and (max-width: 480px) {
                    .layout__main .page1__main .section3__main .list ul li .element__info blockquote p {
                      font-size: 0.75em;
                      line-height: 18px;
                      margin: 8px 0 8px 0;
                      -webkit-box-align: center;
                      -ms-flex-align: center;
                      align-items: center; } }
                .layout__main .page1__main .section3__main .list ul li .element__info blockquote:nth-of-type(1) {
                  -webkit-box-flex: 1;
                  -moz-box-flex: 1;
                  -webkit-flex: 1;
                  -ms-flex: 1;
                  flex: 1; }
                  @media screen and (max-width: 480px) {
                    .layout__main .page1__main .section3__main .list ul li .element__info blockquote:nth-of-type(1) {
                      padding-right: 10px; } }
                .layout__main .page1__main .section3__main .list ul li .element__info blockquote:nth-of-type(2) {
                  width: 15%;
                  border-left: 1px solid #d0d0d0;
                  text-align: center; }
                  @media screen and (max-width: 480px) {
                    .layout__main .page1__main .section3__main .list ul li .element__info blockquote:nth-of-type(2) {
                      width: 25%; } }
                .layout__main .page1__main .section3__main .list ul li .element__info blockquote:nth-of-type(3) {
                  width: 15%;
                  border-left: 1px solid #d0d0d0;
                  text-align: center; }
                  @media screen and (max-width: 480px) {
                    .layout__main .page1__main .section3__main .list ul li .element__info blockquote:nth-of-type(3) {
                      width: 25%; } }
    .layout__main .page1__main .section4 {
      /*background: url("../assets/pg1_bg_section4.jpg") no-repeat center center;*/
      background-size: cover; }
      .layout__main .page1__main .section4__main {
        padding: 50px 0 20px; }
        .layout__main .page1__main .section4__main .title {
          padding-bottom: 50px; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section4__main .title {
              padding: 0 20px 30px; } }
          .layout__main .page1__main .section4__main .title h2 {
            font: normal 400 1.4375em "Roboto";
            color: #ffffff;
            line-height: 26px;
            text-align: center; }
            .layout__main .page1__main .section4__main .title h2 br {
              display: none; }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section4__main .title h2 br {
                  display: block; } }
            .layout__main .page1__main .section4__main .title h2 strong {
              display: block; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section4__main .title h2 {
                font-size: 1.25em; } }
        .layout__main .page1__main .section4__main .list.opt1 span {
          -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
          transform: scale(0.6);
          -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          opacity: .75;
          display: block;
          position: relative;
          cursor: pointer; }
          .layout__main .page1__main .section4__main .list.opt1 span img {
            width: 100%;
            padding: 10px;
            background-color: white;
            background-color: rgba(255, 255, 255, 0.2); }
          .layout__main .page1__main .section4__main .list.opt1 span:before {
            content: '';
           /* background: url("../assets/play.png") no-repeat center center;*/
            display: block;
            width: 95px;
            height: 95px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -47px 0 0 -48px; }
        .layout__main .page1__main .section4__main .list.opt2 span, .layout__main .page1__main .section4__main .list.opt2 a {
          -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
          transform: scale(0.6);
          -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          opacity: .75;
          display: block;
          position: relative; }
          .layout__main .page1__main .section4__main .list.opt2 span img, .layout__main .page1__main .section4__main .list.opt2 a img {
            width: 100%; }
        .layout__main .page1__main .section4__main .separation {
          height: 1px;
          background-color: #f8aa58;
          width: 1200px;
          margin: 0px auto 60px; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__main .section4__main .separation {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section4__main .separation {
              margin: 20px auto 40px; } }
        .layout__main .page1__main .section4__main .list {
          width: 1200px;
          margin: 0px auto;
          padding-bottom: 70px;
          overflow: hidden; }
          @media screen and (max-width: 1024px) {
            .layout__main .page1__main .section4__main .list {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            .layout__main .page1__main .section4__main .list {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section4__main .list {
              width: 100%;
              padding: 0 10% 30px; } }
          .layout__main .page1__main .section4__main .list ul .slick-dots {
            bottom: -60px; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section4__main .list ul .slick-dots {
                bottom: -50px; } }
            .layout__main .page1__main .section4__main .list ul .slick-dots li button:before {
              font-size: 12px; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .section4__main .list ul .slick-dots li button:before {
                  font-size: 11px; } }
            .layout__main .page1__main .section4__main .list ul .slick-dots li.slick-active button:before {
              color: #ffffff; }
          .layout__main .page1__main .section4__main .list ul .slick-list {
            position: relative;
            overflow: hidden;
            display: block;
            margin: 0;
            padding: 0 0 10px 0; }
          .layout__main .page1__main .section4__main .list ul .slick-prev {
            left: 0%; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section4__main .list ul .slick-prev {
                left: -13%; } }
            .layout__main .page1__main .section4__main .list ul .slick-prev:before {
              color: #ffffff; }
          .layout__main .page1__main .section4__main .list ul .swiper-button-disabled {
            opacity: .85; }
          .layout__main .page1__main .section4__main .list ul .slick-slide {
            float: left;
            height: 100%; }
          .layout__main .page1__main .section4__main .list ul .slick-center span, .layout__main .page1__main .section4__main .list ul .slick-center a {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1; }
          .layout__main .page1__main .section4__main .list ul .slick-next {
            right: 0%; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section4__main .list ul .slick-next {
                right: -13%; } }
            .layout__main .page1__main .section4__main .list ul .slick-next:before {
              color: #ffffff; }
    .layout__main .page1__main .section5 {
      background-color: #fafafa; }
      .layout__main .page1__main .section5__align {
        width: 1260px;
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .layout__main .page1__main .section5__align {
            width: 100%; } }
      .layout__main .page1__main .section5__main {
        padding: 80px 60px 50px; }
        @media screen and (max-width: 1024px) {
          .layout__main .page1__main .section5__main {
            padding: 80px 40px 50px; } }
        @media screen and (max-width: 768px) {
          .layout__main .page1__main .section5__main {
            padding: 50px 40px 20px; } }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .section5__main {
            padding: 40px 20px 30px; } }
        .layout__main .page1__main .section5__main .title {
          padding-bottom: 30px; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section5__main .title {
              padding-bottom: 20px; } }
          .layout__main .page1__main .section5__main .title h2 {
            font: normal 400 2.5em "Roboto";
            color: #000000;
            line-height: 23px; }
            @media screen and (max-width: 768px) {
              .layout__main .page1__main .section5__main .title h2 {
                font-size: 2.125em; } }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section5__main .title h2 {
                font-size: 1.75em; } }
        .layout__main .page1__main .section5__main .content {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .section5__main .content {
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              flex-direction: column; } }
          .layout__main .page1__main .section5__main .content__image {
            width: 48%;
            -webkit-flex-shrink: 1;
            -moz-flex-shrink: 1;
            -ms-flex-shrink: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
           /* background: url("../assets/ten-en-cuenta-paises.png") no-repeat center top;*/
            background-size: 100% auto; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section5__main .content__image {
                width: 100%;
                padding-bottom: 50%; } }
          .layout__main .page1__main .section5__main .content__info {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-right: 50px; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .section5__main .content__info {
                width: 100%;
                padding: 0 0px 20px; } }
            .layout__main .page1__main .section5__main .content__info p {
              font: normal 300 1.25em "Roboto";
              color: #000000;
              line-height: 25px;
              display: table;
              margin: 15px 0; }
              @media screen and (max-width: 768px) {
                .layout__main .page1__main .section5__main .content__info p {
                  font-size: 1.0625em;
                  line-height: 23px; } }
              @media screen and (max-width: 480px) {
                .layout__main .page1__main .section5__main .content__info p {
                  font-size: 0.875em;
                  line-height: 19px; } }
              .layout__main .page1__main .section5__main .content__info p:before {
                display: inline-block;
                margin-right: 0px;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                width: 20px;
                content: "\f111";
                color: #da272c;
                font-size: 8px;
                display: table-cell;
                position: relative;
                top: -4px; }
    .layout__main .page1__main .questions {
      width: 100%;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .questions {
          height: 100%; } }
      @media screen and (min-width: 481px) and (max-width: 1024px) {
        .layout__main .page1__main .questions {
          height: auto; } }
      .layout__main .page1__main .questions__align {
        width: 1119px;
        margin: 0 auto;
        padding: 0px 0 20px 0; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .questions__align {
            width: 100%;
            padding: 0; } }
        @media screen and (min-width: 481px) and (max-width: 1366px) {
          .layout__main .page1__main .questions__align {
            width: 99%; } }
      .layout__main .page1__main .questions__content {
        padding: 50px 0 50px 0;
        position: relative;
        border-top: 0px solid #d4d4d4;
        border-bottom: 0px solid #d4d4d4; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .questions__content {
            padding: 35px 20px 35px 20px; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          .layout__main .page1__main .questions__content {
            padding: 40px 50px 40px 50px; } }
        @media screen and (min-width: 769px) and (max-width: 1366px) {
          .layout__main .page1__main .questions__content {
            padding: 45px 50px 45px 50px; } }
      .layout__main .page1__main .questions__title {
        padding: 0 0 30px 0; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .questions__title {
            padding: 0 0 20px 0;
            text-align: center; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          .layout__main .page1__main .questions__title {
            padding: 0 0 25px 0; } }
        .layout__main .page1__main .questions__title h2 {
          font: normal 400 1.625em "Roboto";
          color: #212121; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .questions__title h2 {
              font-size: 1.375em; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__main .questions__title h2 {
              font-size: 1.5em; } }
      .layout__main .page1__main .questions__subtitle {
        padding: 0 20px 30px 20px;
        margin-top: 50px;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .questions__subtitle {
            padding: 0 0 20px 0;
            margin-top: 20px; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          .layout__main .page1__main .questions__subtitle {
            padding: 0 0 25px 0;
            margin-top: 30px; } }
        .layout__main .page1__main .questions__subtitle p {
          font: normal 400 0.75em "Roboto";
          color: #a0a0a0; }
          .layout__main .page1__main .questions__subtitle p a {
            color: #2197ae; }
            .layout__main .page1__main .questions__subtitle p a:hover {
              color: #2197ae;
              text-decoration: underline; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .questions__subtitle p {
              font-size: 0.625em; } }
          @media screen and (min-width: 481px) and (max-width: 1341px) {
            .layout__main .page1__main .questions__subtitle p {
              font-size: 0.6875em; } }
      .layout__main .page1__main .questions__list ul li h3 {
        font: normal 300 1em "Roboto";
        color: #212121;
        padding: 0px 0;
        cursor: pointer;
        margin: 10px 0;
        display: table; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .questions__list ul li h3 {
            font-size: 1em; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          .layout__main .page1__main .questions__list ul li h3 {
            font-size: 1em; } }
        .layout__main .page1__main .questions__list ul li h3:hover {
          color: #0FBDDF; }
        .layout__main .page1__main .questions__list ul li h3 span {
          display: table-cell;
          width: 30px; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .questions__list ul li h3 span {
              width: 20px; } }
          .layout__main .page1__main .questions__list ul li h3 span:before {
            display: inline-block;
            margin-right: 10px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            content: "\f067";
            font-size: 14px;
            position: relative;
            top: -2px;
            color: #0FBDDF;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: all 0.1s ease-in 0s;
            -moz-transition: all 0.1s ease-in 0s;
            -o-transition: all 0.1s ease-in 0s;
            -ms-transition: all 0.1s ease-in 0s;
            transition: all 0.1s ease-in 0s; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .questions__list ul li h3 span:before {
                font-size: 12px; } }
      .layout__main .page1__main .questions__list ul li div {
        overflow: hidden;
        max-height: 0 !important;
        -webkit-transition: max-height 0.3s ease-out 0s;
        -moz-transition: max-height 0.3s ease-out 0s;
        -o-transition: max-height 0.3s ease-out 0s;
        -ms-transition: max-height 0.3s ease-out 0s;
        transition: max-height 0.3s ease-out 0s; }
        .layout__main .page1__main .questions__list ul li div p {
          font: normal 300 1em "Roboto";
          color: #212121;
          padding: 10px 0 20px 26px; }
          .layout__main .page1__main .questions__list ul li div p a {
            color: #2197ae; }
            .layout__main .page1__main .questions__list ul li div p a:hover {
              text-decoration: underline; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .questions__list ul li div p {
              font-size: 0.875em;
              padding: 10px 0 20px 20px; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__main .questions__list ul li div p {
              font-size: 0.9375em;
              padding: 10px 0 20px 30px; } }
          .layout__main .page1__main .questions__list ul li div p .tbl {
            width: 639px;
            height: 313px;
            display: block;
           /* background: url("../assets/pg1_table_desktop.png") no-repeat left top; }*/}
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .questions__list ul li div p .tbl {
                width: 280px;
                height: 380px;
               /* background: url("../assets/pg1_table_movil.png") no-repeat left top;*/
                background-size: 90% auto; } }
            @media screen and (min-width: 481px) and (max-width: 768px) {
              .layout__main .page1__main .questions__list ul li div p .tbl {
                background-size: 90% auto; } }
        .layout__main .page1__main .questions__list ul li div ul {
          padding-bottom: 20px; }
          .layout__main .page1__main .questions__list ul li div ul li {
            margin-left: 40px;
            font: normal 300 1em "Roboto";
            color: #ffffff;
            line-height: 1.4;
            position: relative; }
            .layout__main .page1__main .questions__list ul li div ul li:before {
              content: "-";
              font-size: 20px;
              color: #ffffff;
              position: absolute;
              left: -15px;
              top: -5px; }
      .layout__main .page1__main .questions__list ul li.active h3 {
        color: #0FBDDF; }
        .layout__main .page1__main .questions__list ul li.active h3 span:before {
          content: "\f068";
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transition: all 0.1s ease-out 0s;
          -moz-transition: all 0.1s ease-out 0s;
          -o-transition: all 0.1s ease-out 0s;
          -ms-transition: all 0.1s ease-out 0s;
          transition: all 0.1s ease-out 0s; }
      .layout__main .page1__main .questions__list ul li.active div {
        max-height: 100px !important; }
      .layout__main .page1__main .questions__footer {
        padding: 30px 0 30px 0; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .questions__footer {
            padding: 0 0 20px 0;
            text-align: center; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          .layout__main .page1__main .questions__footer {
            padding: 0 0 25px 0; } }
        .layout__main .page1__main .questions__footer h2 {
          font: normal 400 1em "Roboto";
          color: #212121;
          text-align: center; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .questions__footer h2 {
              font-size: 1em; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            .layout__main .page1__main .questions__footer h2 {
              font-size: 1em; } }
          .layout__main .page1__main .questions__footer h2 a {
            color: #0FBDDF; }
    .layout__main .page1__main .web {
      display: block;
      padding-top: 10px; }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .web {
          display: none; } }
    .layout__main .page1__main .movil {
      display: none;
      width: 100%;
      padding-top: 10px;
      border-bottom: solid 1px #aaa; }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .movil {
          display: block; } }
    .layout__main .page1__main .considerations {
      width: 100%;
      height: 100%;
      position: relative;
      padding: 40px 20px;
      background-color: #1e1d2d; }
      @media screen and (max-width: 480px) {
        .layout__main .page1__main .considerations {
          height: 100%; } }
      .layout__main .page1__main .considerations__align {
        width: 1160px;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .considerations__align {
            width: 100%; } }
        @media screen and (min-width: 481px) and (max-width: 1024px) {
          .layout__main .page1__main .considerations__align {
            width: 100%; } }
        @media screen and (min-width: 1025px) and (max-width: 1366px) {
          .layout__main .page1__main .considerations__align {
            width: 100%; } }
      .layout__main .page1__main .considerations__content {
        padding: 10px 0px 10px 0px;
        position: relative;
        /*@include to(movil) {
							padding: 40px 20px 40px 20px;
						}
						@include from-to(movil, tablet-h) {
							padding: 40px 40px 40px 40px;
						}*/ }
      .layout__main .page1__main .considerations__title {
        padding: 10px 0 20px 0; }
        .layout__main .page1__main .considerations__title h2 {
          font: normal 400 1.5em "Roboto";
          color: #000000;
          text-align: center; }
      .layout__main .page1__main .considerations__subtitle.active {
        background-color: #1e1d2d; }
        .layout__main .page1__main .considerations__subtitle.active a {
          color: #ffffff;
          -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -moz-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          /**/ }
        .layout__main .page1__main .considerations__subtitle.active i:before {
          content: "\f056";
          color: #ffffff;
          -webkit-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -moz-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -o-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          transition: all 0.4s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }
      .layout__main .page1__main .considerations__subtitle {
        width: 730px;
        margin: 0px auto;
        cursor: pointer;
        display: table;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        background-color: #091826;
        position: relative;
        border: solid 1px #fff; }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .considerations__subtitle {
            width: 100%; } }
        @media screen and (min-width: 481px) and (max-width: 1024px) {
          .layout__main .page1__main .considerations__subtitle {
            width: 100%; } }
        .layout__main .page1__main .considerations__subtitle a {
          font: normal 400 1.0625em "Roboto";
          display: table-cell;
          position: relative;
          line-height: 20px;
          color: #ffffff;
          padding: 22px 40px 22px 20px;
          -webkit-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -moz-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -o-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          -ms-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
          cursor: pointer;
          vertical-align: middle; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .considerations__subtitle a {
              font-size: 0.9375em; } }
        .layout__main .page1__main .considerations__subtitle i {
          width: 59px;
          height: 44px;
          display: table-cell;
          text-align: right;
          padding: 20px 20px 0 0;
          position: relative; }
          .layout__main .page1__main .considerations__subtitle i:before {
            -webkit-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
            -moz-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
            -o-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
            -ms-transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
            transition: all 0s cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
            display: inline-block;
            margin-right: 0px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            content: "\f055";
            color: #ffffff;
            position: relative;
            right: 0px;
            font-size: 25px;
            /*@include to(tablet-h) {
									right: 450%;
								}
								@include to(tablet) {
									right: 430%;
								}
								@include to(movil) {
									right: 200%;
								}*/ }
      .layout__main .page1__main .considerations__data.active {
        /*height:auto;
						max-height:100%;
						padding: 20px 20px;
						@include transicion(max-height,1.2s,cubic-bezier(0.17, 0.04, 0.03, 0.94),0s);*/ }
      .layout__main .page1__main .considerations__info {
        padding: 20px 25px; }
      .layout__main .page1__main .considerations__data {
        width: 730px;
        margin: 0px auto;
        overflow: hidden;
        max-height: 0px;
        background-color: #1e1d2d;
        -webkit-transition: max-height 0.3s ease-out 0s;
        -moz-transition: max-height 0.3s ease-out 0s;
        -o-transition: max-height 0.3s ease-out 0s;
        -ms-transition: max-height 0.3s ease-out 0s;
        transition: max-height 0.3s ease-out 0s;
        /*.table{
							width: 100%;
							//height: 156px;
							padding-top: 22%;
							background: url("../assets/pg1_tabla_desktop.png") no-repeat center center;
							background-size: 100% auto;
							margin-bottom: 10px;

							@include to(movil) {
								background: url("../assets/pg1_tabla_movil.png") no-repeat center top;
								padding-top: 80%;
								background-size: 100% auto;
							}
						}*/ }
        @media screen and (max-width: 480px) {
          .layout__main .page1__main .considerations__data {
            width: 100%; } }
        @media screen and (min-width: 481px) and (max-width: 1024px) {
          .layout__main .page1__main .considerations__data {
            width: 100%; } }
        .layout__main .page1__main .considerations__data h3 {
          font: normal 500 0.9375em "Roboto";
          color: #000000;
          margin-bottom: 13px; }
          .layout__main .page1__main .considerations__data h3 a {
            color: #0FBDDF; }
            .layout__main .page1__main .considerations__data h3 a:hover {
              color: #0FBDDF;
              text-decoration: underline; }
        .layout__main .page1__main .considerations__data h4 {
          font: normal 500 0.9375em "Roboto";
          color: #da272c;
          margin-bottom: 2px; }
        .layout__main .page1__main .considerations__data p {
          font: normal 400 0.875em "Roboto";
          color: #000000;
          margin-bottom: 14px; }
          .layout__main .page1__main .considerations__data p a {
            color: #0FBDDF; }
            .layout__main .page1__main .considerations__data p a:hover {
              color: #0FBDDF;
              text-decoration: underline; }
        .layout__main .page1__main .considerations__data table {
          width: 96%;
          margin: 0 auto; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .considerations__data table {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .considerations__data table tr {
              display: block; } }
          .layout__main .page1__main .considerations__data table tr th {
            background-color: #3697af;
            width: 50%;
            padding: 11px 0;
            border: 1px solid #3697af;
            font: normal 400 0.8125em "Roboto";
            color: #ffffff; }
            .layout__main .page1__main .considerations__data table tr th:nth-of-type(1) {
              width: 25%;
              border-right: 1px solid #f7f7f7; }
            .layout__main .page1__main .considerations__data table tr th:nth-of-type(2) {
              width: 25%;
              border-right: 1px solid #f7f7f7; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .considerations__data table tr th {
                font-size: 0.75em;
                display: none; } }
          .layout__main .page1__main .considerations__data table tr td {
            background-color: #ffffff;
            padding: 11px 5%;
            border: 1px solid #f7f7f7;
            font: normal 300 0.75em "Roboto";
            color: #000000; }
            .layout__main .page1__main .considerations__data table tr td:nth-of-type(2) {
              text-align: center; }
            @media screen and (max-width: 480px) {
              .layout__main .page1__main .considerations__data table tr td {
                padding: 11px 10%;
                font-size: 0.75em;
                display: block;
                position: relative;
                padding-left: 30%;
                white-space: normal; }
                .layout__main .page1__main .considerations__data table tr td:before {
                  position: absolute;
                  top: 11px;
                  left: 11px;
                  width: 25%;
                  padding-right: 10px;
                  white-space: nowrap;
                  font-weight: 600;
                  display: block;
                  text-align: left; }
                .layout__main .page1__main .considerations__data table tr td:nth-of-type(1):before {
                  content: "Local: "; }
                .layout__main .page1__main .considerations__data table tr td:nth-of-type(2) {
                  text-align: left; }
                  .layout__main .page1__main .considerations__data table tr td:nth-of-type(2):before {
                    content: "Contacto: "; }
                .layout__main .page1__main .considerations__data table tr td:nth-of-type(3):before {
                  content: "Dirección: "; } }
          .layout__main .page1__main .considerations__data table tr:nth-child(even) td {
            background-color: #ffffff; }
          .layout__main .page1__main .considerations__data table tr:nth-child(odd) td {
            background-color: #efefef; }
        .layout__main .page1__main .considerations__data ul li {
          font: normal 400 0.8125em "Roboto";
          color: #ffffff;
          margin-bottom: 5px;
          display: table; }
          @media screen and (max-width: 480px) {
            .layout__main .page1__main .considerations__data ul li {
              font-size: 0.8125em; } }
          .layout__main .page1__main .considerations__data ul li:before {
            width: 16px;
            display: inline-block;
            margin-right: 10px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            content: "\f111";
            color: #ff0000;
            font-size: 7px;
            position: relative;
            top: -2px;
            display: table-cell; }
          .layout__main .page1__main .considerations__data ul li a {
            color: #0FBDDF; }
            .layout__main .page1__main .considerations__data ul li a:hover {
              color: #0FBDDF;
              text-decoration: underline; }
          .layout__main .page1__main .considerations__data ul li ul {
            padding-top: 10px; }
            .layout__main .page1__main .considerations__data ul li ul li {
              font-size: 1em; }
              .layout__main .page1__main .considerations__data ul li ul li:before {
                width: 16px;
                display: inline-block;
                margin-right: 10px;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                content: "\f068";
                color: #ff0000;
                font-size: 7px;
                position: relative;
                top: -1px;
                display: table-cell; }

.layout__modal .page1 {
  width: 100%;
  max-width: 580px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .layout__modal .page1 {
      width: 90%;
      /*margin: 0 auto;
				height: calc(100vh);
				padding: 0px 0px;
				@include redondeado(0px, 0px, 0px, 0px);
				overflow-y: auto;*/ } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .layout__modal .page1 {
      width: 100%; } }
  .layout__modal .page1 .section1__data {
    padding-bottom: 56.25%; }
    .layout__modal .page1 .section1__data iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
  .layout__modal .page1__close {
    position: absolute;
    top: -28px;
    right: -24px;
    z-index: 2;
    cursor: pointer;
    width: 48px;
    height: 52px;
    /*background: url("../assets/pg1_closemodal.png") no-repeat center top;*/
    font: normal 1.125em "Roboto";
    color: white;
    text-indent: -9999px;
    /*@include to(movil) {
					width: 100%;
					height: auto;
					padding: 8px 0;
					top:0px;
					right:0px;
					text-indent: 0px;
					background: #da272c;
					position: fixed;
					text-align: center;
				}*/ }
    @media screen and (max-width: 480px) {
      .layout__modal .page1__close {
        top: -48px;
        right: 0px; } }

/* Library  */
/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none; }

.camera_wrap {
  direction: ltr;
  display: none;
  float: left;
  position: relative;
  z-index: 0; }

.camera_wrap img {
  max-width: none !important; }

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1; }

.camera_wrap {
  width: 100%; }

.camera_src {
  display: none; }

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0; }

.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0; }

.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.camera_target_content .camera_link {
  /*background: url(../images/blank.gif);*/
  display: block;
  height: 100%;
  text-decoration: none; }

.camera_loader {
  /*background: #fff url(../images/camera-loader.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;*/
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3; }

.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3; }

.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto; }

.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%; }

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4; }

.camera_caption {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%; }

.camera_caption > div {
  padding: 10px 20px; }

.camerarelative {
  overflow: hidden;
  position: relative; }

.imgFake {
  cursor: pointer; }

.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10; }

.camera_prevThumbs div {
  /*background: url(../images/camera_skins.png) no-repeat -160px 0;*/
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px; }

.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10; }

.camera_nextThumbs div {
  /*background: url(../images/camera_skins.png) no-repeat -190px 0;*/
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px; }

.camera_command_wrap .hideNav {
  display: none; }

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4; }

.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: 9999px;
  width: 16px; }

.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2); }

.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px; }

.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2); }

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0; }

.camera_pag_ul li img {
  display: none;
  position: absolute; }

.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute; }

.camera_prev, .camera_next, .camera_commands {
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2; }

.camera_prev {
  left: 0; }

.camera_prev > span {
  /*background: url(../images/camera_skins.png) no-repeat 0 0;
  display: block;*/
  height: 40px;
  width: 40px; }

.camera_next {
  right: 0; }

.camera_next > span {
  /*background: url(../images/camera_skins.png) no-repeat -40px 0;*/
  display: block;
  height: 40px;
  width: 40px; }

.camera_commands {
  right: 41px; }

.camera_commands > .camera_play {
  /*background: url(../images/camera_skins.png) no-repeat -80px 0;*/
  height: 40px;
  width: 40px; }

.camera_commands > .camera_stop {
  /*background: url(../images/camera_skins.png) no-repeat -120px 0;*/
  display: block;
  height: 40px;
  width: 40px; }

.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-indent: 9999px;
  width: 16px; }

.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2); }

.camera_thumbs_cont > div {
  float: left;
  width: 100%; }

.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center; }

.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px; }

.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom; }

.camera_clear {
  display: block;
  clear: both; }

.showIt {
  display: none; }

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative; }

/**************************
*
*	COLORS & SKINS
*
**************************/
/*
.pattern_1 .camera_overlayer {
  background: url(../images/patterns/overlay1.png) repeat; }

.pattern_2 .camera_overlayer {
  background: url(../images/patterns/overlay2.png) repeat; }

.pattern_3 .camera_overlayer {
  background: url(../images/patterns/overlay3.png) repeat; }

.pattern_4 .camera_overlayer {
  background: url(../images/patterns/overlay4.png) repeat; }

.pattern_5 .camera_overlayer {
  background: url(../images/patterns/overlay5.png) repeat; }

.pattern_6 .camera_overlayer {
  background: url(../images/patterns/overlay6.png) repeat; }

.pattern_7 .camera_overlayer {
  background: url(../images/patterns/overlay7.png) repeat; }

.pattern_8 .camera_overlayer {
  background: url(../images/patterns/overlay8.png) repeat; }

.pattern_9 .camera_overlayer {
  background: url(../images/patterns/overlay9.png) repeat; }

.pattern_10 .camera_overlayer {
  background: url(../images/patterns/overlay10.png) repeat; }
  */

.camera_caption {
  color: #fff; }

.camera_caption > div {
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7; }

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7; }

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #434648; }

.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); }

.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6; }

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
  background: #d8d8d8;
  background: rgba(216, 216, 216, 0.85); }

.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7; }

.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000; }

/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px; }

.camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px; }

.camera_amber_skin .camera_prev > span {
  background-position: 0 -160px; }

.camera_amber_skin .camera_next > span {
  background-position: -40px -160px; }

.camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px; }

.camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px; }

/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px; }

.camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px; }

.camera_ash_skin .camera_prev > span {
  background-position: 0 -200px; }

.camera_ash_skin .camera_next > span {
  background-position: -40px -200px; }

.camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px; }

.camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px; }

/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px; }

.camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px; }

.camera_azure_skin .camera_prev > span {
  background-position: 0 -240px; }

.camera_azure_skin .camera_next > span {
  background-position: -40px -240px; }

.camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px; }

.camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px; }

/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px; }

.camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px; }

.camera_beige_skin .camera_prev > span {
  background-position: 0 -120px; }

.camera_beige_skin .camera_next > span {
  background-position: -40px -120px; }

.camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px; }

.camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px; }

/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px; }

.camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px; }

.camera_black_skin .camera_prev > span {
  background-position: 0 -40px; }

.camera_black_skin .camera_next > span {
  background-position: -40px -40px; }

.camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px; }

.camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px; }

/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px; }

.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px; }

.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px; }

.camera_blue_skin .camera_next > span {
  background-position: -40px -280px; }

.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px; }

.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px; }

/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
  background-position: -160px -320px; }

.camera_brown_skin .camera_nextThumbs div {
  background-position: -190px -320px; }

.camera_brown_skin .camera_prev > span {
  background-position: 0 -320px; }

.camera_brown_skin .camera_next > span {
  background-position: -40px -320px; }

.camera_brown_skin .camera_commands > .camera_play {
  background-position: -80px -320px; }

.camera_brown_skin .camera_commands > .camera_stop {
  background-position: -120px -320px; }

/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
  background-position: -160px -360px; }

.camera_burgundy_skin .camera_nextThumbs div {
  background-position: -190px -360px; }

.camera_burgundy_skin .camera_prev > span {
  background-position: 0 -360px; }

.camera_burgundy_skin .camera_next > span {
  background-position: -40px -360px; }

.camera_burgundy_skin .camera_commands > .camera_play {
  background-position: -80px -360px; }

.camera_burgundy_skin .camera_commands > .camera_stop {
  background-position: -120px -360px; }

/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px; }

.camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px; }

.camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px; }

.camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px; }

.camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px; }

.camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px; }

/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px; }

.camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px; }

.camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px; }

.camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px; }

.camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px; }

.camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px; }

/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
  background-position: -160px -480px; }

.camera_coffee_skin .camera_nextThumbs div {
  background-position: -190px -480px; }

.camera_coffee_skin .camera_prev > span {
  background-position: 0 -480px; }

.camera_coffee_skin .camera_next > span {
  background-position: -40px -480px; }

.camera_coffee_skin .camera_commands > .camera_play {
  background-position: -80px -480px; }

.camera_coffee_skin .camera_commands > .camera_stop {
  background-position: -120px -480px; }

/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
  background-position: -160px -520px; }

.camera_cyan_skin .camera_nextThumbs div {
  background-position: -190px -520px; }

.camera_cyan_skin .camera_prev > span {
  background-position: 0 -520px; }

.camera_cyan_skin .camera_next > span {
  background-position: -40px -520px; }

.camera_cyan_skin .camera_commands > .camera_play {
  background-position: -80px -520px; }

.camera_cyan_skin .camera_commands > .camera_stop {
  background-position: -120px -520px; }

/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
  background-position: -160px -560px; }

.camera_fuchsia_skin .camera_nextThumbs div {
  background-position: -190px -560px; }

.camera_fuchsia_skin .camera_prev > span {
  background-position: 0 -560px; }

.camera_fuchsia_skin .camera_next > span {
  background-position: -40px -560px; }

.camera_fuchsia_skin .camera_commands > .camera_play {
  background-position: -80px -560px; }

.camera_fuchsia_skin .camera_commands > .camera_stop {
  background-position: -120px -560px; }

/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
  background-position: -160px -600px; }

.camera_gold_skin .camera_nextThumbs div {
  background-position: -190px -600px; }

.camera_gold_skin .camera_prev > span {
  background-position: 0 -600px; }

.camera_gold_skin .camera_next > span {
  background-position: -40px -600px; }

.camera_gold_skin .camera_commands > .camera_play {
  background-position: -80px -600px; }

.camera_gold_skin .camera_commands > .camera_stop {
  background-position: -120px -600px; }

/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
  background-position: -160px -640px; }

.camera_green_skin .camera_nextThumbs div {
  background-position: -190px -640px; }

.camera_green_skin .camera_prev > span {
  background-position: 0 -640px; }

.camera_green_skin .camera_next > span {
  background-position: -40px -640px; }

.camera_green_skin .camera_commands > .camera_play {
  background-position: -80px -640px; }

.camera_green_skin .camera_commands > .camera_stop {
  background-position: -120px -640px; }

/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px; }

.camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px; }

.camera_grey_skin .camera_prev > span {
  background-position: 0 -680px; }

.camera_grey_skin .camera_next > span {
  background-position: -40px -680px; }

.camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px; }

.camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px; }

/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
  background-position: -160px -720px; }

.camera_indigo_skin .camera_nextThumbs div {
  background-position: -190px -720px; }

.camera_indigo_skin .camera_prev > span {
  background-position: 0 -720px; }

.camera_indigo_skin .camera_next > span {
  background-position: -40px -720px; }

.camera_indigo_skin .camera_commands > .camera_play {
  background-position: -80px -720px; }

.camera_indigo_skin .camera_commands > .camera_stop {
  background-position: -120px -720px; }

/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
  background-position: -160px -760px; }

.camera_khaki_skin .camera_nextThumbs div {
  background-position: -190px -760px; }

.camera_khaki_skin .camera_prev > span {
  background-position: 0 -760px; }

.camera_khaki_skin .camera_next > span {
  background-position: -40px -760px; }

.camera_khaki_skin .camera_commands > .camera_play {
  background-position: -80px -760px; }

.camera_khaki_skin .camera_commands > .camera_stop {
  background-position: -120px -760px; }

/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
  background-position: -160px -800px; }

.camera_lime_skin .camera_nextThumbs div {
  background-position: -190px -800px; }

.camera_lime_skin .camera_prev > span {
  background-position: 0 -800px; }

.camera_lime_skin .camera_next > span {
  background-position: -40px -800px; }

.camera_lime_skin .camera_commands > .camera_play {
  background-position: -80px -800px; }

.camera_lime_skin .camera_commands > .camera_stop {
  background-position: -120px -800px; }

/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
  background-position: -160px -840px; }

.camera_magenta_skin .camera_nextThumbs div {
  background-position: -190px -840px; }

.camera_magenta_skin .camera_prev > span {
  background-position: 0 -840px; }

.camera_magenta_skin .camera_next > span {
  background-position: -40px -840px; }

.camera_magenta_skin .camera_commands > .camera_play {
  background-position: -80px -840px; }

.camera_magenta_skin .camera_commands > .camera_stop {
  background-position: -120px -840px; }

/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
  background-position: -160px -880px; }

.camera_maroon_skin .camera_nextThumbs div {
  background-position: -190px -880px; }

.camera_maroon_skin .camera_prev > span {
  background-position: 0 -880px; }

.camera_maroon_skin .camera_next > span {
  background-position: -40px -880px; }

.camera_maroon_skin .camera_commands > .camera_play {
  background-position: -80px -880px; }

.camera_maroon_skin .camera_commands > .camera_stop {
  background-position: -120px -880px; }

/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
  background-position: -160px -920px; }

.camera_orange_skin .camera_nextThumbs div {
  background-position: -190px -920px; }

.camera_orange_skin .camera_prev > span {
  background-position: 0 -920px; }

.camera_orange_skin .camera_next > span {
  background-position: -40px -920px; }

.camera_orange_skin .camera_commands > .camera_play {
  background-position: -80px -920px; }

.camera_orange_skin .camera_commands > .camera_stop {
  background-position: -120px -920px; }

/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
  background-position: -160px -1080px; }

.camera_olive_skin .camera_nextThumbs div {
  background-position: -190px -1080px; }

.camera_olive_skin .camera_prev > span {
  background-position: 0 -1080px; }

.camera_olive_skin .camera_next > span {
  background-position: -40px -1080px; }

.camera_olive_skin .camera_commands > .camera_play {
  background-position: -80px -1080px; }

.camera_olive_skin .camera_commands > .camera_stop {
  background-position: -120px -1080px; }

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -960px; }

.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -960px; }

.camera_pink_skin .camera_prev > span {
  background-position: 0 -960px; }

.camera_pink_skin .camera_next > span {
  background-position: -40px -960px; }

.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -960px; }

.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -960px; }

/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
  background-position: -160px -1040px; }

.camera_pistachio_skin .camera_nextThumbs div {
  background-position: -190px -1040px; }

.camera_pistachio_skin .camera_prev > span {
  background-position: 0 -1040px; }

.camera_pistachio_skin .camera_next > span {
  background-position: -40px -1040px; }

.camera_pistachio_skin .camera_commands > .camera_play {
  background-position: -80px -1040px; }

.camera_pistachio_skin .camera_commands > .camera_stop {
  background-position: -120px -1040px; }

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -80px; }

.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -80px; }

.camera_pink_skin .camera_prev > span {
  background-position: 0 -80px; }

.camera_pink_skin .camera_next > span {
  background-position: -40px -80px; }

.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -80px; }

.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -80px; }

/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
  background-position: -160px -1000px; }

.camera_red_skin .camera_nextThumbs div {
  background-position: -190px -1000px; }

.camera_red_skin .camera_prev > span {
  background-position: 0 -1000px; }

.camera_red_skin .camera_next > span {
  background-position: -40px -1000px; }

.camera_red_skin .camera_commands > .camera_play {
  background-position: -80px -1000px; }

.camera_red_skin .camera_commands > .camera_stop {
  background-position: -120px -1000px; }

/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
  background-position: -160px -1120px; }

.camera_tangerine_skin .camera_nextThumbs div {
  background-position: -190px -1120px; }

.camera_tangerine_skin .camera_prev > span {
  background-position: 0 -1120px; }

.camera_tangerine_skin .camera_next > span {
  background-position: -40px -1120px; }

.camera_tangerine_skin .camera_commands > .camera_play {
  background-position: -80px -1120px; }

.camera_tangerine_skin .camera_commands > .camera_stop {
  background-position: -120px -1120px; }

/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
  background-position: -160px -1160px; }

.camera_turquoise_skin .camera_nextThumbs div {
  background-position: -190px -1160px; }

.camera_turquoise_skin .camera_prev > span {
  background-position: 0 -1160px; }

.camera_turquoise_skin .camera_next > span {
  background-position: -40px -1160px; }

.camera_turquoise_skin .camera_commands > .camera_play {
  background-position: -80px -1160px; }

.camera_turquoise_skin .camera_commands > .camera_stop {
  background-position: -120px -1160px; }

/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
  background-position: -160px -1200px; }

.camera_violet_skin .camera_nextThumbs div {
  background-position: -190px -1200px; }

.camera_violet_skin .camera_prev > span {
  background-position: 0 -1200px; }

.camera_violet_skin .camera_next > span {
  background-position: -40px -1200px; }

.camera_violet_skin .camera_commands > .camera_play {
  background-position: -80px -1200px; }

.camera_violet_skin .camera_commands > .camera_stop {
  background-position: -120px -1200px; }

/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px; }

.camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px; }

.camera_white_skin .camera_prev > span {
  background-position: 0 -80px; }

.camera_white_skin .camera_next > span {
  background-position: -40px -80px; }

.camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px; }

.camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px; }

/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
  background-position: -160px -1240px; }

.camera_yellow_skin .camera_nextThumbs div {
  background-position: -190px -1240px; }

.camera_yellow_skin .camera_prev > span {
  background-position: 0 -1240px; }

.camera_yellow_skin .camera_next > span {
  background-position: -40px -1240px; }

.camera_yellow_skin .camera_commands > .camera_play {
  background-position: -80px -1240px; }

.camera_yellow_skin .camera_commands > .camera_stop {
  background-position: -120px -1240px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/slick/ajax-loader.gif") center center no-repeat; 
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/slick/fonts/slick.eot");
  src: url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/slick/fonts/slick.woff") format("woff"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/slick/fonts/slick.ttf") format("truetype"), 
  url("https://www.claro.com.pe/portal/pe/recursos_estaticos_tema/ClaroPeruTheme10/css/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -35px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -3px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -35px; }
  [dir="rtl"] .slick-next {
    left: -35px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 55px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 30px;
      width: 30px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 30px;
        height: 30px;
        font-family: "slick";
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #e30613;
      opacity: 0.75; }

/******************************************/
