
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    color: #fff;
        max-width: 1920px;
}

html, body, nav, div, form {
    margin: auto;
    padding: 0;
    max-width: 1920px;

}

html {
    background-color: #000;
}

header {
    max-width: 1920px;
    background-image:linear-gradient(#000a,#000a), url(https://assets.nflxext.com/ffe/siteui/vlv3/6863f6e8-d419-414d-b5b9-7ef657e67ce4/web/MX-es-20250602-TRIFECTA-perspective_ea5e791c-94e8-4db9-ab92-c6e65f67bfa4_large.jpg);
    background-size: cover;
    position: relative;
    box-shadow: inset  0 0 150px 30px rgba(0, 0, 0, 0.8);
    z-index: 0;
    margin: 0;
    padding: 0;
}

body header {
    text-align: center;
    z-index: 1;
}

section, footer {
    max-width: 1350px;
}

.logo {
    position: relative;
    padding-top: 15px;
    background-color: transparent;
    margin: 0px 0 0 75px;
    font-size: 3em;
    text-align: left;
    
    z-index: 1
}

#Iniciar-sesion {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 15px;
    border-radius: 5px;
    
    color: #fff;
    background-color: rgb(206, 8, 28);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
}
#Iniciar-sesion:hover {
    background-color: rgb(185, 7, 25);
}

header div h2 {
    margin: 138px auto 0 auto;
    font-size: 2.5em;

    width: 48%;
}   

header div p {
    margin: 13px auto 13px auto;
    font-size: 0.9em;
    text-align: center;
    width: 40%;
}

#email, #Comenzar {
    margin-top: 24px;
    cursor:pointer;
    border-radius: 5px;
}

#email {
    width: 335px;
    background-color: #111a;
    border: 1px solid #444;
    padding: 19px 22px 19px 22px;
    margin-right: 3px;
    font: 500 14px Montserrat, Arial, sans-serif;
    color: #ffff;
    
}

#Comenzar {
    width: 165px;
    background-color: rgb(206, 8, 28);
    border: transparent;
    padding:18px 20px 18px 20px;
    font: 500 16px Montserrat, Arial, sans-serif;
}

#Comenzar:hover {
    background-color: rgb(185, 7, 25);
}

#curva{
    width: 100%;
    height: 50px;
    background-size: cover;
    background-position: center;
    background: radial-gradient(50% 500% at 50% -400%, rgba(64, 97, 231, 0.4)80%, #000 100%), #000;
    margin-top: 150px;


    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-width: 3px;
    border-top: 3px solid #f35;
}

section#Segunda_sección {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    padding-top: 20px;
}
div#Más_info {
    margin: 0 auto;
    height: 72px;
    background: #f350 center;
    width: 88%;
    text-align: left;
    vertical-align: center;
    display: flex;
    padding: 0;
}

div#Más_info:hover {
    size: 112%;
}

div#Más_info img{
    height: 100%;
    width: auto;
    object-fit: contain;
    margin-right: 10px;
}


#Texto_más_info {
    display: flex;
    align-items: center;
    width: 100%;
    background: radial-gradient(290% 500% at -100% -300%, rgba(60, 67, 133, 0.4)75%, #210e17 100%), #000;
    padding: 15px;
    margin: 0 auto;
    border-radius:  15px;
    height: 100%;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

#Texto_más_info:hover {
    background: radial-gradient(290% 500% at -100% -300%, rgba(60, 67, 133, 0.4)75%, #210e17 100%), #000;
    transform: scale(102%);
    transition: all 0.2s ease-in-out;
}


#Texto_más_info p {
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    color: #fff;
}

#Texto_más_info a {
    background-color: #335;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
}

#Texto_más_info a:hover {
    background-color: #30305a;
}

.Tendencias {
    margin-top: 10px;
}


img.Tendencias {
    border-radius: 10px;
    width: 16%;
    height: auto;
    margin: 20px;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}

img.Tendencias:hover {
    transform: scale(103%);
    transition: all 0.2s ease-in-out;
}

.Tendencias, .Más_motivos, .Preguntas_frecuentes{
    margin-left: 75px;
}

.Más_motivos span{
    margin: 6px 12px 6px 0;
    text-align: left;
    background: radial-gradient(290% 500% at -100% -300%, rgba(60, 67, 133, 0.4)75%, #210e17 100%), #000;
    padding: 10px;
    border-radius: 15px;
    width: 50%;
    height: 200px;
}

.subtitulo{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: 600;
}

.Más_motivos p {
    font-size: 1em;
    margin: 10px;
}

.Más_motivos h3 {
    margin:10px;
}


footer {
    background-color: #000;
}

.izquierda {
    float: left;
}
.derecha {
    float: right;
}
.fila {
    display: flex;
    justify-content: space-between;
}

.Pregunta {
    background-color: #333;
    padding: 28px 28px 15px 28px;
    font-size: 1.4em;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

.Respuesta,br {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.Pregunta:hover .Respuesta,br {
    padding-top: 10px;
    overflow: visible;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.email {
    display: flex;
    justify-content: center;
    margin: 0px auto 20px auto;
}
