:root{
    --color-accent: #FF595A;
    --spacer-1: 8px;
    --spacer-2: 16px;
    --spacer-3: 24px;
    --spacer-4: 32px;
    --spacer-5: 40px;
    --spacer-6: 48px;
    --spacer-7: 56px;
    --spacer-8: 64px;
    --transition-duration: 300ms;
    --height-desktop: 455px;
    }

body,
html {
    background: #FFF;
    font-size: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-family: Whyte,whyte,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

body * {
    letter-spacing: normal;
    font-family: Whyte,whyte,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

img,
svg,
video,
figure,
picture {
    display: block;
    margin: auto;
}

img,
svg,
video {
    width: 100%;
    height: auto;
}

button{
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.slide__wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide__placeholder{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide__info{    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15%;
    /* background-color: rgba(0,0,0,0.2); */
}

.slide__footer{
    min-width: 300px;
    width: 85%;
}

.slide__logo{
    margin: 0;
    width: 65%;
}

.slide__container {
    font-family: Whyte,whyte,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: var(--default-color);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.content__container{
    position: relative;
    width: 100%;
    height: 100%; 
}

.media__container{
    position: relative;
    overflow: hidden;
}

.media__element{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide__title{
    font-size: 32px;
    line-height: 118.75%;
    font-weight: 400;
}

.slide__text{
    color: #FFF;
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    margin: 0;
    margin-bottom: 16px;
    text-wrap: balance;
}

.cta__link{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}


.cta__button{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: initial;
    min-width: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    border: 0 none;
    border-radius: 4px;
    padding: 14px;
    transition: all 300ms ease;
    color: #FFF;
    background-color: #000;
    margin: 0 auto;
    gap: 8px;
}

.cta__button--primary{
    border-radius: 24px;
    background-color: var(--color-accent);
    margin: 0;
}

.cta__button--inverted{
    color: #000;
    background-color: #FFF;
}

.cta__button--outline{
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
    padding: 9px 16px;
}

.cta__button--outline-inverted{
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent;
    padding: 9px 16px;
}

.cta__button--accent{
    color: #FFF;
    background-color: var(--color-accent);
}

.cta__button--accent-inverted{
    color: var(--color-accent);
    background-color: #FFF ;
}

.cta__button--rounded{
    padding: 10px 12px;
    border-radius: 20px;
}

.cta__button--rounded-accent{
    background-color: var(--color-accent);
    color: #FFF;
}

.cta__button--rounded-outline{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.cta__button--rounded-outline-accent{
    background-color: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
}

.cta__button--rounded-outline-inverted{
    padding: 9px 12px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #FFF;
}

.audio__control {
    display: block;
    position: fixed;
    right: 12px;
    bottom: 12px;
}

.slide__container--is-app .no__app{
    display: none;
}


/* -- ICONOS ------- */
.icon__image {
    display: block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: #fff; /* AL CAMBIAR EL COLOR DEL FONDO, CAMBIAMOS EL COLOR DEL ICONO */
    transition: all ease-out var(--transition-duration);
}

.icon__image--small{
    width: 20px;
    height: 20px;
}

.icon__image--x-small{
    width: 16px;
    height: 16px;
}

.icon__image--xx-small{
    width: 12px;
    height: 12px;
}

.icon__image--sound-on {
    -webkit-mask-image: url(./assets/icon-altavoz-on.svg?t=20240318170500);
    mask-image: url(./assets/icon-altavoz-on.svg?t=20240318170500);
}

.icon__image--sound-off {
    -webkit-mask-image: url(./assets/icon-altavoz-off.svg?t=20240318170500);
    mask-image: url(./assets/icon-altavoz-off.svg?t=20240318170500);
}

.icon__image--arrow-right{
    -webkit-mask-image: url(./assets/icon-arrow-right.svg?t=20240318170500);
    mask-image: url(./assets/icon-arrow-right.svg?t=20240318170500);
}


.text__title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    text-wrap: balance;
    color: var(--color-accent);
    margin-bottom: 8px;
}

.text__parag{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-wrap: balance;
    color: #000000;
}

.section__cover{
    padding: 32px 0;
    margin: 0 auto;
    width: 268px;
}

.section__body{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 670px;
}

.section__footer{
    padding: 24px 0 32px 0;
}


/* ONLY MOBILE */
@media (max-width: 767px) {
    .no__mobile{
        display: none;
    }

    
}


/* ONLY DEKTOP */
@media (min-width: 768px) {
    .slide__container,
    .cta__button,
    button {
        cursor: pointer !important;
    }

    .audio__control {
        cursor: pointer !important;
    }

    .no__desktop{
        display: none;
    }

    .text__title{
        font-size: 20px;
        line-height: 110%;
    }

    .text__parag{
        font-size: 28px;
    }

    .section__cover{
        width: 236px;
    }

    .slide__info{    
        justify-content: center;
        align-items: center;
        padding: 8px 32px;
    }

    .slide__logo{
        width: 16%;
        min-width: 240px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .slide__footer{
        width: 50%;
        min-width: 600px;
        margin: 0 auto;
    }

    .slide__text{
        font-size: calc(20px + 0.22vw);
        line-height: 120%;
        margin-bottom: 20px;
        text-align: center;
    }
   
    .cta__button--primary{
        margin: 0 auto;
    }
    
}


/* ONLY 1080 */
@media (min-width: 1080px) {
}


/* --- DEBUGGER ------- */
#debugger{
    background-color: tomato;
    color: #fff;
    padding: 20px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9999;
}

#debugger *{
    word-break: break-all;
}