@charset "UTF-8"; /* CSS Document */
body {
    color: #e6e6e6;
    font-family: "ff-meta-web-pro",sans-serif;
    font-size: 17px;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("../img/dark_wall.png") repeat;
}

.section .container .row.full, .section .container .opacidad {
    height: 100%;
}

.section .opacidad, .section .textos, .section .render, .section .txt-head {
    opacity: 0;
    transition: opacity 500ms 1000ms;
}

.section.active .opacidad, .section.active .textos, .section.active .render, .section.active .txt-head {
    opacity: 1;
}

.section .container .row.no-full {
    height: initial;
}

img {
    max-width: 100%;
}

/*** LOGO ***/
#logo {
    position: fixed;
    z-index: 1020;
    width: 100%;
    top: 5vh;
}

/*** MENU ***/
#nav {
    position: fixed;
    z-index: 1000;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#nav a {
    text-decoration: none;
    outline: none;
    width: 10px;
    height: 10px;
    line-height: 1;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: right;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#nav ul i {
    position: absolute;
    display: block;
    height: 120%;
    width: 1px;
    background: #333;
    top: -10%;
    left: 4px;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);*/
    z-index: 1;
}

#nav li {
    margin-bottom: 24px;
    z-index: 5;
}

#nav li:last-child {
    margin-bottom: 0;
}

#nav a::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #171717;
    border-radius: 200px;
    border: 3px solid #171717;
    z-index: 1010;
    box-shadow: 0 0 0 2px #444;
    transition: background 0.6s, box-shadow 0.6s;
}

#nav a span {
    position: absolute;
    right: 24px;
    white-space: nowrap;
    padding: 2px;
    top: -4px;
    opacity: 0;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    font-family: "ff-meta-serif-web-pro",serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 13px;
    background: #171717;
}

#nav a:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*lineas*/
.section .container {
    height: 100%;
    background-image: url("../img/linea.png");
    background-repeat: repeat-y;
}

.section .container.bg-full {
    background-image: url("../img/linea.png"), url("../img/linea.png"), url("../img/linea.png"), url("../img/linea.png");
    background-position: 15px 0, calc(8.33333% + 15px) 0, calc(50% + 15px) 0, calc(100% - 15px) 0;
}

.section .container.bg-124 {
    background-image: url("../img/linea.png"), url("../img/linea.png"), url("../img/linea.png");
    background-position: 15px 0, calc(8.33333% + 15px) 0, calc(100% - 15px) 0;
}

.section .container.bg-14 {
    background-image: url("../img/linea.png"), url("../img/linea.png");
    background-position: 15px 0, calc(100% - 15px) 0;
}

/*Activo*/
#nav li.active a::after {
    background: #e20613;
    box-shadow: 0 0 0 4px #e20613;
}

/*** ESTILOS TEXTO ***/
h3 {
    font-family: "ff-meta-serif-web-pro",serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding-left: 98px;
    position: relative;
    margin-bottom: 35px;
}

.linea {
    display: block;
    width: 68px;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 2px
}

.linea i {
    display: block;
    width: 100%;
    height: 1px;
    background: #e20613;
    left: 0;
    position: absolute;
    top: 0;
}

h2 {
    font-family: "europa",sans-serif;
    /*"europa"*/
    font-family: "classico-urw",sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    /*"europa"*/
    font-weight: 900;
    margin-bottom: 48px;
    letter-spacing: 0.02em;
}

h2 + .txt {
    padding-right: 15px;
}

.bajar {
    width: 68px;
    position: relative;
    margin: 3.5vh 0 0 98px;
    padding-top: 16px;
}

.bajar i {
    display: block;
    width: 100%;
    height: 1px;
    background: #e20613;
    position: absolute;
    top: 0;
    left: 0;
}

.bajar a {
    display: block;
    border: 1px solid #e20613;
    width: 16px;
    height: 16px;
    background: url("../img/flecha-bajar.png") center -1px;
    background-repeat: repeat-y;
    background-position: center -1px;
    transition: background-position 300ms;
}

.bajar a:hover {
    background-position: center 15px;
}

h2 span {
    position: relative;
    z-index: 40;
}

h2 span .sombra {
    background: rgba(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: -1;
    left: 98px;
    top: 33px;
}

/*
================
TEXTURAS	
================
*/
.section .container {
    position: relative;
}

.txt-head {
    width: 8px;
    height: 91.5%;
    position: absolute;
    left: 7px;
    top: 5.5vh
}

.txt-lineas {
    width: 8px;
    height: 60px;
    position: absolute;
    left: 7px;
}

.txt-head i {
    display: block;
    width: 8px;
    height: 1px;
    background: #e20e13;
    position: absolute;
}

.txt-lineas span {
    display: block;
    width: 8px;
    height: 1px;
    background: #e20e13;
    position: absolute;
}

.txt-lineas span i {
    display: block;
    width: 4px;
    height: 4px;
    background: #e20e13;
    position: absolute;
    bottom: 0
}

.txt-lineas span:nth-child(1) {
    top: 0;
}

.txt-lineas span:nth-child(2) {
    top: 8px;
}

.txt-lineas span:nth-child(3) {
    top: 16px;
}

.txt-lineas span:nth-child(4) {
    top: 24px;
}

.txt-lineas span:nth-child(5) {
    top: 32px;
}

.txt-lineas span:nth-child(6) {
    top: 40px;
}

.txt-lineas span:nth-child(7) {
    top: 48px;
}

.txt-head i:nth-child(1) {
    top: 0px;
}

.txt-head i:nth-child(2) {
    top: 8px;
}

.txt-head i:nth-child(3) {
    top: 16px;
}

.txt-head i:nth-child(4) {
    top: 24px;
}

.txt-head i:nth-child(5) {
    top: 32px;
}

.txt-head i:nth-child(6) {
    top: 40px;
}

.txt-head i:nth-child(7) {
    top: 48px;
}

.txt-head i:nth-child(8) {
    top: 56px;
}

.txt-puntos {
    /*background: #ff00002e;*/
    position: absolute;
}

.txt-puntos i {
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background: #e20e13;
}

.txt-circ {
    position: absolute;
    width: 555px;
    height: 555px;
    border: 1px solid #333333;
    border-radius: 100%;
}

/*
================
FOOTER
================
*/
#footer {
    position: fixed;
    width: 100%;
    /*height: 50px;*/
    bottom: 0;
    padding: 30px 0 20px;
    padding: 12px 0 13px;
    margin: 0;
    box-sizing: border-box;
    background: url("../img/dark_wall.png") repeat;
    font-size: 0.9em;
    z-index: 5;
    text-align: center;
}

#footer a {
    color: #e6e6e6;
}

#footer::before {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    height: 1px;
    background: #333;
    top: 0
}

#footer p {
    margin-bottom: 0;
    /* font-size: 1.1rem; */
}

#footer .bullet {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #e6e6e6;
    margin: 0 12px 3px;
    border-radius: 100%;
}

/*
========
SLIDE 1
========
*/
#sec-1 {
    overflow: hidden;
    background: url('../img/video_ultimo_frame.jpg') center;
    background-size: cover;
}

#videoIntro, #videoFinal {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;
    /*cover video background */
}

#videoIntro {
    background-image: url('../img/video_ultimo_frame.jpg');
    z-index: 6;
}

#videoFinal {
    background-image: url('../img/video-final.jpg');
}

.videoFinal {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3
}

#btn-play, #btn-skip {
    opacity: 0;
    position: absolute;
    z-index: 7;
    color: #e6e6e6;
}

#btn-play span, #btn-skip span {
    color: #e6e6e6;
    font-family: "ff-meta-serif-web-pro",serif;
    display: block;
}

#btn-play span {
    margin-top: 8px;
}

#btn-play:hover, #btn-play:focus, #btn-skip:hover, #btn-skip:focus {
    text-decoration: none;
}

#btn-play {
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px
}

#btn-skip {
    right: 30px;
    bottom: 60px;
}

#sec-1 .container {
    z-index: 7;
    top: 0
}

#sec-1 .fp-tableCell {
    vertical-align: top;
}

#sec-1 h2 {
    /*font-size: 54px;*/
    text-shadow: 2px 2px 8px rgba(0,0,0,.5), 1px 1px 3px rgba(0,0,0,.75);
}

#sec-1 .textos {
    margin-bottom: 15vh;
}

#sec-1 .txt-lineas {
    right: 15px;
    left: initial;
}

.bajarIntro {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.bajarIntro .flecha .rojo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e20e13;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

.bajarIntro .flecha .rojo .i {
    background: url('../img/f-blanca.png') no-repeat;
    transition: background-position 300ms;
    background-position: center -32px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bajarIntro .flecha {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 0;
}

.bajarIntro:hover .flecha i {
    background-position: center 0!important;
}

.bajarIntro .texto {
    display: inline-block;
    height: 32px;
    margin: 0 0 0 8px;
    position: relative;
    padding: 8px 8px 0;
    text-align: center;
    top: -13px;
    font-family: "ff-meta-serif-web-pro",serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 11px;
}

.bajarIntro .texto i {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: -1;
    left: 0;
    top: 0;
}

#sec-1 .sombra {
    max-width: 346px;
}

/*
========
SLIDE 2
========
*/
#sec-2 img {
    position: relative;
    right: -30px;
    max-height: 78vh;
    margin-top: 9vh;
}

#sec-2 .txt-puntos {
    right: 15px;
    bottom: -126px;
}

#sec-2 .sombra {
    max-width: 346px;
}

/*
========
SLIDE 3
========
*/
#sec-3 img {
    position: relative;
    border-radius: 100%;
    box-shadow: 2px 2px 25px rgba(0,0,0,.8);
    left: 8%;
}

#sec-3 .txt-puntos {
    left: 15px;
    bottom: 0px;
}

#sec-3 .txt-lineas {
    left: 15px;
    top: 50%;
}

#sec-3 .txt-circ {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 15px;
    z-index: -1;
}

/*
========
SLIDE 4
========
*/
#sec-4 .txt-puntos {
    left: 15px;
    top: -130px
}

#sec-4 .textos {
    margin-top: 9vh;
}

/*
========
SLIDE 5
========
*/
.hot-container {
    position: relative;
    z-index: 1000;
}

.hot {
    position: absolute;
}

.hot img {
    border-radius: 100%;
    opacity: 0;
    transition: all 700ms;
    width: 101%;
    height: 101%;
}

.hot a {
    box-shadow: 0 0 0 48px rgba(255,255,255,.3);
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(255,255,255,.85);
    position: absolute;
    transform: scale(0.25);
    text-align: center;
    background-image: url("../img/mas.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    transition: all 200ms;
    height: 160px;
    width: 160px;
}

.hot p {
    width: 265px;
    padding-bottom: 8px;
    position: absolute;
    line-height: 1.7;
}

.hot p span {
    opacity: 0;
    text-shadow: 1px 1px 3px #000;
    background: rgba(0,0,0,.6);
}

.hot p::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    height: 1px;
    background: #e20613;
    bottom: 0;
    right: 0;
}

.hot a:hover, .hot a:focus {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255,255,255,.3);
    background-color: rgba(255,255,255,0);
    background-image: none;
}

.hot a:hover img, .hot a:focus img {
    opacity: 1;
}

.hot a:hover + p span, .hot a:focus + p span {
    opacity: 1;
    transition: opacity 500ms 500ms;
}

.hot a:hover + p:after, .hot a:focus + p:after {
    width: 100%;
    transition: width 500ms 200ms;
}

.hot-1 {
    min-width: 428px;
    min-height: 160px;
    top: -11%;
    right: 70%;
}

.hot-1 a {
    right: 0;
    top: 0;
}

.hot-1 p {
    top: 10px;
    left: 3px;
}

.hot-2 {
    min-width: 428px;
    min-height: 160px;
    top: 20%;
    right: 0;
}

.hot-2 a {
    right: -3%;
    top: 0;
}

.hot-2 p {
    top: 10px;
    left: 3px;
}

.hot-3 {
    min-width: 428px;
    min-height: 160px;
    top: 50%;
    right: 6%;
}

.hot-3 a {
    right: 0;
    top: 0;
}

.hot-3 p {
    top: 10px;
    left: 3px;
}

#sec-5 .txt-puntos {
    left: 15px;
    top: -130px
}

#sec-5 .textos {
    margin-top: 360px;
}

#sec-5 .textos h3 {
    z-index: 1001;
}

/*
========
SLIDE 6
========
*/
#sec-6 img {
    position: relative;
    border-radius: 100%;
    box-shadow: 2px 2px 25px rgba(0,0,0,.8);
    left: 9%;
}

#sec-6 .txt-puntos {
    left: 116px;
    top: -130px
}

#sec-6 .textos {
    margin-top: 40vh;
}

#sec-6 .txt-lineas {
    left: calc(17% + 15px)
}

/*
========
SLIDE 7
========
*/
#sec-7 .render {
    margin-top: 10vh;
    text-align: center
}

#sec-7 .tool-container {
    position: relative;
    z-index: 1000;
    display: inline-block;
}

.tool-container > img {
    max-height: 75vh;
}

.tool {
    position: absolute;
}

.tool a {
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 21px;
    height: 21px;
}

.tool p {
    /* min-width: 200px; */
    white-space: nowrap;
    position: absolute;
    margin-left: 20px;
    padding-left: 24px;
}

.tool p::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    height: 1px;
    background: #e20613;
    top: 12px;
    left: 0;
    transition: width 300ms;
}

.tool p span {
    opacity: 0;
}

.tool a:hover + p span, .tool a:focus + p span {
    opacity: 1;
    transition: opacity 500ms 400ms;
}

.tool a:hover + p:after, .tool a:focus + p:after {
    width: 16px;
}

.tool-1 {
    top: 16.3%;
    left: 25%;
}

.tool-2 {
    top: 30.9%;
    left: 49%;
}

.tool-3 {
    top: 35.5%;
    left: 62%;
}

.tool-4 {
    top: 40.9%;
    left: 42.2%
}

#sec-7 .tool-4 p {
    margin: 0 0;
    padding: 0 24px 0 0;
    right: -1px;
}

#sec-7 .tool-4 p:after {
    left: initial;
    right: 0;
}

.tool-5 {
    top: 45.9%;
    left: 54.5%
}

.tool-6 {
    top: 50.9%;
    left: 45%
}

.tool-7 {
    top: 70.6%;
    left: 57%
}

#sec-7 .txt-puntos {
    right: 15px;
    bottom: -18px;
}

.tool-8 {
    top: 40.9%;
    left: 62%
}

/*
========
SLIDE 8
========
*/
#sec-8 .carrusel-clientes > div img {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#sec-8 .tit-1 {
    margin-bottom: 100px;
    margin-bottom: 7vh;
}

#sec-8 .tit-2 {
    margin-top: 100px;
    margin-top: 5vh;
}

#sec-8 .slick-prev {
    left: -58px
}

#sec-8 .slick-next {
    right: -58px
}

.slick-prev:before, .slick-next:before {
    opacity: .55;
    color: #737373a6;
    transition: opacity 500ms;
}

#sec-8 .txt-lineas {
    top: 110px;
}

#sec-8 .container > .row > div {
    margin-top: 11vh;
}
#sec-8 h2 {
        font-size: 2.05rem;
    }
.fila-carrusel {
    min-height: 162px;
}

/*
========
SLIDE 9
========
*/
#sec-9 .row > div:last-child .txt-puntos {
    right: 15px;
}

#sec-9 h2 {
    margin-top: 6vh;
}

#sec-9 .txt {
    position: relative;
    margin-bottom: 60px;
    margin-bottom: 4vh;
}

#sec-9 h2 + .txt p {
    padding-left: 98px;
    position: relative;
}

#form-contacto .form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255,255,255,.2);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#form-contacto.was-validated .form-control:invalid {
    border-color: #e30514;
}

.invalid-feedback {
    color: #e30514;
}

#form-contacto.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(107, 107, 107, 0.25);
}

#form-contacto .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(107, 107, 107, 0.25);
}

#form-contacto.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

#form-contacto .form-group {
    padding-bottom: 22px;
    position: relative;
}

#form-contacto .invalid-feedback {
    position: absolute;
    bottom: 0
}
@keyframes baile {
    0% {
        top: 0;
    }
    100% {
        top: 8px;
    }
}
#form-contacto .btn {
    background-color: #e30514;
    border: none;
    border-radius: 50px;
    text-align: center;
    min-width: 160px;
    font-family: "ff-meta-serif-web-pro",serif;
    letter-spacing: 0.01em;
    margin-top: 20px;
    margin-top: 2vh;
    position: relative;
    cursor: pointer;
    top: 0;
    transition: top 200ms linear;
    animation: baile 700ms linear infinite alternate;
}

.btn-sombra {
    width: 180px;
    display: block;
    height: 3.75em;
    margin: 0 auto;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    transform: translateY(2vh) scale(1);
    opacity: 0.9;
    transition: all 200ms linear;
    border-radius: 100%;
}

#form-contacto .btn:hover, #form-contacto .btn:focus {
    animation-play-state: paused;
}

/*#form-contacto .btn:hover + .btn-sombra, #form-contacto .btn:focus + .btn-sombra {
    transform: translateY(2vh) scale(0.8);
    opacity: 1;
}*/

#form-contacto .btn-primary.focus, #form-contacto .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.35);
}

/*Terminos y condiciones*/
#form-contacto .custom-control {
    min-width: 90%;
}

#form-contacto .custom-control-label {
    font-size: 0.875em;
}

#form-contacto .custom-control-label::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    cursor: pointer;
    -moz-transition: background-color 200ms ease;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

#form-contacto .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #e20613;
}

#form-contacto .custom-control-label::after {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}

#form-contacto .custom-control-label a {
    text-decoration: underline;
    -moz-transition: color 200ms ease;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    cursor: pointer;
}

#form-contacto .custom-control-label a:hover {
    color: #e20613;
}

.was-validated .custom-control-input:invalid~.invalid-feedback {
    display: block;
}

#form-contacto .custom-control .invalid-feedback {
    bottom: -11px;
}

#terminosModal .modal-content {
    background: #171717 url("../img/dark_wall.png") repeat;
    border-radius: 0;
    border: #333333 1px solid;
}

#terminosModal .modal-header {
    border-bottom: 1px solid #333333;
}

#terminosModal p {
    font-size: 0.875em;
}

#terminosModal .modal-footer {
    border-top: 1px solid #333333;
}

#terminosModal .modal-footer .btn-primary {
    background-color: #e30514;
    border: none;
    border-radius: 50px;
    text-align: center;
    min-width: 100px;
    font-family: "ff-meta-serif-web-pro",serif;
    letter-spacing: 0.01em;
    cursor: pointer;
}

#terminosModal .close {
    color: #e6e6e6;
    text-shadow: none;
    cursor: pointer;
}

#terminosModal .modal-footer .btn-primary:focus, #terminosModal .close:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

#msgSubmit {
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

#msgSubmit.oculto {
    opacity: 0;
}

/**/
#sec-9 .container {
    z-index: 2;
}

#sec-9 .creditos {
    position: absolute;
    bottom: 35px;
    right: 10px;
    font-size: 0.7rem;
    background-color: #e20613;
    padding: 1px 12px 14px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    transition: bottom 200ms ease;
    z-index: 3;
}

#sec-9 .creditos:hover {
    text-decoration: none;
    bottom: 33px;
}

.popover {
    background: #222 url("../img/dark_wall.png");
    border: 1px solid #333;
    border-radius: 0;
    min-width: 290px;
}

.popover-body {
    color: #e6e6e6;
    font-size: 0.7rem;
    padding: 0.5rem 0.9rem;
}

.popover-body a {
    color: #e6e6e6;
    border-bottom: 1px solid #333;
    transition: all 700ms;
}

.popover-body a:hover, .popover-body a:focus {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #e20613;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
    bottom: -1.05rem;
    margin-left: -0.2rem;
    border-top-color: #333;
    border-width: .4rem;
}
.mk-requeridos {
    font-size: .875rem;
}
.popover .arrow:before {
    display: none;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.aparecer {
    animation: aparecer 1000ms forwards;
}

.desvanecer {
    animation: desvanecer 1000ms forwards;
}

@-webkit-keyframes desvanecer {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes desvanecer {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes desvanecer {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
    }
}

@keyframes desvanecer {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes aparecer {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes aparecer {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes aparecer {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

@keyframes aparecer {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

/*
=====================
RESPONSIVE
=====================
*/
@media screen and (max-width: 1350px) {
    #nav {
        right: 18px;
    }

    #sec-5 .hot-container {
        width: 85%;
        margin-left: 8%;
    }
}

/*992 a 1200*/
@media screen and (max-width: 1200px) {
    body, html {
        font-size:16px;
        /*17*/
    }

    h3 {
        font-size: 0.75rem;
        /*14*/
        margin-bottom: 25px;
        /*35*/
    }

    h2 {
        font-size: 2.375rem;
        /*48*/
        margin-bottom: 40px;
        /*48*/
    }

    h2 span .sombra {
        top: 23px;
        /*33*/
    }

    #logo img {
        max-width: 200px;
    }

    #nav {
        right: 11px;
    }

    #sec-3 .txt-circ {
        width: 455px;
        height: 455px;
    }

    #sec-3 img {
        left: 8%;
        width: 85%;
    }

    #sec-4 .txt-puntos {
        top: -15vh;
    }

    #sec-4 img {
        width: 90%;
    }

    #sec-5 .txt-puntos {
        top: -100px;
        top: -15vh;
    }

    #sec-5 .render {
        margin-top: 160px;
        margin-top: 8vh;
    }

    #sec-5 h3 {
        letter-spacing: 0.1em;
    }

    #sec-6 img {
        width: 85%;
    }

    #sec-6 .txt-puntos {
        top: -130px;
        top: -18vh;
    }

    #sec-6 .textos {
        margin-top: 30vh;
    }

    #form-contacto .form-group {
        padding-bottom: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .hot-1 {
        top: -15%;
    }

    .hot-2 {
        top: 15%;
        right: -3%;
    }

    .hot-3 {
        top: 45%;
        right: 2%;
    }
}

/*
===========
Responsive continuo
============
*/
/*HORIZONTAL*/
@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    #logo, .txt-head {
        top: 4vh;
    }

    #logo .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #logo img {
        max-width: 160px
    }

    /*Columnas*/
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    /*Estilos texto*/
    body, html {
        font-size: 16px;
        /*17*/
    }

    h3 {
        font-size: 0.875rem;
        /*14*/
        margin-bottom: 25px;
        /*35*/
        padding-left: 48px;
        /*98*/
    }

    h3 .linea {
        width: 30px;
    }

    h2 {
        font-size: 2.5rem;
        /*48*/
        margin-bottom: 40px;
        /*48*/
    }

    h2 span .sombra {
        top: 0.7em;
        /*33*/
        left: 48px;
    }

    .bajar {
        width: 40px;
        /* border-top: 1px solid #e20613; */
        margin: 3.5vh 0 0 48px;
    }

    /*Secciones*/
    #sec-2 .txt-puntos {
        height: 40px!important;
        bottom: -10px;
    }

    #sec-2 .textos {
        margin-left: 2%;
        -ms-flex: 0 0 47.666667%;
        flex: 0 0 47.666667%;
        max-width: 47.666667%;
    }

    #sec-3 .txt-puntos {
        overflow: hidden;
        height: 40px!important;
        bottom: -10px;
    }

    #sec-4 .txt-puntos {
        overflow: hidden;
        height: 40px!important;
    }

    #sec-4 .render {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #sec-4 .render img {
        width: 100%;
    }

    #sec-4 .textos {
        margin-left: 2%;
        -ms-flex: 0 0 47.666667%;
        flex: 0 0 47.666667%;
        max-width: 47.666667%;
    }

    #sec-5 .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    #sec-5 .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    #sec-5 .textos {
        margin-top: 20vh;
    }

    #sec-5 .render {
        margin-top: 160px;
        margin-top: 8vh;
    }

    #sec-5 .hot-container {
        width: 92%;
        margin-left: 4%;
    }

    #sec-9 .row > div:first-child .txt-puntos {
        overflow: hidden;
        width: 100px!important;
    }

    .hot a {
        box-shadow: 0 0 0 35px rgba(255,255,255,.3);
        height: 120px;
        width: 120px;
    }

    .hot a:hover, .hot a:focus {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3);
    }

    .hot p {
        width: 190px;
    }

    .hot-1, .hot-2, .hot-3 {
        min-width: 310px;
    }

    .hot-1 {
        top: -15%;
    }

    .hot-2 {
        top: 7%;
        right: -5%;
    }

    .hot-3 {
        top: 40%;
        right: 0%;
    }

    #footer p {
        font-size: 1rem;
    }
}

/*Acaba 992px horizontal*/
@media screen and (max-width: 991px), (max-height: 799px) {
    section .container {
    }

    section .container:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 15%;
        right: 15%;
        height: 1px;
        border-bottom: 1px dashed #333;
    }

    #logo {
        top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        background: url("../img/dark_wall.png") repeat;
        border-bottom: 1px solid #333;
    }

    .fila-carrusel {
        min-height: initial;
    }
}

/*Acaba 992 x 800 Fluido*/
@media screen and (max-width: 991px) {
    #sec-3 .textos {
        margin-left: 2%;
        -ms-flex: 0 0 47.666667%;
        flex: 0 0 47.666667%;
        max-width: 47.666667%;
    }

    #sec-6 .textos {
        margin-top: 10vh;
    }
}

@media screen and (max-width: 992px) and (orientation: portrait), (max-width: 768px) {
    .section .container {
        padding: 60px 15px;
    }

    .section .container.bg-full {
        background-image: url("../img/linea.png"), url("../img/linea.png");
        background-position: 15px 0, calc(100% - 15px) 0;
    }

    .section .container.bg-124 {
        background-image: url("../img/linea.png"), url("../img/linea.png");
        background-position: 15px 0, calc(100% - 15px) 0;
    }

    .txt-head {
        display: none;
    }

    #logo .offset-lg-1 {
        margin-left: 0;
    }

    #logo img {
        max-width: 180px;
    }

    /*Nav*/
    #nav {
        right: 0
    }

    #nav a span {
        display: none;
    }

    #nav a:after {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background: #ececec;
        height: 2px;
        top: 50%;
        left: initial;
        right: 0;
        width: 50%;
        transition: background 0.6s, width 0.3s;
    }

    #nav a {
        width: 12px;
        height: 20px;
    }

    #nav li {
        margin-bottom: 6px;
    }

    #nav li.active a:after {
        width: 100%;
        box-shadow: none;
        border: 0;
    }

    #nav ul i {
        display: none;
    }

    .bajar {
        margin: 3.5vh 0 0 50px;
    }

    /*Estilos texto*/
    body, html {
        font-size: 16px;
    }

    h3 {
        font-size: 0.875rem;
        /*14*/
        margin-bottom: 1rem;
        /*35*/
        padding-left: 48px;
        /*98*/
    }

    h3 .linea {
        width: 30px;
    }

    h2 {
        font-size: 2rem;
        /*48*/
        margin-bottom: 20px;
        /*48*/
    }

    h2 span .sombra {
        top: 16px;
        /*33*/
        left: 48px;
        height: 20px;
        width: 80%;
    }

    .section .container {
        padding: 60px 15px;

    }
    #sec-1 .container {
        
        background: none;
    }
    #sec-1 .container::after {
        display: none;
    }
    /*Secciones*/
    #sec-1 .textos {
        margin-bottom: 5vh;
    }

    /*Secciones*/
    #sec-2 img {
        max-height: 65vh;
        right: 0
    }

    #sec-2 .textos {
        margin-top: -10vh;
    }

    #sec-2 .txt-puntos {
        right: 15px;
        bottom: -5px;
        max-height: 40px;
        overflow: hidden;
    }

    #sec-3 .txt-puntos {
        left: initial;
        right: 15px;
        bottom: -35px;
    }

    #sec-3 .txt-circ {
        display: none;
    }

    #sec-3 .col-lg-6 {
        text-align: center;
    }

    #sec-3 .circ-mobile {
        display: inline-block;
        border: 1px solid #333;
        border-radius: 100%;
        padding: 4vh;
    }

    #sec-3 img {
        left: 0;
        width: 100%;
    }

    #sec-3 .render {
        margin-top: 0;
    }

    #sec-3 .textos {
        margin-top: -5vh;
    }

    #sec-4 .render {
        margin-top: 0;
    }

    #sec-4 .textos {
        margin-top: -5vh;
    }

    #sec-4 .txt-puntos {
        right: 15px;
        left: initial;
        top: 0;
    }

    #sec-4 img {
        width: 100%;
    }

    #sec-5 .render {
        margin-top: 5vh;
    }

    #sec-5 .textos {
        margin-top: -5vh;
    }

    #sec-6 .render {
        margin-top: 0;
    }

    #sec-6 .textos {
        margin-top: -5vh;
    }

    #sec-6 .txt-lineas {
        left: 15px;
        top: 45%;
    }

    #sec-6 .txt-puntos {
        display: none;
    }

    #sec-7 .render {
        margin-top: 5vh;
    }

    .tool-container > img {
        max-height: 55vh;
    }

    #sec-7 .textos {
        margin-top: -10vh;
    }

    #sec-8 .txt-lineas {
        top: 6vh;
        left: initial;
        right: 15px;
    }

    .slick-slide {
        text-align: center
    }

    .slick-slide img {
        width: 90%;
        margin: 0 auto;
    }

    #sec-9 .txt-puntos {
        display: none;
    }

    #sec-9 h2 + .txt p {
        padding: 0;
    }

    .popover .arrow {
        left: initial!important;
        right: 28px!important;
    }

    .hot-1 {
        right: 5%;
    }

    .hot-1 a {
        right: initial;
        left: 0;
    }

    .hot-1 p {
        left: 160px;
    }

    .hot-1 p::after {
        right: initial;
        left: 0px;
    }
}

/*Acaba 992 vertical y todos bajo 768*/
@media screen and (orientation: portrait) {
    #sec-1 {
        background: url("../img/dark_wall.png") repeat;
        background: #000;
    }

    #videoIntro {
        opacity: 1!important;
        position: absolute;
        left: -40%;
        right: initial;
        bottom: initial;
        top: 50%;
        width: 190%;
        height: auto;
        object-fit: initial;
        /*cover video background */
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        background-size: 100% 100%;
        background-color: black;
        /* in case the video doesn't fit the whole page*/
        background-image: none;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #videoFinal {
        bottom: initial;
        top: 50%;
        width: 180%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -38%;
        object-fit: initial;
        /*cover video background */
    }

    #sec-1 .textos {
        margin-bottom: 5vh;
    }
}

/*Acaba estilos generales vertical*/
@media screen and (max-width: 660px) {
    #footer {
        padding: 6px 15px;
    }

    #sec-9 .creditos {
        bottom: 35px;
    }

    #sec-9 .creditos:hover {
        bottom: 33px;
    }

    #footer p span:nth-child(2) i {
        display: none!important;
    }

    #footer p span:last-child {
        display: block;
        width: 100%;
        clear: both;
    }
    #btn-skip {
        bottom: 80px;
    }
    #sec-1 .textos {
        margin-bottom: 10px;
    }
    #sec-1 .txt-lineas {
        bottom: 0;
    }
    #sec-8 h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 575px) {
    #sec-2 img {
        margin-top:0;
    }

    #sec-3 .txt-puntos {
        max-width: 68px;
        overflow: hidden;
    }

    #sec-3 .textos {
        margin-left: 2%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #sec-4 .txt-puntos {
        max-width: 68px;
        overflow: hidden;
    }

    #sec-7 .render {
        margin-top: 0;
    }

    /*Hotspots durabilidad*/
    .hot a {
        box-shadow: 0 0 0 20px rgba(255,255,255,.3)
    }

    .hot p {
        width: 165px;
        padding-bottom: 8px;
        position: absolute;
        line-height: 1.7;
    }

    .hot a:hover, .hot a:focus {
        transform: scale(.8);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3);
        background-color: rgba(255,255,255,0);
        background-image: none;
    }

    .hot-1 {
        min-width: initial;
        width: 325px;
        min-height: 160px;
        top: -15%;
        right: initial;
    }

    .hot-2 {
        min-width: initial;
        width: 325px;
        min-height: 160px;
    }

    .hot-3 {
        min-width: initial;
        width: 375px;
        min-height: 160px;
    }

    .hot-3 p {
        width: 215px;
    }
}
@media screen and (max-width: 660px) {
    #fullpage {
        overflow: hidden;
    }
}
@media screen and (max-width: 480px) {
    h2 span .sombra {
        max-width: 80%;
    }

    h3 {
        font-size: 0.8rem;
    }

    #sec-9 .creditos {
        bottom: 60px;
    }

    #sec-9 .creditos:hover {
        bottom: 57px;
    }

    #footer p span i {
        display: none!important;
    }

    #footer p span {
        display: block;
        text-align: left;
    }

    #sec-9 .container {
        padding-bottom: 100px;
    }

    .tool p {
        font-size: 0.8rem;
    }

    /*Hotspots*/
    .hot a {
        box-shadow: 0 0 0 20px rgba(255,255,255,.3);
        width: 100px;
        height: 100px;
    }

    .hot p {
        width: 145px;
        font-size: 0.8rem;
    }

    .hot a:hover, .hot a:focus {
        transform: scale(.8);
        box-shadow: 0 0 0 10px rgba(255,255,255,.3);
        background-color: rgba(255,255,255,0);
        background-image: none;
    }

    .hot-1 {
        width: 250px;
        min-height: 100px;
        top: -16%;
        left: -5%;
    }

    .hot-1 p {
        left: initial;
        right: 0;
    }

    .hot-2 {
        min-width: initial;
        width: 250px;
        min-height: 100px;
    }

    .hot-3 {
        min-width: initial;
        width: 250px;
        min-height: 100px;
    }

    .hot-3 p {
        width: 145px;
        top: -50%
    }

    #sec-8 h2 {
        font-size: 1.4rem;
    }
}

@media screen and (max-height: 768px) {
    .tool-container > img {
        max-height: initial;
        height: 420px;
    }
}

@media screen and (orientation: portrait) and (max-height: 600px) {
    #videoIntro {
        top: 40%;
    }
}

