/**
* Theme Name: Vankine Child
* Description: This is a child theme of Vankine, generated by Merlin WP.
* Author: <a href="http://steelthemes.com/steelthemes">Steelthemes</a>
* Template: vankine
* Version: 1.3.7
*/

html {
    scroll-behavior: smooth;
}

/* aplica offset para QUALQUER alvo de âncora (#id) */
:target {
    scroll-margin-top: 120px; /* ajuste esse valor à altura do header */
}

.icon_box_only.type_seven .icon {
    width: 100px !important;
    height: 100px !important;
}
.icon_box_only.type_seven .icon svg {
    height: 60px !important;
}

	.card-seguradora .icon_box_only.type_seven .icon {
    width: 160px !important;
    height: 160px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-seguradora .icon_box_only.type_seven .icon img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 140px !important;
    height: 140px !important;
    object-fit: contain;
}
.card-seguradora .icon_box_only.type_seven .icon {
	box-shadow: none !important;
}

.elementor-215 .elementor-element.elementor-element-8e0cd1d .navbar_nav .menu-item > a.nav_link:hover {
    color: #F15A2A !important;
}
.mobile_menu_box .navigation_menu ul.navbar_nav > li.active > a, .mobile_menu_box .navigation_menu ul.navbar_nav > li:hover > a {
    color: #000000;
}

@media screen and (max-width: 768px){
	.card-seguradora .icon_box_only.type_seven .icon {
    width: 115px !important;
    height: 115px !important;

	}
	.card-seguradora .icon_box_only.type_seven .icon img {
		width: 115px !important;
		height: 115px !important;
	}	
}