/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 19:54:30 */
/*** Inicia AVSYS - Divi basics ***/

/* Forzar menu movil */
/* @media only screen and ( max-width: 1280px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
} */

/* Esconde carrito woocommerce en menú de Divi */
/*.et-cart-info { 
	display:none; 
}*/

/* Elimina la linea debajo del header */
/* header#main-header.et-fixed-header, #main-header {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
} */

/* Esconder reCaptcha - Divi */
body.et_pb_recaptcha_enabled .grecaptcha-badge {
    visibility: hidden !important;
}

/* Fix Logo on Movil */
@media only screen and (max-width: 250px) {
    body header img#logo {
        max-width: 60% !important;
        max-height: 60% !important;
        height: auto !important;
        width: auto !important;
    }
}

/* Top Menu Hover */
#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover,
.et-fixed-header #top-menu a:hover {
	color: #fce9d1 !important;
    opacity: 1;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    color: #fce9d1; 
    opacity:1;
}

/* Menu Movil */
/* Menu Hamburger Movil */
@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #ffffff !important;
	}
  
   .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';  /* Cambia el menu a X cuando está abierto */
    }
}

/* Centrar Menu Hamburger Menu */
.et_header_style_split #main-header .mobile_nav {
	text-align: center;
	background: #835a39;
	padding: 0 0 10px 0;
}

.et_header_style_split .mobile_nav .select_page {
	display: inline;
}

.et_header_style_split .et_menu_container .mobile_menu_bar {
	position: relative;
	display: inline;
	top: 7px;
}

#et_mobile_nav_menu span.select_page {
	position: relative !important;
    font-size: 18px;
	letter-spacing: 1px;
}

.et_mobile_menu li a {
    font-size: 18px;
	padding: 15px 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    color: #fce9d1 !important; 
    opacity:1 !important;
}

/* Separar Menu */
#top-menu li {
    padding-right: 40px;
}

/* ==========================================================
   AVSYS - Slider Hadas y Ranas
   Título con fondo semitransparente alineado a la derecha
   ========================================================== */

.av-slider-hadas .et_pb_slide_title {

    /* El recuadro se ajusta al tamaño del texto */
    display: block;
    width: fit-content;

    /* Manda todo el recuadro hacia la derecha */
    margin-left: auto !important;
    margin-right: 0 !important;

    /* Texto alineado a la derecha */
    text-align: right !important;

    /* Fondo negro semitransparente */
    background: rgba(0, 0, 0, 0.58);

    /* Espacio interior */
    padding: 18px 34px 22px 34px;

    /* Mantiene correctamente el fondo */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media only screen and (max-width: 980px) {

    .av-slider-hadas .et_pb_slide_title {
        width: fit-content;
        max-width: 90%;
        margin-left: auto !important;
        margin-right: 0 !important;
        text-align: right !important;
        padding: 14px 24px 17px 24px;
    }

}


/* ==========================================================
   CELULAR
   ========================================================== */

@media only screen and (max-width: 767px) {

    .av-slider-hadas .et_pb_slide_title {
        width: fit-content;
        max-width: 92%;
        margin-left: auto !important;
        margin-right: 0 !important;
        text-align: right !important;
        padding: 11px 18px 14px 18px;
    }

}

/* Fix Preguntas Frecuentes - Acordeon - Activar JS */
/* .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
} */

/* Centrar Footer */
#footer-info {
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	width: 100%;
}

/* Ajuste Top Arrow - Botones Whats y Tel */
.et_pb_scroll_top.et-pb-icon {
    bottom: 15px;
}

@media (max-width:700px) {
    .et_pb_scroll_top.et-pb-icon {
        bottom: 145px;
    }
}

/* Fix botones de Celular - Botones Whats y Tel */
@media (max-width:700px) {
    #footer-info {
	    padding-bottom: 15px;
    }
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #9f704b;
    opacity: 1;
}
