/*
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: 5.0.0-public-beta.1760849690
Updated: 2025-10-19 04:54:50

*/

/* Divi Engine CTA Button in the Divi Menu */

/* CTA button styles */
.de-menu-cta a {
    color: #fff!important; /* Change button text color here */
    background-color: #0A3161; /* Change button background color here */
    font-size: 21px!important; /* Change text size here */
    border-radius: 10px; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 15px 15px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 25px!important;
    padding-right: 25px!important;
    border: 0px;
}

/* Media query to ensure hover styles are only applied to desktop */

@media (min-width: 981px) {
    
    /* Hover styles for our CTA Button */
    .de-menu-cta a:hover {
        opacity: 1!important;
        color: #fff!important; /* Change hover button text color here */
        background-color: #B31942; /* Change hover button background color here */
        transform: scale(1.1); /* If you don't want the button to get bigger when you hover on it, delete this line */
    }
}
    
/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}

/* Buttons Same width
.willys-header .et_pb_button { 
	min-width: 250px; 
	text-align:center; 
}
*/

/* Mobile Harburger Icon Color Change */
.mobile_menu_bar:before {
color: #0A3161 !important;
}

/*Small line in the mobile menu above the text*/
.et_mobile_menu {
	border-top: 3px solid #B31942 !important;
}


#titulo-principal:hover {
  /* Reset any hover-specific styles */
  all: unset;
  /* Or, alternatively, explicitly set styles to match the non-hover state */
  color: inherit;
  background: inherit;
  cursor: default;
}
