/*BASIC LANDING ASPECTS*/
body {
    font-family: 'Poppins', sans-serif;
    background-color: #060B4F;
    color: #fff;
    overflow-x: hidden !important;


}

a:hover {
    text-decoration: none;
}

h2 {
    font-family: 'DM Serif Display', serif;
    padding-top: 16px;
    font-size: 1.7rem;
}

.centrar {
    margin: 0 auto;
    text-align: center;
}

.header {
    height: 100vh;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.header-logo {
    position: absolute;
    z-index: 20000;
}

.header-logo img {
    max-width: 132px;

}

.head-mobile {
    display: none;
}

.navbar {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: end;
    padding: 8px;
    width: 100%;

}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255 / 0%);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    color: #000;
    width: 56px;
    height: 39px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}

.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .2s ease-in-out;
}

.nav-item:hover {
    transform: scale(1.05);
}


.navbar-collapse {
    align-items: center;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}



.bg {
    position: relative;
}

.bg img {
    position: absolute;
    z-index: -10;
    top: -62px;
}

.logo-home img {
    max-width: 40%;
}

.home-content {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 60px;
}

.redes-sociales {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.redes-home {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.redes-sociales img {
    max-width: 40px;
}

.cta-home {
    width: 100%;
}

.cta-home p {
    margin: 0 autoz-index;
    padding-top: 50px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 21px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;

}


.cta-home img {
    width: 40px;
}

.fotos {
    position: relative;
}

.deco-izq {
    position: absolute;
    top: 20px;
    left: 15px;
}

.deco-izq img {
    max-height: 300px;
}

.deco-der {
    position: absolute;
    top: 250px;
    right: 16px;
}

.seccion-centrada {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 80px;
}

.deco-der img {
    max-height: 300px;
}

.carrusel-servicios {
    display: block;
    width: auto;
}

.slide-slick {
    padding: 40px;
}

.servicios-img {
    width: 210px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.carrusel-s p {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
}

.slick-dots li button:before {
    font-size: 23px;
    width: 10px;
    height: 10px;
}

.section-title {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title h3 {
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
}

.fondos {
    position: relative;
    z-index: -10;
}

.bg-izq {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 0;
}

.bg-izq img {
    max-height: 100vh;
}

.bg-der {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 0;
}

.bg-der img {
    max-height: 100vh;
}


.bg-izq-m {
    display: none;
}

.bg-der-m {
    display: none;
}

.puerta {
    position: absolute;
    z-index: -10;
    bottom: 0px;

}

.puerta img {
    position: relative;
    max-width: 47%;
    margin: 0 auto;
    text-align: center;
}

.fila-trabajo {
    padding-bottom: 30px;
}

/*___________________________________________*/

.image-hover-text-container {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    transition: all 0.2s linear;
}

.image-hover-image {
    display: block;
}

.image-hover-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    cursor: default;
    transition: opacity 0.2s linear;
}

.image-hover-text:hover {
    opacity: 1;
}

.image-hover-text-bubble {
    position: relative;
    top: 0;
    left: 0;
    right: 100%;
    text-align: center;
    background: rgb(7 11 79 / 81%);
    margin: 0 auto;
    padding: 52% 8px 5px 8px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
    height: 100%;
    width: 100%;
}

.image-hover-text .image-hover-text-title {
    font-size: 25px;
    display: block;
}

a h4 {
    color: #fff;
    font-family: 'DM Serif Display', serif;
}

a h4:hover {
    color: #fff;
    text-decoration: none;
}

a p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

a p:hover {
    color: #fff;
    text-decoration: none;
    border: 0px solid #000;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #8103ec;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #FFFFFF;
    background-color: #00CFFF;
    border-color: #00CFFF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-control::-webkit-input-placeholder {
    color: white;
    opacity: 0.7;
}

.btn-primary {
    color: #fff;
    background-color: #00acff;
    border-color: #00acff;
    font-weight: bold;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FFD400;
    border-color: #FFD400;
}

.form-img img {
    max-width: 426px;
}

.footer-izq {
    text-align: left;
}

.footer-der {
    text-align: right;
    margin: 0 auto;
}

.footer-cen {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-cen img {
    max-width: 150px;
}

.footer {
    background-color: #F4368F;
}


.seccion-centrada-footer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.grow-nosotras {
    transition: all .2s ease-in-out;
}

.grow-nosotras:hover {
    transform: scale(1.05);
}

.grow-proyectos {
    transition: all .2s ease-in-out;
}

.grow-proyectos:hover {
    transform: scale(1.02);
}

.flotante {
    transition: all .2s ease-in-out;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
}

.flotante img {
    max-width: 70px;
}

.flotante:hover {
    transform: scale(1.08);

}

.formulario {
    margin-bottom: 30px;
}

.grow-proyectos {
    padding-top: 14px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 14px;
}

.navbar-nav hr {
    display: none;
}

.texto-mobile {
    display: none;
}

.bg-izq-mobile {
    display: none;
}

.bg-der-mobile {
    display: none;
}

.header-proyecto {
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}


.textos-seccion {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
}

.textos-seccion img {
    max-width: 140px;
    margin-bottom: 20px;
}

.textos-seccion h5 {
    font-family: 'DM Serif Display', serif;
    font-size: 27px;
}

.textos-seccion hr {
    border: solid 1px #F4368F;
    width: 271px;
    margin-top: 1px;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}

.textos-seccion p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.menu {
    z-index: 1000;
    position: relative;
}

.seccion-centrada2 {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.interna {
    height: auto;
}

.header-proyecto {
    position: relative;

}

.img-header {
    position: absolute;
    top: 0;
    z-index: -10;
}

.seccion-centrada2 img {
    padding-bottom: 29px;
}

.titulo-nombre {
    font-family: 'DM Serif Display', serif;
    font-size: 50px;
    font-style: italic;
    margin-bottom: 20px;
}

.descripcion-nombre {
    width: 90%;
}

.nombre {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 29px;
}

.foto-nuestra {
    text-align: center;
    margin: 0 auto;
}

.foto-nuestra img {
    text-align: center;
    margin: 0 auto;
    max-width: 80%
}

.instagram {
    margin: 0 auto;
    text-align: center;
    font-family: 'DM Serif Display', serif;
}

.o-proyectos {

    text-align: center;
    margin: 0 auto;
}


.o-proyectos img {
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.otros-container {
    margin-top: 30px;
}

.otros-slide {
    margin: 0 auto;
    text-align: center;
}

..slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 7px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

foto-nuestraform img {
    width: 100%;

}

.lenguage {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 1000;
    margin-top: 10px;
}

.lenguage ul {
    display: flex;
    justify-content: center;
}

.flags {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px
}

.lenguage img {
    max-width: 25px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all .2s ease-in-out;
}

.lenguage img:hover {
    max-width: 28px;

}

.lenguage p {
    font-size: 10px;
    font-weight: 600;
}


.bg-izq-est {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 0;
}

.bg-der-est {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 0;
}

.bg-izq-est img {
    max-width: 200px;
}

.bg-der-est img {
    max-width: 200px;
}


.content-section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.titulo-est h3 {
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    max-width: 70%;
    margin: 0 auto;
}

.fila-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion-centrada-est {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.diagnostico-btn {
    background-color: #4DADF8;
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
    color: #fff;
    
}

.diagnostico-btn:hover {
    color: #fff;
}

.btn-est {
    margin-top: 50px;
    text-align: center;
}

.btn-est2{
     margin-top: 50px;
     text-align: left;
}

.titulo-est2 {
    margin: 0 auto;
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    max-width: 690px;
}

.beneficios {
    margin: 0 auto;
    text-align: center;
}

.beneficios img {
    max-width: 200px;
}

.beneficios-titulo h6 {
    margin-bottom: 30px;
    margin-top: 30px;
    margin: 0 auto;
    text-align: center;
}

.description-est {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.header-content {
    margin-top: 70px;
}

.content-section2 {
    background-color: #02063B;
    padding-bottom: 50px;
}


.beneficios-p {
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.slide-est {
    margin-top: 30px;
}


.beneficios-titulo {
    margin: 0 auto;
    text-align: center;
}

.descripcion-est p {
    max-width: 900px
}

.logos-r1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.logos-r1 img {
    max-width: 160px;
}


.servicios-est {
    background-color: #02063B;
    padding-bottom: 50px;
}

.texto-centrado {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcas{
        display:block;
    }

.marcas-mobile{
    display: none;
}

.btn-seccion2{
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.otros-est{
    margin-bottom: 70px;
}

.btn-est .btn-seccion3{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    text-align: center !important;
    margin: 0 auto;
}

.btn-est {
    text-align: center;
}

.diagnostico-btn{
    text-align: center;
}

.margen{
    text-align: center;
}

.center-row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-iframe{
    height: 270px;
    width: 480px;
}






@media (max-width:1024px) {


    .deco-der {
        right: 16px;
    }
    
    .video-iframe{
    height: 220px;
    width: 400px;
}


}

@media (min-width: 768px) and (max-width:1000px) {
    .bg-izq img {
        max-height: 100vh;
        left: -80px;
        position: relative;
    }

    .lenguage {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        margin-top: auto;
        left: 5px;
        top: auto;
        right: auto;
    }

    .bg-der img {
        max-height: 100vh;
        right: -80px;
        position: relative;
    }

    .cta-home p {
        font-size: 19px;
        width: 280px;
        margin: 0 auto;
        text-align: center;

    }

}

@media (max-width:769px) {
    
    .video-iframe{
    height: 355px;
    width: 629px;
}
    
    .btn-est2{
     text-align: center;
}

    .cta-home p {
        font-size: 19px;
        width: 280px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
        margin: 0 auto;
    }

    .navbar-collapse {
        align-items: center;
        margin: 0 auto;
        text-align: center;
        padding: 30px;
    }

    .head-mobile {
        display: block;
    }

    .logo-home {
        display: none;
    }

    .puerta {
        display: none;
    }

    .redes-sociales img {
        max-width: 60px;
    }

    .cta-home p {
        font-size: 20px;
    }

    .form-img {
        margin: 0 auto;
        text-align: center;
    }

    .form-img img {
        max-width: 340px;
    }

    .formulario {
        margin-bottom: 30px;
    }

    .grow-proyectos {
        padding: 15px;
    }

    .flotante {
        right: 24px;
    }

    .navbar-nav hr {
        border: solid 1px #F4368F;
        width: 271px;
        margin-top: 1px;
        margin-bottom: 1px;
        display: block;
    }

    .image-hover-text {
        position: relative;
        height: auto;
        width: auto;

    }

    .texto-mobile {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
    }

    .texto-mobile h4 {
        font-size: 21px;
    }

    .texto-mobile p {
        font-size: 14px;
    }

    .image-hover-text-bubble {
        display: none;
    }

    .seccion-centrada-footer {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .seccion-centrada {
        padding-top: 50px;
    }

    .head-mobile img {
        max-width: 300px;
    }

    .navbar {
        background-color: #0b0e40;
    }

    .navbar-collapse {
        background-color: #0b0e40;
    }

    .img-header img {
        margin-top: 64px;
    }


    .titulo-nombre {
        margin-top: 79px;
    }

    .descripcion-nombre {
        font-size: 12px;
        text-align: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .cta-home {
        width: 100%
    }

    .lenguage p {
        display: none;
    }

    .lenguage {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        margin-top: auto;
        left: 5px;
        top: auto;
        right: auto;
    }

    .flags {
        display: grid;
    }

    .lenguage img {
        max-width: 35px;
        margin: 2px;
    }

    .lenguage img {
        max-width: 35px;
        margin: 2px;
    }

    .lenguage img:hover {
        max-width: 35px;
    }


    .video-est {
        margin-top: 50px;
    }
    
    .content-section1{
        margin-bottom: 0px;
    }
    
    .slide-est {
    margin-top: 30px;
    margin: 0 auto;
    text-align: center;
}
    .marcas{
        display: none;
    }
    
    .marcas-mobile{
        display: block;
    }
    
    .btn-est{
        margin: 0 auto;
        text-align: center;
    }
    
    .titulo-est{
        margin-bottom: 30px;
    }
    
    .carrusel-clientes{
        
    }
    
    .carrusel-clientes img{
        max-width: 220px;
        text-align: center;
        margin: 0 auto;
    }
    
    .slide-peque{
        margin-top: 60px;
    }
    
    .bg-der-est{
    display: none;
    }
    
    .bg-izq-est{
    display: none;
    }
    
    .btn-est .btn-seccion3 .diagnostico-btn{
    margin-bottom: 60px;
    text-align: center;
}

    

}

@media (max-width: 600px) {

    .titulo-mobile {
        margin-top: 130px;
        font-size: 30px;
        text-align: center;
    }

    .head-mobile img {
        max-width: 200px;
    }

    .redes-sociales img {
        max-width: 43px;
    }

    .bg-izq-mobile {
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 0;
    }

    .bg-der-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 0;
    }


    .bg-der-mobile img {
        max-height: 100vh;
    }

    .bg-izq-mobile img {
        max-height: 100vh;
    }

    .bg-izq {
        display: none;
    }

    .bg-der {
        display: none;
    }

    .deco-izq img {
        max-height: 219px;
    }

    .deco-izq {
        top: 150px;
    }

    .deco-der img {
        max-height: 219px;
    }

    .grow-nosotras2 {
        position: relative;
        left: 5%;
    }

    .grow-nosotras1 {
        position: relative;
        right: -6%;
    }

    .footer-cen {
        display: none;
    }

    .footer p {
        font-size: 12px;
    }

    .flotante {
        right: 13px;
        bottom: 17px;
    }

    .flotante img {
        max-width: 50px;
    }

    .home-content {
        height: 100vh;
    }

    .header {
        height: auto;
    }

    .deco-der {
        position: absolute;
        top: 470px;
        right: 16px;
    }

    .redes-sociales {
        padding-top: 10px;
    }

    .cta-home {
        padding-top: 30px;
    }

    .cta-home img {
        padding-top: 20px;
    }

    .textos-seccion {
        padding-top: 90px;
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
        margin-bottom: 0px;
    }

    .textos-seccion h5 {
        font-size: 20px;
    }

    .textos-seccion p {
        font-size: 15px;
    }

    .textos-seccion img {
        max-width: 90px;
        margin-bottom: 20px;
    }

    .seccion-centrada2 {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 0px;
    }

    .form-img img {
        max-width: 250px;
    }

    .titulo-nombre {
        margin-top: 130px;
    }


}

@media (max-width:500px) {

    .slick-dots {
        position: relative !important;
    }

    .cta-home p {
        font-size: 25px;
        width: 260px;
        padding-top: 10px;
    }
    
    h3 {
    max-width: 100% !important;
    font-size: 24px;
}
    .seccion-centrada-est {
    padding-top: 0px; 
     padding-bottom: 00px;
}
    
    .descripcion-est p{
        font-size: 14px;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .header-logo-est img {
    max-width: 112px;
}
    .video-est{
        margin-bottom: 30px;
    }
    
    .titulo-est2 {
    padding-top: 47px;
}
    
    .seccion-centrada-est{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .description-est{
        font-size: 14px;
    }
    
    .video-iframe{
    height: 213px;
    width: 379px;
}
}

@media (max-width:320px) {

    .header-logo img {
        max-width: 112px;
    }

    .navbar-nav hr {
        width: 230px;
    }

    .diagnostico-btn{
        font-size:13px;
    }
    
    .carrusel-clientes img {
    max-width: 180px;
}
    
    .beneficios img {
    max-width: 130px;
}
    
     .btn-est .btn-seccion3 .diagnostico-btn{
    margin-bottom: 60px;
    text-align: center;
}
    
    .margen{
        margin-bottom: 50px;
    }
    
    .video-iframe{
    height: 165px;
        width: 289px;
}
}
