html body .underline-title {
text-decoration: underline;
text-decoration-color: #faaa40;
}
@media screen and (max-width:992px) {
html .nectar-highlighted-text[data-style=text_outline][data-outline-thickness=regular] em {
-webkit-text-stroke-width: 0.035em;
}
#footer-outer #footer-widgets {
display: none!important;
}
html body .cajas-especialidades .vc_col-sm-4 .vc_column-inner {
min-height: 260px;
}
.row .col h5 {
font-size: 22px;
line-height: 30px;
}
}
@media screen and (min-width:1126px) {
html body #header-outer #top nav>ul>li.btn-contacto>a {
background: #ef4336!important;
color: #fff!important;
padding: 10px 20px!important;
margin-left: 10px!important;
transform: translateY(0);
transition: all 0.2s ease;
}
html body #header-outer #top nav>ul>li.btn-contacto:hover>a{
transform: translateY(-3px);
transition: all 0.2s ease;
color: #fff!important;
}
html body #header-outer #top nav>ul>li.current-menu-item.btn-contacto>a>span{
color: #fff!important;
}
}
html .forminator-ui .forminator-button-submit:hover {
background-color: #faaa40!important;
}