.encabezado{
    background-color: #04364A80;
    padding: 50px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.boton{
    display: flex;
    padding: 0px 70px;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /* background-color: #ec6733; */
    background-image: linear-gradient(to bottom, #eb2e2e, #ec6733);
    border: white 1px dotted;
    border-top: white 2px solid;
    border-radius: 90px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.flex{
    display: flex;
    justify-content: center;
}
.space-20{
    padding: 50px;
}
.titulo{
    width: 70%;
    padding: 0px;
    text-align: center;
    /*background-image: linear-gradient(to top, transparent, transparent 50%, rgb(116, 116, 6));*/
    color: rgb(239, 239, 13);
    margin: 0 auto;
}
.snd{
    display: flex;
    justify-content: center;
    padding-right: 90px;
}
.btn-snd{
    width: 300px;
    margin: 20px;
    padding: 5px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, #eb2e2e, #ec6733);
    border: white 1px dotted;
    border-top: white 2px solid;
    border-radius: 90px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.9);
}

button:hover {
    cursor: pointer;
}
.padding-lf20{
    margin-left: 20px;
}
.btn-cdts{
    width: 300px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, #eb2e2e, #ec6733);
    border: white 1px dotted;
    border-top: white 2px solid;
    border-radius: 90px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.9);  
}

.nombre{
    width: 50%;
    height: 100px;
    font-size: 100px;
    text-align: center;
}
body{
    background-image: url(../img/bg.jpg);
    background-size: cover;
}
.lilita-one-regular {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.h1-size-bg{
    font-size: 150px;
}
.bg-btn {
    background-color: rgba(0, 0, 0, 0.836);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px;
    border-radius: 50px;
}
.flex-row {
    display: flex;
}
.bg-btn button {
    margin: 5px;
}
.titulo h1 {
    text-align: center;
    color: rgb(239, 239, 13);
    background-color: rgba(0, 0, 0, 0.836);
    border-radius: 10px;
}
.bg-modal{
    background-color: #176B87;
}
.bg-modal-btn{
    background-color: #ff6f61;
    border: none;
    color: white;
}
.titulo img{
    width: 200px;
    height: 200px;
}