/*!
 * WDT
 * Version - 1.0
 * Author: Vannelo - http://vannelo.com

 * - RESOURCES -
 * COLORS
 * ACCENT 1: #;
 * ACCENT 2: #;
 * ACCENT 3: #;
 * ACCENT 4: #;

*/

/* TIPOGRAFÍA */


/* GENERAL */
    * {
        font-family: 'Lato';
    }
    h1,h2,h3,h4,h5,h6 {
        font-family: 'Lato' !important;
        font-weight: 500;
    }
    h2 {
        font-size: 60px;
        letter-spacing: 5px;
    }
    h3 {
        font-size: 50px;
        letter-spacing: 5px;
    }
    h4 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    ul {
        margin: 20px 0;
        font-size: 18px;
    }
    p {
        font-family: 'Lato' !important;
        font-weight: 400;
        letter-spacing: 2px;
    }
    b {
        font-family: 'Lato' !important;
        font-weight: 900;
        letter-spacing: 2px;
    }

    .master-box {
        overflow-x: hidden;
    }
    .btn-1  {
        font-size: 14px;
        text-align: center;
        color: #002DA4;
        text-decoration: none;
        padding: 10px 30px;
        background-color: #fff;
        border: 2px solid white;
        transition-duration: .2s;
        font-weight: 800;
        text-transform: uppercase;
    }
    .btn-1:hover {
        background-color: transparent;
        color: white;
        transition-duration: .2s;
    }
    .separador {
        font-size: 20px;
        color: #00BFFF !important;
        font-weight: 100;
        margin: 20px 0px;
    }
    .separador img {
        width: 30px;
    }


/* MENU */
    .menu-desktop {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        padding:20px;
        text-align:center;
        z-index:999;
    }
    .menu-desktop .logo {
        text-align: left;
    }
    .menu-desktop .logo img {
        width: 30px;
    }
    .menu-desktop a {
        display:inline-block;
        padding:5px 10px;
        font-size:16px;
        font-weight: 400;
        color:white;
        text-transform: uppercase;
        letter-spacing: 0px;
        transition-duration: .2s;
    }
    .menu-desktop a:hover {
        color: #ccc;
        transition-duration: .2s;
    }
    .menu-desktop .redes a {
        display:inline-block;
        padding:0 10px;
        color:white;
    }
    .menu-desktop .redes {
        text-align: right;
        padding-top: 4px;
    }
    .menu-desktop .redes a i {
        font-size: 20px;
        transition-duration: .2s;
    }
    .menu-desktop .redes a:hover i {
        color: #ccc;
        transition-duration: .2s;
    }

    .menu-scrolleado {
        padding: 10px 20px 15px 20px;
        background-color: #1d2d69;
        transition-duration: .2s;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    }
    .menu-scrolleado .logo img {
        width: 25px;
        margin-top: -10px;
        transition-duration: .2s;
    }

    .menu-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #1d2d69;
        color: white;
        padding: 5px 20px;
    }
    .menu-mobile img {
        width: 25px;
        margin-bottom: -5px;
    }
    .menu-mobile .hamburguer {
        display: inline-block;
        width: 35px;
        cursor: pointer;
    }
    .menu-mobile .derecha {
        text-align: right;
    }
    .menu-mobile .hamburguer .line {
        width: 100%;
        height: 1px;
        background-color: white;
        margin: 7px 0;
    }

    .menu-hidden {
        display: none;
    }
    .menu-hidden a {
        display: block;
        color: white;
        padding: 5px;
        font-weight: 700;
        font-size: 16px;
    }


    .menu-desktop i {
        font-size: 12px;
    }
    .barrita {
        display: none;
        background-color: #1d2d69;
        position:fixed;
        top: 200px;
        right:0;
        z-index: 999;
        padding: 10px;
        border-radius: 5px 0 0 5px;
        -webkit-box-shadow: -7px 1px 10px -5px rgba(0,0,0,0.36);
        -moz-box-shadow: -7px 1px 10px -5px rgba(0,0,0,0.36);
        box-shadow: -7px 1px 10px -5px rgba(0,0,0,0.36);
    }
    .barrita a {
        color: #ffffff;
        display: block;
        padding: 10px 0px;
    }
    .barrita a i {
        font-size: 20px;
    }
    .idioma{
        display: inline-block !important;
        color: #ffffff !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        font-size: 14px !important;
    }
    .idiomaLink{
        padding-left: 5px !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        font-size: 14px !important;
    }
    .menu-mobile .idioma,.menu-mobile .idiomaLink{
        display: inline-block !important;
        color: #ffffff !important;
        text-transform: none !important;
        letter-spacing: normal !important;
    }

/* HEADER */
    .header {
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
        height: 700px;
        position: relative;
    }
    .header .caja1{
        position:absolute;
        top:0;
        left:0;
        width: 100%;
        overflow: hidden;
        height: 100%;
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
        z-index: 1;
    }
    .header .caja1 video {
        width:100%;
    }
    .header .caja2{
        position:absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .header .caja3{
        position:absolute;
        padding-top: 140px;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index: 3;
        color: white;
    }
    .header .caja3 .contenido {

        text-align: center;
        width: 900px;
        margin:auto;
    }
    .header .caja3 .contenido img {
        width: 30%;
        margin-bottom: 0px;

    }
    .header .caja3 .contenido h2 {
        margin-bottom: 40px;
    }
    .header .caja3 .contenido i {
        margin-right: 10px;
    }

/* NOSOTROS */
    .nosotros {
        text-align: center;
        padding-bottom: 50px;
    }
    .nosotros .caja-nosotros {
        position: relative;
        padding: 60px 0px;
        color: #ffffff;
        margin:auto;
        width: 80%;
        background-color: #1d2d69;
        border-radius: 5px;
        margin-top: -130px;
        z-index: 100;
        -webkit-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        -moz-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);

    }
    .nosotros .texto {
        width: 80%;
        margin: auto;
        font-size: 26px;
        font-weight: 700;
        color: #eee;
        letter-spacing: -1px;
    }
    .nosotros .titulo {}
    .nosotros .titulo h3 {
        color: #1d2d69;
    }
    .nosotros .titulo .separador {
        display: inline-block;
        width: 100px !important;
        height: 3px;
        background-color: #00BFFF !important;
    }
    .nosotros .credenciales .items {
        margin-top: 50px;
    }
    .nosotros .credenciales {
        margin: 50px 0;
        text-align: center;
    }
    .nosotros .credenciales .item {
        display: inline-block;
        width: 400px;
        background-color: #feffff;
        border-radius: 3px;
        padding: 40px 20px;
        margin: 0 20px;
        text-align: center;
        -webkit-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        -moz-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        transition-duration: .2s;
    }
    .nosotros .credenciales .imagen img {
        width: 70%;
    }
    .nosotros .credenciales .nombre {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 5px;
    }
    .nosotros .credenciales .separador {
        font-size: 20px;
        color: #00BFFF !important;
        margin: 0 !important;
    }
    .nosotros .credenciales .bio-1 {
        font-size: 22px;
        color: #666;
        font-weight: 500;
    }
    .nosotros .credenciales .bio-2 {
        display: none;
        font-size: 22px;
        color: #666;
    }
    .nosotros .credenciales .btn-1 {
        font-size: 14px;
        text-align: center;
        color: white;
        text-decoration: none;
        padding: 10px 30px;
        background-color: #1d2d69;
        border: 2px solid #1d2d69;
        transition-duration: .2s;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .nosotros .credenciales .item:hover {
        -webkit-box-shadow: 0px 50px 90px -29px rgba(0,0,0,1);
        -moz-box-shadow: 0px 50px 90px -29px rgba(0,0,0,1);
        box-shadow: 0px 50px 90px -29px rgba(0,0,0,1);
        transition-duration: .2s;
    }
    .nosotros .credenciales .item.activo {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .nosotros .credenciales .item.activo img {
        width: 300px;
    }
    .nosotros .linke {
        margin: 20px 0;
    }
    .nosotros .linke i {
        font-size: 30px;
        color: #00BFFF;
    }
    .nosotros .separador img {
        width: 80px !important;
        margin: 20px 0;
    }
    .nosotros .credenciales .socio-escondido-2 .imagen img {
        width: 30%;
    }
    .nosotros .credenciales .socio-escondido-2 {
        display: none;
        width: 100%;
        cursor: initial;
        margin: 30px 0;
    }
    .nosotros .credenciales .socio-escondido-2 .bio {
        font-family: 'Lato' !important;
        width: 50%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
        color: #222;
        font-weight: 400 !important;
        text-align: left;
    }
    .nosotros .credenciales .socio-escondido-2 p {
        font-weight: 400;
    }
    .nosotros .credenciales .linke {
        text-align: center;
    }
    .nosotros .credenciales .socio-escondido-1 .imagen img {
        width: 30%;
    }
    .nosotros .credenciales .socio-escondido-1 {
        display: none;
        width: 100%;
        cursor: initial;
        margin: 30px 0;
    }
    .nosotros .credenciales .socio-escondido-1 .bio {
        font-family: 'Lato' !important;
        width: 50%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
        color: #222;
        font-weight: 400 !important;
        text-align: left;
    }
    .nosotros .credenciales .socio-escondido-1 p {
        font-weight: 400;
    }
    .nosotros .credenciales .linke {
        text-align: center;
    }

/* MODELO */
    .modelo {
        background-color: #1b1e21;
        padding: 80px 0 100px 0;
        color: white;
    }
    .modelo .separador {
        display: inline-block;
        width: 100px !important;
        height: 3px;
        background-color: #00BFFF !important;
    }
    .modelo .derecha {
        padding: 0 20px;
        font-weight: 100;
    }

    .modelo .circulo {
        position: relative;
    }
    .modelo .circulo .item-1 {
        width: 100%;
        animation-duration: 3s;
    }
    .modelo .circulo .item-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        animation-duration: 3s;
    }

    :root {
        --bg-color: radial-gradient(circle at center, #fff, #ccc);
        --dot-color1:deepskyblue;
        --dot-color2: #ffffff;
    }
    .dna {
        width: 360px;
        height: 70px;
        perspective: 400px;
        transform-style: preserve-3d;
        margin: auto;
    }
    .ele {
        width: 1px;
        height: 70px;
        float: left;
        margin: 0 8px;
        border-left: 1px #B0B0B0 dashed;
        position: relative;
        transform: rotateX(-360deg);
        animation: run 2s linear infinite;
    }
    .ele:before, .ele:after {
        content: '';
        width: 5px;
        height: 5px;
        background: var(--dot-color1);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .ele:before {
        top: -2px;
        background: var(--dot-color2);
    }
    .ele:after {
        bottom: -2px;
    }
    .ele:nth-of-type(1) {
        animation-delay: -0.15s;
    }
    .ele:nth-of-type(2) {
        animation-delay: -0.3s;
    }
    .ele:nth-of-type(3) {
        animation-delay: -0.45s;
    }
    .ele:nth-of-type(4) {
        animation-delay: -0.6s;
    }
    .ele:nth-of-type(5) {
        animation-delay: -0.75s;
    }
    .ele:nth-of-type(6) {
        animation-delay: -0.9s;
    }
    .ele:nth-of-type(7) {
        animation-delay: -1.05s;
    }
    .ele:nth-of-type(8) {
        animation-delay: -1.2s;
    }
    .ele:nth-of-type(9) {
        animation-delay: -1.35s;
    }
    .ele:nth-of-type(10) {
        animation-delay: -1.5s;
    }
    .ele:nth-of-type(11) {
        animation-delay: -1.65s;
    }
    .ele:nth-of-type(12) {
        animation-delay: -1.8s;
    }
    .ele:nth-of-type(13) {
        animation-delay: -1.95s;
    }
    .ele:nth-of-type(14) {
        animation-delay: -2.1s;
    }
    .ele:nth-of-type(15) {
        animation-delay: -2.25s;
    }
    .ele:nth-of-type(16) {
        animation-delay: -2.4s;
    }
    .ele:nth-of-type(17) {
        animation-delay: -2.55s;
    }
    .ele:nth-of-type(18) {
        animation-delay: -2.7s;
    }
    .ele:nth-of-type(19) {
        animation-delay: -2.85s;
    }
    .ele:nth-of-type(20) {
        animation-delay: -3s;
    }
    @keyframes run {
        to {
            transform: none;
        }
    }

    .modelo .derecha {
        position: relative;
    }
    .modelo .flecha-izq {
        position: absolute;
        top: 150px;
        left: -10px;
        cursor: pointer;
    }
    .modelo .flecha-izq i {
        font-size: 50px;
    }
    .modelo .flecha-der {
        position: absolute;
        top: 150px;
        right: -10px;
        cursor: pointer;
    }
    .modelo .flecha-der i {
        font-size: 50px;
    }

    .modelo li {
        font-size: 20px;
        font-weight: 400;
    }


/* SERVICIOS */
    .servicios {
        background-color: white;
        padding: 100px 0 0 0;
        text-align: center;
    }
    .servicios .triggers {
        margin-top: 10px;
        background-color: #1b1e21;
    }
    .servicios .servicio-trigger{
        background-image:linear-gradient(90deg, rgba(0, 40, 133, 0.9) 0%, rgba(0, 34, 125,.9) 540%, rgba(0, 30, 109,.9) 54%), url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
        color: white;
        padding:150px 0;
        text-align: center;
        -webkit-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        -moz-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        transition-duration: .2s;
        cursor: pointer;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -1px;
        font-weight: 100;
    }
    .servicios .servicio-trigger .caja-item {

        display: none;
    }
    .servicios .servicio-trigger.activo {
        background-color: #1d2d69;
        color: white;
    }
    .servicios .servicio-trigger:hover {
        background-color: #1d2d69;
        color: white;
        /*-webkit-box-shadow: 0px 10px 200px 0px rgba(0,0,0,1);
        -moz-box-shadow: 0px 10px 200px 0px rgba(0,0,0,1);
        box-shadow: 0px 10px 200px 0px rgba(0,0,0,1);*/
        transition-duration: .2s;
    }
    .servicios .servicio-trigger:hover p:first-child{
        font-weight: 600;;
    }
    .servicios .cajas .caja-item {
        display: none;
        background-color: #1d2d69;
        padding: 100px 0;
        text-align: left;
        color: white;
        font-weight: 100;
    }
    .servicios .separador {
        display: inline-block;
        width: 100px !important;
        height: 3px;
        background-color: #00BFFF !important;
    }
    .servicios ul {
        font-size: 30px;
        text-align: left;
    }

/*CLIENTES*/
    .clientes {
        background-color: #1b1e21;
        padding: 150px 0 100px 0;
        color: white;
        text-align: center;
    }
    .clientes .separador {
        display: inline-block;
        width: 100px !important;
        height: 3px;
        background-color: #00BFFF !important;
    }
    .clientes .carrusel {
        padding-top: 50px;

    }
    .clientes .logos img {
        width: 300px;
        margin: 20px 0;
    }

/*TESTIMONIALES*/
    .testimoniales {
        background-image:linear-gradient(90deg, rgba(0, 40, 133, 0.9) 0%, rgba(0, 34, 125,.9) 540%, rgba(0, 30, 109,.9) 54%), url("../img/bg.jpg");
        width: 100%;
        height: 650px;
        text-align: center;
        color: #ffffff;
        padding: 150px 0;
    }
    .testimoniales h2 {
        font-size: 15px;
        font-weight: 700;
    }
    .testimoniales .testimonios {
        border-top: solid #ffffff 1px;
        padding-top:50px;
    }
    .testimoniales .testimonios p {
        font-size: 24px;
        font-family: "Times New Roman";
        color: #ddd;
    }
    .testimoniales .mini {
        color: #6bddff !important;
    }

    .testi-slider {
        position: relative;
    }
    .testi-slider .flecha-izq {
        position: absolute;
        top: 150px;
        left: -30px;
        cursor: pointer;
    }
    .testi-slider .flecha-izq i {
        font-size: 50px;
    }
    .testi-slider .flecha-der {
        position: absolute;
        top: 150px;
        right: -30px;
        cursor: pointer;
    }
    .testi-slider .flecha-der i {
        font-size: 50px;
    }

/*ALIANZAS*/
    .alianzas {
        text-align: center;
        padding: 100px 0;
    }
    .alianzas .separador {
        display: inline-block;
        width: 100px !important;
        height: 3px;
        background-color: #00BFFF !important;
    }
    .alianzas img {
        width: 100%;
        margin-bottom: 20px;
    }

/* FORMULARIO */
    .formulario {
        text-align: center;
        background-color: #222629;
        padding:100px 0;
        color: white;
    }
    .formulario .separador {
        display: inline-block;
        width: 100px !important;
        height: 3px;
        background-color: #00BFFF !important;
    }
    .formulario h4 {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .formulario form {
        width: 60%;
        margin: auto;
        margin-top: 50px;
    }
    .group {
        width: 100%;
        position:relative;
        margin-bottom:45px;
    }
    input {
        color: white;
        width: 100%;
        font-size:22px;
        font-weight: 400 !important;
        padding:10px 10px 10px 5px;
        display:inline-block;
        border:none;
        background-color: transparent;
        border-bottom: 1px solid white;
    }
    input:focus {
        outline:none;
    }
    label {
        font-size:22px;
        font-weight: 400 !important;
        position:absolute;
        pointer-events:none;
        left:0;
        color: white;
        font-weight: 100;
        letter-spacing: -1px;
        top:10px;
        transition:0.2s ease all;
        -moz-transition:0.2s ease all;
        -webkit-transition:0.2s ease all;
    }
    input:focus ~ label, input:valid ~ label {
        top:-20px;
        font-size:14px;
        color:#eee;
        font-weight: 100;
    }
    .formulario .contact textarea{
            color: white;
            width: 100%;
            font-size:22px;
            font-weight: 400 !important;
            padding:10px 10px 10px 5px;
            display:inline-block;
            border:none;
            background-color: transparent;
            border-bottom: 1px solid white;
            height: 200px;
    }
    .formulario textarea::placeholder {
        font-size:22px;
        font-weight: 400 !important;

        letter-spacing: -1px;
        color: white;
    }
    .formulario .btn-1  {
        display: block;
        background-color: #1d2d69;
        color: white;
        border: 2px solid #1d2d69;
        width: 100%;
        margin-top: 20px;
    }
    .formulario .btn-1:hover {
        background-color: transparent;
        color: white;
        border:2px solid white;
        transition-duration: .2s;
    }
    .formulario .btn-1 i {
        padding-right: 7px;
    }

/* FOOTER */
    footer {
        background-color:#1b1e21;
        text-align: center;
        color: #ccc;
        padding: 20px;
        font-size: 12px;
    }
    footer img {
        width:20px;
        margin-bottom: 20px;
    }


/* RESPONSIVE */

    @media only screen and (max-width: 1000px) {
        .menu-desktop {
            display: none ;
        }
        .menu-mobile {
            display: block;
        }
        .hide-mobile {
            display: none !important;
        }
        .show-mobile {
            display: block !important;
        }

        video {
            display: none;
        }
        .header {
            height: 500px;
            position: relative;
        }
        .header .caja1 {
            background-image: url("../img/bg.jpg");
            background-position: center;
            background-size: cover;
        }
        h2 {
            font-size: 30px;
        }
        h3 {
            font-size: 40px;
        }
        .header .caja3 .contenido {
            text-align: center;
            width: 100%;
            margin:auto;
        }
        .nosotros {
            padding-bottom: 0;
        }
        .nosotros .caja-nosotros {
            position: relative;
            padding: 60px 0px;
            color: #ffffff;
            margin: auto;
            width: 90%;
            background-color: #1d2d69;
            border-radius: 5px;
            margin-top: -70px;
            z-index: 100;
            -webkit-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            -moz-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
        }
        .nosotros .texto {
            width: 80%;
            margin: auto;
            font-size: 18px;
            font-weight: 700;
            color: #eee;
            letter-spacing: 0px;
        }
        .nosotros .credenciales .item {
            width: 90%;
            background-color: #feffff;
            border-radius: 3px;
            padding: 40px 20px;
            margin: 0 20px;
            text-align: center;
            -webkit-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            -moz-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            transition-duration: .2s;
            cursor: pointer;
            margin-bottom: 20px;
        }
        .modelo {
            background-color: #1b1e21;
            padding: 50px 0;
            color: white;
        }
        .modelo .derecha {
            padding-top: 50px;
        }
        .servicios {
            background-color: white;
            padding: 50px 0 0 0;
            text-align: center;
        }
        .servicios ul {
            font-size: 20px;
        }
        .clientes {
            background-color: #1b1e21;
            padding: 50px 0;
            color: white;
            text-align: center;
        }
        .testimoniales {
            background: linear-gradient(90deg, rgba(0, 40, 133, 0.54) 0%, rgb(0, 34, 125) 540%, rgb(0, 30, 109) 54%), url(../img/bg.jpg) no-repeat center / cover;
            width: 100%;
            height: auto;
            text-align: center;
            color: #ffffff;
            padding: 50px 0;
        }
        .alianzas {
            text-align: center;
            padding: 50px 0;
        }
        .formulario {
            text-align: center;
            background-color: #222629;
            padding: 50px 0;
            color: white;
        }
        .formulario form {
            width: 90%;
            margin: auto;
            margin-top: 50px;
        }

        .servicios .servicio-trigger{
            background-image:linear-gradient(90deg, rgba(0, 40, 133, 0.9) 0%, rgba(0, 34, 125,.9) 540%, rgba(0, 30, 109,.9) 54%), url("../img/bg.jpg");
            background-position: center;
            background-size: cover;
            color: white;
            padding:100px 0;
            text-align: center;
            -webkit-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            -moz-box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            box-shadow: 0px 17px 64px -29px rgba(0,0,0,1);
            transition-duration: .2s;
            cursor: pointer;
            font-weight: 700;
            font-size: 40px;
            letter-spacing: -1px;
        }

        .socio-escondido-1 {
            display: none;
        }
        .socio-escondido-2 {
            display: none;
        }
        .nosotros .credenciales .bio {
            font-family: 'Lato' !important;
            width: 100% !important;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 30px;
            font-size: 18px;
            color: #222;
            font-weight: 400 !important;
            text-align: left;
        }
        .modelo .flecha-izq {
            position: absolute;
            top: 550px;
            left: 20px;
            cursor: pointer;
            z-index: 999;
        }
        .modelo .flecha-izq i {
            font-size: 30px;
        }
        .modelo .flecha-der {
            position: absolute;
            top: 550px;
            right: 20px;
            cursor: pointer;
            z-index: 999;
        }
        .modelo .flecha-der i {
            font-size: 30px;
        }
        .header.aviso{
            max-height: 150px !important;
        }
    }

    @media only screen and (min-width: 1000px) {
        .hide-mobile {
            display: block;
        }
        .show-mobile {
            display: none;
        }
    }

    .grecaptcha-badge{
        display: none;
    }












