*{
    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;
}

li{
    list-style: none;
}

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;
}

.persona:hover{
    box-shadow: 0px 1px 17px 8px rgba(23, 23, 56, 0.103);
    transition: 0;
}

.valor:hover{
    color: var(--azulRey);
    transition: 0.5s;
}

/*BODY BOTON MODO OSCURO*/
body.darkMode{
    background: #3b3b3b;
    color: white;
    transition: background-color .7s, color .7s;
}

body.darkMode .inicioHome{
    background: no-repeat url("../img/imgPaginaDark.webp");

}

body.darkMode .subtituloCentral{
    color: white;
}

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 .Portafolio{
    color: var(--Rojo);
}

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;
}

body.darkMode section.clientesyresultados{
    background: #1d1d1d;
}

body.darkMode p.cita{
    color: white;
}

body.darkMode div.persona{
    background: #2e2e2e;
}

body.darkMode .persona:hover{
    box-shadow: 0px 0px 23px 0px rgba(230,46,51,0.79);
}

/*MENU*/
.barraMenus{
    width: var(--anchoTotal);
    position: fixed;
    z-index: 5;
    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;
    box-shadow: 0.3rem 0.3rem  2.5rem #00000025;
}

.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;
}

/*HOME*/
.inicioHome{
    background: no-repeat url("../img/imgPagina.webp");
    height: 59.9rem;
    width: var(--anchoTotal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.textosInicio{
    padding: 0 12.5em 0 12.5em;
    height: 42.7rem;
    color: white;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.tituloCentral{
    font-size: var(--megaTitulos);
    margin-bottom: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--Rojo);
    font-family: var(--tipoPrincipal);
}

.subtituloCentral{
    font-size: var(--subtitulos);
    font-family: var(--tipoSecundaria);
    color: black;
    margin-bottom: 2em;
    font-size: 2em;
    font-weight: 700;
}

.ctaCentral{
    font-family: var(--tipoSecundaria);
    font-size: var(--titulos);
    height: 70px;
    margin: 15px 0 70px 0;
    padding: var(--buttonpadding);
}

/*WHATSAPP CHAT*/
.whatsappChat{
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: start;
    justify-content: center;
    z-index: 3;
    height: 5em;
    width: 5em;
    bottom: 5em;
    right: 6.6em;
}

.iconWhatsapp{
    height: 3.9em;
    width: 3.9em;
}

/*SERVICIOS*/
.titulos{
    padding: 2.1em 0 0.2em 0;
    margin: 0.5em 0 0.1em 0;
    letter-spacing: 4px;
    font-weight: 700;
    width: var(--anchoTotal);
    height: auto;
    text-align: center;
    color: var(--Rojo);
    font-size: var(--titulos);
    font-family: var(--tipoPrincipal);
}

.servicios{
    padding: var(--paddingSección);
    width: var(--anchoTotal);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*SERVICIO BLOQUE PASTEL*/
.servicioI{
    background: var(--Rojo);
    height: 27.6em;
    margin: 1rem;
    border-radius: 55px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.carrusel{
    height: var(--anchoTotal);
    max-width: 56.2rem;
    border-radius: 55px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    position: relative;
}

button.arrowL{
    background: #ce282d;
    height: var(--anchoTotal);
    transform: scale(none);
    width: 3rem;
    box-shadow: none;
    border-radius: 55px 0 0 55px;
}

.arrowL img{
    height: 1rem;
    width: 1rem;
}

.carruselImg{
    display: flex;
    height: var(--anchoTotal);
    width: 50.2rem;
    border-radius: 55px;
    transition: transform 0.5s ease;
    mix-blend-mode: multiply;
}

.imgServicio{
    height: 27.6rem;
    width: 50.2rem;
    object-fit: cover;
    list-style: none;
    box-sizing: border-box;
}

.imgServicio img{
    height: 27.6rem;
    width: 50.2rem;
    object-fit: cover;
}

.arrowL, .arrowR{
    z-index: 1;
}

button.arrowR{
    background: #ce282d;
    height: var(--anchoTotal);
    width: 3rem;
    transform: scale(none);
    box-shadow: none;
    border-radius: 0 55px 55px 0;
}

.arrowR img{
    height: 1rem;
    width: 1rem;
}

.carruselImg:hover{
    mix-blend-mode: normal;
    transition: 1s;
    border-radius: 55px;
}

/*BOX NOMBRE SERVICIO*/
.boxServicio{
    background-image: url("../img/fondobox.webp");
    object-fit: fill;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 27.6rem;
    width: 27.6rem;
    z-index: 2;
    border-radius: 55px;
    box-shadow: -33px 18px 51px -28px rgba(5,5,13,1);
}

.boxServicioI{
    background-image: url("../img/fondobox.webp");
    object-fit: fill;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 27.6rem;
    width: 27.6rem;
    z-index: 2;
    border-radius: 55px;
    box-shadow: 32px 18px 51px -28px rgba(5,5,13,1);
}

.tituloServicio{
    font-family: var(--tipoPrincipal);
    font-size: var(--titulos);
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--Rojo);
    width: 90%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.tituloServicio:hover{
    font-size: 2.7rem;
    transition: 1s;
}

.copyServicio{
    font-family: var(--tipoSecundaria);
    font-size: var(--textos);
    font-weight: 400;
    color: white;
    height: 50%;
    width: 90%;
    display: flex;
    align-items: start;
    justify-content: start;
}

/*PORTAFOLIO*/
.Portafolio{
    color: var(--Rojo);
    font-size: var(--subtitulos);
    margin: 20px 0 100px 0;
    font-family: var(--tipoSecundaria);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}

.downloadIcon{
    height: 2rem;
    width: auto;
    margin: 0.7rem;
}

/*SERVICIOS CELULAR*/
.serviciosCel{
    display: none;
}

/*CLIENTES*/
.clientesyresultados{
    background: #F0F0F0;
    padding: 0 12.5em 3.1em 12.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.clientes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: var(--anchoTotal);
}

.empresas{
    width: var(--anchoTotal);
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.logosEmp{
    flex: 0 0 25%;
    width: 18.7em;
    height: auto;
    object-fit: cover;
    scroll-snap-align: center;
    list-style: none;
}

/*RESULTADOS*/
.resultados{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    width: auto;
}

.datos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0.3em;
    height: 9.3em;
    width: 25em;
}

.valor{
    color: var(--Rojo);
    font-size: var(--megaTitulos);
    font-weight: 700;
    margin-bottom: 0.6em;
    font-family: var(--tipoSecundaria);
}

.copyValor{
    font-family: var(--tipoSecundaria);
    font-size: var(--subtitulos);
    font-weight: 300;
}

/*TESTIMONIOS*/
.testimonios{
    margin: 1%;
    padding: 1%;
    height: auto;
    gap: 0.5em;
    width: var(--anchoTotal);
    display: flex;
    font-family: var(--tipoSecundaria);
}

.persona{
    background: white;
    border-radius: 1.5em;
    padding: 0.2em;
    height: 18.7em;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}

.fotoPersona{
    border: whitesmoke solid 2px;
    object-fit: cover;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1.5em;
    border-radius: 100%;
}

.nombre{
    color: var(--Rojo);
    font-size: var(--subtitulos);
    width: var(--anchoTotal);
    height: 0.5em;
    margin-bottom: 0.7em;
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cita{
    color: var(--azulRey);
    font-size: var(--textos);
    height: 3.8em;
    width: auto;
}

/*MENSAJE FINAL*/
.mensaje{ 
    width: var(--anchoTotal);
    height: 14.7em;
    margin: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.incentivo{
    font-family: var(--tipoSecundaria);
    font-size: var(--titulos);
    letter-spacing: 3px;
    font-weight: 700;
}

.ctaIniciar{
    font-size: var(--titulos);
    height: 1.8em;
    margin: 1em;
    width: 30%;
}

.ctaIniciar a{
    text-decoration: none;
    color: white;
    text-align: center;
}

/*NOSOTROS*/
.nosotros{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: var(--azulRey);
    width: var(--anchoTotal);
    height: auto;
    padding-bottom: 40px;
}

.cajaNosotros{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: var(--anchoTotal);
    padding: var(--paddingSección);
}

.imgNosotros{
    width: 49%;
    height: 380px;
}

.copyNosotros{
    font-size: var(--textos);
    font-family: var(--tipoSecundaria);
    width: 49%;
    height: auto;
}

/*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);
}
