body{
    line-height: 1.6;
    max-width: 1700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #DAE9F7;/*9A193D*/
}
header{
    background: #7b1e3a;
    color: #fff;
    padding: 1rem;
    position: sticky;
    top: 0;
}
section{
    background: #C19FA0; 
    padding: 60px;
    margin-bottom: 60px;
    border-radius: 8px; /*bordes redondeados*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /*Sombra suave para dar profundidad*/ 
    
}
.inic{
    text-align: justify;
    font-size: 25px;
}
.inoc{
    text-align: justify;
    font-size: 20px;
}
.tit{
    text-align: justify;
    border-left: 30px solid #7b1e3a;
    padding-left: 1px;
    margin-bottom: 3px;
}
.fin{
    font-size: 18px;
}
.tabla{
    width: 80%;
    margin: 50px auto;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.tabla thead {
    background: #7b1e3a; /* color vino */
    color: white;
}
input[type="text"], select, textarea{
   width:60%;
   padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.sele{
    width:10%;
   padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
input[type="submit"]{
    background-color: #d81b60;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}
input[type="submit"]:hover{
    background-color: #ad1457;
}
footer{
    background: #E491C9;
    color: white;
    text-align: center;
    padding: 40px, 20px;
    margin-top: 50px;
}

.btn-enviar{
   background-color: #7b1e3a;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s; 
}
p{
    text-align: justify;
    font-size: 25px; 
}
footer{
    background: #7b1e3a;
    color: white;
    text-align: center;
    padding: 40px, 20px;
    margin-top: 50px;
}
nav ul{
    display: flex;
    list-style: none;
    
}
nav a{
    background: 7b1e3a;
    text-decoration: none;
    margin-left: 15px;
    font-weight: bold;
    font-family: Times New Roman,serif;
    font-size: 20px;
}
nav a:
    hover{/*efecto al pasar el mouse por los enlaces*/
        color: 7b1e3a;
}
nav {
    position: sticky;
    top: 0;
    /*background: white; /* importante para que no se vea transparente */
    z-index: 1000; /* paTimes New Roman,sans-serifra que quede encima de todo */
    
}
