/*
Theme Name: Divi-hijo
Theme URI: https://www.oneseq.es/
Version: 1
Description: Tema hijo Divi para OneseQ
Author: Alhambra
Author URI: https://www.oneseq.es/
Template: Divi
*/
 
@import url("../Divi/style.css");


/* Modificar estilo mega menu */
#top-menu li.mega-menu > ul > li > a:first-child {
padding-top: 0 !important;
border-bottom: 1px solid #dee0e3;
font-weight: 700;
color:#5a6375;
}

/*This will change the active menu items colour*/
#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a,
.nav li ul .current-menu-item a {
    color: #bf8e04 !important;
}

/**---------------- Botones CTA ----------------**/

.et_pb_bg_layout_contacto {
	color: #ffffff !important;
	border-width: 0px !important;
	border-radius: 5px;
	font-size: 18px;
	font-family: Open Sans,Arial,sans-serif !important;
	background-color: #bf8e04;
	padding-top: 10px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
}

.et_pb_bg_layout_contactoa:hover {
	background-color: #5b6476 !important;
}

/*Evitar palabras cortadas*/

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}