// Sobre-escribir color onhover morado de las Cards de Desarrollo e Ingeneria:
.b_features_item:hover h3, 
.b_features_item:hover h4
.b_features_item:hover h5,
.b_features_item:hover h6 {
    color: #073763!important;
}

// Sobre-escribir estilo on hover de los enlaces del footer
.is-style-outline a.wp-block-button__link:hover, a:not([href]):not([tabindex]):hover {
    background-color: ;
    color: #fff;
}

// Estilos del menu en mobile
.agency_banner_btn_two:hover:before, 
header.header_area.navbar_fixed .menu_toggle .hamburger span, 
header.header_area.navbar_fixed .menu_toggle .hamburger-cross span {
    background: #383838;
}

// Clase para texto verde inline. Se usa en cabecera Sobre Nosotros
.at-green-text { color: #5BAC29!important; } 

// Espaciado entre elaces de dropdonw del menu
.menu>.nav-item.submenu .dropdown-menu .nav-item { 
    padding: 10px 30px!important; 
}

#menu-main-menu li > ul.dropdown-menu.menu-depth-2nd > li {

    margin-top: 20px;
    margin-bottom: 20px

}

#menu-main-menu li > ul.dropdown-menu.menu-depth-2nd > li:first-child {

    padding-top: 12px;

}

.at-header {

    height: 660px !important;

}

.at-header-soluciones {
    padding: 150px 0 90px 0 !important;

}

.blog_breadcrumb_area .background_overlay {

    background-image: linear-gradient(180deg, #011F3A 0%, #03417A 100%) !important;
    opacity: 1 !important;

}

.nd-services .b_features_icon, .des-services .b_features_icon, .it-services .b_features_icon   {
    border: #ff000000;
    background-color: #ff000000;
}

.forminator-field:has(.send-button) {
    text-align: center;
}

.forminator-label {
    color: #444444 !important;

}

@media (max-width: 480px) {

    .navbar-brand>img { width: 270px !important;}
    #fText, #fKey {

        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    
    }


    .at-header-soluciones h1 {
	font-size: 2.2rem !important;
    }

}

@media (max-width: 767px) {

    .at-header-soluciones {
         padding: 100px 0 50px 0 !important;
    }

}
