/*
CTC Separate Stylesheet
Updated: 2024-08-20 10:11:39
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.1.1724141499
*/



/* -------------------Hacer el boton del formulario divi Ancho Completo--------------------------------- */

.et_contact_bottom_container {
width: 97%;
}

.et_pb_contact_submit.et_pb_button {
width: 100%;
margin: 0 auto;
}

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

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

.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: '\39';
	color: #fff;
}
