@charset "UTF-8";
/* Library  */
/* Base  */
@import url(https://fonts.googleapis.com/css?family=Anton|Bevan|Montserrat:400,700|Open+Sans:400,700|Roboto+Slab|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@font-face {
  font-family: "AMX-Bold";
  src: url("../fonts/AMX-Bold.woff2") format("woff2"), url("../fonts/AMX-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AMX-Regular";
  src: url("../fonts/AMX-Regular.woff2") format("woff2"), url("../fonts/AMX-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/******************** variables ********************/
/*.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);
}*/
/* Animation */
/*@mixin transform(@scale,@rotate) {
  -webkit-transform: @arguments;
	-moz-transform: @arguments;
	-ms-transform: @arguments;
	transform: @arguments;
}*/
/*

.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;
}

.layout p, .layout h1, .layout h2, .layout h3, .layout h4, .layout h5, .layout h6 {
  margin: 0;
}
.layout ul, .layout li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.layout dl, .layout dd, .layout dt {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.layout table, .layout td {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.layout img {
  border: 0 none;
}
.layout a, .layout a:hover {
  outline: medium none;
  text-decoration: none;
}
.layout br {
  clear: both;
}
.layout form, .layout fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.layout footer, .layout header, .layout hgroup, .layout menu, .layout nav, .layout output, .layout ruby, .layout section, .layout summary, .layout time, .layout mark, .layout audio, .layout video {
  margin: 0;
  padding: 0;
}
.layout *,
.layout *:after,
.layout *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-enter-active,
.page-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.page-enter,
.page-leave-to {
  opacity: 0;
}

.layout-enter-active,
.layout-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.layout-enter,
.layout-leave-to {
  opacity: 0;
}

.slide-bottom-enter-active,
.slide-bottom-leave-active {
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.slide-bottom-enter,
.slide-bottom-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

.bounce-enter-active {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: bounce-in 0.8s;
          animation: bounce-in 0.8s;
}

.bounce-leave-active {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: bounce-out 0.5s;
          animation: bounce-out 0.5s;
}

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounce-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes bounce-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.icon::before {
  display: inline-block;
  margin-right: 0.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);
          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;
}*/
/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

.preview-area {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  right: 0;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: sk-chase 1.5s infinite linear both;
          animation: sk-chase 1.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 35%;
  height: 35%;
  background-color: #EE122C;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.layout {
  position: relative;
}
.layout .fade-enter-active,
.layout .fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.layout .fade-enter,
.layout .fade-leave-to {
  opacity: 0;
}
.layout__screen {
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 768px) {
  .layout__screen {
    display: block;
  }
}
.layout__screen .selector {
  width: 100%;
  position: absolute;
  top: 8%;
}
.layout__screen .selector select {
  display: table;
  margin: 0px auto;
  font: normal 500 15px "AMX-Bold", sans-serif;
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 0 10px;
}
.layout__screen .selector select:focus {
  outline: none;
}
.layout__screen .selector select option {
  background: #ef2539;
}
.layout__screen .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  height: 100vh;
}
.layout__screen .menu__list {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.layout__screen .menu__list a {
  font: normal 300 18px "AMX-Bold", sans-serif;
  color: white;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 4.64px;
  display: block;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .layout__screen .menu__list a {
    margin: 15px 0;
  }
}
.layout__screen .menu__list a:nth-of-type(1) {
  display: none;
}
.layout__screen .menu__list a.menu-active {
  font-weight: 600;
  color: #ffffff;
}
.layout__screen .social__movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  pointer-events: auto;
  position: absolute;
  bottom: 8%;
  /*@include to(tablet) {
  	@include flexbox;
  }*/
}
.layout__screen .social__movil a {
  display: block;
  margin: 0 20px;
}
.layout__screen .social__movil a span {
  display: table;
  margin: 20% auto;
}
.layout__screen .social__movil a span: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);
          transform: translate(0, 0);
  font-size: 40px;
  font-weight: 400;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__screen .social__movil a span.facebook:before {
  content: "\f09a";
}
.layout__screen .social__movil a span.whatsapp:before {
  content: "\f232";
}
.layout__screen .social__movil a span:hover:before {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #ffffff;
}
.layout__aside .aside {
  position: relative;
}
.layout__aside .aside__left {
  width: 270px;
  position: absolute;
  top: 120px;
  left: 3%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__left {
    top: 2%;
    left: 5%;
  }
}
@media screen and (max-width: 425px) {
  .layout__aside .aside__left {
    top: 2%;
    left: 5%;
  }
}
.layout__aside .aside__left .content {
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  .layout__aside .aside__left .content {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1366px) {
  .layout__aside .aside__left .content {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .layout__aside .aside__left .content {
    padding-left: 8px;
  }
}
.layout__aside .aside__left .content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__left .content__header {
    display: none;
  }
}
.layout__aside .aside__left .content__header .wave:before {
  content: "";
  background: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/799a4375-e6c0-40ce-8d06-72eaacfaafcc-wave.svg") no-repeat center center;
  width: 26px;
  height: 21px;
  display: block;
}
.layout__aside .aside__left .content__header span {
  font: normal 300 15px "AMX-Bold", sans-serif;
  color: #ffffff;
  display: inline-block;
  margin: 0 20px;
}
.layout__aside .aside__left .content__header .selector {
  margin-bottom: 25px;
  margin-left: -5px;
}
.layout__aside .aside__left .content__header .selector select {
  font: normal 500 15px "AMX-Bold", sans-serif;
  color: #ffffff;
  background: transparent;
  border: none;
  padding: 0 10px 0 0;
}
.layout__aside .aside__left .content__header .selector select:focus {
  outline: none;
}
.layout__aside .aside__left .content__header .selector select option {
  background: #b1b1b1;
  color: #000000;
}
.layout__aside .aside__left .content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__aside .aside__left .content__main .claro200 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .layout__aside .aside__left .content__main .claro200 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 425px) {
  .layout__aside .aside__left .content__main .claro200 {
    margin-bottom: 0px;
  }
}
.layout__aside .aside__left .content__main .claro200:before {
  content: "";
  background: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/093cfbde-9a71-4449-be68-537d82b5a960-2co.svg") no-repeat center center;
  width: 77px;
  height: 43px;
  display: block;
}
@media screen and (max-width: 425px) {
  .layout__aside .aside__left .content__main .claro200:before {
    width: 50px;
    height: 28px;
    background-size: cover;
  }
}
.layout__aside .aside__left .content__main .logo {
  display: none;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__left .content__main .logo {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .layout__aside .aside__left .content__main .logo {
    margin-left: 10px;
  }
}
.layout__aside .aside__left .content__main .logo:before {
  content: "";
  background: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/ccfafadf-5d03-426a-a20e-a32c17f0e25c-claro.png") no-repeat center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 425px) {
  .layout__aside .aside__left .content__main .logo:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__left .menu {
    display: none;
  }
}
.layout__aside .aside__left .menu__list a {
  font: normal 400 17px "AMX-Bold", sans-serif;
  color: white;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 4px;
  display: table;
  margin: 16px 0;
  padding: 4px 10px;
  position: relative;
  cursor: pointer;
}
.layout__aside .aside__left .menu__list a hgroup {
  position: absolute;
  z-index: 2;
  right: -60px;
  top: 3px;
  width: 50px;
  height: 23px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__aside .aside__left .menu__list a hgroup.bgRed {
  background-color: #da291c;
}
.layout__aside .aside__left .menu__list a hgroup.bgRed h2 {
  color: #fff;
}
.layout__aside .aside__left .menu__list a hgroup.bgRed:after {
  border-color: transparent transparent transparent #da291c;
}
.layout__aside .aside__left .menu__list a hgroup h2 {
  font: normal 700 10px "AMX-Bold", sans-serif;
  color: #da291c;
  letter-spacing: normal;
}
.layout__aside .aside__left .menu__list a hgroup:after {
  content: "";
  position: absolute;
  border: 8px solid;
  width: 9px;
  height: 8px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  left: -14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 1440px) {
  .layout__aside .aside__left .menu__list a {
    letter-spacing: 2px;
    margin: 9px 0;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 1366px) {
  .layout__aside .aside__left .menu__list a {
    letter-spacing: 2px;
    margin: 11px 0;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .layout__aside .aside__left .menu__list a {
    letter-spacing: 1px;
    margin: 11px 0;
    padding: 3px 8px;
  }
}
.layout__aside .aside__left .menu__list a.active {
  font-weight: 600;
  color: #ffffff;
}
.layout__aside .aside__left .menu__list a.active1 {
  font-weight: 600;
  color: #ffffff;
}
.layout__aside .aside__left .menu__list a.active2 {
  font-weight: 600;
  color: #ffffff;
}
.layout__aside .aside__left .menu__list a.active3 {
  font-weight: 600;
  color: #ffffff;
}
.layout__aside .aside__left .menu__list a.highlighted {
  background: #ef2539;
  color: #ffffff;
}
.layout__aside .aside__left .menu__list a.proposal {
  color: #283342;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.layout__aside .aside__left .menu__list a.activeProposal {
  color: #283342;
  mix-blend-mode: normal;
}
.layout__aside .aside__right {
  position: absolute;
  top: 100px;
  right: 3%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__right {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px;
    overflow: scroll;
    left: 0;
    pointer-events: all;
  }
}
.layout__aside .aside__right .menu {
  display: none;
  position: relative;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgb(40, 40, 40);
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__right .menu {
    display: block;
  }
}
.layout__aside .aside__right .menu__content {
  padding: 0px 0px;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.layout__aside .aside__right .menu__item {
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: none;
  font: normal 300 16px "AMX-Bold", sans-serif;
  color: #ffffff;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 12px;
}
.layout__aside .aside__right .menu__item:last-child {
  margin-right: 0;
}
.layout__aside .aside__right .menu__item.active {
  background-color: #fff;
  opacity: 1;
  color: #da291c;
}
.layout__aside .aside__right .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 100%;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__right .social {
    display: none;
  }
}
.layout__aside .aside__right .social a {
  display: block;
  cursor: pointer;
}
.layout__aside .aside__right .social a span {
  display: table;
  margin: 20% auto;
}
.layout__aside .aside__right .social a span: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);
          transform: translate(0, 0);
  font-size: 35px;
  font-weight: 400;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__aside .aside__right .social a span.facebook:before {
  content: "\f09a";
}
.layout__aside .aside__right .social a span.instagram:before {
  content: "\f16d";
}
.layout__aside .aside__right .social a span.tiktok svg {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.layout__aside .aside__right .social a span.tiktok svg path {
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__aside .aside__right .social a span.tiktok svg:hover path {
  fill: #fff;
}
.layout__aside .aside__right .social a span.linkedin:before {
  content: "\f0e1";
}
.layout__aside .aside__right .social a span.twitter::before {
  content: "\f099";
}
.layout__aside .aside__right .social a span.youtube::before {
  content: "\f167";
}
.layout__aside .aside__right .social a span:hover:before {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #ffffff;
}
.layout__aside .aside__right .burger {
  background-color: #090909;
  background-color: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 32px;
  padding-top: 10px;
  pointer-events: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__right .burger {
    display: block;
  }
}
.layout__aside .aside__right .burger .icon {
  width: 24px;
  height: 12px;
  position: relative;
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__right .burger .icon {
    display: block;
  }
}
.layout__aside .aside__right .burger .icon .line {
  display: block;
  background: #ecf0f1;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.layout__aside .aside__right .burger .icon .line.line-1 {
  top: 0;
}
.layout__aside .aside__right .burger .icon .line.line-2 {
  top: 50%;
}
.layout__aside .aside__right .burger .icon .line.line-3 {
  top: 100%;
}
.layout__aside .aside__right .burger .icon:focus .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}
.layout__aside .aside__right .burger .icon:focus .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}
.layout__aside .aside__right .burger .icon.active .line-1 {
  transform: translateY(6px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  -moz-transform: translateY(6px) translateX(0) rotate(45deg);
}
.layout__aside .aside__right .burger .icon.active .line-2 {
  opacity: 0;
}
.layout__aside .aside__right .burger .icon.active .line-3 {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .layout__aside .aside__right .logo {
    display: none;
  }
}
.layout__aside .aside__right .logo:before {
  content: "";
  background: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/ccfafadf-5d03-426a-a20e-a32c17f0e25c-claro.png") no-repeat center center;
  width: 80px;
  height: 80px;
  display: block;
}
@media screen and (max-width: 1366px) {
  .layout__aside .aside__right .logo:before {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
}
.layout__main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.layout__footer {
  width: 100%;
  position: absolute;
  bottom: 4%;
  left: 0px;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .layout__footer {
    bottom: 3%;
  }
}
.layout__footer .section1 {
  position: relative;
}
.layout__footer .section1__left {
  display: table;
  margin-left: 3%;
}
.layout__footer .section1__left .counter__header {
  padding-bottom: 15px;
}
.layout__footer .section1__left .counter__header h5 {
  font: normal 500 11px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
.layout__footer .section1__left .counter__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 160px;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__left .counter__main {
    width: 140px;
  }
}
.layout__footer .section1__left .counter__main .block {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__left .counter__main .block {
    width: 70px;
    height: 70px;
  }
}
.layout__footer .section1__left .counter__main .block.transparent {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
.layout__footer .section1__left .counter__main .block hgroup {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.layout__footer .section1__left .counter__main .block h3 {
  font: normal 500 44px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__left .counter__main .block h3 {
    font-size: 40px;
  }
}
.layout__footer .section1__left .counter__main .block h6 {
  font: normal 400 10px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__left .counter__main .block h6 {
    font-size: 9px;
  }
}
.layout__footer .section1__left .counter__footer {
  padding-top: 15px;
}
.layout__footer .section1__left .counter__footer h5 {
  font: normal 500 11px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__left .counter__footer h5 {
    font-size: 10px;
  }
}
.layout__footer .section1__main {
  position: absolute;
  bottom: 0px;
  left: 18%;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .layout__footer .section1__main {
    left: 23%;
  }
}
@media screen and (max-width: 425px) {
  .layout__footer .section1__main {
    bottom: 30px;
  }
}
.layout__footer .section1__main .content__info hgroup {
  background-color: #f7f7f7;
  padding: 15px 20px;
  position: relative;
  display: table;
  width: 180px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__main .content__info hgroup {
    width: 172px;
  }
}
.layout__footer .section1__main .content__info hgroup h3 {
  font: normal 500 14px "AMX-Bold", sans-serif;
  color: #ef2539;
  line-height: 1;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1366px) {
  .layout__footer .section1__main .content__info hgroup h3 {
    font-size: 13px;
  }
}
.layout__footer .section1__main .content__info hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  margin-top: -5px;
  top: 50%;
  right: 100%;
  /*bottom: 100%;
  left: 15%;*/
  border-color: #f7f7f7 #f7f7f7 transparent transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__footer .section1__main .content__info hgroup:hover {
  background-color: #ef2539;
}
.layout__footer .section1__main .content__info hgroup:hover h3 {
  color: #ffffff;
}
.layout__footer .section1__main .content__info hgroup:hover:after {
  border-color: #ef2539 #ef2539 transparent transparent;
}
.layout__footer .section1__right {
  position: absolute;
  bottom: 0px;
  right: 3%;
  pointer-events: auto;
}
.layout__footer .section1__right .content__info hgroup {
  background-color: #f7f7f7;
  padding: 15px 20px;
  position: relative;
  display: table;
  width: 100px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.layout__footer .section1__right .content__info hgroup h3 {
  font: normal 500 14px "AMX-Bold", sans-serif;
  color: #ef2539;
  line-height: 1;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__footer .section1__right .content__info hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  margin-top: -5px;
  top: 50%;
  left: 100%;
  /*bottom: 100%;
  left: 15%;*/
  border-color: #f7f7f7 transparent transparent #f7f7f7;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__footer .section1__right .content__info hgroup:hover {
  background-color: #ef2539;
}
.layout__footer .section1__right .content__info hgroup:hover h3 {
  color: #ffffff;
}
.layout__footer .section1__right .content__info hgroup:hover:after {
  border-color: #ef2539 transparent transparent #ef2539;
}

.layout__main .page1 {
  position: relative;
  z-index: 11;
  padding-bottom: 2rem;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/14e19404-f4a6-4d6f-87b7-b1cb8376b9fd-bg_conectados.jpg");
}
.layout__main .page1__main {
  position: relative;
}
.layout__main .page1__main .section1__header {
  width: 50%;
  position: relative;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header {
    width: 100%;
    padding: 90px 0 0 0;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page1__main .section1__header {
    width: 100%;
    padding: 90px 0 0% 0;
  }
}
.layout__main .page1__main .section1__header .content__header h2 {
  color: #fff;
  font: normal 700 24px "AMX-Bold", sans-serif;
  margin-bottom: 21px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header .content__header h2 {
    margin-left: 30px;
    font-size: 24px;
    line-height: 14px;
  }
}
.layout__main .page1__main .section1__header .content__description {
  padding: 20px 20px;
  position: relative;
}
.layout__main .page1__main .section1__header .content__description .tooltipvideo {
  position: relative;
  background-color: #ffffff;
  padding: 8px 16px;
  display: table;
  margin-bottom: 10px;
}
.layout__main .page1__main .section1__header .content__description .tooltipvideo h4 {
  font: normal 600 12px "AMX-Bold", sans-serif;
  color: #ef2539;
  line-height: 0.89;
  /*@include to(laptop) {
    font-size: em(16);
  }*/
}
.layout__main .page1__main .section1__header .content__description .tooltipvideo:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: -12px;
  left: 30%;
  border-color: transparent #ffffff #ffffff transparent;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header .content__description {
    padding: 15px 30px 0px;
  }
}
.layout__main .page1__main .section1__header .content__description p {
  margin: 0px auto 0;
  font: normal 400 16px "Roboto";
  line-height: 22px;
  color: #fff;
}
.layout__main .page1__main .section1__header .content__description h3 {
  margin: 0px auto 0;
  font: normal 700 20px "AMX-Bold", sans-serif;
  color: #fff;
  line-height: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header .content__description h3 {
    font-size: 20px;
    line-height: 14px;
  }
}
.layout__main .page1__main .section1__header .content__video {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header .content__video {
    border-radius: 0px;
  }
}
.layout__main .page1__main .section1__header .content__video figure {
  margin: 0px;
}
.layout__main .page1__main .section1__header .content__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.layout__main .page1__main .section1__header .content__video:before {
  padding-top: 56.25%;
  content: "";
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .layout__main .page1__main .section1__header .content__video img {
    width: 100%;
  }
}
.layout__main .page1__main .section1__header .content__video .title {
  width: 220px;
  height: 80px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -40px;
  pointer-events: none;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .layout__main .page1__main .section1__header .content__video .title {
    margin-top: -22.5px;
    height: 55px;
  }
}
.layout__main .page1__main .section1__header .content__video .title h3 {
  font: normal 600 60px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4.44px;
  line-height: 0.89;
  /*@include to(laptop) {
  }*/
}
@media screen and (max-width: 425px) {
  .layout__main .page1__main .section1__header .content__video .title h3 {
    font-size: 35px;
  }
}
.layout__main .page1__main .section1__header .content__video .title p {
  font: normal 400 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.89;
  letter-spacing: 1.4px;
  margin-top: 8px;
  text-align: center;
  /*@include to(laptop) {
  	font-size: em(16);
  }*/
}
.layout__main .page1__main .section1__header .content__video a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a8659bb0-5862-4a76-b2d9-489d23a69b54-documental.png");
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header .content__video a {
    background-size: contain;
    border-radius: 15px;
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/48126a09-d012-4a04-a613-2b6c9ada0960-documental_mobile.png");
  }
}
.layout__main .page1__main .section1__header hgroup {
  background-color: #ef2539;
  padding: 12px 20px;
  position: relative;
  display: table;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__header hgroup {
    margin-left: 30px;
  }
}
.layout__main .page1__main .section1__header hgroup h1 {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 0.89;
}
@media screen and (max-width: 1366px) {
  .layout__main .page1__main .section1__header hgroup h1 {
    font-size: 16px;
  }
}
.layout__main .page1__main .section1__header hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: 100%;
  left: 15%;
  border-color: #ef2539 transparent transparent #ef2539;
}
.layout__main .page1__main .section1__header hgroup .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.layout__main .page1__main .section1__header hgroup .tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.layout__main .page1__main .section1__header hgroup .tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.layout__main .page1__main .section1__header hgroup .tooltip:hover .tiptext {
  visibility: visible;
}
.layout__main .page1__main .section1__header hgroup .tooltip.top .tiptext {
  margin-left: -60px;
  bottom: 150%;
  left: 50%;
}
.layout__main .page1__main .section1__header hgroup .tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #2e2e2e transparent transparent transparent;
}
.layout__main .page1__main .section1__header hgroup .tooltip.bottom .tiptext {
  margin-left: -60px;
  top: 150%;
  left: 50%;
}
.layout__main .page1__main .section1__header hgroup .tooltip.bottom .tiptext::after {
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #2e2e2e transparent;
}
.layout__main .page1__main .section1__header hgroup .tooltip.left .tiptext {
  top: -5px;
  right: 110%;
}
.layout__main .page1__main .section1__header hgroup .tooltip.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #2e2e2e;
}
.layout__main .page1__main .section1__header hgroup .tooltip.right .tiptext {
  top: -5px;
  left: 110%;
}
.layout__main .page1__main .section1__header hgroup .tooltip.right .tiptext::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  border-color: transparent #2e2e2e transparent transparent;
}
.layout__main .page1__main .section1 .align {
  width: 50%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1 .align {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page1__main .section1 .align {
    width: 100%;
  }
}
.layout__main .page1__main .section1__main {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1366px) {
  .layout__main .page1__main .section1__main {
    padding: 20px 0 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__main {
    padding: 0px 30px 0;
  }
}
.layout__main .page1__main .section1__main .content__list .item {
  padding: 20px 10px 20px 10px;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page1__main .section1__main .content__list .item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__main .content__list .item {
    padding: 20px 0 20px 0px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .layout__main .page1__main .section1__main .content__list .item:hover {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
}
.layout__main .page1__main .section1__main .content__list .item__content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__main .content__list .item__content {
    width: 100%;
  }
}
.layout__main .page1__main .section1__main .content__list .item__content p {
  font: normal 400 14px "Roboto";
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
}
.layout__main .page1__main .section1__main .content__list .item__content h3 {
  font: normal 700 20px "AMX-Bold", sans-serif;
  line-height: 23px;
  color: #fff;
}
.layout__main .page1__main .section1__main .content__list .item__image {
  cursor: pointer;
  width: 300px;
  margin-right: 30px;
  position: relative;
  height: 168.8311688312px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100% 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .layout__main .page1__main .section1__main .content__list .item__image {
    width: 100%;
    height: 0;
    padding-bottom: 56.2770562771%;
    background-size: 100% 100%;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.layout__main .page1__main .section1__main .content__list .item__image.conectado_0 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a43abfc1-ee85-4348-bfe7-3f01c10493e9-conectado_1.png");
}
.layout__main .page1__main .section1__main .content__list .item__image.conectado_1 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/bfff94f1-d84e-4ea1-81e4-3def56a5218b-conectado_2.png");
}
.layout__main .page1__main .section1__main .content__list .item__image:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.layout__main .page1__main .section1__main .content__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.layout__main .page2 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.layout__main .page2.bg2 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/264c15cc-77e4-4552-8ae1-560cdf03e3af-bg_hazlo_realidad.jpg");
}
.layout__main .page2.bg3 {
  background-image: url("../assets/bg_hazlo_realidad.jpg");
}
@media screen and (max-width: 568px) {
  .layout__main .page2.bg3 {
    background-image: url("../assets/bg_hazlo_realidad-m.jpg");
  }
}
.layout__main .page2.bg3::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.layout__main .page2__main {
  position: relative;
}
.layout__main .page2__main .section1 {
  padding: 60px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1 {
    padding: 90px 0 0 0;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section1 {
    padding: 90px 0 10% 0;
  }
}
.layout__main .page2__main .section1 .align {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .layout__main .page2__main .section1 .align {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1 .align {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1__main .content.desktop {
    display: none;
  }
}
.layout__main .page2__main .section1__main .content.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1__main .content.mobile {
    display: block;
  }
}
.layout__main .page2__main .section1__main .content .buttons {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page2__main .section1__main .content .buttons button {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0;
  background: none;
}
.layout__main .page2__main .section1__main .content .buttons button svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.layout__main .page2__main .section1__main .content .buttons button svg:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.layout__main .page2__main .section1__main .content .buttons button svg .background {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #da291c;
}
.layout__main .page2__main .section1__main .content .buttons button svg .arrow {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #fff;
}
.layout__main .page2__main .section1__main .content .buttons button.swiper-button-disabled {
  cursor: not-allowed;
}
.layout__main .page2__main .section1__main .content .buttons button.swiper-button-disabled svg {
  opacity: 0.6;
}
.layout__main .page2__main .section1__main .content .buttons button.swiper-button-disabled svg .background {
  fill: #fff;
}
.layout__main .page2__main .section1__main .content .buttons button.swiper-button-disabled svg .arrow {
  fill: #da291c;
}
.layout__main .page2__main .section1__main .content .buttons button.btn_next {
  margin-left: 11px;
}
.layout__main .page2__main .section1__main .content .buttons button.btn_prev {
  position: relative;
}
.layout__main .page2__main .section1__main .content .buttons button.btn_prev span {
  position: absolute;
  font: normal 500 20px "Roboto";
  white-space: nowrap;
  color: #ffffff;
  top: 9.5px;
  right: calc(100% + 12px);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: default;
}
.layout__main .page2__main .section1__main .content .buttons button.btn_prev.swiper-button-disabled span {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1__main .content__info {
    margin-top: 30px;
    padding-bottom: 70px;
  }
}
.layout__main .page2__main .section1__main .content__info h3 {
  margin: 0px auto 0;
  font: normal 500 16px "Roboto";
  color: #ffffff;
  line-height: 1.34;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.layout__main .page2__main .section1__main .content__info p {
  margin: 0px auto 0;
  font: normal 400 16px "Roboto";
  color: #fff;
  line-height: 1.34;
  margin-bottom: 20px;
}
.layout__main .page2__main .section1__main .content__info p strong {
  font: normal 400 24px "AMX-Bold", sans-serif;
}
.layout__main .page2__main .section1__main .content__info p a {
  color: #fff;
  text-decoration: underline;
}
.layout__main .page2__main .section1__main .content__description {
  padding: 20px 20px;
  position: relative;
}
.layout__main .page2__main .section1__main .content__description .tooltipvideo {
  position: relative;
  background-color: #ffffff;
  padding: 8px 16px;
  display: table;
  margin-bottom: 10px;
  /*position: absolute;
  top: -20px;
  left: 0px;

  &:before{
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;

    background: rgba(0,0,0,.75);
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
      top: 26px;
    white-space: nowrap;
  }
  &:after{
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;

    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.75); 
    border-left: 6px solid transparent;
    content: '';
    height: 0;
      top: 20px;
      left: 20px;
    width: 0;
  }*/
}
.layout__main .page2__main .section1__main .content__description .tooltipvideo h4 {
  font: normal 600 12px "AMX-Bold", sans-serif;
  color: #ef2539;
  line-height: 0.89;
  letter-spacing: 2px;
  /*@include to(laptop) {
    font-size: em(16);
  }*/
}
.layout__main .page2__main .section1__main .content__description .tooltipvideo:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: -12px;
  left: 30%;
  border-color: transparent #ffffff #ffffff transparent;
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1__main .content__description {
    padding: 15px 0px 0px;
  }
}
.layout__main .page2__main .section1__main .content__description p {
  margin: 0px auto 0;
  font: normal 400 16px "Roboto";
  line-height: 1.34;
  color: #ffffff;
  margin-bottom: 20px;
}
.layout__main .page2__main .section1__main .content__description .phrase {
  margin: 0px auto 0;
  font: normal 700 20px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 20px;
}
.layout__main .page2__main .section1__main .content__video {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  /*
  &:before {
    content: "";
    width: 60px;
    height: 60px;
    // background-image: url("../assets/proyectos/icon_play.png");
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    pointer-events: none;
    @include to(laptop) {
      width: 60px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px;
    }
    @include to(movil) {
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px;
    }
  }*/
}
.layout__main .page2__main .section1__main .content__video figure {
  margin: 0px;
}
.layout__main .page2__main .section1__main .content__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.layout__main .page2__main .section1__main .content__video:before {
  padding-top: 56.25%;
  content: "";
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section1__main .content__video img {
    width: 100%;
  }
}
.layout__main .page2__main .section1__main .content__video .title {
  width: 220px;
  height: 80px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -40px;
  pointer-events: none;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section1__main .content__video .title {
    margin-top: -22.5px;
    height: 55px;
  }
}
.layout__main .page2__main .section1__main .content__video .title h3 {
  font: normal 600 60px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4.44px;
  line-height: 0.89;
  /*@include to(laptop) {
  }*/
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section1__main .content__video .title h3 {
    font-size: 35px;
  }
}
.layout__main .page2__main .section1__main .content__video .title p {
  font: normal 400 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.89;
  letter-spacing: 1.4px;
  margin-top: 8px;
  text-align: center;
  /*@include to(laptop) {
  	font-size: em(16);
  }*/
}
.layout__main .page2__main .section1__main .content__video a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a8659bb0-5862-4a76-b2d9-489d23a69b54-documental.png");
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section1__main .content__video a {
    background-size: contain;
    border-radius: 15px;
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/48126a09-d012-4a04-a613-2b6c9ada0960-documental_mobile.png");
  }
}
.layout__main .page2__main .section1__main hgroup {
  background-color: #ef2539;
  padding: 12px 20px;
  position: relative;
  display: table;
  margin-bottom: 50px;
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section1__main hgroup {
    margin-bottom: 20px;
  }
}
.layout__main .page2__main .section1__main hgroup h1 {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 0.89;
  letter-spacing: 2px;
}
.layout__main .page2__main .section1__main hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: 100%;
  left: 15%;
  border-color: #ef2539 transparent transparent #ef2539;
}
.layout__main .page2__main .section1__main hgroup .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.layout__main .page2__main .section1__main hgroup .tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.layout__main .page2__main .section1__main hgroup .tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.layout__main .page2__main .section1__main hgroup .tooltip:hover .tiptext {
  visibility: visible;
}
.layout__main .page2__main .section1__main hgroup .tooltip.top .tiptext {
  margin-left: -60px;
  bottom: 150%;
  left: 50%;
}
.layout__main .page2__main .section1__main hgroup .tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #2e2e2e transparent transparent transparent;
}
.layout__main .page2__main .section1__main hgroup .tooltip.bottom .tiptext {
  margin-left: -60px;
  top: 150%;
  left: 50%;
}
.layout__main .page2__main .section1__main hgroup .tooltip.bottom .tiptext::after {
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #2e2e2e transparent;
}
.layout__main .page2__main .section1__main hgroup .tooltip.left .tiptext {
  top: -5px;
  right: 110%;
}
.layout__main .page2__main .section1__main hgroup .tooltip.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #2e2e2e;
}
.layout__main .page2__main .section1__main hgroup .tooltip.right .tiptext {
  top: -5px;
  left: 110%;
}
.layout__main .page2__main .section1__main hgroup .tooltip.right .tiptext::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  border-color: transparent #2e2e2e transparent transparent;
}
.layout__main .page2__main .section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.layout__main .page2__main .section2 .align {
  width: 80%;
}
.layout__main .page2__main .section2__header .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout__main .page2__main .section2__header .content__list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
}
.layout__main .page2__main .section2__header .content__list .item:hover hgroup {
  background-color: #ef2539;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item:hover hgroup h3 {
  color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item:hover hgroup:after {
  border-color: transparent #ef2539 #ef2539 transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item:hover h2 {
  color: #ef2539;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item__image {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.layout__main .page2__main .section2__header .content__list .item__info {
  position: relative;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /*position: absolute;
  top: 100px;
  left: 0px;*/
}
.layout__main .page2__main .section2__header .content__list .item__info hgroup {
  background-color: transparent;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item__info hgroup h3 {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #ef2539;
  line-height: 1;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item__info hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  bottom: 100%;
  left: 15%;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section2__header .content__list .item__info h2 {
  font: normal 600 44px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page2__main .section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100vh;
}
.layout__main .page2__main .section3__main {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.layout__main .page2__main .section3__main .counter__header {
  padding-bottom: 15px;
}
.layout__main .page2__main .section3__main .counter__header h5 {
  font: normal 500 20px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
.layout__main .page2__main .section3__main .counter__footer {
  padding-top: 15px;
}
.layout__main .page2__main .section3__main .counter__footer h5 {
  font: normal 500 20px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
.layout__main .page2__main .section3__main .counter__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*width: 160px;*/
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section3__main .counter__main {
    width: 260px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section3__main .counter__main {
    width: 220px;
    margin: 0 auto;
  }
}
.layout__main .page2__main .section3__main .counter__main .block {
  width: 150px;
  height: 150px;
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
.layout__main .page2__main .section3__main .counter__main .block.transparent {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1366px) {
  .layout__main .page2__main .section3__main .counter__main .block {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .layout__main .page2__main .section3__main .counter__main .block {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page2__main .section3__main .counter__main .block {
    margin: 0px;
    margin: 5px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section3__main .counter__main .block {
    width: 100px;
    height: 100px;
  }
}
.layout__main .page2__main .section3__main .counter__main .block hgroup {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.layout__main .page2__main .section3__main .counter__main .block h3 {
  font: normal 600 81px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .layout__main .page2__main .section3__main .counter__main .block h3 {
    font-size: 71px;
  }
}
@media screen and (max-width: 1024px) {
  .layout__main .page2__main .section3__main .counter__main .block h3 {
    font-size: 61px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page2__main .section3__main .counter__main .block h3 {
    font-size: 51px;
  }
}
.layout__main .page2__main .section3__main .counter__main .block h6 {
  font: normal 400 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
}

.layout__main .page3 {
  position: relative;
  z-index: 11;
  padding-bottom: 2rem;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/bg_deportes.jpg");
}
.layout__main .page3::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000000;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.layout__main .page3__main {
  position: relative;
}
.layout__main .page3__main .section1__header {
  width: 50%;
  position: relative;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header {
    width: 100%;
    padding: 90px 0 0 0;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page3__main .section1__header {
    width: 100%;
    padding: 90px 0 0% 0;
  }
}
.layout__main .page3__main .section1__header .content__header h2 {
  color: #fff;
  font: normal 700 24px "AMX-Bold", sans-serif;
  margin-bottom: 21px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header .content__header h2 {
    margin-left: 30px;
    font-size: 24px;
    line-height: 14px;
  }
}
.layout__main .page3__main .section1__header .content__description {
  padding: 20px 20px;
  position: relative;
}
.layout__main .page3__main .section1__header .content__description .tooltipvideo {
  position: relative;
  background-color: #ffffff;
  padding: 8px 16px;
  display: table;
  margin-bottom: 10px;
}
.layout__main .page3__main .section1__header .content__description .tooltipvideo h4 {
  font: normal 600 12px "AMX-Bold", sans-serif;
  color: #ef2539;
  line-height: 0.89;
  /*@include to(laptop) {
    font-size: em(16);
  }*/
}
.layout__main .page3__main .section1__header .content__description .tooltipvideo:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: -12px;
  left: 30%;
  border-color: transparent #ffffff #ffffff transparent;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header .content__description {
    padding: 15px 30px 0px;
  }
}
.layout__main .page3__main .section1__header .content__description p {
  margin: 0px auto 0;
  font: normal 400 16px "Roboto";
  line-height: 22px;
  color: #fff;
}
.layout__main .page3__main .section1__header .content__description h3 {
  margin: 0px auto 0;
  font: normal 700 20px "AMX-Bold", sans-serif;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header .content__description h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.layout__main .page3__main .section1__header .content__description a {
  display: block;
  margin-top: 46px;
  cursor: pointer;
}
.layout__main .page3__main .section1__header .content__description a span {
  display: inline-block;
  color: #fff;
  margin-right: 7px;
  font: normal 600 16px "Roboto";
  line-height: 22px;
}
.layout__main .page3__main .section1__header .content__description a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.layout__main .page3__main .section1__header .content__video {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header .content__video {
    padding: 0 30px;
  }
}
.layout__main .page3__main .section1__header .content__video figure {
  margin: 0px;
}
.layout__main .page3__main .section1__header .content__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header .content__video iframe {
    padding: 0 30px;
  }
}
.layout__main .page3__main .section1__header .content__video:before {
  padding-top: 56.25%;
  content: "";
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .layout__main .page3__main .section1__header .content__video img {
    width: 100%;
  }
}
.layout__main .page3__main .section1__header .content__video .title {
  width: 220px;
  height: 80px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -40px;
  pointer-events: none;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .layout__main .page3__main .section1__header .content__video .title {
    margin-top: -22.5px;
    height: 55px;
  }
}
.layout__main .page3__main .section1__header .content__video .title h3 {
  font: normal 600 60px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4.44px;
  line-height: 0.89;
  /*@include to(laptop) {
  }*/
}
@media screen and (max-width: 425px) {
  .layout__main .page3__main .section1__header .content__video .title h3 {
    font-size: 35px;
  }
}
.layout__main .page3__main .section1__header .content__video .title p {
  font: normal 400 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.89;
  letter-spacing: 1.4px;
  margin-top: 8px;
  text-align: center;
  /*@include to(laptop) {
  	font-size: em(16);
  }*/
}
.layout__main .page3__main .section1__header .content__video a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a8659bb0-5862-4a76-b2d9-489d23a69b54-documental.png");
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header .content__video a {
    background-size: contain;
    border-radius: 15px;
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/48126a09-d012-4a04-a613-2b6c9ada0960-documental_mobile.png");
  }
}
.layout__main .page3__main .section1__header hgroup {
  background-color: #ef2539;
  padding: 12px 20px;
  position: relative;
  display: table;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__header hgroup {
    margin-left: 30px;
  }
}
.layout__main .page3__main .section1__header hgroup h1 {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 0.89;
}
@media screen and (max-width: 1366px) {
  .layout__main .page3__main .section1__header hgroup h1 {
    font-size: 16px;
  }
}
.layout__main .page3__main .section1__header hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: 100%;
  left: 15%;
  border-color: #ef2539 transparent transparent #ef2539;
}
.layout__main .page3__main .section1__header hgroup .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.layout__main .page3__main .section1__header hgroup .tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.layout__main .page3__main .section1__header hgroup .tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.layout__main .page3__main .section1__header hgroup .tooltip:hover .tiptext {
  visibility: visible;
}
.layout__main .page3__main .section1__header hgroup .tooltip.top .tiptext {
  margin-left: -60px;
  bottom: 150%;
  left: 50%;
}
.layout__main .page3__main .section1__header hgroup .tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #2e2e2e transparent transparent transparent;
}
.layout__main .page3__main .section1__header hgroup .tooltip.bottom .tiptext {
  margin-left: -60px;
  top: 150%;
  left: 50%;
}
.layout__main .page3__main .section1__header hgroup .tooltip.bottom .tiptext::after {
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #2e2e2e transparent;
}
.layout__main .page3__main .section1__header hgroup .tooltip.left .tiptext {
  top: -5px;
  right: 110%;
}
.layout__main .page3__main .section1__header hgroup .tooltip.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #2e2e2e;
}
.layout__main .page3__main .section1__header hgroup .tooltip.right .tiptext {
  top: -5px;
  left: 110%;
}
.layout__main .page3__main .section1__header hgroup .tooltip.right .tiptext::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  border-color: transparent #2e2e2e transparent transparent;
}
.layout__main .page3__main .section1 .align {
  width: 50%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1 .align {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page3__main .section1 .align {
    width: 100%;
  }
}
.layout__main .page3__main .section1__main {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1366px) {
  .layout__main .page3__main .section1__main {
    padding: 20px 0 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__main {
    padding: 0px 30px 0;
  }
}
.layout__main .page3__main .section1__main .content__list .item {
  padding: 20px 10px 20px 10px;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page3__main .section1__main .content__list .item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__main .content__list .item {
    padding: 20px 0 20px 0px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .layout__main .page3__main .section1__main .content__list .item:hover {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
}
.layout__main .page3__main .section1__main .content__list .item__content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__main .content__list .item__content {
    width: 100%;
  }
}
.layout__main .page3__main .section1__main .content__list .item__content p {
  font: normal 400 14px "Roboto";
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
}
.layout__main .page3__main .section1__main .content__list .item__content h3 {
  font: normal 700 20px "AMX-Bold", sans-serif;
  line-height: 23px;
  color: #fff;
}
.layout__main .page3__main .section1__main .content__list .item__image {
  cursor: pointer;
  width: 300px;
  margin-right: 30px;
  position: relative;
  height: 168.8311688312px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100% 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .layout__main .page3__main .section1__main .content__list .item__image {
    width: 100%;
    height: 0;
    padding-bottom: 56.2770562771%;
    background-size: 100% 100%;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.layout__main .page3__main .section1__main .content__list .item__image.conectado_0 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a43abfc1-ee85-4348-bfe7-3f01c10493e9-conectado_1.png");
}
.layout__main .page3__main .section1__main .content__list .item__image.conectado_1 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/bfff94f1-d84e-4ea1-81e4-3def56a5218b-conectado_2.png");
}
.layout__main .page3__main .section1__main .content__list .item__image:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.layout__main .page3__main .section1__main .content__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.layout__main .page4 {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/93ccdafe-9408-4182-b25c-989bff30dc34-bg_noticias.jpg");
  /*@include to(laptop) {
      //min-height: auto;
      position: fixed;
    }*/
}
.layout__main .page4__main {
  position: relative;
}
.layout__main .page4__main .section1 .align {
  width: 60%;
  position: relative;
  margin: 0 auto;
  /*@include to(laptop) {
    height: auto;
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1 .align {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page4__main .section1 .align {
    width: 100%;
  }
}
.layout__main .page4__main .section1__main {
  padding: 10% 0 3% 0;
}
@media screen and (max-width: 1366px) {
  .layout__main .page4__main .section1__main {
    padding: 10% 0 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main {
    padding: 84px 20px 40px;
  }
}
.layout__main .page4__main .section1__main .content.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .layout__main .page4__main .section1__main .content.mobile {
    display: block;
  }
}
.layout__main .page4__main .section1__main .content.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .layout__main .page4__main .section1__main .content.desktop {
    display: none;
  }
}
.layout__main .page4__main .section1__main .content .buttons {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page4__main .section1__main .content .buttons button {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0;
  background: none;
}
.layout__main .page4__main .section1__main .content .buttons button svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.layout__main .page4__main .section1__main .content .buttons button svg:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.layout__main .page4__main .section1__main .content .buttons button svg .background {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #da291c;
}
.layout__main .page4__main .section1__main .content .buttons button svg .arrow {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #fff;
}
.layout__main .page4__main .section1__main .content .buttons button.swiper-button-disabled {
  cursor: not-allowed;
}
.layout__main .page4__main .section1__main .content .buttons button.swiper-button-disabled svg {
  opacity: 0.6;
}
.layout__main .page4__main .section1__main .content .buttons button.swiper-button-disabled svg .background {
  fill: #fff;
}
.layout__main .page4__main .section1__main .content .buttons button.swiper-button-disabled svg .arrow {
  fill: #da291c;
}
.layout__main .page4__main .section1__main .content .buttons button.btn_next {
  margin-left: 11px;
}
.layout__main .page4__main .section1__main .content .buttons button.btn_prev {
  position: relative;
}
.layout__main .page4__main .section1__main .content .buttons button.btn_prev span {
  position: absolute;
  font: normal 500 20px "Roboto";
  white-space: nowrap;
  color: #ffffff;
  top: 9.5px;
  right: calc(100% + 12px);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: default;
}
.layout__main .page4__main .section1__main .content .buttons button.btn_prev.swiper-button-disabled span {
  opacity: 1;
}
.layout__main .page4__main .section1__main .content__list .item {
  padding: 20px 0 20px 10px;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page4__main .section1__main .content__list .item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .content__list .item {
    padding: 20px 0 20px 0px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .layout__main .page4__main .section1__main .content__list .item:hover {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
}
.layout__main .page4__main .section1__main .content__list .item__content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .content__list .item__content {
    width: 100%;
  }
}
.layout__main .page4__main .section1__main .content__list .item__content span {
  font: normal 700 17px "Roboto";
  color: #fff;
  line-height: 23px;
}
.layout__main .page4__main .section1__main .content__list .item__content h2 {
  margin-top: 7px;
  font: normal bold 20px "AMX-Bold", sans-serif;
  color: #fff;
  line-height: 23px;
}
.layout__main .page4__main .section1__main .content__list .item__content p {
  font: normal 400 14px "Roboto";
  color: #fff;
  margin-top: 10px;
  line-height: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .content__list .item__content p {
    margin-bottom: 17px;
  }
}
.layout__main .page4__main .section1__main .content__list .item__content a {
  text-decoration: none;
  color: #fff;
  font: normal 600 16px "Roboto";
  line-height: 23px;
}
.layout__main .page4__main .section1__main .content__list .item a {
  width: 300px;
  margin-right: 30px;
  height: 168.8311688312px;
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .content__list .item a {
    width: 100%;
    height: 350px;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page4__main .section1__main .content__list .item a {
    height: 200px;
  }
}
.layout__main .page4__main .section1__main .content__list .item a .img__card {
  overflow: hidden;
  cursor: pointer;
  width: inherit;
  position: relative;
  height: inherit;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout__main .page4__main .section1__main .content__list .item a .img__card:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.layout__main .page4__main .section1__main .content__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.layout__main .page4__main .section1__main .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .head {
    padding-left: 0px;
  }
}
.layout__main .page4__main .section1__main .head hgroup {
  background-color: #ef2539;
  padding: 12px 20px;
  position: relative;
  display: table;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .head hgroup {
    margin-bottom: 30px;
  }
}
.layout__main .page4__main .section1__main .head hgroup h1 {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 0.89;
  letter-spacing: 2px;
}
@media screen and (max-width: 1366px) {
  .layout__main .page4__main .section1__main .head hgroup h1 {
    font-size: 16px;
  }
}
.layout__main .page4__main .section1__main .head hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: 100%;
  left: 15%;
  border-color: #ef2539 transparent transparent #ef2539;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.layout__main .page4__main .section1__main .head hgroup .tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip:hover .tiptext {
  visibility: visible;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.top .tiptext {
  margin-left: -60px;
  bottom: 150%;
  left: 50%;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #2e2e2e transparent transparent transparent;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.bottom .tiptext {
  margin-left: -60px;
  top: 150%;
  left: 50%;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.bottom .tiptext::after {
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #2e2e2e transparent;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.left .tiptext {
  top: -5px;
  right: 110%;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #2e2e2e;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.right .tiptext {
  top: -5px;
  left: 110%;
}
.layout__main .page4__main .section1__main .head hgroup .tooltip.right .tiptext::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  border-color: transparent #2e2e2e transparent transparent;
}
.layout__main .page4__main .section1__main .head .month {
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  font-family: "AMX-Bold", sans-serif;
  line-height: 23px;
  color: #fff;
}
.layout__main .page4__main .section1__main .head .month .yearPl {
  font-weight: 300;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .layout__main .page4__main .section1__main .head .month {
    padding-top: 0px;
    margin-left: 0px;
  }
}

.layout__main .page6 {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/aa60d4c9-2f95-414b-9b81-ea8c4431d83d-bg_miniclips.jpg");
  /*@include to(laptop) {
      //min-height: auto;
      position: fixed;
    }*/
}
.layout__main .page6__main {
  position: relative;
}
.layout__main .page6__main .section1 .align {
  width: 60%;
  position: relative;
  margin: 0 auto;
  /*@include to(laptop) {
    height: auto;
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1 .align {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page6__main .section1 .align {
    width: 100%;
  }
}
.layout__main .page6__main .section1__main {
  padding: 10% 0 0 0;
}
@media screen and (max-width: 1366px) {
  .layout__main .page6__main .section1__main {
    padding: 10% 0 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main {
    padding: 84px 20px 0;
  }
}
.layout__main .page6__main .section1__main .content.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .layout__main .page6__main .section1__main .content.mobile {
    display: block;
  }
}
.layout__main .page6__main .section1__main .content.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .layout__main .page6__main .section1__main .content.desktop {
    display: none;
  }
}
.layout__main .page6__main .section1__main .content .buttons {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page6__main .section1__main .content .buttons button {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0;
  background: none;
}
.layout__main .page6__main .section1__main .content .buttons button svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.layout__main .page6__main .section1__main .content .buttons button svg:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.layout__main .page6__main .section1__main .content .buttons button svg .background {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #da291c;
}
.layout__main .page6__main .section1__main .content .buttons button svg .arrow {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: #fff;
}
.layout__main .page6__main .section1__main .content .buttons button.swiper-button-disabled {
  cursor: not-allowed;
}
.layout__main .page6__main .section1__main .content .buttons button.swiper-button-disabled svg {
  opacity: 0.6;
}
.layout__main .page6__main .section1__main .content .buttons button.swiper-button-disabled svg .background {
  fill: #fff;
}
.layout__main .page6__main .section1__main .content .buttons button.swiper-button-disabled svg .arrow {
  fill: #da291c;
}
.layout__main .page6__main .section1__main .content .buttons button.btn_next {
  margin-left: 11px;
}
.layout__main .page6__main .section1__main .content .buttons button.btn_prev {
  position: relative;
}
.layout__main .page6__main .section1__main .content .buttons button.btn_prev span {
  position: absolute;
  font: normal 500 20px "Roboto";
  white-space: nowrap;
  color: #ffffff;
  top: 9.5px;
  right: calc(100% + 12px);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: default;
}
.layout__main .page6__main .section1__main .content .buttons button.btn_prev.swiper-button-disabled span {
  opacity: 1;
}
.layout__main .page6__main .section1__main .content__list .item {
  padding: 20px 10px 20px 10px;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__main .page6__main .section1__main .content__list .item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item {
    padding: 20px 0 20px 0px;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .layout__main .page6__main .section1__main .content__list .item:hover {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
}
.layout__main .page6__main .section1__main .content__list .item__content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__content {
    width: 100%;
  }
}
.layout__main .page6__main .section1__main .content__list .item__content p {
  font: normal 400 14px "Roboto";
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__content p {
    display: none;
  }
}
.layout__main .page6__main .section1__main .content__list .item__content .title {
  font: normal bold 20px "AMX-Bold", sans-serif;
  color: #fff;
}
.layout__main .page6__main .section1__main .content__list .item__image {
  cursor: pointer;
  width: 300px;
  margin-right: 30px;
  position: relative;
  height: 168.8311688312px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100% 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image {
    width: 100%;
    height: 0;
    padding-bottom: 56.2770562771%;
    background-size: 100% 100%;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_0 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/64864b1a-5aed-415c-998b-fb0ef3323737-clip_0.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_0 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/64864b1a-5aed-415c-998b-fb0ef3323737-clip_0.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_1 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a0b23637-06b3-4f03-a9b9-cd22f085e93e-clip_1.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_1 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a0b23637-06b3-4f03-a9b9-cd22f085e93e-clip_1.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_2 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/5757ca83-cefa-4fa7-ac1a-1c314e1b92ba-clip_2.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/alma-moron-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_2 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/5757ca83-cefa-4fa7-ac1a-1c314e1b92ba-clip_2.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_3 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/c1b3b7c5-be35-4403-bd9a-332466f61356-clip_3.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/chicho-cavero-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_3 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/c1b3b7c5-be35-4403-bd9a-332466f61356-clip_3.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_4 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/dd63e0c0-b0a3-44b3-bec6-67566846b2d8-clip_4.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/chicho-cavero-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_4 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/dd63e0c0-b0a3-44b3-bec6-67566846b2d8-clip_4.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_5 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/9a107fe7-561d-4bc5-8230-dc3eca81333d-clip_5.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/chicho-cavero-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_5 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/9a107fe7-561d-4bc5-8230-dc3eca81333d-clip_5.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_11 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/29b855e7-1807-4d0a-b641-deb4f741a763-clip_11.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_11 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/29b855e7-1807-4d0a-b641-deb4f741a763-clip_11.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_12 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/5d3894fb-8b08-42cc-808d-c68f4c3d04c0-clip_12.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_12 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/5d3894fb-8b08-42cc-808d-c68f4c3d04c0-clip_12.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_15 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/684f2d82-c952-4237-b49f-2230d81c68ef-clip_15.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_15 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/684f2d82-c952-4237-b49f-2230d81c68ef-clip_15.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_20 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a16a2d8b-86d8-4cf0-8a39-cb42daf32f1c-clip_20.png");
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page6__main .section1__main .content__list .item__image.clip_20 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a16a2d8b-86d8-4cf0-8a39-cb42daf32f1c-clip_20.png");
  }
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_21 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/94e97f4d-1072-467e-888d-125d68765899-clip_21.png");
  /*background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a16a2d8b-86d8-4cf0-8a39-cb42daf32f1c-clip_20.png");

  @include to(tablet) {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a16a2d8b-86d8-4cf0-8a39-cb42daf32f1c-clip_20.png");
  }*/
  /*@include to(movil) {
  	background-image: url("../assets/musicos/abiud-mucha-meza-movil.jpg");
  }*/
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_22 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/ac822b2c-fefd-4c4f-aec6-c3c1af853dc6-clip_22.png");
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_23 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/5fae2551-2004-4016-8b07-a33ff84edb77-clip_23.png");
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_24 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/928228a6-4b65-4d19-bdfc-d98f0919abbb-clip_24.png");
}
.layout__main .page6__main .section1__main .content__list .item__image.clip_25 {
  background-image: url("../assets/miniclips/clip_25.png");
}
.layout__main .page6__main .section1__main .content__list .item__image:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.layout__main .page6__main .section1__main .content__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.layout__main .page9 {
  position: relative;
  overflow: hidden;
}
.layout__main .page9.desktop {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.layout__main .page9.claro_1 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/f5c02a8a-89af-4620-b22b-25b660987bcf-bg_1.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9.claro_1 {
    background: none;
  }
}
.layout__main .page9.claro_2 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/085798c7-736c-43ba-a2bf-f1834b9e3053-bg_2.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9.claro_2 {
    background: none;
  }
}
.layout__main .page9.claro_3 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/1b7e2041-0c86-4255-8e92-94aa42e7d28a-bg_3.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9.claro_3 {
    background: none;
  }
}
.layout__main .page9.claro_4 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/5a1da5be-b197-4d08-9a01-543ade5c812b-bg_4.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9.claro_4 {
    background: none;
  }
}
.layout__main .page9__header {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.layout__main .page9__header.detail {
  background-color: #fff;
}
.layout__main .page9__header .title {
  position: absolute;
  top: 10%;
  left: 22%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .layout__main .page9__header .title {
    top: 15%;
    left: 22%;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__header .title {
    top: 12%;
    left: 50%;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__header .title {
    top: 12%;
  }
}
.layout__main .page9__header .title hgroup {
  padding: 0px 0px 8px;
  display: table;
  border-bottom: 1px solid #fff;
  position: relative;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__header .title hgroup {
    left: -50%;
  }
}
.layout__main .page9__header .title hgroup h1 {
  font: normal 500 20px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 0.89;
}
@media screen and (max-width: 425px) {
  .layout__main .page9__header .title hgroup h1 {
    text-align: center;
  }
}
.layout__main .page9__header .section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout__main .page9__header .section1__left {
  width: 50%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__header .section1__left {
    width: 100%;
    height: 293px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__header .section1__left {
    height: 293px;
  }
}
.layout__main .page9__header .section1__left .number {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__header .section1__left .number {
    padding-right: 5%;
    padding-bottom: 25px;
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__header .section1__left .number {
    padding-right: 5%;
  }
}
.layout__main .page9__header .section1__left .number p {
  font: normal 600 180px "AMX-Bold", sans-serif;
  color: #ef2539;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1366px) {
  .layout__main .page9__header .section1__left .number p {
    font-size: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .layout__main .page9__header .section1__left .number p {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__header .section1__left .number p {
    font-size: 120px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__header .section1__left .number p {
    font-size: 90px;
  }
}
.layout__main .page9__header .section1__right {
  width: 50%;
  height: 100vh;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__header .section1__right {
    display: none;
  }
}
.layout__main .page9__header .section1__right .number {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.layout__main .page9__header .section1__right .number p {
  font: normal 600 180px "AMX-Bold", sans-serif;
  color: #ef2539;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1366px) {
  .layout__main .page9__header .section1__right .number p {
    font-size: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .layout__main .page9__header .section1__right .number p {
    font-size: 140px;
  }
}
.layout__main .page9__main {
  position: relative;
}
.layout__main .page9__main .section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.layout__main .page9__main .section1 .align {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1 .align {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header {
    padding-top: 64px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header {
    padding-top: 64px;
  }
}
.layout__main .page9__main .section1__header .content.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content.desktop {
    display: none;
  }
}
.layout__main .page9__main .section1__header .content.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content.mobile {
    display: block;
  }
}
.layout__main .page9__main .section1__header .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.layout__main .page9__main .section1__header .content__list .proposal {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #DA291C;
  background-blend-mode: multiply;
  mix-blend-mode: normal;
  opacity: 0.97;
  padding: 20px 50px;
}
.layout__main .page9__main .section1__header .content__list .proposal p {
  font: normal 400 16px "Roboto";
  color: #fff;
  line-height: 18px;
  text-align: center;
  text-shadow: 0px 2px 27px rgba(129, 129, 129, 0.5);
}
.layout__main .page9__main .section1__header .content__list .proposal p:nth-child(2) {
  margin-top: 1rem;
}
.layout__main .page9__main .section1__header .content__list .proposal p:nth-child(3) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .proposal {
    position: inherit;
  }
}
.layout__main .page9__main .section1__header .content__list .item {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item {
    height: 30.5666666667vh;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item {
    height: 32.5666666667vh;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.layout__main .page9__main .section1__header .content__list .item:hover hgroup {
  background-color: #ef2539;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page9__main .section1__header .content__list .item:hover hgroup h2 {
  color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page9__main .section1__header .content__list .item:hover hgroup:after {
  border-color: transparent #ef2539 #ef2539 transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item:hover hgroup:after {
    border-color: #ef2539 #ef2539 transparent transparent;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
.layout__main .page9__main .section1__header .content__list .item:hover p {
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page9__main .section1__header .content__list .item__image img {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout__main .page9__main .section1__header .content__list .item__image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__image img {
    height: 30.5666666667vh;
  }
  .layout__main .page9__main .section1__header .content__list .item__image img:hover {
    -webkit-transform: none;
            transform: none;
    opacity: none;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__image img {
    height: 32.5666666667vh;
  }
}
.layout__main .page9__main .section1__header .content__list .item__image img.musico_1 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a3a31177-a5d5-4ae0-97a6-8aace0b731f8-foto_1.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_1 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/a052c031-66c2-41b9-b7c6-16097303c81a-foto_1_t.jpg");
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_1 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/3eedc49e-bcff-4979-82bd-dffcc1864220-foto_1_m.jpg");
  }
}
.layout__main .page9__main .section1__header .content__list .item__image img.musico_2 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/48b4720f-2aef-4c4d-933e-4924b6e57ef1-foto_2.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_2 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/05860f87-12fc-48b8-89fa-bfb01785eadb-foto_2_t.jpg");
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_2 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/f7d1c055-72ab-445d-b01b-b3315ffe5f34-foto_2_m.jpg");
  }
}
.layout__main .page9__main .section1__header .content__list .item__image img.musico_3 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/7eee8ebc-2743-4669-a9b4-82d444bfbfea-foto_3.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_3 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/74e1a79e-259e-491c-ac89-7425f593093e-foto_3_t.jpg");
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_3 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/fc012438-3c4d-48a4-b177-aea266f89537-foto_3_m.jpg");
  }
}
.layout__main .page9__main .section1__header .content__list .item__image img.musico_4 {
  background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/f0149edb-145e-4cdd-8929-9eb728accce9-foto_4.jpg");
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_4 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/69e70835-be88-4d75-8aae-5fce6eda8800-foto_4_t.jpg");
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__image img.musico_4 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/e3e068d3-aa6e-42e3-86fe-eb1af2a382ee-foto_4_m.jpg");
  }
}
.layout__main .page9__main .section1__header .content__list .item__info {
  position: relative;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 30vh;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__info {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__info {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.layout__main .page9__main .section1__header .content__list .item__info hgroup {
  background-color: #ef2539;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__info hgroup {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: #ef2539;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__main .section1__header .content__list .item__info hgroup {
    padding: 10px 15px;
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.layout__main .page9__main .section1__header .content__list .item__info hgroup h2 {
  font: normal 600 20px "AMX-Bold", sans-serif;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__main .page9__main .section1__header .content__list .item__info hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -12px;
  left: 15%;
  border-color: transparent #ef2539 #ef2539 transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__info hgroup:after {
    margin-top: -5px;
    top: 30%;
    right: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    /*bottom: 100%;
    left: 15%;*/
    border-color: #ef2539 #ef2539 transparent transparent;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
.layout__main .page9__main .section1__header .content__list .item__info p {
  font: normal 600 44px "AMX-Bold", sans-serif;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__main .section1__header .content__list .item__info p {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #000;
    font-size: 60px;
  }
}
.layout__main .page9__head {
  position: absolute;
  display: none;
}
.layout__main .page9__head.detail {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__head {
    display: block;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 65px;
    width: 100vw;
    height: 293px;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__head.claro_1 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/3eedc49e-bcff-4979-82bd-dffcc1864220-foto_1_m.jpg");
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__head.claro_2 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/f7d1c055-72ab-445d-b01b-b3315ffe5f34-foto_2_m.jpg");
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__head.claro_3 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/fc012438-3c4d-48a4-b177-aea266f89537-foto_3_m.jpg");
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__head.claro_4 {
    background-image: url("https://www.claro.com.pe/portal/pe-2020/recursos_contenido/claro-home/e3e068d3-aa6e-42e3-86fe-eb1af2a382ee-foto_4_m.jpg");
  }
}
.layout__main .page9__container {
  position: relative;
}
.layout__main .page9__container .section1 {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section1 {
    display: none;
  }
}
.layout__main .page9__container .section1 .align {
  width: 82%;
  margin-left: 18%;
}
@media screen and (max-width: 1024px) {
  .layout__main .page9__container .section1 .align {
    width: 76%;
    margin-left: 22%;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section1 .align {
    width: 76%;
    margin: 0 auto;
  }
}
.layout__main .page9__container .section1__main {
  width: 60%;
  padding-top: 8%;
  margin-left: auto;
  margin-right: 15%;
}
@media screen and (max-width: 1366px) {
  .layout__main .page9__container .section1__main {
    padding-top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .layout__main .page9__container .section1__main {
    padding-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section1__main {
    width: 100%;
    padding: 290px 0 0%;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__container .section1__main {
    width: 100%;
    padding: 263px 0 0%;
  }
}
.layout__main .page9__container .section1__main .content {
  max-width: 550px;
  margin-left: auto;
  /*position: absolute;
  width: 400px;
  height: 400px;
  left: 50%;
  top: 50%;

  margin-left: -200px;
  margin-top: -200px;*/
}
.layout__main .page9__container .section1__main .content__info {
  /*p{
  	font: normal 400 em(14) $font2;
  	color: $color_t1;
  	//display: inline-block;
  	//margin: 0 20px;
  	line-height: 1.54;
  	letter-spacing: 1.5px;
  	margin-bottom: 20px;

  	@include to(laptop) {
  		font-size: em(12);
  		line-height: 1.34;
  	}

  	@include to(tablet-h) {
  		font-size: em(11);
  		line-height: 1.34;
  	}

  	@include to(tablet) {
  		font-size: em(15);
  		color: #000000;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section1__main .content__info {
    margin-bottom: 10%;
  }
}
.layout__main .page9__container .section1__main .content__info hgroup {
  background-color: #ef2539;
  padding: 18px 20px;
  position: relative;
  display: table;
  margin-bottom: 25px;
}
.layout__main .page9__container .section1__main .content__info hgroup h1,
.layout__main .page9__container .section1__main .content__info hgroup h3 {
  font: normal 600 24px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 1;
}
.layout__main .page9__container .section1__main .content__info hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: 100%;
  left: 15%;
  border-color: #ef2539 transparent transparent #ef2539;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip:hover .tiptext {
  visibility: visible;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.top .tiptext {
  margin-left: -60px;
  bottom: 150%;
  left: 50%;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #2E2E2E transparent transparent transparent;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.bottom .tiptext {
  margin-left: -60px;
  top: 150%;
  left: 50%;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.bottom .tiptext::after {
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #2E2E2E transparent;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.left .tiptext {
  top: -5px;
  right: 110%;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #2E2E2E;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.right .tiptext {
  top: -5px;
  left: 110%;
}
.layout__main .page9__container .section1__main .content__info hgroup .tooltip.right .tiptext::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  border-color: transparent #2E2E2E transparent transparent;
}
.layout__main .page9__container .section1__main .content__info h4 {
  font: normal 600 20px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 0.86;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section1__main .content__info h4 {
    font-size: 20px;
    color: #000000;
  }
}
.layout__main .page9__container .section1__main .content__info p {
  font: normal 400 16px "Roboto";
  text-align: justify;
  color: #ffffff;
  line-height: 1.34;
  margin-bottom: 10px;
}
.layout__main .page9__container .section1__main .buttons {
  width: 100%;
  margin: 4% 0;
  text-align: right;
}
.layout__main .page9__container .section1__main .buttons button {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #000000;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.layout__main .page9__container .section1__main .buttons button:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.layout__main .page9__container .section1__main .buttons button.swiper-button-disabled {
  color: #cfcfcf;
}
.layout__main .page9__container .section2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section2 {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}
.layout__main .page9__container .section2__right {
  width: 50%;
  padding-top: 10%;
}
@media screen and (max-width: 1366px) {
  .layout__main .page9__container .section2__right {
    padding-top: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .layout__main .page9__container .section2__right {
    padding-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section2__right {
    width: 76%;
    margin: 0 auto;
    padding: 320px 0 0%;
  }
}
@media screen and (max-width: 425px) {
  .layout__main .page9__container .section2__right {
    padding: 290px 0 0%;
  }
}
.layout__main .page9__container .section2__right .content {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .layout__main .page9__container .section2__right .content__info {
    margin-bottom: 10%;
  }
}
.layout__main .page9__container .section2__right .content__info hgroup {
  background-color: #ef2539;
  padding: 18px 20px;
  position: relative;
  display: table;
  margin-bottom: 25px;
}
.layout__main .page9__container .section2__right .content__info hgroup h1,
.layout__main .page9__container .section2__right .content__info hgroup h3 {
  font: normal 600 24px "AMX-Bold", sans-serif;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .layout__main .page9__container .section2__right .content__info hgroup h1 br,
  .layout__main .page9__container .section2__right .content__info hgroup h3 br {
    display: none;
  }
}
.layout__main .page9__container .section2__right .content__info hgroup:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  top: 100%;
  left: 15%;
  border-color: #ef2539 transparent transparent #ef2539;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip:hover .tiptext {
  visibility: visible;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.top .tiptext {
  margin-left: -60px;
  bottom: 150%;
  left: 50%;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.top .tiptext::after {
  margin-left: -5px;
  top: 100%;
  left: 50%;
  border-color: #2E2E2E transparent transparent transparent;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.bottom .tiptext {
  margin-left: -60px;
  top: 150%;
  left: 50%;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.bottom .tiptext::after {
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #2E2E2E transparent;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.left .tiptext {
  top: -5px;
  right: 110%;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #2E2E2E;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.right .tiptext {
  top: -5px;
  left: 110%;
}
.layout__main .page9__container .section2__right .content__info hgroup .tooltip.right .tiptext::after {
  margin-top: -5px;
  top: 50%;
  right: 100%;
  border-color: transparent #2E2E2E transparent transparent;
}
.layout__main .page9__container .section2__right .content__info h2 {
  font: normal 600 20px "AMX-Bold", sans-serif;
  color: #000000;
  line-height: 0.86;
  margin-bottom: 30px;
}
.layout__main .page9__container .section2__right .content__info p {
  font: normal 400 16px "Roboto";
  color: #000000;
  line-height: 1.14;
  margin-bottom: 20px;
}
.layout__main .page9__container .section2__right .buttons {
  width: 60%;
  margin: 2% auto 0;
  text-align: right;
}
.layout__main .page9__container .section2__right .buttons button {
  font: normal 600 18px "AMX-Bold", sans-serif;
  color: #000000;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.layout__main .page9__container .section2__right .buttons button.swiper-button-disabled {
  color: #cfcfcf;
}

.layout__modals .v--modal {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.layout__modals .v--modal-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.layout__modals .video {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .layout__modals .video {
    padding: 40px;
  }
}
@media screen and (max-width: 425px) {
  .layout__modals .video {
    padding: 20px;
  }
}
.layout__modals .video__header {
  position: relative;
}
.layout__modals .video__header button {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 0px;
  font: normal 800 20px "Roboto";
  color: #ef2539;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .layout__modals .video__header button {
    right: -40px;
    width: 30px;
    height: 30px;
    font: normal 800 16px "Roboto";
  }
}
@media screen and (max-width: 425px) {
  .layout__modals .video__header button {
    top: -20px;
    right: 0px;
    width: 20px;
    height: 20px;
    font: normal 800 14px "Roboto";
  }
}
.layout__modals .video__header button:hover {
  background-color: #ef2539;
  color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.layout__modals .video__iframe {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.layout__modals .video__iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Library  */
/******************************************/