/*
CTC Separate Stylesheet
Updated: 2025-05-12 11:26:24
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1747041984
*/

/*------------------- Añadir iconos a los listados para Divi------------------------------------------*/

.custom_bullets_wpcc ul li {
  padding-left: 30px;
  list-style:none;
  margin-bottom: 10px;
}

.custom_bullets_wpcc ul li::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;
}

.custom_bullets_wpcc ul li::before {
  content: '\24';
	color: #e02b20;
}


/* ---------------- Hacer enlaces del menu como botones ----------------- */

.header_button a {
    background-color: #de9a4f;
    color: #fff !important;
    padding: 15px 20px !important;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px !important;
    text-transform: uppercase;
}

.et_header_style_left #et-top-navigation {
    padding-top: 20px !important;
}

@media only screen and (min-width: 981px) {
	.et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
    color: #111111!important;
}
}