@font-face {
    font-family: "FuturaMedium";
    src: url("FuturaMedium.ttf");
}
@font-face {
    font-family: "FuturaBold";
    src: url("FuturaBold.ttf");
}

    /* Estilos Generales */

* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Helvetica';
    color: var(--azul-marino);
}

:root{
    --azul-marino: rgb(0 0 130);
    --azul-marino-fondo: rgba(0 0 130 / .05);
    --azul-marino-bloque: #E5E6F6;
    --azul-marino-transparente: rgba(0,19,71,0);
    --azul-marino-transparente-2: rgba(0,19,100,.8);
    --azul-cielo: rgb(0 125 255);
    --azul-cielo-fondo: rgba(0 125 255 / .1);
    --azul-fondo: rgb(214,225,234);
    --azul-degradado-fuerte: rgb(0 50 200);
    --azul-degradado-suave: rgb(0 125 255);
    --gris-soporte: rgb(128 128 128);
    --azul-degradado-fuerte-izq-der: linear-gradient(90deg, rgb(0 50 200) 0%, rgb(0 125 255) 100%);
    --azul-degradado-fuerte-bott-top: linear-gradient(0deg, rgb(0 50 200) 0%, rgb(0 125 255) 100%);
    --azul-degradado-fuerte-radial: radial-gradient(ellipse, rgb(0 125 255) 0%, rgb(0 50 200) 100%);
    --anaranjado: rgb(255,184,0);
    --anaranjado-transparente: rgba(255,184,0,.5);
    --anaranjado-transparente-2: rgba(255, 184, 0, 0.8);
    --anaranjado-fondo: rgb(252,234,210);
    --sombras-1: rgba(0,19,171,.3);
    --sombras-2: rgba(0,0,0,.5);
    --gris-letra: rgb(100,100,100);
}

.ataraxis_font {
    font-family: "FuturaMedium";
}

.font-bold {
    font-family: 'Helvetica';
    font-weight: bold;

}

.header_font-bold {
    font-family: "FuturaBold";
}

h1 {
    font-family: "FuturaBold";
    font-size: 40pt;
    margin-bottom: 20px;
}

h2 {
    font-family: "FuturaBold";
    font-size: 36pt;
}

h3 {
    font-family: Helvetica;
    font-size: 18pt;
    font-weight: 400;
    margin-bottom: 100px;
}

h4 {
    font-size: 20pt;
    margin-bottom: 20px;
}

h5 {
    font-size: 20pt;
    margin-bottom: 20px;
}

p {
    font-size: 18pt;
    margin-bottom: 50px;
}

a {
    display: block;
    text-align: center;
    text-decoration: none;
}

@media (max-width:1200px){
    h1 {
        font-size: 30pt;

    }

    h2 {
        font-size: 30pt;
    }

    h3 {
        font-size: 16pt;
    }
}


.botones {
    display: flex;
    flex-wrap: wrap;
}

.boton-solido {
    display: block;
    background-color: var(--azul-cielo);
    text-decoration: none;
    color: white;
    font-family: Helvetica;
    font-size: 18pt;
    font-weight: lighter;
    padding: 20px 40px;
    border-radius: 50px;
    transition: .5s;
}

.boton-solido:hover {
    color: var(--azul-cielo);
    background-color: white;
    box-shadow: 0 0 15px 4px rgba(0 125 255 / .4);
}

.boton1 {
    transition: .5s;
}

.boton1:hover {
    transform:  scale(1.05);
}

.boton-transparente {
    text-decoration: none;
    font-size: 16pt;
    color: var(--azul-cielo);
    font-weight: 600;
    border: 3px solid var(--azul-cielo);
    border-radius: 50px;
    padding: 20px 38px;
    /* background-color: blue; */
    transition: .5s;
}

.boton-transparente:hover {
    box-shadow: 0 0 15px 4px rgba(0 125 255 / .4);
    text-decoration: none;
    border-radius: 10px;
    /* font-weight: 100; */
}

.negritas__cursiva {
    font-weight: bolder;
    font-style: italic;
}

.header-subrayado {
    text-decoration: underline;
    font-family: "FuturaBold";
}

.btn-anaranjado {
    background-color: var(--anaranjado);
    letter-spacing: 1px;
    transition: .5s;
}

.btn-anaranjado:hover {
    background-color: var(--azul-marino);
    color: var(--anaranjado);
}

.btn-azul-transparente {
    border: 2px solid var(--azul-marino);
    border-radius: 2px;
    padding: 15px 25px;
    margin: 20px 20px;
    text-align: center;
    text-decoration: none;
    color: var(--azul-marino);
    letter-spacing: 1px;
    transition: .5s;
}

.btn-azul-transparente:hover {
    background-color: var(--azul-marino);
    color: var(--azul-fondo);
}

.btn-azul {
    text-align: center;
    text-decoration: none;
    margin: 20px 20px;
    padding: 20px 50px;
    background-color: var(--azul-marino);
    color: var(--anaranjado);
    border-radius: 2px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 10px 2px var(--sombras-1);
    transition: .5s;
}

.btn-azul:hover {
    background-color: var(--anaranjado);
    color: var(--azul-marino);
    box-shadow: 0px 0px 5px 1px var(--anaranjado-transparente);
}

.arrow__fwd {
    display: inline-block;
    margin-left: 10px;
    background-color: var(--azul-marino);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    padding: 2px 0 0 2px;
    transition: .5s;
}

.arrow__fwd-tran {
    display: inline-block;
    margin-left: 10px;
    border: 2px solid var(--azul-marino);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: var(--azul-marino);
    transition: .5s;
}

.arrow__fwd-anaranjada {
    display: inline-block;
    margin-left: 15px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 2px 0 0 2px;
    background-color: var(--anaranjado);
    color: var(--azul-marino);
    transition: .5s;
}

.btn-vision__conocer-mas {
    /* display: flex; */
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    height: 200px;
    border-radius: 2px;
    color: var(--azul-marino);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-vision__conocer-mas:hover > .arrow__fwd {
    color: var(--azul-marino);
    background-color: var(--anaranjado);
}

.selector_modal {
    display: flex;
    justify-content: center;    
}

.selector_modal > .hueco {
    padding: 6px;
    margin: 10px 5px;
    border-radius: 100%;
    border: 2px solid var(--azul-marino);
}

.selector_modal > .relleno {
    padding: 6px;
    margin: 10px 5px;
    border-radius: 100%;
    background-color: var(--azul-marino);
    border: 2px solid var(--azul-marino);
}

/* —— Navegación —— */
/* Este es el iframe del widget de whatsapp */
.widget-whatsapp {
    border: none;
    max-width: 140px;
}

#navigation {
    position: fixed;
    overflow: hidden;
    width: 100%;
    min-height: 120px;
    background-color: white;
    box-shadow: 0 0 10px 2px var(--sombras-1);
    z-index: 1000;
}

/*#navigation::before {
    content:'';
    display: block;
    border-top: 5px solid var(--azul-marino);
}*/

/* —— Logotipo —— */
.pestana-logo {
    position: fixed;
    top:0;
    left: 5%;
    width: auto;
    text-align: center;
    /* background-color: white; */
    /* box-shadow: 0 0 10px 2px var(--sombras-1); */
    /* border-radius: 0 0 15px 15px; */
    z-index: 100;
}

.pestana-logo img {
    position: relative;
    /* top: 50px; */
    padding: 40px 0px 0px 0px;
    width: 270px;
}

/* —— Botones de Navegación —— */
nav ul {
    position: relative;
    top: 50px;
    display: flex;
    justify-content: right;
    font-size: 20px;
    padding: 0;
}

nav ul > li {
    list-style-type: none;
    margin: 0px 20px;
}

.nav-btn {
    color: var(--azul-marino);
    /* background-color: chocolate; */
}

.nav-btn a {
    text-decoration: none;
}

.nav-btn > a::after {
    content:'';
    display: block;
    border-bottom: 2px solid var(--azul-cielo);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 500ms ease;
}

.nav-btn:hover a::after {
    transform: scaleX(1);
}

.nav-contacto {
    transition: .5s;
}

.nav-contacto:hover {
    transform: scale(.9);
}

.nav-btn-contacto {
    margin-top: -23px;
    text-decoration: none;
    text-align: center;
    border: 3px solid var(--azul-marino);
    padding: 20px 50px;
    border-radius: 50px 0 50px 50px;
    transition: .5s;
}

.nav-btn-contacto:hover {
    background-color: var(--azul-marino);
    box-shadow: 0px 0px 20px 5px rgba(0 125 255 / .4);
    color: white;
}
    
.nav-toggle {
    display: none;
}

@media (max-width: 1200px) {
    .nav-bar {
        position: relative;
        top: 120px;
        display: none;
        height: 100vh;
        width: 100vw;
        background: 
        linear-gradient(160deg, rgba(0,50,200,.1), rgba(50,150,255,.1), rgba(50,150,255,0) 30%),
        linear-gradient(350deg, rgba(0,50,200,.2), rgba(50,150,255,.2), rgba(50,150,255,0) 70%);
        z-index: 900;

    }

    .nav-bar > li {
        margin: auto;
        width: fit-content;
        /* display: block; */
        /* background-color: red; */
    }

    .nav-btn, .nav-contacto {
        position: relative;
        text-align: center;
        transition: .5s;
        /* margin: auto; */
        /* background-color: rebeccapurple; */
    }
    
    .nav-contacto {
        padding-top: 50px;
    }

    .nav-btn > a {
        padding: 30px 0;
        transition: .5s;
        /* background-color: aqua; */
    }

    .nav-btn a:hover {
        color: var(--azul-cielo);
        transform: scale(1.1);
    }
    
    /* .nav-bar li:last-child {
        display: flex;
        justify-content: center;
        margin-top: 100px;
        padding: 0;
    } */
    
    .nav-btn-contacto {
        border: none;
        border-radius: 50px 50px;
        background-color: rgba(0 125 255 / .1);
    }
    
    .nav-btn-contacto:hover {
        background-color: rgba(0 0 0 / 0);
        color: var(--azul-marino);
    }
    
    .nav-toggle:checked ~ .nav-bar {
        display: block;
        
    }
    
    .nav-toggle-label {
        position: absolute;
        display: block;
        height: 120px;
        width: 50px;
        align-content: center;
        top: 0px;
        right: 0px;
        /* background-color: red; */
    }

    .nav-toggle-label span,
    .nav-toggle-label span::after,
    .nav-toggle-label span::before {
        display: block;
        position: relative;
        background: var(--azul-marino);
        height: 2px;
        width: 30px;
    }

    .nav-toggle-label span::after,
    .nav-toggle-label span::before {
        content: '';
        position: absolute;
    }

    .nav-toggle-label span::after {
        top: 14px;
    }

    .nav-toggle-label span::before {
        top: 7px;
    }
    

}



/* 
.btn-contacto {
}

.btn-contacto:hover {
} */



/* —— Banner —— */
#banner {
    position: relative;
    top: 120px;
}

.banner-contenedor {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 800px;
    background: 
        linear-gradient(160deg, rgba(0,50,200,.1), rgba(50,150,255,.1), rgba(50,150,255,0) 55%),
        linear-gradient(350deg, rgba(0,50,200,.2), rgba(50,150,255,.2), rgba(50,150,255,0) 35%);
}

.banner-content {
    display: flex;
    width: 50%;
    justify-content: right;
    padding-top: 100px;
    /* background-color: rgba(50 50 50 / .5); */
}

.banner-info {
    display: block;
    margin: auto;
    max-width: 600px;
    padding-left: 40px;
    /* background-color: rgba(150 250 50 / .5); */
}

.banner-content  h1 {
    margin-bottom: 75px;
    font-family: "FuturaBold";
    font-size: 40pt;
}

.banner-botones {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    /* background-color: rgba(255 165 0 / .5); */
}

.banner-botones a {
    display: block;
    margin-right: 40px;
    margin-bottom: 40px;
}

.banner-contacto-emparejar {
    min-height: 220px;
}

.banner-flecha {
    position: relative;
    display: flex;
    justify-content: center;
    width: 50%;
    /* background-color: rgba(0 244 0 / .5); */
}

.banner-flecha img {
    position: absolute;
    bottom: -100px;
    max-width: 700px;
    min-width: 500px;
    margin-right: 15%;
    /* background-color: rgba(210, 105, 30, .8); */

}

    @media (max-width:1200px) {
        .banner-content {
            justify-content: center;
            width: 100%;
            padding-top: 50px;
        }

        .banner-content  h1 {
            font-size: 30pt;
        }

        .banner-content  h3 {
            font-size: 16pt;
        }
                
        .banner-info {
            margin: 0 10%;
            padding-left: 0;
            justify-items: center;
            text-align: center;
        }

        .banner-botones {
            justify-content: center;
            max-width: 100%;
            /* background-color: rebeccapurple; */
        }

        .banner-botones a {
            margin: 10px 10px;
            z-index: 200;
        }

        .banner-flecha {
            position: absolute;
            bottom: -200px;
            left: 10%;
            width: 100%;
            z-index: 100;
        }
        
        .banner-flecha img {
            margin-right: 200px;
        }
        

    }

/* —— Info Sistema Integral —— */

.info-herramientas {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    margin: 150px 0;
    min-height: 800px;
}

.info-herramientas__sistema_integrado {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 5%;
    width: 50%;
    margin: auto;
    /* background-color: red; */
    
}

.info-herramientas__sistema_integrado img {
    width: 600px;
    min-width: 350px;
}

.info-herramientas__textos {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 5%;
    width: 50%;
    /* background-color: blueviolet; */
}

.info-herramientas__textos-contenedor {
    max-width: 500px;
}

.info-herramientas__textos h2 {
    margin-bottom: 40px;
}

.info-herramientas__textos h3 {
    margin-bottom: 80px;
}

.info-herramientas__textos a {
    display: flex;
    justify-self: left;
}

.boton-sistema_integral {
    display: flex;
    justify-content: left;
}

.herramientas-botones-flecha img {
    position: relative;
    top: 1px;
}

.info-herramientas__textos a:hover  > .herramientas-botones-flecha {
    transform: translateX(5px);
}

    @media (max-width:1200px) {
        .info-herramientas {
            flex-wrap: wrap;
        }

        .info-herramientas__sistema_integrado {
            justify-content: center;
            padding: 0;
            width: 100%;
            margin: 50px 0;
        }

        .info-herramientas__sistema_integrado img {
            max-width: 100px;
            padding: 0 20px;
        }
        
        .info-herramientas__textos {
            justify-content: center;
            width: 100%;
            margin-top: 50px;
            /* background-color: red; */
        }
        
        .info-herramientas__textos a {
            display: flex;
            justify-self: center;
        }

        .info-herramientas__textos-contenedor {
            text-align: center;
            /* background-color: blue; */
        }

        .boton-sistema_integral {
            justify-content: center;
        }

        /* .info-herramientas__textos-contenedor > .boton2 {
            display: flex;
            margin: auto;
        } */
    }


/*  —— Info Servicios —— */

#info-2 {
    position: relative;
}

.info-2-background {
    background-color: var(--azul-cielo-fondo);
    max-height: 600px;
}

.slider {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 1300px;
    height: 700px;
    max-width: 100vw;
    /* background-color: red; */
}

.list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: max-content;
    transition: 1s;
}

.info-servicios {
    display: flex;
    overflow: hidden;
    align-items: center;
    max-height: 600px;
    margin-bottom: 10px;
    /* background-color: red; */
}

.info-servicios__textos {
    display: flex;
    justify-content: right;
    text-align: right;
    padding: 0 5%;
    width: 50%;
    margin: auto;
    /* background-color: rebeccapurple; */
}

.info-servicios__textos-contenedor {
    max-width: 500px;
}

.info-servicios__textos-contenedor > h2 {
    margin-bottom: 40px;
}

.info-servicios__textos-contenedor > h3 {
    margin-bottom: 80px;
}

.info-servicios__textos-contenedor a {
    display: flex;
    justify-self: end;
}

.info-servicios__imagenes {
    display: flex;
    align-items: center;
    width: 55%;
    /* height: 100%; */
    /* padding: 0 5%; */
    /* background-color: red; */
}

.info-servicios__imagenes  img {
    height: 600px;
    display: block;
}

.info-servicios__textos a:hover  > .herramientas-botones-flecha {
    transform: translateX(5px);
}

.boton-info-servicios {
    display: flex;
    justify-content: right;
}

.buttons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 5%;
    top: 45%;
    width: 90%;
}

.buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--azul-cielo);
    color: #fff;
    border: none;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.dots-servicios {
    padding: 0;
    /* listas tienen padding automático que se tiene que resetear a 0 a initial, inherit, etc. */
    position: relative;
    display: flex;
    justify-content: center;
}

.dots-servicios li {
    list-style: none;
    width: 12px;
    height: 12px;
    background-color: var(--azul-marino);
    /* box-shadow: 0 0 5px 1px rgba(0 125 255 / .4); */
    margin: 20px 10px;
    border-radius: 20px;
    transition: .5s;
}

.dots-servicios li.active {
    width: 20px;
    background-color: var(--azul-cielo);
}

    @media (max-width:1200px) {
        .slider {
            width: 100vw;
            min-height: 1800px;
        }

        .list {
            width: 300%;
        }

        .buttons {
            left: 25%;
            top: 80%;
            width: 50%;
        }

        .info-servicios {
            flex-wrap: wrap;
            flex-direction: column;
            min-height: 300px;
        }

        .info-servicios__textos {
            justify-content: center;
            text-align: center;
            width: 100%;
            padding: 50px 0;
        }

        .info-servicios__textos-contenedor {
            margin-bottom: 100px;
            width: 90%;
        }

        .info-servicios__textos-contenedor > h3 {
            margin-bottom: 50px;
        }

        .info-servicios__textos-contenedor a {
            justify-self: center;
        }

        .info-servicios__imagenes {
            width: 100%;
            padding: 0;
            justify-content: center;
            /* display: none; */
        }

        .info-servicios__imagenes img {
            width: 100%;
            /* align-items: start; */
            /* display: none; */
        }

        .boton-info-servicios {
            justify-content: center;
        }

    }

/* —— Testimoniales —— */

#info-3 {
    margin-bottom: 100px;
}

.seccion-testimoniales_y_cta {
    margin-top: 50px;
    display: flex;
    align-items: center;
    min-height: 900px;
    background: 
    linear-gradient(160deg, rgba(0,50,200,.1), rgba(50,150,255,.1), rgba(50,150,255,0) 55%),
    linear-gradient(350deg, rgba(0,50,200,.2), rgba(50,150,255,.2), rgba(50,150,255,0) 35%);
    /* transform: rotateY(180deg); */
}

.testimoniales {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    /* background-color: red; */
    /* justify-content: right; */
    /* background-color: burlywood; */
}

.slider2 {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 90%;
    max-width: 800px;
    height: 800px;
    /* background-color: cyan; */
}

.list2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    transition: 1s;
}

.buttons2 {
    /* position: absolute; */
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    /* left: 5%; */
    /* top: 45%; */
    width: 40%;
}

.buttons2 button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--azul-cielo);
    color: #fff;
    border: none;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.dots-servicios2 {
    padding: 0;
    /* Los paddings se resetean en las "listas" para que agarren los márgenes, por eso se le tiene que dar un padding = 0 o a "initial" */
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    /* background-color: orange; */
}

.dots-servicios2 li {
    list-style: none;
    width: 12px;
    height: 12px;
    margin: 20px 10px;
    background-color: var(--azul-marino);
    border-radius: 20px;
    transition: .5s;
    /* box-shadow: 0 0 5px 1px rgba(0 125 255 / .4); */
}

.dots-servicios2 li.active2 {
    width: 20px;
    background-color: var(--azul-cielo);
}

.testimoniales__caja2 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    padding: 50px 50px;
    margin: 50px auto;
    /* background-color: purple; */
}

.testimoniales__caja {
    margin-right: 5%;
    margin-left: 50px;
    max-width: 800px;
}

.logo_clientes {
    display: flex;
    margin-bottom: 50px;
}

.logo_clientes__fondo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    /* text-align: center; */
}

.logo_clientes__fondo img {
    width: 250px;
}

.logo_clientes__logo {
    position: absolute;
    transform: translateX(-10px);
}

.logo_clientes__logo img {
    width: 150px;
}

.rating {
    position: relative;
}

.rating > img {
    width: 150px;
    margin-bottom: 10px;
}

.rating > p {
    width: 60px;
    font-family: FuturaMedium;
    text-align: center;
    border: 2px solid var(--azul-cielo);
    border-radius: 10px;
}

.sector_cliente {
    margin-bottom: 30px;
    width: 90%;
    /* background-color: orange; */
    
}

.sector_cliente > h4 {
    font-family: FuturaMedium;
    font-size: 24pt;
    letter-spacing: 3px;
    font-weight: normal;
    width: 80%;
}

.sector_cliente-azul-cielo {
    font-family: FuturaMedium;
    color: var(--azul-cielo);
}

.testimonial {
    max-width: 70%;
    /* background-color: chartreuse; */
    /* margin: 0 10px; */
}

.testimonial_texto {
    text-align: left;
    margin-bottom: 40px;
}

.testimonial_clientes_nombre {
    text-align: right;
    color: var(--azul-cielo);
    font-weight: 800;
    margin-bottom: 10px;
}

.testimonial_clientes_empresa {
    text-align: right;
}

.cta-consultoria_maestra {
    display: flex;
    justify-content: left;
    width: 50%;
    /* background-color: red; */
}

.cta-consultoria_maestra__contenedor {
    max-width: 700px;
    min-height: 650px;
    align-content: center;
    padding: 100px;
    margin-left: 10%;
    margin-right: 50px;
    text-align: center;
    background-color: var(--azul-marino-bloque);
    border-radius: 40px;
    box-shadow: 0 5px 20px 4px rgba(0 125 255 / .4);
    /* background-color: blueviolet; */
}

.titular-azul_cielo {
    color: var(--azul-cielo);
    margin-bottom: 40px;
}

.cta-texto {
    margin-bottom: 40px;

}

.cta-consultoria_maestra__contenedor a {
    justify-self: center;
}

    @media (max-width:1200px) {
        .seccion-testimoniales_y_cta {
            flex-wrap: wrap;
        }

        .testimoniales {
            width: 100%;
            margin: 50px 0;
            justify-content: center;
        }

        .slider2 {
            height: 900px;
            justify-content: center;
            /* position: relative; */
        }
        
        .testimoniales__caja2 {
            width: 90vw;
            justify-content: center;
            align-content: flex-start;
            padding: 0;
            /* position: relative; */
            /* max-width: fit-content; */
            /* margin: 0px auto; */
        }

        .logo_clientes {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
            height: 300px;
            margin-bottom: 20px;
            /* background-color: blue; */
            /* justify-content: center; */
            /* justify-self: center; */
        }

        .logo_clientes__fondo {
            margin: auto;
        }

        .rating {
            display: flex;
            flex-direction: column;
            justify-content: center;;
            margin: 25px auto 0px;
            /* background-color: red; */
        }

        .rating_numero {
            margin: auto;
        }

        .sector_cliente {
            margin: 10px auto;
            min-height: 150px;
            max-width: 600px;
            text-align: center;
        }

        .sector_cliente h4 {
            width: 100%;
            font-size: 19pt;
        }

        .testimonial {
            width: 90%;
            max-width: 700px;
            margin: 0px 10px;
        }

        .testimonial p {
            text-align: center;
            font-size: 14pt;
        }

        .cta-consultoria_maestra {
            width: 100%;
            justify-content: center;
            /* background-color: red; */
        }

        .cta-consultoria_maestra__contenedor {
            margin: 0px 5% 100px;
            padding: 0 10%;
            /* min-width: 600px; */
            /* background-color: blue; */
        }
    }

/* ——
TRANSICIÓN DIGITAL
—— */

/* —— Banner Transición Digital —— */

#banner-transicion_digital {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.banner-contenedor__transicion_digital {
    display: flex;
    min-height: 700px;
    background: 
    linear-gradient(160deg, rgba(0,50,200,.1), rgba(50,150,255,.1), rgba(50,150,255,0) 55%),
    linear-gradient(350deg, rgba(0,50,200,.2), rgba(50,150,255,.2), rgba(50,150,255,0) 35%);
}

.banner-content__transicion_digital {
    margin: auto;
    width: 50%;
}

.banner-content_text__transicion_digital {
    position: relative;
    max-width: 700px;
    margin: auto;
    padding: 100px 50px 0px 50px ;
}

.banner-content_text__transicion_digital h1 {
    margin-bottom: 75px;
    /* color: var(--azul-cielo); */
}

.banner-content_text__transicion_digital h2 {
    font-family: Helvetica;
    font-size: 26pt;
    margin-bottom: 20px;
}

.banner-imagen__transicion_digital {
    background-image: url("/images/servicios-transicion_digital.jpg");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 50%;
    /* display: flex;
    justify-content: center; */
    /* background-color: rebeccapurple; */
}

.banner-imagen__automatizacion {
    background-image: url("/images/servicios-automatizacion.jpg");
    transform: scaleX(-1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 50%;
    /* display: flex;
    justify-content: center; */
    /* background-color: rebeccapurple; */
}

.banner-imagen__business_intelligence {
    background-image: url("/images/servicios-business_intelligence.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 50%;
    /* display: flex;
    justify-content: center; */
    /* background-color: rebeccapurple; */
}

/* .banner-imagen__transicion_digital img {
    min-width: 1500px;

}
 */

#servicio {
    /* justify-content: center; */
    position: relative;
    margin-bottom: 100px;
    background-color: var(--azul-cielo-fondo);
}

.texto {
    /* text-align: justify; */
    max-width: 1000px;
    margin: auto;
    padding: 100px 50px;
}

.herramientas-titular h3 {
    text-align: center;
    margin:50px 0 0 0;
    font-family: "FuturaBold";
    font-size: 30pt;
    color: var(--azul-cielo);
}

.texto h5 {
    font-size: 26pt;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: 600px;
    padding: 0 60px;
    color: var(--azul-cielo);
    /* padding: 0 300px; */
}

.texto h5 > span {
    text-decoration: underline;
    color: var(--azul-cielo);
}

.parrafo_boton {
    display: flex;
    margin-top: 100px;
}

.parrafo_boton p {
    margin-right: 75px;
    max-width: 50%;
}

.parrafo_boton a {
    display: block;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .banner-contenedor__transicion_digital {
        flex-direction: column;
    }

    .banner-content__transicion_digital {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .banner-content_text__transicion_digital {
        margin: auto;
        padding-top: 50px;
        max-width: 700px;
    }

    .banner-content_text__transicion_digital > h2{
        font-size: 20pt;
    }

    .banner-content_text__transicion_digital > h3{
        font-size: 16pt;
    }
    
    .banner-imagen__transicion_digital,
    .banner-imagen__automatizacion,
    .banner-imagen__business_intelligence {
        width: 100%;
        height: 50vh;
        
    }

    .parrafo_boton {
        flex-direction: column;
        align-items: center;
    }

    .parrafo_boton p {
        text-align: center;
        margin: auto;
        max-width: 70%;
        margin-bottom: 100px;
    }

    .texto {
        padding: 50px 20px;
    }

    .texto p {
        font-size: 16pt;
    }


}

.texto-explicacion_amplia {
    max-width: 1100px;
    text-align: justify;
    margin: auto;
    padding: 100px;
}

.texto-explicacion_amplia h2 {
    text-align: center;
    margin-bottom: 150px;
} 

.texto-explicacion_amplia h5 {
    font-size: 26pt;
    text-align: center;
    margin: 150px 0 50px 0;
    color: var(--azul-cielo);
}

.texto-explicacion_amplia-excel_odoo {
    display: flex;
    justify-content: center;
}

.texto-explicacion_amplia-excel_odoo img {
    max-width: 800px;

}

.texto-explicacion_amplia-zapier, 
.texto-explicacion_amplia-zapier_aplicaciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin: auto; */
    /* background-color: red; */
}

.texto-explicacion_amplia-zapier img {
    width: 250px;
    margin-bottom: 100px;
}

.texto-explicacion_amplia-zapier_aplicaciones img {
    display: block;
    width: 100%;
}

.lista_numerada {
    margin-bottom: 50px;
}

.lista_numerada li {
    list-style-type: numbered;
    padding-bottom: 30px;
}

.boton-final {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}

@media (max-width: 1200px) {
    .texto-explicacion_amplia {
        padding: 50px 30px;
    }

    .texto-explicacion_amplia h2 {
        margin: 50px auto 100px;
        max-width: 800px;
    }

    .texto-explicacion_amplia-excel_odoo img{
        width: 90%;
    }

    .texto-explicacion_amplia p {
        text-align: left;
        font-size: 16pt;
    }

    .lista_numerada {
        text-align: left;
    }

    .boton-final {
        margin: 0px 40px 100px;
    }    

}

/* ——Distribuidor de Herramientas—— */
.herramientas-titular {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
    margin: 0px 20px 50px;
    text-align: center;
}

.herramientas-titular img {
    margin: 0px 50px 0px;
    max-width: 500px;
    margin-bottom: 50px;
}

.herramientas-titular h2 {
    max-width: 800px;
    font-size: 21pt;
    /* margin-bottom: 50px; */
}

.herramientas-titular-2 h4 {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 100px 50px;
}

.ecosistema360 {
    display: flex;
    justify-content: center;
    margin: 0px 20px 0px;
}

.ecosistema360-distribuidor {
    display: flex;
    justify-content: center;
    margin: 0px 50px 0px 50px;
}

.ecosistema360 img {
    max-width: 600px;
    width: 100%;
}

.ecosistema360-distribuidor img {
    max-width: 400px;
}

.grid {
    justify-self: center;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    /* background-color: cadetblue; */
}

.grid::after {
    content:'';
    display: block;
    border-bottom: 2px solid var(--azul-marino);
}

.tabla-aplicaciones__grid {
    display: grid;
    grid-template-columns: repeat(3, 20% 25% 55%);
    height: 150px;
    align-items: center;
    padding: 10px 0px;
    border-top: 2px solid var(--azul-marino);
    /* background-color: red; */
 }

 .grid-logo {
    display: block;
    align-content: center;
    border-right: 2px solid var(--azul-marino);
    height: 90%;
    text-align: center;
    /* background-color: purple; */
}

.grid-logo img {
    width: 100px;
    max-height: 50px;
    min-width: 50px;
}

.grid-boton {
    align-content: center;
    height: 90%;
    border-right: 2px solid var(--azul-marino);
    /* background-color: yellowgreen; */
}

.grid-boton a {
    text-align: center;
    /* background-color: greenyellow; */
}

.grid-boton__nombre-aplicacion {
    font-family: "FuturaBold";
    font-size: 24pt;
    /* text-align: left; */
    color: var(--azul-cielo);
}

.grid-texto {
    position: relative;
    align-content: center;
    /* background-color: aqua; */
    height: 90%;
}

.grid-texto p {
    margin: 0 20px;
    margin-bottom: 0;
    /* background-color: blueviolet; */
}

.herramientas-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    /* margin-top: 100px; */
}

.herramientas-botones a {
    display: flex;
    margin: 40px;
    /* background-color: aqua; */
}

.herramientas-botones-flecha img {
    position: relative;
    top: 2px;
    width: 18px;
    /* background-color: rebeccapurple; */
}

.herramientas-botones-flecha {
    width: 10px;
    margin: auto;
    padding: 0px 20px 0px 10px;
    transition: 1s;
    /* margin-top: 10px; */
    /* background-color: red; */
}


.herramientas-botones a:hover > .herramientas-botones-flecha{
    transform: translateX(5px) translateY(-3px);
}



@media (max-width:1200px) {
    .tabla-aplicaciones__grid {
        grid-template-columns: repeat(2, 40% 60%);
    }

    .grid-boton {
        border-right: 0px solid var(--azul-marino);
        /* background-color: red; */
    }

    .grid-texto {
        display: none;
    }
}







/* ——Herramientas—— */

.texto ul {
    padding-bottom: 20px;
}

.texto li {
    list-style-type: upper-latin;
    padding: 0px 30px 10px;
    text-align: left;
}

.texto ul > li {
    list-style: circle;
    padding: 20px 0px 0px;
    margin-left: 20px;
}

.texto h4 {
    text-align: center;
    margin: auto;
    max-width: 700px;
    margin-bottom: 50px;
}

.texto h2 {
    text-align: center;
    margin-bottom: 50px;
}

/* ——Contacto—— */

.banner-form {
    display: flex;
    /* background-color: red; */
    /* align-items: center; */
}

.banner-form-info {
    max-width: 500px;
}

.banner-content-form {
    display: flex;
    width: 50%;
    justify-content: right;
    align-items: center;
    padding: 0px 10% 50px 50px;
    /* background-color: rgba(50 50 50 / .5); */
}

.form-hubspot {
    display: flex;
    justify-content: left;
    width: 50%;
    margin: 100px 50px 100px;
    /* align-items: center; */
    /* background-color: red; */
}

.form-hubspot-form {
    width:  100%;
    max-width: 800px;
}

.form {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 50%;
    margin: 200px 50px 100px 100px;
    /* background-color: red; */
}

.form input, textarea {
    display: flex;
    min-width: 600px;
    max-width: 600px;
    border: hidden;
    box-shadow: 0 0 15px 4px rgba(0 125 255 / .4);
    padding: 15px;
    margin-bottom: 25px;
}

.boton-form {
    margin-top: 75px;
    font-size: 18pt;
    max-width: 100px;
}

    @media (max-width:1200px)  {
        .banner-contenedor {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .banner-content-form {
            display: block;
            margin: auto;
            width: 100%;
            padding: 50px 30px 50px;
        }
        
        .banner-form-info {
            text-align: center;
            margin: auto;
        }

        .banner-form-info p {
            font-size: 16pt;
        }
       
        .form-hubspot {
            margin: 0px 10px 100px;
            width: 70%;
        }

        /* .form {
            display: block;
            justify-items: center;
            width: 100%;
            margin: 100px 0;
            padding: 0 50px;
        }

        .form input, textarea {
            display: flex;
            flex-direction: row;
            min-width: 400px;
            max-width: 400px;
        } */

    }

/* —— Página en Construcción —— */
.pagina_en_construccion {
    position: relative;
    min-height: 100vh;
    background: 
    linear-gradient(160deg, rgba(0,50,200,.1), rgba(50,150,255,.1), rgba(50,150,255,0) 55%),
    linear-gradient(350deg, rgba(0,50,200,.2), rgba(50,150,255,.2), rgba(50,150,255,0) 35%);
}

.pagina_en_construccion__aviso {
    position: relative;
    margin: auto;
    text-align: center;
    max-width: 900px;
    padding: 200px 50px;
    /* background: 
    linear-gradient(160deg, rgba(0,50,200,.1), rgba(50,150,255,.1), rgba(50,150,255,0) 55%),
    linear-gradient(350deg, rgba(0,50,200,.2), rgba(50,150,255,.2), rgba(50,150,255,0) 35%);
    box-shadow: 0 0 15px 4px rgba(0 125 255 / .4); */
}

.pagina_en_construccion__aviso img {
    width: 300px;
    margin-bottom: 150px;
}

.pagina_en_construccion__aviso h1 {
    margin-bottom: 100px;
}

.pagina_en_construccion__aviso a {
    justify-self: center;
}

    /* —— Footer —— */
.footer_completo {
    display: flex;
    overflow: hidden;
    max-height: 510px;
    justify-content: center;
    /* background-color: chartreuse; */
}


.filosofo_ataraxis  img {
    width: 300px;
}

.footer__mapa_nav {
    display: block;
    width: 800px;
    margin-left: 50px;
    /* background-color:chocolate; */
}

.footer__mapa_nav::before {
    content:'';
    display: flex;
    border-top: 2px solid var(--azul-marino);
}

.footer__mapa_nav-elementos {
    display: flex;
    /* width: 1000px; */
    justify-content: space-around;
    /* background-color: red; */
}

.footer__mapa_nav-elementos a {
    margin-bottom: 20px;
    text-decoration: none;
    text-align: left;
    transition: .5s;
    /* background-color: rebeccapurple; */
}

.footer__mapa_nav-elementos a:hover {
    color: var(--azul-cielo);
}
.footer__mapa_nav-elementos > div {
    position: relative;
    display: block;
    margin: 40px 0;
    min-width: 200px;
    /* background-color: red; */
}

.mapa_nav-servicios {
    display: flex;
    flex-direction: column;
    /* background-color: aqua; */
    /* width: 100%; */
}

.mapa_nav-herramientas {
    display: flex;
    flex-direction: column;
}

.mapa_nav-sociales__icons {
    display: flex;
}

.mapa_nav-sociales__icons > a {
    width: 70px;
    margin: 0 30px 40px 0;
}

.mapa_nav-sociales p {
    font-size: 12pt;
    margin-bottom: 10px;
}

.footer__datos-contacto {
    position: relative;
    bottom: 50px;
    width: 600px;

}

    @media (max-width:1200px) {
        .footer_completo {
            display: flex;
            flex-direction: column-reverse;
            max-height: fit-content;
        }
        
        .filosofo_ataraxis {
            display: flex;
            justify-content: center;
            position: relative;
            bottom: -6px;
            /* background-color: red; */
        }

        .footer__mapa_nav {
            display: block;
            width: 100%;
            margin: auto;
        }

        .footer__mapa_nav-elementos {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .footer__mapa_nav-elementos a {
            text-align: center;
        }

        .mapa_nav-sociales__icons {
            justify-content: center;
        }

        .mapa_nav-sociales__icons a {
            margin: auto;
            padding-top: 25px;
            padding-bottom: 50px;
        }

        .footer__datos-contacto {
            display: none;
        }

    }
