html {
    font-size: 62.5%;
    box-sizing: border-box;
   


    font-family: "Wittgenstein", serif;
  font-optical-sizing: auto;
  

}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 16px;
}

.contenedor {
    max-width: 100rem;
    margin: 0 auto;
}

.nav-nosotros-bg {
    background-color: #eff1f2;
}

@media (min-width: 768px) {
    .navegacion {
        display: flex;
    }
}

.navegacion__enlace {
    display: block;
    text-align: center;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .nav-nosotros {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.logo {
    width: 55%;
}

.logo__img {
    width: 50%;
    text-align: center;
}

.nav-nosotros a {
    color: black;
    text-decoration: none;
    font-size: 2rem;
    padding: .5rem;
}

.nav-nosotros a:hover {
    color: #00A1EF;
}

.main-nosotros {

    background-color: #fafafa;


}

.main-divnosotros {
    background-color: #fafafa;
    width: 95%;
    height: 65rem;

    display: flex;
    flex-direction: column;

}

.main-nosotros h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
}

.img-nosotros {
    width: 80%;
    height: auto;
    border: .5rem solid #00A1EF;
    position: relative;
    left: 4rem;
    top: 1rem;
}

.div-p {
    background-color: #141313;
    width: 85%;
    height: 23rem;
    position: relative;
    left: 2rem;

}

.div-p p {
    color: #ffffff;
    font-size: 1.4rem;
    padding: 3rem;
    text-align: center;
}



@media (min-width: 600px) {
    .img-nosotros {
        max-width: 70%;
        height: auto;
        top: 3rem;
    }

    .div-p {
        background-color: #141313;
        width: 70%;
        height: 20rem;
        position: relative;
        left: 15rem;
        bottom: 5rem;
    }
}



@media (min-width: 768px) {
    .img-nosotros {
        max-width: 70%;
        height: auto;
        top: 3rem;
    }

    .div-p {
        background-color: #141313;
        width: 46%;
        height: 25rem;
        position: relative;
        left: 39rem;
        bottom: 20rem;
    }

    .div-p p {
        font-size: 1.5rem;
    }
}

@media (min-width: 1000px) {
    .img-nosotros {
        max-width: 50%;
        height: auto;
        top: 3rem;
    }

    .div-p p {
        font-size: 1.7rem;
    }

}

@media (min-width: 1200px) {
    .main-nosotros h2 {
        text-align: center;
        font-size: 6rem;
        margin-top: 2rem;
    }


    .img-nosotros {
        width: 50%;
        height: auto;
        border: .5rem solid #00A1EF;
        position: relative;
        left: 9rem;
        top: 1rem;
    }

    .div-p {
        background-color: #141313;
        width: 46%;
        height: 29.5rem;
        position: relative;
        left: 50rem;
        bottom: 35rem;

    }

    .div-p p {
        color: #ffffff;
        font-size: 2rem;
        padding: 3rem;
        text-align: center;
    }


}

/** --------- productos y servicos ---------- **/

.main__productos h1 {
    text-align: center;
}

/** Grid **/

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #e4e4e4;
    gap: 2rem;
}



/** Productos **/

.producto {
    padding: 1rem;
    border: .1rem solid #928e8e;

}

.producto__imagen {
    width: 100%;
}

.producto__nombre {
    font-size: 3.6rem;
    text-align: center;
    margin: 1rem 0;
}

@media (min-width: 300px) {
    .producto__nombre {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .producto__nombre {
        font-size: 3.6rem;
    }

}

/** Ejemplos  **/

.seccion__productos {
    background-color: #009fef1a;
    text-align: center;
    padding: 1rem;
    padding-bottom: 10rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}



.ejemplos {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .seccion__productos {
        padding-left: 15rem;
    padding-right: 15rem;
    }
}

@media (min-width: 1100px) {
    .seccion__productos {
        background-color: #009fef1a;
        text-align: center;
        padding: 3rem;
        padding-bottom: 10rem;
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .ejemplos {
        grid-template-columns: repeat(3, 1fr);
    }


}

.ejemplos__productos {
    width: 100%;
    border: .1rem solid #928e8e;
    font-size: 5rem;
}



.ejemplos__productos p {
    font-size: 4rem;
}




/** ------------------ Contacto --------------------**/

.seccion_contacto {
    max-width: 100%;
    height: auto;
}

.contacto {
    background-image: url(/Fotos_PaginaWeb_soltro/foto_Contacto.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 70%;
    height: 30.3rem;
    margin-top: 2rem;
    position: relative;

}

.contacto__div {
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    font-size: 5.6rem;
    top: 30%;
    left: 28%;

}

@media (min-width: 360px) {
    .contacto__div {
        position: absolute;
        font-size: 5.6rem;
        top: 35%;
        left: 10%;
    }
   
}

@media (min-width: 768px) {
    .contacto__div {
        position: absolute;
        font-size: 5.6rem;
        top: 35%;
        left: 30%;
    }
}

@media (min-width: 1100px) {
    .contacto__div {
        background-color: #ffffff;
        text-align: center;
        position: absolute;
        font-size: 5.6rem;
        top: 35%;
        left: 40%;


    }
}

.contacto__div p {
    margin: 1.5rem;
}

.maincontacto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.maincontacto_div1 {
    font-size: 2rem;
    width: 35%;
    margin-left: 5rem;
    margin-top: 2rem;

    

}
.maincontacto_div2 {
    font-size: 2rem;
    width: 26%;
    margin-right: 7rem;

}

@media (min-width: 768px) {
    .maincontacto_div1 {
        font-size: 2.5rem;
        width: 25%;
        margin-left: 10rem;
        margin-top: 2rem;
    
    }

    .maincontacto_div2 {
        font-size: 3rem;
        width: 26%;
        margin-right: 10rem;
    
    }
}










/**----------------- index -------------------**/


.hero {
    background-image: linear-gradient(100deg, #00000070, #00000020), url(../Fotos_PaginaWeb_soltro/foto_inicio_paginaWeb_SOLTRO.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido-hero {
    background-color: #ffffff;
    width: 60%;
    border-radius: .5rem;
}

.boton {
    margin-top: 2rem;
    margin-left: 10%;
    margin-bottom: 2rem;
    border: 0.2rem solid #00A1EF;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 1rem;
    color: #00A1EF;


}

.contenido-hero h2 {
    font-size: 1.7rem;
    margin: 2rem 3rem;
    text-align: center;
}

@media(min-width : 500px) {
    .boton {
        margin-top: 2rem;
        margin-left: 5rem;
        margin-bottom: 2rem;
        border: 0.2rem solid #00A1EF;
    }
}



@media(min-width: 700px) {
    .boton {
        margin-top: 2rem;
        margin-left: 11rem;
        margin-bottom: 2rem;
        border: 0.2rem solid #00A1EF;
    }
}

@media(min-width: 800px) {
    .boton {
        margin-top: 2rem;
        margin-left: 15rem;
        margin-bottom: 2rem;
        border: 0.2rem solid #00A1EF;
    }
}

@media(min-width: 1000px) {
    .boton {
        margin-top: 2rem;
        margin-left: 20rem;
        margin-bottom: 2rem;
        border: 0.2rem solid #00A1EF;
    }
}

@media(min-width: 1200px) {
    .boton {
        margin-top: 2rem;
        margin-left: 14rem;
        margin-bottom: 2rem;
        border: 0.2rem solid #00A1EF;
    }

    .contenido-hero {
        background-color: #ffffff;
        width: 40%;
        border-radius: .5rem;
    }
}

@media(min-width: 1258px) {

    .hero {
        background-image: linear-gradient(100deg, #00000070, #00000020), url(../Fotos_PaginaWeb_soltro/foto_inicio_paginaWeb_SOLTRO.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contenido-hero {
        background-color: #ffffff;
        width: 40%;
        border-radius: .5rem;
    }

    .boton {
        margin-top: 2rem;
        margin-left: 34%;
        margin-bottom: 2rem;
        border: 0.2rem solid #00A1EF;
        text-decoration: none;
        display: inline-block;
        padding: 1rem 2rem;
        border-radius: 1rem;


    }

    .contenido-hero h2 {
        font-size: 2.5rem;
        margin: 2rem 3rem;
    }

}

/*
.contenido-hero {
    position: absolute;
    width: 50%;
    height: 26%;
    background-color: #ffffff;
    top: 30rem;
    right: 25%;

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}*/


/*
.boton {
    background-color: #ffffff;
    width: 28%;
    height: 32%;
    padding: 1rem;
    color: #00A1EF;
    border: 0.2rem solid #00A1EF;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    margin-left: 24rem;
    margin-bottom: 3rem;
}*/

.boton:hover {
    background-color: #034a6d;
    color: #ffffff;
}

/*-----main-index ---- */
.main-contenedor {
    background-image: linear-gradient(100deg, #ffffff50, #ffffff50), url(../Fotos_PaginaWeb_soltro/foto_inicio_quienesSomos.png);
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    position: relative;
}

.main-hero {
    position: absolute;
    width: 90%;
    height: 25rem;
    background-color: #141313;
    top: 15rem;
    right: 2rem;

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;

}

.main-hero h2 {
    color: #00A1EF;
    font-size: 2rem;
    text-align: center;

}

.main-hero p {
    color: #ffffff;
    margin: 1rem 1rem;
    font-size: 1.4rem;
    text-align: center;


}

.boton-nosotros {
    position: absolute;
    background-color: #ffffff50;
    border: 0.2rem solid #034a6d;
    color: #034a6d;
    width: 18.1rem;
    height: 5.5rem;
    top: 45rem;
    right: 10srem;

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    text-decoration: none;

}

.boton-nosotros:hover {
    background-color: #034a6d;
    color: #ffffff;
}

@media(min-width: 768px) {
    .main-hero {
        width: 75%;
        right: 8rem;
    }
}

@media(min-width: 1200px) {

    .main-contenedor {
        background-image: linear-gradient(100deg, #ffffff50, #ffffff50), url(../Fotos_PaginaWeb_soltro/foto_inicio_quienesSomos.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        height: 100rem;
        position: relative;
    }


    .main-hero {
        position: absolute;
        width: 52%;
        height: 29.55rem;
        background-color: #141313;
        top: 20rem;
        right: 30rem;

        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;

    }

    .main-hero h2 {
        color: #00A1EF;
        font-size: 3rem;
        text-align: center;

    }

    .main-hero p {
        color: #ffffff;
        margin: 1rem 5rem;
        font-size: 2rem;
    }

    .boton-nosotros {
        position: absolute;
        background-color: #ffffff50;
        width: 18.1rem;
        height: 5.5rem;
        top: 55rem;
        right: 55rem;

        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        text-decoration: none;

    }
}

@media(min-width: 1440px) {
    .boton-nosotros {
        right: 62rem;
    }

}

@media(min-width: 1494px) {

    .main-hero {
        right: 34rem;
    }

    .main-hero h2 {
        padding-bottom: 1rem;
        margin-right: 2rem;
    }

    .main-hero p {
        margin-top: 1rem;
    }

    .boton-nosotros {
        right: 65rem;
    }
}

@media(min-width: 1750px) {
    .main-contenedor {
        height: 80rem;
    }


    .main-hero {
        right: 44rem;
    }

    .boton-nosotros {
        right: 84rem;
    }


}






/* ----------  formulario -----------

.contenedorf {
    max-width: 95rem;

    margin: 0 auto;
}

.contenedor-formulario {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    background-color: #2f2f2f;
}

.contenedor-formulario h2 {
    color: #ffffff;
    text-align: center;
}


.formulario fieldset {
    width: 100%;
    border: none;
    color: #ffffff;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.labelfom {
    width: 100%;

}

.form-input {
    width: 100%;
    margin: 0;
    padding: .2rem 1rem;
    background: none;
    border: none;
    outline: 0;
    border-bottom: .1rem solid #ffffff;
    color: #ffffff;

}

.txtarea {
    width: 100%;
    margin: 0;
    background: none;
    border: none;
    outline: 0;
    border-bottom: .1rem solid #ffffff;
    color: #ffffff;


}

.btn {
    width: 100%;
    height: 5.3rem;
    margin: 1rem .5rem;
}

.form-txta {
    grid-column: 1/3;
}

@media(min-width: 768px) {

    .btn {
        width: 50%;
        height: 5.5rem;
        margin: 1rem 1rem;
    }

}
*/

.contenedor-formulario{
background: #141313;
}


.img-soltro iframe {
    width: 92%;
    height: 28rem;
    margin: 4rem 2rem;
    text-align: center;
}



.footer-con {
    background: #00A1EF;


}

.barra {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 1rem;


}

.footer-direccion p {
    margin-left: 2rem;
}

.footer-menu a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 1rem 1rem;
    margin-right: 5rem;

}

.footer-menu a:hover {
    color: #aeb1b3;
}


@media(min-width: 390px) {
    .footer-con {
        background: #00A1EF;


    }

    .barra {

        display: block;
        justify-content: space-between;
        align-items: center;
        color: #ffffff;
        padding: 2rem;

    }

    .footer-menu a {
        display: flex;
        justify-content: center;
    }

}


@media(min-width: 768px) {
    .footer-con {
        background: #00A1EF;

    }

    .barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #ffffff;
        padding: 1rem;
    }


}

