body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('');
}

header {
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #333;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.5s, padding 0.5s;
    z-index: 100;
}

header #logo img {
    max-width: 50%; /* Ajusta el tamaño máximo de la imagen */
    height: auto;
    transition: max-width 0.5s;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header li {
    display: inline-block;
    margin-right: 20px;
}

header a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

main {
    position: relative;
    top: 65px;
}

/* Estilo adicional según sea necesario */

/*estilos para los main*/
main .contenedores {
    position: relative;
    height: auto;
}
main .sepa {
    padding: 10px;
}
main h1 {
    text-align: center;
}

/*estilpos de conte1*/
.conte1 {
    text-align: center;
}
.conte1 .formularios label {
    font-size: 2em;
    text-transform: uppercase;
    color: darkblue;
    font-weight: bold;
}

.conte1 .formularios input {
    font-size: 2em;
    border: red 5px solid;
    text-align: center;
    border-radius: 30px;
}
.conte1 .formularios button {
    font-size: 1.3em;
    font-weight: bold;
    background-color: darkblue;
    color: yellowgreen;
    border-radius: 10px;
    padding: 5px 10px;
}
.conte1 .formularios button:hover {
    font-size: 1.32em;
    color: whitesmoke;

}

/*estilos del pie de pagina*/
footer {
    background-color: #333;
    position:relative;
    bottom: 0px;
    color: aliceblue;
    height: max-content;
}
footer div {
    padding-bottom:3px;
    width: 100%;
    text-align: center;
    font-size: 1em;
}
/*Contenedor uno del index*/
.info1 {
    text-align: center;
    height: auto;
}
.info1 img {
    width: 25%;
}

.servi {
    text-align: center;
}
.servi li {
    list-style: none;
    font-weight: bold;
    padding-top: 5px;
}
.servi li img {
    width: 15px;
}
.paneles {
	/*display: none;*/
    width: 100%;
    height: 220px;
}
object {
    width: 100%;
    position: relative;
    height: 220px;
}
.info2 {
    height: 250px;
    text-align: center;
}
.serv {
    width: 400px;
    text-align: center;
}
.nosos {
    display: block;
    text-align: center;
}
.nosinf {
    display: inline-block;
    width: 450px;
    border: #000 solid 2px;
    
}
h2 {
    text-align: center;
}
.fond {
    background-image: url('Imagenes/mision.jpg');
    background-size: 100%;
    padding: 0px;
    margin: 0px;
}
.fond1 {
    background-image: url('Imagenes/vision.jpg');
    background-size: 100%;
    padding: 0px;
    margin: 0px;
}
.fond2 {
    background-image: url('Imagenes/lecmac1.jfif');
    background-size: 100%;
    padding: 0px;
    margin: 0px;
}

.somb {
    background-color: rgba(255, 255, 255, 0.623);
    background-size: 100% 100%;
    padding: 10px;
    text-align: justify;
}
