/********** Template CSS **********/
:root {
    --primary: #96143a;
    --secondary: #25a1b0;
    --light: #FAFAFB;
    --dark: #12141D;
}
.font-bebas {
    font-family: "Bebas Neue", sans-serif;
}
.bg-w {
    background-color: #ffffff;
}
.back-to-top {
    position: fixed;
    background-color: rgba(150,20,58,0.5);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    transition: .5s;
    font-size: 1.25rem;
    border-radius: 10px;
    color: #fff;
    border-color: #96143a;
    width: 48px;
    height: 48px;
    right: 25px;
    bottom: 25px;
    z-index: 99;
}
.back-to-top:hover {
    background-color: #96143a;
    color: #fff;
}
.my-6 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.marg-secciones {
    margin-top: 100px;
    margin-bottom: 100px;
}
.pad-secciones {
    padding-top: 60px;
    padding-bottom: 60px;
}
.texto-rota {
    margin-left: 60px;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
#navegacion-principal {
    background-color: #ffffff;
    padding: 5px 50px;
    border: 1px solid #96143a;
    border-radius: 100px;
    box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15)
}
#menuLateral {
    padding: 20px;
}
.redes-menu-lateral {
    margin-top: 40px;
    justify-content: center;
}
nav.navbar {
    padding: 20px;
}
.navbar.fixed-top {
    transition: .5s;
}
.navbar-brand.logo-image img {
        height: 45px;
        width: auto;
}
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
/*** Header ***/
#home {
    background: url(../img/bg-banner-ppal.png) left top no-repeat;
    background-color: #96143a;
    padding: 150px 0 100px;
    background-size: cover;
    background-position: left top;
}
#video {
    background-color: #f4f4f4;
}
.video-contenedor {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}
.titulo-video {
    font-size: 40px;
    margin-bottom: 40px;
}
.text-center {
   text-align:center; 
}
.text-white {
    color: #ffffff;
}
.text-wine {
    color: #96143a;
}
.titulo-main {
    color: #ffffff;
    font-size: 66px;
    letter-spacing: 7px;
}
.text-descripcion {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 500;
}
.text-descripcion-2 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
}
.col-lg-6.img-principal {
    padding-left: 0;
    padding-right: 0;
}
.texto-medio {
    font-size: 20px;
}
.texto-medio-2 {
    font-size: 24px;
}
.texto-secundario {
    font-size: 18px;
}
.texto-semibold {
    font-weight: 600;
}
.texto-auxiliar {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 2px;
}
.border-radio {
    border-radius: 20px;
}
.col-right {
    padding-left:  60px; 
}
.redes {
    justify-content: center;
}
.redes a {
    border: none;
    transition: background-color 1s;
}
.redes a:hover {
    background-color: #282828;
}
.google-travel-icon {
    height: 110px;
    width: auto;
}
.logo-rota {
    height: 140px;
    width: auto;
}
.img-container {
    text-align: center;
}
.col-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.seccion-partners {
    display: flex;
    border-radius: 20px;
    background: url(../img/bg-banner-sec.png) center center no-repeat;
    background-color: #96143a;
    background-size: cover;
    color: #ffffff;
    padding: 40px 40px 0;
}
.col-text-partners {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.col-form {
    box-shadow: 0px 0 28px rgba(0, 0, 0, 0.2);
    padding: 40px 30px;
}
.titulo-formulario {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}
.servicios-img {
    align-content: center;
}
.seccion-rota {
    background-color: #25a1b0;
    border-radius: 20px;
    padding: 60px 40px 40px;
}
.bloque-rota {
    margin-top: 40px;
}
.col-rota {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-rota-software {
    text-align: center;
}
.signo-mas {
    font-family: "Bebas Neue", sans-serif;
    font-size: 120px;
    font-weight: 700;
}
.boton-cta-general {
    margin-top: 40px;
}
.boton-cta-planes {
    text-align: center;
}
button.boton-send {
    width: 100%;
}
button.boton-send, .boton-cta-general a {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    background-color: #96143a;
    border: 2px solid #96143a;
    border-radius: 50px;
    padding: 10px 22px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 1s;
}
button.boton-send:hover, .boton-cta-general a:hover {
    background-color: transparent;
    color: #96143a;
    font-weight: 700;
}
.boton-cta-general a i {
    font-weight: 400;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.boton-cta-general a:hover i {
    font-weight: 600;
}
.boton-cta-general-blanco {
    margin-top: 40px;
}
.boton-cta-general-blanco a {
    color: #96143a;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50px;
    border: 2px solid #ffffff;
    padding: 10px 22px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color 1s;
}
.boton-cta-general-blanco a:hover {
    background-color: transparent;
    color: #ffffff;
}
.boton-cta-general-blanco a i {
    font-weight: 600;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.boton-cta-general-blanco a:hover i {
    font-weight: 400;
}
.boton-cta-general-verde {
    margin-top: 40px;
}
.boton-cta-general-verde a {
    color: #25a1b0;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50px;
    border: 2px solid #ffffff;
    padding: 10px 22px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color 1s;
}
.boton-cta-general-verde a:hover {
    background-color: transparent;
    color: #ffffff;
}
.boton-cta-general-verde a i {
    font-weight: 600;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.boton-cta-general-verde a:hover i {
    font-weight: 400;
}
#planes {
    background: url(../img/bg-banner-ter.png) left top no-repeat;
    background-color: #96143a;
    background-size: cover;
    background-position: center center;
}
.plan-item {
    padding: 40px 30px;
}
#planes .boton-cta-general {
    margin-top: 0;
}
#planes h1 {
    color: #ffffff;
}
.cabecera-planes {
    margin-bottom: 15px;
}
.cabecera-planes h4 {
    font-size: 22px;
}
.precios {
    margin-bottom: 30px;
}
sup.sup-icon {
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 3px;
    color: #96143a;
    top: 0;
}
.disclaimer .plus-icon {
   color: #96143a; 
   font-size: 26px;
   line-height: 0.5em;
}
.precios .plus-icon {
    font-size: 50px;
    color: #96143a; 
    vertical-align: middle;
    font-weight: 500;
    line-height: 0.5em;
}
.cuerpo-planes p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}
.cuerpo-planes p:last-child {
    margin-bottom: 0;
}
.cuerpo-planes .check-valido i {
    font-size: 18px;
    color: #96143a;
    margin-right: 5px;
}
.cuerpo-planes .no-check {
    color: #87909d;
}
.cuerpo-planes .no-check i {
    font-size: 18px;
    color: #87909d;
    margin-right: 5px;
}
.disclaimer {
    background-color: #eee;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 21px;
}
.disclaimer p {
    font-weight: 600; 
    font-size: 15px;
}
.disclaimer .comision {
    font-size: 18px;
    margin-bottom: 0;
}
.comision {
    font-size: 24px;
    margin-bottom: 5px;
}
.copy-rota {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 600;   
}
.carrusel-logos {
    margin-top: 30px;
}
.owl-carousel .owl-item img {
    display: inline-block;
}
.owl-carousel .item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.owl-dots {
    text-align: center;
    margin-top: 40px;
}
.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.owl-dot.active {
    background: #000;
}
#contacto {
    background-color: #FAFAFB;
}
.col-contacto {
    padding: 60px 24px;
}
.titulo-contacto {
    margin-bottom: 60px;
}
.link-contacto {
    background-color: #96143a;
    display: inline-block;
    padding: 7px 14px;
    border: 2px solid #96143a !important;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;    
}
.link-contacto:hover {
    background-color: transparent;
    color: #96143a; 
}
.contacto-link {
    color: #282828;
}
.contacto-link.hover {
    color: #96143a;
}
#contacto .link-whatsapp {
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 5px;
}
.copyright p {
    font-weight: 400;
}
@media (min-width: 1200px) {
    .col-form {
        margin-left: 100px;
    }
}
@media (min-width: 1025px) {
    .hide-desktop {
        display: none;
    } 
}
@media (min-width: 1024px) {
    .precios {
        min-height: 60px;
    }  
}
@media (max-width: 1024px) {
    .hide-movil {
        display: none;
    } 
    .marg-secciones {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .pad-secciones {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .video-contenedor {
        padding: 60px 0;
    }
    .col-lg-6.servicios-texto {
        width: 100%;
    }
    .servicios-img.col-lg-6 {
        display: none;
    }
    .plan-item {
        padding: 40px 20px;
    }
    .seccion-partners {
        flex-direction: column;
    }
    .seccion-partners .col-img-partners {
        order: 2;
    }
    .col-text-partners {
        margin-bottom: 40px;
        text-align: center;
        padding-right: 0;
    }
    .col-text-partners img {
        width: 85px;
    }
    .titulo-formulario {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    li.nav-item.btn-contacto {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    body {
        font-size:20px;
    }
    #navegacion-principal {
        padding: 5px 14px 5px 24px;
    }
    #home {
        padding: 100px 10px 40px;
    } 
    #home .btn-whatsapp {
        text-align: center;
    }
    .titulo-main {
        font-size: 52px;
        text-align: center;
        line-height: 1em;
    }
    .titulo-video {
        font-size: 36px;
        line-height: 1;
    }
    .boton-cta-general.btn-whatsapp {
        text-align: center;
    }
    .btn-contacto {
        margin-top: 15px;
    }
    .link-contacto {
        font-size: 19px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 19px;
        padding: 10px 0;
    }
    .display-1 {
        font-size: 48px;
        }
    .display-2 {
        font-size: 42px;
    }
    .display-3 {
        font-size: 36px;
    }
    .display-4 {
        font-size: 30px;
    }
    .display-5 {
        font-size: 26px;
    }
    .display-6 {
        font-size: 20px;
    }
    .cuerpo-planes {
        margin-top: 30px;
    }
    sup.sup-icon {
        font-size: 36px;
    }
    .last-col {
        margin-bottom: 40px;
    }
    #rota .container .row, #partners .container .row {
        padding-left: 14px;
        padding-right: 14px;
    }
    .texto-rota {
        margin-left: 0;
    }
    .col-rota {
        margin-bottom: 30px;
        padding: 0;
    }
    .col-right {
        padding-left: 0;
        padding-right: 0;
        margin-top: 60px;
    }
    #planes {
        padding-bottom: 60px;
    }
    #planes p {
        font-size: 18px;
    }
    .texto-auxiliar {
        margin-top: 30px;
    }
    .text-descripcion {
        text-align: center;
        font-size: 32px;
        line-height: 1em;
    }
    .text-descripcion-2 {
        color: #ffffff;
        font-size: 20px;
        text-align: center;
    }
    #servicios .servicios-texto {
        order: 2
    }
    .carrusel-logos {
        margin-top: 20px;
    }
    .owl-dots {
        margin-top: 20px;
    }
    .contacto-text {
        order: 2;
    }
    #contacto a {
        font-size: 20px;
    }
    .copyright p {
        font-size: 17px;
    }
    .titulo-contacto {
        margin-bottom: 40px;
    }
    .cabecera-planes h4 {
        font-size: 26px;
    }
    .disclaimer .comision {
        font-size: 22px;
    }
    .comision {
        font-size: 28px;
    }
    .cuerpo-planes .check-valido i {
        font-size: 20px;
    }
    .cuerpo-planes .no-check i {
        font-size: 20px;
    }
}
@media (min-width: 768px) and  (max-width: 991px) {
    #planes {
        padding-left: 60px;
        padding-right: 60px;
    }
    .col-lg-6.img-principal {
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .col-lg-6.img-principal {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 10px;
    }
    .col-lg-6.img-principal .boton-cta-general-blanco {
        margin-top: 20px;
    }
    .video-contenedor {
        padding: 40px 14px;
    }
    .seccion-rota {
        padding: 40px 24px;
    }
    .logo-rota {
        height: 120px;
    }
    .seccion-partners {
        padding: 40px 24px 0;
    }
    .col-contacto {
        padding: 60px 14px;
    }
    #contacto .col-sm-4 {
        flex:0 0 auto;
        width:33.33333%
    }
    .titulo-formulario {
        padding-left: 0;
        padding-right: 0;
    }
    .col-form {
        padding: 40px 15px;
    }
    .boton-cta-general a, .boton-cta-general-blanco a,  .boton-cta-general-verde a  {
        font-size: 18px;
        padding: 10px 20px;
    }
    .boton-cta-planes .boton-cta-general a {
        font-size: 15px;
        padding: 10px 16px;
    }
    #contacto .link-cel {
        font-size: 26px;
    }
    #contacto .link-whatsapp {
        font-size: 26px;
    }
}