/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2025 | 17:23:40 */
#landing-container-1, #landing-container-2 {
	display:none !important;
	width:0;
	height:0;
}


.category-section{
	max-width: 1233px;
}

#ejemplo-menu, #flotante-ejemplo, #cardswrap-ejemplo, #los-favoritos-ejemplo {
	display:none !important;	
}

.container-menu {
    display: flex;
    flex-direction: row;
    width: initial;
    height: 100%;
    flex-grow: 1;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px 46px;
    row-gap: 50px;
    column-gap: 46px;
    margin: 20px 0 0 0;
    padding: 0;
}

/* Versión para móviles */
@media (max-width: 768px) {
    .container-menu {
        flex-wrap: wrap;
    }
}

#horizontal-menu .menu-item a.hfe-menu-item {
	padding: 15px;
	color: #fff;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  	font-weight: var( --e-global-typography-primary-font-weight );
}

#horizontal-menu .menu-item a.hfe-menu-item:hover {
	text-decoration: underline !important;
}

textarea.form-control {
    border: 1px solid #5f6368;
    resize: none;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    min-height: 100px;
    outline: none;
}


#estadoMSG {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: var( --e-global-typography-accent-font-weight );
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}

#geo-btn {
	cursor:pointer !important;
}

.chillis-loader {
    width: 24px;
    height: 24px;
    border: 5px solid #F33705;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	margin-top: 2px;
	margin-left: 12px;
	
    }

    @keyframes rotation {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
    } 
	