#wrapper{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    background-color:snow;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:black
}
/* header */
header{
    background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
#Info_header{
    display: inline-block;
    text-align: right;
    color: white;
}
header h6{
    margin-right: 30px;
    font-family:'Times New Roman', Times, serif;
}
#Info_header ul{
    list-style-type: none;
}
#Info_header li{
    display: inline-block;
    margin-right: 30px;
    font-family:'Times New Roman', Times, serif;
}
/* fondo */
/* Informacion compañia */
#company_info{
    display: inline-block;
    text-align: center;
    width: 100%;
    background-color: aliceblue;
    backdrop-filter:inherit;
    border-radius: 3px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#logo{
    max-height: 70px;
    vertical-align: middle;
}
nav{
    display: inline-block;
    text-align: right;
    font-size: 1.25em;
}
nav ul{
    list-style-type: none;
}
nav li{
    display: inline-block;
    margin-right: 30px;
    font-family:'Times New Roman', Times, serif;
}
nav a{
    color:black;
}
nav a:hover{
    color:#0e73e4;
    border-bottom: 1px solid #760001;
}
#Servicios{
    background-color: aquamarine;
    color:black;
}
#Form_table{
    background-color:white;
    width:100%;
    font-family:'Times New Roman', Times, serif;
    font-size: 1.1em;
}
#Requerimiento{
    margin-bottom: 20px;
}
#sending{
    margin-bottom: 15px;
}


body{
    background-color:#03228f;
    align-items: center;
}

/* 
#presentacion{
    margin-top: 60;
    margin-bottom: 60;
    background-color:lightblue;
    text-align: center;
    width: 80%;
    display: block;
    border-radius: 10;
 

}

#presentacion h1{
   
} */

#presentacion {
    text-align: center;
    background-color:cornsilk; /* Nueva combinación de colores, puedes ajustar según tus preferencias */
    color: red; /* Color del texto */
    padding: 80px 20px; /* Ajusta el espaciado interno según sea necesario */
    font-family:cursive ; /* Cambia la fuente del texto */
}

#presentacion h1 {
    margin-top: -20px;
    margin-bottom: 75px; /* Aumenta la separación entre el título y la imagen */
}

#presentacion h2 {
    color: black;
    margin-bottom: 75px; /* Aumenta la separación entre el título y la imagen */
}

.portada {
   margin-top: 25px;
   margin-bottom: 25px;
    max-width: 100%; /* Ajusta el tamaño máximo de la imagen según sea necesario */
    height: auto;
    border: 8px solid #fff; /* Borde blanco más grueso */
    border-radius: 15px; /* Esquinas redondeadas más pronunciadas */
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); /* Sombra más pronunciada */
}

