/**
 * Header
 */

header .t-rec_pb_90 {
	padding-bottom: 70px !important;
}

.tmenu-mobile {
	box-shadow: 0px 2px 10px rgba(65, 65, 65, 0.15);
}

/** Menu */
.t-menusub__arrow::after {
	border-width: 6px 5px 0;
	margin: -2px 0 0 -4px;
}

/** Socials */
.t-sociallinks__item a {
	transition: opacity 0.3s ease-in-out;
}
.t-sociallinks__item a:is(:hover, :focus) {
	opacity: 0.7;
}

@media screen and (max-width: 1100px) {
	header .t-sociallinks__item:not(.t-sociallinks__item_whatsapp, .t-sociallinks__item_email) {
		display: none;
	}
}
