*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

h1 {
    border: none;
    background: #0F172A;
    color: white;
    padding: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-style: italic;
    font-size: 45px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    width: 100%;
}

.container{
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.078);
}


h3{
    text-align: center;
    margin: 10px;
}

.func{
    display: flex;
    justify-content: space-around;    
}

.func-1{
    margin: 6px;
}

.func-2{
    margin: 6px;
}

.func-3{
    margin: 6px;
}


p{
    margin-top: 3px;
    margin-bottom: 5px;
}

.prrfo{
    margin-bottom: 10px;
}

form{
    border: solid 1px;
    border-radius: 10px;
    padding: 2%;
}

input{
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
    border: solid 1px rgba(128, 128, 128, 0.43)
}

.content{
    display: flex;
    justify-content: center;
    text-align: center;
    top: 22px;
    position: relative;
}

a{
    color: rgb(3, 3, 211);
    text-decoration: none;
}

a:hover{
    color: rgba(255, 68, 0, 0.584);
}



.cont{
    background: #FFFFFF;

    border: 1px solid #d9dce4; /* gris muy suave */
    border-radius: 20px;
    width: 65%;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


.btn {
    background: #16A34A; /* verde más serio */
    color: white;
    padding: 12px 25px;
    margin-top: 5px;

    border: none;
    border-radius: 999px;

    font-size: 16px;
    font-weight: bold;

    cursor: pointer;
    transition: all 0.3s ease;

    box-shadow: 0 5px 15px rgba(22, 163, 74, 0.4);
}

.btn:hover {
    background: #15803D; /* más oscuro */
    transform: translateY(-2px);
}
.btn:active {
    transform: scale(0.97);
}


.cont_term{
    display: flex;
    justify-content: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.282);
}


.term{
    width: 90%;
    padding: 30px;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px -5px 80px #0f172a5c; 
}

h2{
    margin-bottom: 20px;
}

.contenedor{
    height: 70px;
    width: 100%;
    background: #0F172A;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: white;
    font-style: italic;
    letter-spacing: 1px;

}

.button {
    background: #16A34A; /* verde más serio */
    color: white;
    padding: 7px 15px;
    margin:5px;


    border: none;
    border-radius: 999px;

    font-size: 12px;
    font-weight: bold;

    cursor: pointer;
    transition: all 0.3s ease;

    box-shadow: 0 5px 15px rgba(22, 163, 74, 0.4);
}

.button:hover {
    background: #15803D; /* más oscuro */
    transform: translateY(-2px);
}
.button:active {
    transform: scale(0.97);
}



