*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    transition: 0.5s;
}

:root{
    --Rojo: #e62e33;
    --azulRey: #171738;

    --tipoPrincipal: 'RaveParty Poster', sans-serif;
    --tipoSecundaria: "Raleway", sans-serif;

    --megaTitulos: 4em;
    --titulos: 2.5em;
    --subtitulos: 1.5em;
    --textos: 1.1em;

    --anchoTotal: 100%;
    --buttonpadding: 0 5em 0 5em;
    --paddingSección: 0 12.5em 0 12.5em;
}

button{ 
    background: var(--Rojo);
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
    width: auto;
    border: none;
    color: white;
    transition: 1s all;
    box-shadow: 0px 1px 17px 8px rgba(23,23,56,0.31);
}

button:hover{
    background-color: var(--azulRey);
    color: white;
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: none;
}

/*BODY BOTON MODO OSCURO*/
body.darkMode{
    background: #3b3b3b;
    color: white;
    transition: background-color .7s, color .7s;
}

body.darkMode .menuModular{
    background: #202020;
    color: white;
    box-shadow: 0.3rem 0.3rem  2.5rem #00000025;
    transition: 1s;
}

body.darkMode a{
    color: white;
}

body.darkMode button:hover{
    border: 1px solid var(--Rojo);
}

body.darkMode div.marquesina{
    background: var(--Rojo);
}

body.darkMode .sol{
    display: block;
}

body.darkMode .luna{
    display: none;
}

/*MENU*/
.barraMenus{
    width: var(--anchoTotal);
    position: fixed;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    font-family: var(--tipoSecundaria);
}

.menuModular{
    padding: 0 13.7rem 0 12.5rem;
    background: white;
    height: 5rem;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 6px -20px 44px 3px rgba(23,23,56,0.49);
    -moz-box-shadow: 6px -20px 44px 3px rgba(23,23,56,0.49);
    box-shadow: 6px -20px 44px 3px rgba(23,23,56,0.49);
}

.logoModular{
    height: 5.6rem;
    width: auto;
}

.menu{
    width: 30.3rem;
    font-size: var(--textos);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.opcionesMenu{
    text-decoration: none;
    color: var(--azulRey);
}

.opcionesMenu:hover{
    color: var(--Rojo);
}

button.modoOscuro{
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: none;
}

.sol{
    height: 70%;
    width: auto;
    display: none;
}

.luna{
    height: 70%;
    width: auto;
    display: flex;
}

/*MARQUESINA*/
.marquesina{
    background: #1717387a;
    backdrop-filter: blur(10px);
    padding: var(--paddingSección);
    margin-top: 0.9em;
    height: 2.5em;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.marquesinaServicios{
    color: white;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1em;
}

.marquesinaCel{
    display: none;
}

/*sección vertical WHATSAPP CHAT*/
.whatsappChat{
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: start;
    justify-content: center;
    height: 5em;
    width: 5em;
    bottom: 5em;
    right: 6.6em;
}

.iconWhatsapp{
    height: 3.9em;
    width: 3.9em;
}

.homeForm{
    padding: var(--paddingSección);
    height: 959px;
    gap: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*SECCIÓN FORMULARIO*/
.cajaForm{
    height: 59.9em;
    width: var(--anchoTotal);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulosForm{
    margin: 5px 0 35px 0;
    width: var(--anchoTotal);
    letter-spacing: 4px;
    font-weight: 700;
    text-align: start;
    color: var(--Rojo);
    font-size: var(--titulos);
    font-family: var(--tipoPrincipal);
}

.formulario{
    height: auto;
    width: var(--anchoTotal);
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quienSos{
    display: flex;
    flex-direction: row;
    width: var(--anchoTotal);
    gap: 5px;
}

.celdaNombre{
    height: 40px;
    width: 50%;
    border: var(--azulRey) solid 1px;
    font-size: var(--textos);
    font-family: var(--tipoSecundaria);
}

.celdaEmail{
    height: 40px;
    width: var(--anchoTotal);
    border: var(--azulRey) solid 1px;
    font-size: var(--textos);
    font-family: var(--tipoSecundaria);
}

.textarea{
    height: 200px;
    width: var(--anchoTotal);
    border: var(--azulRey) solid 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: var(--Rojo);
    font-size: var(--textos);
    font-family: var(--tipoSecundaria);
}

.formularioBtn{
    padding: var(--buttonpadding);
    font-size: var(--subtitulos);
    height: 50px;
    margin: 15px;
}

/*SECCIÓN mapa*/
.imgMapa{
    width: var(--anchoTotal);
    height: var(--anchoTotal);
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mapa-contenido{
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--anchoTotal);
    height: auto;
}

.mapa{
    border: 10px;
    width: var(--anchoTotal);
    height: 25em;
}

.textoMapa{
    display: flex;
    text-align: end;
    font-size: var(--textos);
    font-family: var(--tipoSecundaria);
}

/* CARRUSEL */
.carrusel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carruselImg{
    display: flex;
    width: 500%; /* Ancho total = 100% * número de imágenes */
    transition: transform 0.5s ease;
}

.carruselImg img{
    width: 20%; /* Ancho individual = 100% / número de imágenes */
    cursor: pointer;
}

.arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 2;
}

.arrowL{
    left: 0;
}

.arrowR{
    right: 0;
}

/*FOOTER SOMBRA*/
footer{
    -webkit-box-shadow: 6px -20px 44px 3px rgba(23,23,56,0.49);
    -moz-box-shadow: 6px -20px 44px 3px rgba(23,23,56,0.49);
    box-shadow: 6px -20px 44px 3px rgba(23,23,56,0.49);
}

/*FOOTER*/
.piePagina{
    font-family: var(--tipoSecundaria);
    padding: var(--paddingSección);
    background: #202020;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logoFotter{
    height: 12.5em;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.informaciónFotter{
    height: 16rem;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}

.datosfooter{
    width: var(--anchoTotal);
    padding-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.copysFooter p{
    font-size: var(--textos);
    text-align: end;
    margin-top: 0.4em;
    letter-spacing: 1px;
}

.redes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

.btnRedes{
    border-radius: 12px;
    height: 3.6em;
    width: 3.6em;
}

.imgRS{
    height: 3em;
    width: 3em;
}

.lineaFinal{
    opacity: 50%;
    margin: 1.2em 0 0.2em 0;
    width: var(--anchoTotal);
    background: white;
    height: 1px;
    border: none;
}

.copyDespedida{
    margin: 0 0 1.5em 0;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 25px;
    width: var(--anchoTotal);
}
