/* Extra CSS*/

@font-face {
    font-family: 'Freestyle Script';
    src: url('../fonts/FreestyleScript-Regular.woff2') format('woff2'),
        url('../fonts/FreestyleScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h3 {
	font-family: 'Freestyle Script' !important;
	font-weight: 300 !important;
	font-size: 40px !important;
	margin-bottom: -10px !important;
}

.border-radius-sw {
	border-radius: 22px
}

.banner-foto-sw {
	background: #394b57 url(/wp-content/uploads/2023/07/medec.jpg) right center / contain no-repeat;
}

.sub-menu .box .box-text {
	pointer-events:none;
}


@media (max-width: 1400px) {
	
	.banner-foto-sw {
		background-size: 43% 117%;
	    padding-left: 20px !important;
	}

	
}    