/*
Theme Name: MyTheme Child
Description: Tema filho para MyTheme
Author: CSSantana
Author URI: https://cssantana.com/
Template: mytheme
Version: 1.2.5
*/

.banner__title {
    color: #1b4d89;
}

/* Navbar */

@media only screen and (min-width: 992px) {
nav.navbar.sticky .topheader a.navbar-brand {
    background-color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
}

nav.navbar #st-menu-one a.nav-link, nav.navbar #st-menu a.nav-link {
    font-size: 18px;
}

@media only screen and (min-width: 1045px) and (max-width: 1199px) {
    nav.navbar #st-menu-one a.nav-link, nav.navbar #st-menu a.nav-link {
        margin: 0 8px;
    }
}

#st-logo a.custom-logo-link {
    font-size: 3.1176rem;
    line-height: 110%;
    font-family: serif;
}

.topheader #st-search i {
    color: #4B2256;
}

#topheader-mobile .area-icons a,
.topheader.split .area-icons a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#topheader-mobile .area-icons a:hover,
.topheader.split .area-icons a:hover {
    background-color: rgb(247, 247, 247);
    border-radius: 50%;
    transition: 300ms ease-out;
    color: var(--link-color) !important;
}

@media (max-width: 599px) {
	#topheader-mobile .area-icons a, .topheader.split .area-icons a {
		height: 30px;
		width: 30px;
		justify-content: flex-start;
	}
	#topheader-mobile .area-icons #st-search {
		display: none;
	}
}

@media (max-width: 991px) {
    #topheader-mobile img.custom-logo {
        width: 70px;
    }
	#topheader-mobile #st-logo {
		text-align: left;
	}
}

.header-media .separate {
    display: none;
}
.header-media .post-title {
    flex-direction: column;
    align-items: center;
}
.header-media .area-int .sub-title {
    text-align: center;
}

.area-posts .area-filters {
    margin-bottom: 30px;
    background-image: linear-gradient(-45deg, #3d2b74 0, #29235a 34%, #622964 73%);
}

@media (min-width: 1600px) {	
.container {
    max-width: 1500px;
}
}

button {
    font-family: var(--mt-typography-secondary);
}
.nav-tabs .nav-link {
    color: #191919;
}
.nav-tabs .nav-link.active {
    color: #f6714c;
}

.widget-title, .widget-title h4 {
	font-size: clamp(28px, 5vw, 32px);
    text-transform: capitalize;
}

.link-voltar a.button {
    text-transform: initial;
}

.service-content h4.card__title {
    line-height: 1.1;
}


.card-grid .card {
	overflow: visible;
    border: 0;
    border-radius: 30px;
    box-shadow: var(--bs-box-shadow);
}
.card-grid .card-title a {
    font-size: 1.2941rem;
}
.card-grid img,
.card-grid .imag-featured,
.card-grid .post-featured {
    border-radius: 30px 30px 0 0;
}
.card-grid .meta-info {
    position: absolute;
    right: -10px;
    top: 45px;
    z-index: 2;
}
.card-grid .meta-info:before {
    position: absolute;
    content: "";
    border-bottom: solid currentColor;
    border-top: solid transparent;
    border-left: solid currentColor;
    border-right: solid transparent;
    color: #363636;
    border-width: 5px;
    right: 0%;
    top: -10px;
}
/*
.card-grid .post-featured:after {
    content: '';
    background-image: url(/wp-content/themes/mytheme-child/images/nuvens-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
    bottom: -5px;
    height: 40px;
    width: 100%;
}
*/
.card-grid a.btn-theme {
    padding: 10px 30px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 25px;
    background-color: #4dc7f4;
    border: 1px solid #4dc7f4;
}
.card-grid a.btn-theme:hover {
    background-color: #1e73be;
    border: 1px solid #1e73be;
}

.card-grid .post-featured, 
.card-grid .post-featured img:not(.logo) {
    height: 220px;
    margin: 0;
    object-fit: cover;
}

.card-grid .post-featured img:not(.logo) {
    height: 220px;
}

.card-photo .card {
    border-radius: 30px;
}
.card-photo .card .card__excerpt p {
    color: #fff;
    font-size: 18px;
}
.card-photo .card .imag-featured img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease 0.4s;
}
.card-photo .card:hover .imag-featured img {
    transform: scale(1.15);
    transition: all ease 0.4s;
}
.card-photo .service-content {
    padding: 25px 20px 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 190px;
    border-radius: 80px 80px 30px 30px;
    transition: all ease 0.4s;
	transform: translate(0%, 40%);
}
.card-photo .card:hover .service-content {
    transform: translate(0%, 0%);
}
.card-photo .service-content a {
    color: #fff;
}
.card-photo .service-content a:hover {
    color: #fff !important;
}
article#salas .card-photo .badges {
    left: 20px;
    top: 20px;
}
article#salas .card-photo .badge {
    padding: 8px 15px 8px 10px;
    text-align: center;
    text-transform: initial;
    font-size: 15px;
}

article#salas .service-icon {
    background-color: #fff;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    transition: all ease 0.4s;
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 0;
	transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;
}
article#salas .service-content:hover .service-icon {
    border-radius: 50px;
}

article#salas .badge {
    padding: 10px 15px 8px 10px;
    text-align: center;
}
article#salas .badge .evento-icone {
    display: none;
}

.post-type-archive-eventos .content-area,
.post-type-archive-galeria .content-area,
.post-type-archive-ementa .content-area,
.post-type-archive-salas .content-area {
    padding-top: 50px;
}
.post-type-archive-eventos .post-term .search-results-count,
.post-type-archive-galeria .post-term .search-results-count,
.post-type-archive-salas .post-term .search-results-count,
.post-type-archive-ementa .post-term .search-results-count {
    display: none;
}

.card-mod-6 .card__front {
    border-right: 0;
    right: 0;
    border-left: 4px solid var(--color-tema-secondary);
    font-size: 0.875rem;
    padding: 5px 20px;
    position: relative;
	transition: all ease 0.4s;
}
.card-mod-6 .card__title {
    font-size: 1.125rem;
    padding-right: 0;
    margin: 15px 0;
}
.card-mod-6 .card:focus .card__link, 
.card-mod-6 .card:hover .card__link {
    padding: 0.5rem 1rem;
    right: 0.5rem;
    left: auto;
    bottom: -20px;
    font-size: 0.8824rem;
    text-transform: initial;
}

.card-mod-5 .imag-featured, .card-mod-5 .imag-featured img {
    height: 240px;
    object-fit: cover;
}
.card-mod-5 .cart-text {
    min-height: 60px;
    margin-bottom: 0px;
    bottom: 0;
}
.card-mod-5 .card__title {
	font-size: clamp(1.0765rem, 1.1765rem + calc(1vw - .32rem)* .3571, 1.125rem);
    font-family: inherit;
    left: 1rem;
    bottom: 1rem;	
}

/* FOOTER */

footer#Footer {
    background-color: #4DC7F4;
}
footer#Footer section {
    text-align: left;
    margin: 0;
}
footer#Footer .footer-widgets .container {
    padding: 70px 40px 0;
    border-radius: 10px;
}
footer#Footer .footer-widgets img.custom-logo {
    width: 175px;
}
footer#Footer .widget-title h4 {
    color: #222;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
}
.footer-widgets .widget-area.footer-1-area img.image {
    width: 160px;
    margin: 0 auto 20px;
}

footer#Footer .footer-widgets .area-aj span {
    font-size: 0.875rem;
    padding-bottom: 5px;
    color: #fff;
}


footer#Footer .footer-widgets .area-aj span.mail a {
    margin-left: 10px;
}
footer#Footer .footer-widgets .area-aj span.telef {
    color: var(--color-tema-primary);
}
footer#Footer .footer-widgets .area-aj a {
    font-weight: 600;
    color: var(--color-tema-secondary);
}

footer#Footer .footer-widgets a:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .btn-site, .btn-neow),
footer#Footer .footer-widgets ul li {
    font-size: clamp(15px, calc(20.37403px - .30912vw), 16px);
    margin-bottom: .5rem;
    font-weight: 400;
	line-height: 140%;
    padding: 3px 0;
}
footer#Footer a:hover {
    color: var(--color-tema-secondary) !important;
}
#Footer .menu-footer-top ul li a:before {
    background-color: #C96B86 !important;
}
footer#Footer .copyright-text .small, 
footer#Footer .copyright-text a.small {
    font-size: .875em;
    color: #845262;
}

@media (max-width: 767px) {
.menu-footer-top .row.justify-content-lg-center {
    justify-content: center;
}
.menu-footer-top .text-box {
    width: 72%;
    text-align: left;
}
footer#Footer .footer-widgets .container {
    padding: 0px 30px;
}
.footer-widgets .widget-area.footer-1-area img.image {
    width: 175px;
	margin: 0 auto;
}
}

@media (max-width: 575px) {
footer#Footer .footer-widgets .col-sm-6 {
    margin-top: 25px;
}
}