.skindion-btn{
    width: 90%;
    position: relative;    
    box-shadow: var(--skindion-shadow-btn);
    -webkit-box-shadow: var(--skindion-shadow-btn);
    -moz-box-shadow: var(--skindion-shadow-btn);
    overflow: hidden;
    border-radius: 15px;
}
.skindion-btn a{
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
    
}
.skindion-btn svg{
    position: absolute;
    right: -40px;
    top: 7px;
    z-index: -1;
}
.btn-info{
    position: fixed;
    bottom: 0;
    z-index: 100;
}

#suburbia{
    fill: var(--second-color);
}
#elektra{
    fill: var(--second-color);
}
#sanborns{
    fill: var(--second-color);
}
#icono-linea .st0{
    fill: var(--skindion-icono-fondo)

}
.st0{
    fill: var(--second-color);
}
#linio .cls-1{
    fill: var(--second-color);
}
.linio{
    width: 100px !important;
}
.bg-funcion-menu .big-boton {
    background: var(--fondo-boton-bg);
    max-width: 400px;
}
.bg-funcion-menu .big-boton a{
    color: var(--texto-boton-bg);
}
.bg-funcion-menu .big-boton a:hover {
    color: var(--texto-boton-bg)!important;
}
.offcanvas-body > .burbuja:not(:first-child){
    margin-top: 5rem;
}
.proximamente{
    position: absolute;
    bottom: 0rem;
    font-size: .9rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    background: var(--skindion-proximamente-fondo);
    color: var(--skindion-proximamente-color);
}
.onesignal-customlink-subscribe{
   color: var(--second-color) !important;
   letter-spacing: 1px !important;
}
.onesignal-customlink-subscribe.state-subscribed {
    opacity: .7 !important;
    text-transform: uppercase !important;
    font-size: .85rem !important;
    letter-spacing: 1px !important;
 }
 [aria-label="POPUP Form"], .kl-teaser-Tzy5tm, .kl-teaser-Yuympf{
    display: none !important;
}
.klaviyo-form-T696Wc p{ 
	color: var(--second-color) !important;
}
.klaviyo-form-T696Wc form{
	background: transparent !important;
}
.klaviyo-form-T696Wc input{
	border: 1px solid var(--second-color) !important;
	color: var(--second-color) !important;
}
.klaviyo-form-T696Wc button{
	background-color: #000!important;
	background: #000 !important;
	border: none !important;

}

.home .header-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0.5rem 1rem;
    border-radius: none;
    top: 0; 
    left: 50%;
    max-width: 600px;
    z-index: 100;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: none; 
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: var(--skindion-shadow-btn);
    width: 100%;
    position: absolute;
    filter: invert(1);


}
.home .options-list li.selected {
    color: var(--color-lang-selected);
    filter: invert(1);
}

.home .gif-top-landingpage {
    width: 100% !important;
    height: 60vh;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    margin: 0 !important;
    max-height: 600px; 
}
.home img{ display: none !important;}

.home .skindion-btn a {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
    height: 80px;
   }
.home .banner{
    background: #000;
    color: #fcf2f7;
    text-align: center;
    padding: .5rem;
    margin-bottom: 1.5rem;
    font-family: 'Quicksand';
    font-size: 3.5vw;
}
.home .index-texto-area{
    text-transform: uppercase;
} 
.home .doble{
    padding: .8rem !important;
    width: 100%;
    background: #000;
    border-radius: 5px;
}

.home .big-boton a {
    color: #fcf2f7;
}

.home .cls-1 {
    fill: #000;
}
.home .skindion{
    width: 150px;
}
.home .darkmode-lightmode-card i{
    color: #000;
}
.home .current {
 color: #000;
}
.home .logo-simple{
    display: none !important;
}
.m�-xico{
    background: #f38da7;
    color: var(--theme-color);
}
.espa�-a{
    background: #000;
}
.home i.redes-iconos {
    font-size: 4vh;
}
.home main{
    margin-bottom: 0!important;
}

@media (min-width: 768px) {
    .contacto a {
        font-size: 16px;
    }
    .contacto{
        padding-bottom: 2rem;
    }
    .offcanvas-footer {
        display: none;
    }
    #iframe-border{
        border: 0;
        height: 45vh;
        max-height: 400px;
    }
    .burbuja {
        padding: 40px;
        max-width: 600px;
    }
    .home .banner{
    font-size: 1rem;
    }
}
@media (min-width: 915px) {
    .offcanvas-bottom {
        width: 60vw;
        max-width: 1300px;
        max-height: 700px;
        height: fit-content !important;
    }

    .home #content{
        max-width: 600px;
        text-align: center;
        margin: 20px auto 50px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: var(--skindion-shadow-btn);
        background: var(--fondo);
    }
    .home{
       background: var(--fondo-web);
    }
    .home .gif-top-landingpage {
        width: 100% !important;
        height: 60vh;
        min-height: 800px;
        background-position: center;
        background-size: cover;
        margin: 0 !important; 
}
}