/**
Theme Name: Experts
Author: Caribdis.Net
Author URI: https://caribdis.net
Description: Tema WP para www.serviciosexperts.com
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: experts
Template: astra
*/

.ast-header-break-point .main-header-menu {
    background-color: #000;
}
.ast-theme-transparent-header .main-header-menu .current-menu-item > a:hover, .ast-theme-transparent-header .main-header-menu .current_page_item > a:hover {
    color: #A71718 !important;
}
.clientes .swiper-slide-image {
    filter: saturate(0);
    opacity: .7;
	transition: all .2s linear;
}
.clientes .swiper-slide-image:hover {
    filter: saturate(1);
    opacity: 1;
	transition: all .2s linear;
}
.button-phone:hover {
    background: #a71718;
}
.button-phone a, .button-phone a:hover {
    color: #fff !important;
}
.ast-scroll-to-top-right {
    right: 0px;
    bottom: 100px;
}
@media (min-width: 768px) {
.button-phone {
    background: #17971c;
    padding: 12px 30px;
    border-radius: 100px;
    display: inline;
	font-size: 18px;
	transition: all .2s linear;
}
}
@media (max-width: 767px) {
.button-phone {
    background: #17971c;
    padding: 10px;
    border-radius: 999px;
    display: inline;
}
.ast-header-break-point .header-main-layout-1 .site-branding {
    padding-right: 0;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0;
}
.ast-masthead-custom-menu-items {
    padding: 0 10px 0 0;		
}
}