/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2025 | 21:05:25 */
:root {
    --blanco : #fff;
    --chillis-red: #ED1C24;
	--chillis-red-dark: #D0181F;
	--chillis-blue-dark: #22235B;
	--chillis-yellow-warning: #FFC60B;
	--chillis-green-success: #749E33;
	--chillis-red-error: #BA161D;
	--chillis-gray: #A19F9A;
	--chillis-green-lime: #749E33;
}

@font-face {
    font-family: 'Dirk';
    src: url('/wp-content/uploads/2025/02/Dirk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .Dirk,
.Dirk h1, .Dirk h2, .Dirk h3, .Dirk h4, .Dirk h5, .Dirk h6, .Dirk a {
    font-family: 'Dirk', sans-serif!important;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2025 | 02:05:34 */
@font-face {
    font-family: 'Dirk';
    src: url('/wp-content/uploads/2025/02/Dirk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .Dirk {
    font-family: 'Dirk', sans-serif!important;
}

body .page-content {
	overflow-x: hidden!important;
}
/*pagina menu*/
.page-id-29 .page-content,
.page-id-26 .page-content{
	overflow: unset!important
}
/*pagina menu*/
/*Header*/
.border-hover a:hover:not(.current-menu-item a) {
	border-bottom: 3px solid var( --e-global-color-6cd30cf);
}
/*Decorado en títulos*/
.decorado {
    display: flex;
}
.decorado:before,
.decorado:after {
    content: '';
    width: 60px;
    height: 46px;
}

.decorado:before {
    background: url(/wp-content/uploads/2025/02/decorado-izq.svg) no-repeat center / contain;
}

.decorado:after {
    background: url(/wp-content/uploads/2025/02/decorado-izq.svg) no-repeat center / contain;
    transform: scaleX(-1);
}
@media(max-width: 767px) {
	.decorado:before,
	.decorado:after {
		width: 27px;
		height: 30px;
		z-index: 4;
	}
	
/*Franja amarilla y gris de contenedores del menú*/
.BGacento::before {
    background-image: linear-gradient(180deg, var(--e-global-color-e46c68e) 28%, #F3F2EE 0%) !important;
}
	
}
@media(max-width: 1024) {	
/*Franja amarilla y gris de contenedores del menú*/
.BGacento::before {
    background-image: linear-gradient(180deg, var(--e-global-color-e46c68e) 155px, #F3F2EE 0%) !important;
}
}
/*Cards menu home*/
.Cardswrap::-webkit-scrollbar {
    display: none;
}
.block {
	display: block!important;
}
/*Botones*/
.btnSombra a:hover {
    box-shadow: 0px 0px 0px 0px #22235B!important;
    
}
/*Overlay en imagenes*/
.overlayImg::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(56, 8, 8, 0.5) 6%, rgba(115, 115, 115, 0) 100%);
    top: 0;
    left: 0;
}
/*Menu sticky*/
.sticky-menu {
    position: sticky!important;
    top: 0px;
    z-index: 5;
}
.wrapVertodo::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://dev.chillis.disandatdev.com/wp-content/uploads/2025/02/Isolation_Mode.svg) center no-repeat;
}
.page-content a {
	text-decoration: none;
}
.menusticky a:hover {
	text-decoration: underline!important;
}
/*Menu se oculta*/
#Vertodo,
#cerrar {
	cursor: pointer;
}
#cerrar path:hover ~ [fill*="#22235B"] {
    fill: red!important;
}
#MenuFlotante {
	transition: all 0.6s cubic-bezier(0.73, 0.7, 0.25, 1.15);
	z-index: 999;
}
.muestra {
	right: 0% !important;
	background: rgba(0,0,0,0.25);
}

/*Menu plegable*/
.menu-mobile nav.menu-is-active {
	height: 100vh!important;
	align-items: flex-start!important;
}
.menu-mobile nav.menu-is-active a {
	font-family: 'Dirk';
}
#MenuFlotante .elementor-element-b43c639 {
	display: flex;
}
/*---SUCURSALES---*/
.sticky-map {
	position: sticky;
    top: 50px;
    height: 0;
    z-index: 2;
}
/*FOOTER*/

	#menu-1-1ef5171 {
		justify-content: center!mportant;
	}
@media(max-width: 767px) {
	#menu-1-1ef5171 {
		justify-content: left!mportant;
	}
	.block, .block ul {
		display: block!important;
	}
	footer .hfe-nav-menu {
 	 margin-left: 0 !important;
	}
}


/**
* Contacto y Únete
**/

.boton-send-front{
    background-color: var(--e-global-color-6cd30cf);
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 100px 100px 100px 100px;
    padding: 15px 25px 15px 25px;
}
.boton-send-front:hover {
    background-color: var(--e-global-color-primary);
}

.chillis-form-label{
	font-size: 16px;
    font-weight: 700;
	line-height: 20px;
}

input::placeholder,
textarea::placeholder {
  color: red; /* Cambia esto al color deseado */
  opacity: 1; /* Asegúrate de que el color sea visible */
}
::-webkit-input-placeholder { color: red; }
:-moz-placeholder { color: red; }
::-moz-placeholder { color: red; }
:-ms-input-placeholder { color: red; }

#contactoForm h1{
	color: var(--chillis-blue-dark);
	font-size:50px;
}

#contactoForm p{
	color: var(--chillis-blue-dark);
	font-size: 16px;
	font-weight: 600;
}

#contactoForm .chillis-form-label{
	color: var(--chillis-blue-dark);
}


.message-error{
	font-size: 20px;
    color: var(--chillis-red);
    text-align: center;
	margin: 20px 0px;
}

#uneteForm h1{
	color: var(--chillis-blue-dark);
	font-size:50px;
}
[id*=cc_] input,
[id*=cc_] select,
[id*=cc_] textarea {
	border-radius: 8px!important;
    border: 1px solid var(--e-global-color-54b7b80)!important;
}
[id*=cc_] textarea {
	height: 170px!important;
}
#uneteForm p,
#contactoForm p {
	color: var( --e-global-color-primary );
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
    width: 100%;
    margin: 53px auto;
}
#uneteForm p {
	max-width: 790px;
}
#contactoForm {
	padding: 0 20px;
}
#contactoForm p {
	max-width: 465px;
}
#contactoForm p br {
	display: none
}
#uneteForm .chillis-form-label{
	color: var(--chillis-blue-dark);
}

@media(max-width: 767px) {
	[id*=cc_] textarea {
		height: 300px;
	}
}
/*POP Ubicación*/
.selectShortCode select#chillis_estados {
    border: 1px solid var(--chillis-gray);
    border-radius: 10px;
    appearance: none;
    background: url('/wp-content/uploads/2025/02/ico_down.svg') no-repeat 99% center;
    cursor: pointer;

}
select:invalid,
select option[value=""] {
  color: var(--chillis-gray);
}

option {
	color: initial;
}
/*----------FIN POP Ubicación--------------*/
/*Hotspots Elementor*/
.jet-hotspots__item .jet-hotspots__item-inner {
       color: #22235B;
    background-color: #FFC60B;
    border-radius: 50px;
    border: solid 3px #22235B;
}
.tippy-box {
    background-color: #FFC60B;
    color: #22235B;
    border-radius: 10px;
	border: 3px solid #22235b;
	-webkit-box-shadow: -5px 5px 0px 0px rgba(255,255,255,1);
-moz-box-shadow: -5px 5px 0px 0px rgba(255,255,255,1);
box-shadow: -5px 5px 0px 0px rgba(255,255,255,1);
}
.elementor-2199 .elementor-element.elementor-element-bcbdd8b .jet-hotspots .tippy-box {
    width: 250px;
}
.elementor-2199 .elementor-element.elementor-element-bcbdd8b .jet-hotspots .tippy-box .tippy-content {
    padding: 15px;
	text-align: center;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -8px;
	color:#22235b;
}
/*--- FIN Hotspots Elementor--- */

/*-----Heroe slider Home------------*/
.banner-principal-container {
    position: relative;
    width: 100%;
    max-height: 700px;
    margin: 0!important;
}

.banner-item {
    position: relative;
    width: 100%;
    max-height: 700px;
    box-sizing: border-box;
}

.banner-item .banner-img {
    height: 100%;
    max-height: 700px;
    object-fit: cover;
}
.video-responsive-container iframe {
  height: 700px;
  min-height: 100%;
}
@media screen and (width < 767px) {
  .banner-principal-container,
  .banner-item,
  .banner-item .banner-img,
  .video-responsive-container iframe {
	max-height: 529px;
  }
}
/*-----/Heroe slider Home------------*/

/*------Sucursales------*/
.page-id-26 {
    overflow-x: hidden;
}
.sticky-mapa {
    position: sticky !important;
    top: 80px !important;
}
.sucursal-item {
    margin-bottom: 1em;
}
@media screen and (width < 1024px) {
	.sucursales-mapa-container {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 22px;
        width: 100% !important;
        z-index: 0;
    }
	.sucursales-mapa {
        width: calc(100% - 15px) !important;
    }
}

.elementor-element-30eba54{
	background:transparent!important;
}
/*--------Promociones---------*/
@media screen and (width < 1024px) {
    .elementor-1625 .elementor-element.elementor-element-a15cb3b {
        border-radius: 30px;
        min-height: 100%;
        padding-bottom: 5em;
    }
	#promocion-derecha img {
		height: 100%!important;
	}
}
@media screen and (width < 720px) {
    .elementor-1625 .elementor-element.elementor-element-a15cb3b {
        border-radius: 0px;
    }
}