/*
Theme Name: presenciaeninternet - tema hijo
Theme URI: https://presenciaeninternet.com
Version: 1.0
Description: Tema hijo de divi
Author: presenciaeninternet
Template: Divi
*/
@import url("../Divi/style.css");

.et_button_no_icon .et_pb_button {width: 100%;max-width: 320px;min-width: 280px;padding:5px 7px 3px 7px!important;line-height: 1.2em!important;height: fit-content;text-align: center;}
.et_button_no_icon .et_pb_button:hover {width: 100%;max-width: 320px;min-width: 280px;padding:5px 7px 3px 7px!important;line-height: 1.2em!important;height: fit-content;text-align: center;}
.et-fixed-header .menu-item-34 a {background-color: #5f844c!important;padding: 9px 12px 7px 12px!important;}

.et_header_style_left .et-fixed-header #et-top-navigation {padding-top:12px!important;}
.et_header_style_left .et-fixed-header .menu-item-732 {padding-right:0!important;}

.menu-item-34.current_page_item {color:#ffffff!important;}
.et-fixed-header #top-menu .page-item-20.current-menu-item>a{color:#ffffff!important;}



.hoja_bullet li {list-style-type:none;padding-bottom:10px;}
.hoja_bullet li::before{content:" ";background:url('https://nagarepsicologia.es/wp-content/uploads/2025/07/hoja.png')center center no-repeat;padding-right:40px;background-size:contain;}

/* Oculta el logo inicialmente */
#logo {
  display: none !important;
}

/* Muestra el logo solo cuando el menú se vuelve fijo */
.et-fixed-header #logo {
  display: initial !important;
}

@media screen and (max-width: 980px) {
  #main-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  body.et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px; /* Ajusta según la altura de tu menú */
  }
}


#main-header {box-shadow: 0 1px 0 rgb(95 132 76 / 100%);-moz-box-shadow: 0 1px 0 rgba(95,132,76,1);-webkit-box-shadow: 0 1px 0 rgb(95 132 76 / 100%);}
#main-header.et-fixed-header {box-shadow: 0 3px 9px rgb(95 132 76 / 100%)!important;-moz-box-shadow: 0 3px 9px rgba(95,132,76,1)!important;-webkit-box-shadow: 0 3px 9px rgb(95 132 76 / 100%)!important;}
#top-menu ul li {line-height: 1.2em!important;}
.titulo_secciones {font-size: 14vw!important;}


@media (min-width: 576px) { /* ≥ 576px - sm */
  .titulo_secciones {font-size: 11vw!important;}
}
@media (min-width: 768px) { /* ≥ 768px - md */
  .titulo_secciones {font-size: 7vw!important;}
}
@media (min-width: 992px) { /* ≥ 992px - lg */
}
@media (min-width: 1200px){ /* ≥ 1200px - xl */
}
@media (min-width: 1400px){ /* ≥ 1400px - xxl */
}
@media screen and (min-width: 2560px) {
 .titulo_secciones {font-size: 180px!important;}
}