* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
    color: black;
    position: relative;
}

header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

header .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    height: 20vh;

}

header .menu .secion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.secion img {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.secion p {
    font-size: 12px;
    color: gray;
}

header .menu .listamenu {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    flex-direction: row;

}

header .menu .listamenu li {
    margin: 5px;
}

header .menu .listamenu li a {
    padding: 5px 10px;
    color: white;
    background-color: #000942cb;
    border-radius: 10px;
    box-shadow: 3px 2px gray;
    text-decoration: none;
}

header .menu .menucell {
    display: none;
}

header .menu .menucell img {
    width: 40px;
    height: 40px;
    padding: 5px;

}

header .menu .logo {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;

}

header .menu .logo img {
    width: 100%;
    height: auto;
}

header .portada {
    width: 100vw;
    height: 80vh;
    background-image: url(img/fondoportada.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.portada h1 {
    z-index: +1;
    color: white;
    margin: 15px;
    font-size: 40px;
    text-shadow: 2px 1px rgb(11, 11, 11);
}

.portada p {
    z-index: +1;
    color: white;
    margin: 15px;
    font-size: 25px;
    text-shadow: 2px 1px rgb(11, 11, 11);
}

.fondonegro {
    background-color: rgba(0, 0, 0, 0.736);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*quienes somos/*


/*servicios */
main {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.contenedorquien {
    width: 80vw;
    height: 70vh;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contenedorquien .textoquien {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
    height: 100%;
}

.contenedorquien .textoquien h2 {
    width: 100%;
    text-align: start;
   
    font-size: 22px;
    color: #17275a;
    margin-bottom: 15px;
    margin-top: 50px;
    margin-right: 20px;
}

.contenedorquien .textoquien p {
    width: 100%;
    text-align: start;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
    

}

.contenedorquien .imgquien {
    width: 50%;
    position: relative;
    height: 100%;

}

.contenedorquien .imgquien .imgquien1 {
    width: 40%;
    height: auto;
    z-index: +1;
    position: absolute;
    top: 7%;
    right: 7%;
}

.contenedorquien .imgquien .imgquien2 {
    width: 70%;
    height: auto;
    z-index: +1;
    position: absolute;
    bottom: 0;
    left: 0;

}

.contenedorquien .imgquien .fondoquien {
    width: 30%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #17275a;
}

.servicio {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px;
    padding: 15px;

    box-shadow: 3px 3px 2px gray;
    flex-direction: column;
    position: relative;
    background-image: url(img/sistemafondo.webp);
    background-position: center;
    background-size: cover;

}

.serviciofondo {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.717);
    position: absolute;
    top: 0;
    left: 0;
}

.servicio .textoservicio {
    z-index: +1;
    color: #17275a;
    width: 150%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.726);
    border-radius: 12px;
    padding: 15px;
    transform: translateX(3%);


}

.textoservicio div {
    display: flex;
    flex-direction: column;
}

.textoservicio div h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;

}

.textoservicio div p {

    font-size: 16px;
    color: gray;
    width: 100%;
    text-align: end;
    margin: 10px;

}

.servicio .textoservicio .solucionicon {
    width: 150px;
    height: auto;
    padding: 15px;
}

.servicio .contenedorservicio {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    z-index: +1;
}

.servicio .contenedorservicio .tiposervicio {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 15px;
    padding: 8px;
    color: black;
    width: 200px;
    height: 300px;
    flex-direction: column;
    background-color: #ebb939b0;
    border-radius: 12px;
}

.servicio .contenedorservicio .tiposervicio img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    box-shadow: 2px 3px 2px gray;
    padding: 30px;
    background-color: #afb1baab;
    transition: 0.2s ease;

}
.servicio .contenedorservicio .tiposervicio img:hover {
    
    padding: 25px;
   

}

.servicio .contenedorservicio .tiposervicio h3 {
    width: 100%;
    margin: 5px;
    text-align: center;
    font-size: 17px;
    color: #17275a;
}

.servicio .contenedorservicio .tiposervicio p {
    width: 100%;
    color: rgb(27, 26, 26);
    text-align: start;
    font-size: 14px;
    padding: 5px;
}

/*socios comerciales*/

.socios {
    width: 100vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.socios .contenedorsocios {
    width: 90vw;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.socios .contenedorsocios .tiposocios {
    width: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    border: 1px solid black;
    box-shadow: 2px 2px 3px gray;
    margin: 15px;
    padding: 10px;
    border-radius: 12px;
}

.tiposocios img {
    width: 180px;
    width: 180px;
    border-radius: 5px;
}

.tiposocios h3 {
    color: black;
}
.whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: +2;
}
.whatsapp img {
    width: 100%;
    height: auto;
}
footer {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    background-color: #17275a;
    color: white;
    padding: 50px;
    margin-top: 50px;

}

.footerinfo {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 60%;
    position: relative;
    height: 100%;

}

.footerinfo .logo {
    width: 30%;
    height: auto;

    transition: 2s ease;

    margin-bottom: 10px;
    filter: drop-shadow(0 0 2px white);


}

.footerinfo .logo:hover {}

.footerinfo p {
    margin: 7px;

}

.footerinfo .footerredes {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    left: 0;

}

.footerinfo .footerredes img {
    width: 40px;
    height: 40px;
    margin: 5px;
}

footer .footerinfo .map {
    width: 90%;
    height: 100%;
    z-index: +3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px;
}

footer .footerinfo .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s ease;
}

footer .footerformulario {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footerformulario .formulario {
    width: 90%;
    height: 100%;

}

.formulario form {
    padding: 15px;
    border: 1px solid white;
    background-color: #f5ab2e;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 1px 1px 3px gray;
}

.formulario form h2 {
    width: 100%;
    text-align: center;
    margin: 10px;
}

.formulario form p {
    margin: 5px;
}

.formulario form div {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    width: 100%;

}

.formulario form div input {
    padding: 5px;
    font-size: 13px;
    margin: 5px;
    flex-grow: 1;
}

.formulario form div label {
    padding: 5px;
    font-size: 13px;
    margin: 5px;
}

.formulario form .formularioconsulta {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.formulario form .formularioconsulta textarea {
    padding: 5px;
    font-size: 13px;
    margin: 5px;
    width: 100%;
    text-align: start;

    height: 150px;
}

.formulario form .formularioboton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.formulario form .formularioboton button {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 5px;
    padding: 5px;
}

.formulario form .formularioboton button img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@media(max-width: 800px) {
    header .menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 5px;
        align-items: start;
        height: 20vh;

    }

    header .menu .menucell {
        display: flex;
        z-index: +5;
        transition: 0.5s ease;
    }
   header .menu .menucell:active {
        transform: scale(0.8);
    }


    header .menu .listamenu {
        display: none;
        justify-content: start;
        align-items: start;
        list-style: none;
        flex-direction: column;
        width: 70vw;
        transform: translate(70vw);
        z-index: +3;
        background-color: #17275a93;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;

    }

    header .menu .listamenu li {
        margin: 15px;
    }

    header .menu .listamenu li a {
        padding: 5px 10px;
        color: white;
        background-color: #000942cb;
        border-radius: 2px;
        box-shadow: 3px 2px gray;
        text-decoration: none;
    }
.portada h1 {
    z-index: +1;
    color: white;
    margin: 15px;
    font-size: 30px;
    text-shadow: 2px 1px rgb(11, 11, 11);
    width: 100%;
    text-align: center;
}
.portada p {
    z-index: +1;
    color: white;
    margin: 15px;
    font-size: 18px;
    text-shadow: 2px 1px rgb(11, 11, 11);
}
    .contenedorquien {
        width: 100vw;
        height: 90vh;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
     
    }

    .contenedorquien .textoquien {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 15px;
        height: 100%;
        
    }

    .contenedorquien .textoquien p {
        width: 90%;
        text-align: start;
        margin-top: 20px;
        font-size: 18px;
        background-color: white;
    }

    .contenedorquien .imgquien {
        width: 100%;
        position: absolute;
        height: 100%;

    }

    .contenedorquien .imgquien .imgquien1 {
        width: 30%;
        height: auto;
        z-index: +1;
        position: absolute;
        top: 0;
        right: 0;
    }

    .contenedorquien .imgquien .fondoquien {
        width: 10%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #17275a;
    }

    .servicio {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 45px;
        padding: 15px;

        box-shadow: 3px 3px 2px gray;
        flex-direction: column;
        position: relative;
        background-image: url(img/sistemafondo.webp);
        background-position: center;
        background-size: cover;
        overflow: none;
    }

    .servicio .textoservicio {
        z-index: +1;
        color: #17275a;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.726);
        border-radius: 0px;
        padding: 15px;
        transform: translateX(0);


    }

    .servicio .textoservicio .solucionicon {
        width: 100px;
        height: auto;
        padding: 15px;
    }

    .textoservicio div h2 {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;

    }

    .servicio .contenedorservicio {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: auto;
        z-index: +1;
    }

    .servicio .contenedorservicio .tiposervicio {
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        margin: 15px;
        padding: 8px;
        color: black;
        width: 90%;
        height: 250px;
        flex-direction: column;
        background-color: #ebb939b0;
        border-radius: 12px;
    }

    .socios {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .socios .contenedorsocios {
        width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
    }

    .socios .contenedorsocios .tiposocios {
        width: 160px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        flex-direction: column;
        border: 1px solid black;
        box-shadow: 2px 2px 3px gray;
        margin: 5px;
        padding: 5px;
        border-radius: 12px;
    }

    .tiposocios img {
        width: 130px;
        width: 130px;
        border-radius: 5px;

    }

    .tiposocios h3 {
        color: black;
        font-size: 15px;
        text-align: center;
    }

    footer {
        display: flex;
        flex-direction: column-reverse;
        width: 100vw;
        height: auto;
        background-color: #17275a;
        color: white;
        padding: 5px;
        margin-top: 50px;

    }

    .footerinfo {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 100%;
        position: relative;
        height: 50vh;

    }

    .footerinfo .logo {
        width: 50%;
        height: auto;

        transition: 2s ease;

        margin-bottom: 10px;
        filter: drop-shadow(0 0 2px white);


    }

    footer .footerformulario {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;

    }
}