html, body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing  : border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: white;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 500;
}

hr {

    border: none;
    background-color: white;
    width: 2px;
    height: 250px;
    margin: auto 0;

}

img {

    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;

}
/* colores #2C333E, #B1CDF7, #69D6FF, #859AB9, #D7E6FB */

/* navbar */

header {

    font-family: 'Barlow', sans-serif;
    background-color: #2C333E;
    padding: .9% 4%;
    position: sticky;
    top: 0;

}



.navbar {
    background-color: #2C333E;
    position: sticky;
    align-items: center;
    animation: intro;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-duration: 6s;
    width: 100%;
    top: 0;
}

/* redes navbar */

.img-responsive {
    width: 80%;
}

.redes {
    width: 14%;
}

.img-fluid-redes{
    max-width: 60%;
}



.nav-link:hover {
    color: #6385b8;
    transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
    text-decoration: underline;
    text-underline-offset: 1rem !important;
}

/* Secion 1 imagen */


.inicio {
    background: #0a2c61;
    background: linear-gradient(47deg, #0a2c61 0%, #6385b8 48%, #d5e6ff 100%);
    background-image: url(../recursos/fondo-tecnico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 8%;
    padding-inline: 10%;
    font-family: 'Roboto', sans-serif;
}

.inicio h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 6rem;

}

.inicio h3 {
    font-weight: 100;
    font-size: 1.5rem;
}

.inicio p {
    font-weight: 300;
    font-size: 2rem;
}

.btn { 
    width: auto;
    font-size: 180%;
    border: none;
    border-radius: 1rem;
    padding: .6% 2%;
    color: white;
    background-color: #6385b8;
    transition: all .4s ease;
}

.btn:hover {
    transition: all .4s ease;
    background-color: white;
    color: #0a2c61;
}


/* Logos */

.logos {
    background-color: #f0f0f0;
    margin-top: -60px;
    border-radius: 15px;
    padding: 30px 10px;
    width: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.logo-img {
    width: 10%;
    margin: 1%;
}

/* Seccion 2 SERVICIOS */

.servicios {
    font-family: 'Roboto', sans-serif;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.imgcontainer {
    width: 45%;
}

.imgcontainer > img {
    width: 90%;
    height: 90%;

}

.serv-text {
    width: 45%;
    padding: 5%;
}

.serv-text h4 {
    color: #abbedc;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.serv-text h2 {
    margin: 0;
    color: #6385b8;
}

.serv-text p {
    color: #2C333E;
    margin-top: 3%;
    margin-bottom: 3%;
}

.serv-text > ul > li > img {
    width: 40px;
    margin-right: 20px;
    margin-left: 10px;
}

.serv-text > ul > li {
    display:flex;
    align-items: center;
    margin-top: 0px;
}

.serv-text > ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    color: #2C333E;
    font-weight: 500;
    font-size: 20px;
}

/* SOMOS SECCION 3 */

.somos {
    background-image: url(../recursos/lavanderia.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 10%;
    font-family: 'Roboto', sans-serif;
    color: #abbedc;
    display: flex;
    align-items: center;
}

.somos-text {
    width: 43%;
    margin-left: 5%;
}

.somos-text > h2 {
    padding-bottom: 5%;
}

.somos p {
    color: white;
    font-size: 1.3rem;
    line-height: 1.6;
}

/* SECCION CONTACTO */

#contacto {
    background-color: #d7e4fa;
    font-family: 'Roboto', sans-serif;
    padding: 2%;
    margin-top: 0;
    color: #2C333E;
}

.contacto {
    padding: 3%;
}

.datos {
    padding-bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Barlow',sans-serif;
    line-height: 1.6;
}

.datos > p {
    margin-bottom: 0;
}

.informacion {
    text-align: center;
    width: 100%;
    padding: 2% 6%;
    border: 1px solid white;
    border-radius: 1rem;
    margin-bottom: 5%;
}


iframe {
    width: 100%;
    height: 450px;
    border: none;
}


/* FORMULARIO CONTACTO */

.form-label {
    font-family: 'Barlow' ,sans-serif;
    font-weight: 600;
}

.form-input {
    border: none;
    border-radius: .5rem;
    padding: 2%;
    resize: none;
    background-color: #eef5ff;
}

.mensaje .mensaje-txt {
    height: 7rem;
}

.select-op {
    text-align: center;
    color: #6385b8;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    width: 60%;
    border: none;
    border-radius: .5rem;
    padding: 2%;
    resize: none;
    background-color: #c2d2e7;
}

.captcha-submit-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}


.form-submit {
    padding: 1.5% 7%;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    background-color: #6385b8;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
}

.form-submit:hover {
    background-color: #c2d2e7;
    color: #37517c;
    border-color: #0a2c61;
    transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
}

/* FOOTER */

footer {
    background-color: #0a2c61;
    color: white;
    font-family: 'Barlow',sans-serif;
    text-align: center;
    padding: 1%;
}

.telefonos ul {
    margin-top: 0;
    list-style: none;
}

.pago img {
    height: 30px;
    aspect-ratio: 3/2;
    margin-bottom: 5px;
}

.pago p {
    font-size: 10px;
    margin-top: 1px;
}

.flecha {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: none
}

/* Boton de whatsapp flotante */

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:4%;
    right:4%;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:1px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #0a692e;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
    }
}

.icon-wsp{
    max-width: 60%;
    margin-left: 4%;
}


/* RESPONSIVO TAMAÑO PANTALLAS */

@media (max-width:1400px) {
    .somos-text {
    width: 60%;
    margin-left: 5%;
    }
}

@media (max-width:995px) {
    .inicio {
        padding: 10%;
        padding-bottom: 15%;
    }
    .logos {
        width: 90%;
    }
    .logo-img {
        width: 15%;
    }
    .servicios {
        flex-wrap: wrap;
    }
    .imgcontainer {
        display: none !important;
    }
    .serv-text {
        width: 80%;
    }
    .somos-text {
        width: 80%;
    }
    .g-recaptcha {
        justify-content: center;
    }
    .form-submit {
        margin-top: 2%;
        margin-bottom: 5%;
    }
}

@media (max-width:768px) {
    .navbar-brand {
        margin: 0;
    }
    .img-responsive {
        content: url("../recursos/logo-text.png");
        max-width: 30%;
        padding-bottom: 5%;
        padding-top: 3%;
    }
    .redes {
        justify-content: center;
        padding-top: 4%;
        margin: auto;
        width: 50%;
    }
    .logos {
        width: 90% !important;
        flex-wrap: wrap;
    }
    .logo-img {
        margin: 2%;
        margin-inline: 3%;
        width: 20%;
    }
    h1 {
        font-size: 450% !important;
    }
    .inicio > p {
        font-size: 1.8rem;
    }
    .btn {
    padding: 1.5% 4%;
    }
    
    .form-submit {
        margin-top: 2%;
        margin-bottom: 5%;
    }
    .captcha-submit-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .captcha-submit-wrapper .form-submit {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width:650px) {
    .inicio {
        padding-top: 13%
    }
    .inicio h1 {
        font-size: 300% !important;
    }
    .inicio p {
        font-size:130%;
        margin: 0;
    }
    .btn {
        font-size: 160%;
        padding: 2.3% 5% !important;
        margin-bottom: 20% !important;
    }
    .logos {
        padding: 3%;
    }
    .logo-img {
        width: 25%;
    }
    .servicios {
        padding-top: 8%;
        padding-bottom: 10%;
    }
    .serv-text {
        padding-inline: 0 !important;
    }
    .serv-text > ul > li {
        margin-top: 5% !important;
    }
    .serv-text p {
        line-height: normal;
    }
    .somos {
        background-attachment: scroll;
    }
    .somos-text {
        width: 100%;
    }
    .somos-text p {
        font-size: 120% !important;
    }
    #contacto {
        padding-top: 7% !important;
    }
    .informacion p {
        margin: 0;
    }
    .datos {
        margin-bottom: 4%;
    }
    .contacto {
        padding-top: 8%;
        padding-bottom: 7% !important;
    }
    .flecha {
        display: block;
        position: fixed;
        bottom:16%;
        right:8%;
        opacity: 60%;
        transition: all 300ms ease;
    }
    .btn-wsp {
        bottom:8%;
        right:8%;
    }
    .flecha:hover {
        opacity: 100%;
    }
}