/*
CTC Separate Stylesheet
Updated: 2025-03-04 16:37:35
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.1741102655
*/

/* ------------------------------- Cabecera ---------------------------------- */

.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul, .et_pb_menu--style-centered .et_pb_menu__wrap {
    -webkit-box-pack: end !important;
    justify-content: right !important;
}

.header-contact .et_pb_blurb_description {
    margin-top: 2px;
}

.header-contact.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px !important;
}

.et_pb_menu .et-menu-nav>ul ul {
    padding: 10px 0;
}

.nav li li {
    padding: 0 10px;
    width: 100%;
}

.et-menu li li a {
    padding: 6px 6px;
    width: 100%;
}

.header-row .et_pb_column.et_pb_column_1_6.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
    width: 215px;
}

.header-row .et_pb_column.et_pb_column_1_6.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough {
    width: 125px;
}


/*------------------- 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: #fff;
}