.page-constructor * {
    font-family:'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.page-constructor header img {
    padding: 30px;
    width: 120px;
}

.page-constructor main {
    height: 100vh;
    background: url(assets/img/webbanner-instituto.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.page-constructor .container {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 9;
}

.page-constructor .container img {
    display: none;
}

.page-constructor main h1 {
    font-size: 32px;
    color: #5c4942;
    line-height: 1.2em;
    padding: 30px 30px 60px;
}

.page-constructor main:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #ffffff, transparent);
}

@media(min-width:1024px) {
    .page-constructor header img {
        display: none;
    }

    .page-constructor main {
        align-items: self-end;
    }

    .page-constructor main:after {
        background: linear-gradient(to left, #ffffff, transparent)
    }

    .page-constructor .container {
        width: 100%;
        max-width: 880px;
        margin: 0 auto 160px;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 20px;
    }

    .page-constructor .container img {
        display: block;
        width: 190px;
    }

    .page-constructor main h1 {
        padding: 0;
    }
}

@media(min-width:1920px) {
    .page-constructor .container {
        max-width: 1440px;
        margin: 0 auto 240px;
    }

    .page-constructor .container img {
        width: 320px;
    }

    .page-constructor main h1 {
        font-size: 52px;
    }
}


/* SITE VERSAO 1 */
/* WHATSAPP FIXED */
.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
	width: 60px;
	height: 60px;
	background: #5cbe69;
	border-radius: 50%;
	animation: pulawhats 0.6s ease-in-out infinite alternate;
}

.whatsapp a.icon-whats {
	transform: none;
}

.whatsapp .icon-whats {
    content: url(assets/svg/icon-whats.svg);
    position: relative;
    filter: brightness(0) invert(1);
    transform: scale(0.8) translateY(3px);
}

@keyframes pulawhats {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

header nav ul a:hover::after {
    border-bottom: 1.5px solid #9e7406;
    transform: scaleX(1);
}

header nav ul a:after {
    content: "";
    position: absolute;
    inset:0;
    cursor: pointer;
    transform: scaleX(0);
    transition: .4s ease-in-out;
}

@media(min-width:1024px) {
    .whatsapp {
		bottom: 30px;
		right: 30px;
        width: 70px;
        height: 70px;
	}
}

@media (min-width: 1920px) {
	.whatsapp {
		width: 80px;
		height: 80px;
		bottom: 50px;
		right: 50px;
	}

	.whatsapp a.icon-whats {
		transform: scale(1.2);
	}
}

.bg-white.border.border-\[\#9e7406\].p-\[25px\].relative.rounded-xl.shadow-md:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url(assets/img/outline.png) no-repeat bottom left;
    background-size: contain;
    width: 150px;
    right: 0;
    bottom: 0;
    height: 70px;
    border-radius: 0 0 12px 0;
}

section.hero.bg-cover.bg-center.h-\[80vh\].relative:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(#192e41d1, transparent);
}

.swiper {
    height: fit-content;
}

.swiper .swiper-slide {
    /* min-height: 434px; */
    min-height: 381px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

section#especialidades .swiper-button-next:after, .swiper-button-prev:after {
    color: #9e7406;
    width: 45px;
    height: 45px;
    background: #192e41;
    position: relative;
    font-size: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

section#especialidades .swiper-slide {
    padding: 20px 50px;
}

.carousel_clip {
    overflow: inherit;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.carousel_galeria {
    overflow: inherit;
    clip-path: inset(-100vw -100vw -100vw -100vw);
}

@media(min-width: 1280px) {
    section#especialidades .swiper-slide {
        padding: 40px;
    }

    .swiper .swiper-slide {
        /* min-height: 434px; */
        min-height: 461px;
    }
}