        /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 15, 2020 */
        
        @font-face {
            font-family: "nexa_boldregular";
            src: url("../fonts/nexa_free_bold-webfont.eot");
            src: url("../fonts/nexa_free_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_free_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_free_bold-webfont.woff") format("woff"), url("../fonts/nexa_free_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_free_bold-webfont.svg#nexa_boldregular") format("svg");
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: "nexa_lightregular";
            src: url("../fonts/nexa_free_light-webfont.eot");
            src: url("../fonts/nexa_free_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_free_light-webfont.woff2") format("woff2"), url("../fonts/nexa_free_light-webfont.woff") format("woff"), url("../fonts/nexa_free_light-webfont.ttf") format("truetype"), url("../fonts/nexa_free_light-webfont.svg#nexa_lightregular") format("svg");
            font-weight: normal;
            font-style: normal;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            margin: 0;
        }
        
        a {
            text-decoration: none !important;
        }
        /*
Light 300
Regular 400
Semi-bold 600
Bold 700  


*/
        
        body {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
            font-size: 1rem;
        }
        
        .navbar-brand {
            margin: 0px;
        }
                .navbar-brand img{
                    width: 170px;
                    height: 145px;
                }
        
        .fixed-top {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 2030;
        }
        
        header .carousel-item {
            height: 80vh;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        #carouselHistorias .carousel-item:after {
            background: none;
        }
        
        #carouselHistorias .carousel-control-prev {
            left: -15px;
        }
        
        #carouselHistorias .carousel-control-next {
            right: -15px;
        }
        
        .carousel-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(40, 40, 40, 0.43);
        }
        
        .slide1-home,
        .slide2-servicios {
            background: url("../imgs/carousel/slide-celular.jpg");
        }
        
        .slide1-servicios {
            background: url("../imgs/carousel/slide-calculadora.jpg");
        }
        
        .slide2-home,
        .slide2-networking {
            background: url("../imgs/carousel/slide-lapicera.jpg");
        }
        
        .slide1-quienes-somos,
        .slide2-contacto {
            background: url("../imgs/carousel/slide-computadora.jpg");
        }
        
        .slide2-quienes-somos,
        .slide1-networking {
            background: url("../imgs/carousel/slide-consultoria.jpg");
        }
        
        .slide1-contacto {
            background: url("../imgs/carousel/slide-hombre-pensando.jpg");
        }
        
        .navbar-nav a {
            font-family: "nexa_boldregular";
            font-weight: 700;
            font-size: 1.3rem;
            padding: 5px 15px;
        }
        
        .idioma-secundario {
            font-family: "nexa_lightregular" !important;
            font-weight: 400 !important;
            padding: 5px 0px !important;
        }
        
        .navbar-light .navbar-nav .active>.nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show>.nav-link {
            color: #ffffff;
            border: 3px solid #EECF18;
            border-radius: 15px;
        }
        
        .dropdown-item.active,
        .dropdown-item:active {
            background-color: #EECF18;
        }
        
        .navbar-light .navbar-nav .nav-link,
        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link:hover {
            color: #ffffff;
        }
        
        .navbar-toggler {
            border: none;
        }
        
        .visible-mobile {
            display: none;
        }
        
        .carousel-caption-box {
            position: absolute;
            top: 30% !important;
            width: 70% !important;
            z-index: 1;
        }
        
        #layer1 {
            background: rgba(238, 207, 24, 1);
            position: relative;
            height: 220px;
            margin-bottom: 55px;
            z-index: -1000;
        }
        
        .frase-inicio {
            background: rgba(255, 255, 255, 1);
            padding: 50px 15px;
            min-height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        #layer2 {
            position: absolute;
            top: 15px;
            left: 10px;
            right: 15px;
            z-index: 1000;
        }
        
        .frase-inicio h2 {
            font-size: 2rem;
            text-align: left;
            font-weight: 700;
        }
        
        .frase-inicio hr {
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 1);
            width: 70%;
        }
        
        .btn {
            border-radius: 0px !important;
            transition: all 1s ease !important;
        }
        
        .btn-pague {
            font-weight: 700;
            font-size: 1.5rem;
            line-height: 1.5rem;
            background: #000000;
            color: #FFFFFF;
            background: 1px solid #FFFFFF;
            text-transform: uppercase;
            padding: 15px 34px;
            margin-right: 15px;
            margin-bottom: 15px;
        }
        
        .btn-pague:hover {
            background: #FFFFFF;
            color: #000000;
            background: 1px solid #000000;
        }
        
        .btn-informe {
            font-weight: 700;
            font-size: 1.5rem;
            line-height: 1.5rem;
            color: #ffffff;
            background: #fa5252;
            border: 1px solid #fa5252;
            text-transform: uppercase;
            padding: 15px 34px;
            margin-bottom: 15px;
        }
        
        .btn-informe:hover {
            color: #fa5252;
            background: #ffffff;
            border: 1px solid #fa5252;
        }
        
        .carousel-indicators .active {
            background: gray;
            border: 3px solid #ffffff;
            margin-top: -2px;
        }
        
        .carousel-indicators li {
            width: 24px;
            height: 24px;
            border: 0px;
            opacity: 1;
            border: 1px solid transparent;
        }
        
        .fondo-amarillo {
            background: #EECF18;
            height: 97px;
        }
        
        h1 {
            font-family: "nexa_lightregular";
            font-size: 5rem;
            color: #FFFFFF;
            text-align: right;
            text-transform: uppercase;
        }
        
        .quienes-somos {
            background: linear-gradient(to right, #E9E9E9 0, #E9E9E9 33%, #ffffff 33%, #ffffff 66%, #ffffff 66%, #ffffff 100%);
        }
        
        .quienes-somos p {
            font-family: "nexa_boldregular";
            font-size: 1.7rem;
            color: #000000;
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .siniestros a {
            color: #000000;
        }
        
        .siniestros p {
            font-size: 1.3rem;
            text-align: left;
            margin-bottom: 10px;
        }
        
        .contenedor-servicios img {
            max-width: 100%;
            height: auto;
            margin: 0px auto;
        }
        
        .servicios-item {
            display: block;
            height: 250px;
            text-align: center;
            position: relative;
            cursor: pointer;
            transition: all 0.5s ease;
        }
        
        .servicios-item img {
            height: 250px;
        }
        
        .servicios-item p {
            opacity: 0;
            transition: all 2s ease-in;
            font-weight: 600;
            font-size: 2rem;
            color: #000000 !important;
        }
        
        .servicios-item:hover p {
            opacity: 1;
        }
        
        .aliado-hover,
        .pagar-hover,
        .servicios-hover {
            display: none;
        }
        
        .aliado:hover .aliado-simple {
            display: none;
        }
        
        .aliado:hover .aliado-hover {
            display: block;
        }
        
        .aliado p {
            position: absolute;
            top: 20%;
            right: 5%;
        }
        
        .pagar {
            position: absolute;
            top: 17%;
            right: 5%;
        }
        
        .pagar:hover .pagar-simple {
            display: none;
        }
        
        .pagar:hover .pagar-hover {
            display: block;
        }
        
        .pagar p {
            position: absolute;
            width: 80%;
            top: 20%;
            left: -165%;
        }
        
        .servicios {
            position: absolute;
            top: 44%;
            left: 40%;
        }
        
        .servicios:hover .servicios-simple {
            display: none;
        }
        
        .servicios:hover .servicios-hover {
            display: block;
        }
        
        .servicios p {
            position: absolute;
            top: 70%;
            right: -60%;
        }
        
        .fondo-quienes-somos {
            background: url("../imgs/varios/fondo-quienes-somos.jpg");
            height: 600px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-attachment: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        
        .fondo-quienes-somos p {
            font-size: 3rem;
            color: #FFFFFF;
        }
        
        h2 {
            font-weight: 600;
            font-size: 4rem;
            color: #000000;
            text-align: center;
        }
        
        .historia-de-exito .col-md-10 {
            min-height: 450px;
        }
        
        .historia-de-exito img {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 40px auto;
        }
        
        .historia-de-exito p {
            font-size: 1.6rem;
            color: #474747;
        }
        
        .firma {
            font-weight: 700;
            font-size: 1.4rem;
            color: #000000;
            text-align: center;
            margin: 40px auto 0px auto;
        }
        
        footer {
            background: #000000;
            padding: 30px 0px;
            display: block;
        }
        
        footer .logo {
            display: block;
            max-width: 100%;
            height: 96px;
            text-align: center;
            margin: 0px auto;
        }
        
        footer .nav {
            justify-content: space-between;
        }
        
        footer .nav-link:first-child {
            padding-left: 8px;
        }
        
        footer a {
            font-size: 1rem;
            color: #FFFFFF;
            text-align: center;
            transition: all 0.5s ease;
        }
        
        footer a:hover {
            color: #FFFFFF;
            opacity: 0.5;
        }
        
        footer .nav a {
            font-weight: 600;
        }
        
        .direccion a {
            display: block;
            font-weight: 300;
            margin-bottom: 10px;
        }
        
        .whatsapp-flotante {
            position: fixed;
            width: 140px;
            height: 160px;
            bottom: 140px;
            right: -30px;
            z-index: 2;
            opacity: 0;
        }
        
        .marca {
            max-width: 100%;
            height: 150px;
            margin: 0px auto 20px auto;
            display: block;
            text-align: center;
        }
        
        .aliados .btn-me-interesa {
            width: 260px;
            margin: 0px auto 100px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            color: black !important;
        }
        
        #mapa {
            height: 500px;
        }
        
        .contenedor-contacto h2 {
            font-weight: 700;
            text-align: center;
            font-size: 3.5rem;
        }
        
        .contenedor-contacto p,
        form label {
            font-family: 'Josefin Sans';
            font-size: 1rem;
            text-align: left;
            display: block;
        }
        
        .contenedor-contacto a {
            color: #000000;
        }
        
        .agendar p {
            font-weight: 700;
            font-size: 1.3rem;
            color: #A0A0A0 !important;
            text-transform: uppercase;
            margin: 40px auto 10px auto !important;
        }
        
        .agendar img {
            max-width: 100%;
            height: auto;
            transition: all 0.5s ease;
        }
        
        .agendar img:hover {
            opacity: 0.5;
        }
        
        .formulario {
            background: #ECECEC;
            border: 14px solid #FFFFFF;
            padding: 40px;
        }
        
        .form-control {
            border-radius: 0px;
            border: 1px solid #FFFFFF;
        }
        
        textarea {
            min-height: 200px;
            max-height: 200px;
        }
        
        .btn-enviar {
            background: #000000;
            color: #FFFFFF;
            line-height: 1rem;
            padding: 12px 40px;
            margin-top: 0px;
            display: inline-block;
        }
        
        .g-recaptcha {
            transform: scale(0.80);
        }
        
        .visible-mobile {
            display: none;
        }
        
        .miembros {
            margin-bottom: 70px;
        }
        
        .miembros img {
            height: 200px;
            margin: 0px auto 30px auto;
            max-width: 100%;
        }
        
        .miembros p,
        .miembros a {
            font-family: "nexa_lightregular";
            font-size: 1.2rem;
            letter-spacing: 1.04px;
            color: #000000;
            text-transform: uppercase;
            text-align: left;
            margin-bottom: 10px;
        }
        
        .miembros a {
            text-transform: none;
            font-size: 1rem;
        }
        
        .cargo {
            font-family: "nexa_boldregular" !important;
            font-weight: 700 !important;
            text-transform: none !important;
            font-size: 1rem !important;
        }
        
        .top-165 {
            top: -165px;
        }
        
        .fondo-quienes-somos-interna {
            background: url("../imgs/quienes-somos/fondo-quienes-somos2.jpg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            min-height: 1600px;
            margin-top: -3px;
        }
        
        .fondo-quienes-somos-interna h1 {
            font-size: 4.5rem;
        }
        
        .card-fondo-gris {
            background: #ECECEC;
            border: 14px solid #FFFFFF;
            padding: 40px 15px 40px 15px;
        }
        
        .card-fondo-gris h2 {
            margin-left: -150px;
            margin-bottom: 20px;
        }
        
        .card-fondo-gris .vision {
            text-align: right;
        }
        
        .mision-height,
        .vision-height {
            height: 450px;
        }
        
        .card-fondo-gris p {
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
        
        .img-quienes-somos {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 0px auto;
        }
        
        .fondo-negro {
            background: #000000;
            height: 220px;
            display: flex;
            align-items: center;
        }
        
        .fondo-negro p {
            color: #FFFFFF;
            font-family: "nexa_boldregular";
            font-size: 1.8rem;
            text-align: center;
        }
        
        .fondo-porque-elegirnos-interna {
            background: url("../imgs/quienes-somos/fondo-porque-elegirnos.jpg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            min-height: 1000px;
        }
        
        .fondo-porque-elegirnos-interna .bold {
            font-weight: 700 !important;
            text-align: left;
            font-size: 3rem !important;
        }
        
        .fondo-porque-elegirnos-interna .regular {
            font-weight: 400 !important;
            text-align: left;
            font-size: 2.5rem !important;
            margin-bottom: 50px;
        }
        
        .fondo-porque-elegirnos-interna p {
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
        
        .texto-regular {
            font-family: "nexa_lightregular";
            font-weight: 300;
            font-size: 2rem;
            margin-top: 100px;
        }
        
        .texto-regular strong {
            font-family: "nexa_boldregular";
            font-weight: 700;
            font-size: 2rem;
        }
        
        .fondo-servicios-izquierda {
            background: url("../imgs/servicios/fondo-servicios-izquierda.jpg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            min-height: 650px;
        }
        
        .fondo-servicios-derecha {
            background: url("../imgs/servicios/fondo-servicios-derecha.jpg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            min-height: 650px;
        }
        
        .fondo-servicios-izquierda .carousel-item>img,
        .fondo-servicios-derecha .carousel-item>img {
            max-width: 100%;
            height: 530px;
            display: block;
            margin: 0px auto;
        }
        
        .fondo-servicios-izquierda h2,
        .fondo-servicios-derecha h2 {
            font-size: 3.5rem;
            text-align: left;
        }
        
        .fondo-servicios-izquierda h2.regular,
        .fondo-servicios-derecha h2.regular {
            font-size: 2.4rem;
            font-weight: 400;
            text-align: center;
        }
        
        .detalle-servicio span {
            margin-bottom: 10px !important;
            font-size: 1.1rem;
            display: inline-block;
        }
        
        .servicio-item-bold {
            font-weight: 700;
        }
        
        .servicio-item-semibold {
            font-weight: 600;
        }
        
        .servicio-item-regular {
            font-weight: 400;
        }
        
        .ml-100 {
            margin-left: -100px;
        }
        
        .carousel-servicios {
            box-shadow: 0px 10px 5px 0 rgba(0, 0, 0, 0.26);
        }
        
        #carouselServicios2,
        #carouselServicios4 {
            box-shadow: 5px 15px 15px 8px rgba(0, 0, 0, 0.26) !important;
        }
        
        .btn-me-interesa {
            background: #B3C0BC;
            width: 366px;
            height: 57px;
            margin-top: 50px;
            display: block;
            font-weight: bold;
            font-size: 1.25rem;
            transition: all 1s ease;
        }
        
        .btn-me-interesa:hover {
            opacity: 0.5;
        }
        
        .mt-100px {
            margin-top: 100px;
        }
        
        #carouselServicios2,
        #carouselServicios3,
        #carouselServicios4,
        #carouselServicios5 {
            top: 20px;
        }
        
        .servicio3 h2:first-child {
            text-align: left;
            margin-left: 50px;
        }
        
        .servicio2 h2:first-child,
        .servicio3 h2:first-child,
        .servicio4 h2:first-child,
        .servicio5 h2:first-child {
            margin-top: 100px;
        }
        
        .ml-70px {
            margin-left: -70px;
        }
        
        .me-interesa h1 {
            font-size: 3rem;
            line-height: 6rem;
            text-align: center;
        }
        
        form .btn-me-interesa {
            margin: 30px auto 0px auto !important;
        }
        
        .btn-atras {
            transition: all 1s ease;
        }
        
        .btn-atras:hover {
            opacity: 0.5;
        }
        
        .bg-whatsapp {
            display: none;
        }
        
        .ocultar-desktop {
            display: none;
        }
        
        .pleft-15 {
            padding-left: 0px;
        }
        
        .pright-15 {
            padding-right: 0px;
        }