/*
Theme Name: Sinapro-RJ
Theme URI: https://webteria.com.br/themes/sinaprorj/
Author: Webteria
Author URI: https://webteria.com.br
Description: Tema personalizado para atender as necessidades da Sinapro-RJ.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.2
Version: 1.0
Text Domain: sinaprorj
*/

@import url("https://use.typekit.net/kix5mpl.css");

:root {
    --bs-primary: rgb(255, 185, 29);
    --bs-primary-rgb: 255, 185, 29;

    --bs-secondary: rgb(75, 61, 30);
    --bs-secondary-rgb: 75, 61, 30;

    --bs-light: rgb(254, 247, 231);
    --bs-light-rgb: 254, 247, 231 ;

    --bs-dark: rgb(30, 30, 30);
    --bs-dark-rgb: 30, 30, 30;

    --bs-link-color: rgb(255, 185, 29);
    --bs-link-color-rgb: 255, 185, 29;
	
    --bs-link-hover-color: rgb(75, 61, 30);
    --bs-link-hover-color-rgb: 75, 61, 30;

    --bs-body-font-family: redonda, sans-serif;
}

a {
	color: var(--bs-primary);
	transition: .2s All;
}
a:hover {
	color: var(--bs-secondary);
	text-decoration: none;
}

a.white-link {
	color: White;
	text-decoration: none;
}
a:hover.white-link {
	color: var(--bs-primary);
	text-decoration: none;
}

b, strong {
    font-weight: 500;
}

ul.list-primary {
    padding-left: 0;
    list-style: none;
}
ul.list-primary li {
    padding-left: 32px;
    padding-bottom: 24px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb%281 169 234%29' viewBox='0 0 16 16'%3e%3cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
	background-size: 24px;
	background-position: left top ;
	background-repeat: no-repeat ;
}
ul.list-primary li:last-child {
    padding-bottom: 0;
}

.form-control {
    border-radius: 20px;
    border: none;
}
.input-group-text {
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, .75);
}

.btn {
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.btn-primary {
    --bs-btn-color: Black;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-border-color: var(--bs-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.table-light {
    --bs-table-bg: var(--bs-light);
    --bs-table-striped-bg: rgba( var(--bs-light-rgb), .5 );
}

.pagination {
    --bs-pagination-active-color: rgb(255, 185, 29);
    --bs-pagination-active-bg: rgb(75, 61, 30);
    --bs-pagination-active-border-color: rgb(75, 61, 30);
}

.thumbnail {
    display: block;
    aspect-ratio: 6 / 5;
    border-radius: 1rem;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .2s All;
}
a.thumbnail { opacity: .9; }
a.thumbnail:hover { opacity: 1; }

.border-sinapro {
    border-radius: 0 0 80px 0 ;
}

.bg-login {
    background: var(--bs-primary) ;
}

.nav-pills .nav-link {
    color: var(--bs-secondary);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--bs-primary);
}

.solution-icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    background: var(--bs-secondary);
    color: White;
    transition: .4s all;
    padding-top: 18px;
}


#top_menu {
	padding: 1rem 0 ;
	background-color: white;
	transition: .2s All;
	color: black;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#top_menu .navbar-brand {
    background-image: url(assets/images/logo.svg);
    height: 37px;
    width: 223px;
    background-size: 203px;
    background-repeat: no-repeat;
	transition: .2s All;
}

#top_menu a.nav-link {
	color: Black;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 2px 2px 2px;
    margin: 0 1rem .5rem 1rem;
	position: relative;
}
#top_menu a.nav-link:hover,
#top_menu a.nav-link.active {
	color: var(--bs-secondary);
	text-decoration: none ;
}

#top_menu .navbar-nav > .nav-item > a.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: block;
    width: 0px;
    height: 2px;
    background-color: var(--bs-primary);
	transition: .2s All;
}
#top_menu .navbar-nav > .nav-item > a.nav-link.active::after,
#top_menu .navbar-nav > .nav-item > a.nav-link:hover::after {
    left: 0;
    width: 100%;
    height: 2px;
}

.bg-hero {
    min-height: 75vh;
    background-size: cover;
    background-position: center;
}
.bg-hero h1 {
    display: inline-block;
    min-height: 160px;
    padding: 160px 220px 80px calc(((100vw - 1320px) / 2) + 10px);
    background-color: rgba(var(--bs-primary-rgb), .9);
    border-radius: 0 0 150px 0;
    font-weight: 400;
}
.bg-hero .row {
    min-height: 75vh;
}
.hero-swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--bs-secondary)!important;
}
.hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--bs-primary)!important;
}


.bg-cta {
	min-height: 380px;
	background-position: center;
	background-size: 920px;
	background-repeat: no-repeat;
	padding: 80px 0 40px 0;
}

.bg-inner-header h1 {
    display: block;
    background-color: var(--bs-primary);
    border-radius: 0 0 50px 0;
    margin-bottom: 0;
    padding: 48px 16px 16px 16px;
}

.bg-textura-01 {
    background-position: bottom left;
    background-size: 200px;
    background-repeat: no-repeat;
    background-color: White;
    background-image: url(assets/images/textura-01.svg);
}
.bg-textura-02 {
    background-position: bottom right;
    background-size: 250px;
    background-repeat: no-repeat;
    background-color: var(--bs-light);
    background-image: url(assets/images/textura-02.svg);
}
.bg-textura-03 {
    background-position: bottom center;
    background-size: 693px;
    background-repeat: no-repeat;
    background-color: var(--bs-dark);
    background-image: url(assets/images/grafismo-rj.png);
    padding-bottom: 120px!important;
    color: White;
}
.bg-textura-03 h1, 
.bg-dark h1 {color: var(--bs-primary);}

.bg-textura-04 {
	background-position: bottom right -50px;
    background-size: 920px;
    background-repeat: no-repeat;
    background-color: var(--bs-light);
    background-image: url(assets/images/rio.svg);
    padding-bottom: 290px;
}

#topo {
    background-image: radial-gradient(at top center, rgb(6, 44, 83) 0%, Black 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: White;
	min-height: 100vh;
	overflow: hidden;
}
#topo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/grafo-01.svg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 0;
    mix-blend-mode: overlay;
}
#topo .effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/grafo-01.svg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
	transform-origin: top left;
}

#topo #top_menu {
    position: absolute;
    top: auto;
	bottom: 0;
}
#topo #top_menu.past-header {
    position: fixed;
    top: 0;
	bottom: auto;
}




#cta {
    background-image: radial-gradient(at top center, rgb(6, 44, 83) 0%, Black 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
    position: relative;
}
#cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/grafo-01.svg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 0;
    mix-blend-mode: overlay;
}
#cta .cta-content {
    position: relative;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    background: var(--bs-secondary)!important;
}

.gallery-swiper .swiper-slide {
    max-height: 80vh;
}
.gallery-swiper .swiper-slide img {
    object-fit: contain;
    max-height: 80vh;
}

.box-light {
    background-color: var(--bs-light) ;
    border-radius: 30px;
    padding: 40px;
}
.box-blurred {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2rem;
    border-radius: 2rem;
}


.bg-light .fancy-card,
.bg-textura-02 .fancy-card,
.bg-textura-04 .fancy-card {
    background-color: White;
    border-radius: 30px;
    height: 100%;
}

.bg-light .fancy-card-title,
.bg-textura-02 .fancy-card-title,
.bg-textura-04 .fancy-card-title {
    background-color: var(--bs-secondary);
    color: White;
    padding: 20px 36px;
    border-radius: 30px;
    margin-bottom: 2px;
}

.bg-light .fancy-card-body,
.bg-textura-02 .fancy-card-body,
.bg-textura-04 .fancy-card-body {
    padding: 30px;
    color: Black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bg-light .fancy-card-image,
.bg-textura-02 .fancy-card-image,
.bg-textura-04 .fancy-card-image {
    width: 100%;
    aspect-ratio: 7 / 3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin-bottom: 2px;
}



.bg-textura-01 .fancy-card,
.bg-textura-03 .fancy-card,
.bg-dark .fancy-card {
    background-color: var(--bs-primary);
    border-radius: 0 0 40px 0;
    height: 100%;
}

.bg-textura-01 .fancy-card-title,
.bg-textura-03 .fancy-card-title,
.bg-dark .fancy-card-title {
    background-color: var(--bs-secondary);
    color: White;
    padding: 20px;
}

.bg-textura-01 .fancy-card-body,
.bg-textura-03 .fancy-card-body,
.bg-dark .fancy-card-body {
    padding: 20px 32px 20px 20px;
    color: Black;
}

.bg-textura-01 .fancy-card-image,
.bg-textura-03 .fancy-card-image,
.bg-dark .fancy-card-image {
    width: 100%;
    aspect-ratio: 7 / 3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brands-slide {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    filter: grayscale(1);
    opacity: .5;
	transition: .3s all;
}
.partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.nav-circle-secondary {
    color: White;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    margin-right: 12px;
}

.event-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.event-caption {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

footer {
    font-size: 15px;
    background: var(--bs-primary) ;
    border-radius: 0 0 50px 50px ;
    color: Black;
}

footer a.nav-link {
    color: var(--bs-secondary);
    font-size: 16px;
    border-bottom: 1px solid rgba( var(--bs-primary), 0 );
    text-decoration: none;
    margin: 0 12px 2px 12px;
    padding: 4px 0px 1px 0px;
}
footer a.nav-link:hover,
footer a.nav-link.active {
    color: White;
    border-bottom: 1px solid rgba( var(--bs-primary), 2 );
}

footer .institutional-menu-item { min-width: 240px; }
footer .institutional-menu-item a { text-decoration: none; }

.social-icons {
    text-align: center;
}
.social-icons a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    background: rgba( 255,255,255, 0 );
    color: Black;
    transition: .4s all;
    font-size: 24px;
    padding-top: 6px;
    margin: 0 3px;
}
.social-icons a:hover {
    background: rgba( 255,255,255, 0.2 );
}

.go-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    color: white;
}
.go-top:hover {
    background-color: var(--bs-primary);
    color: white;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	aspect-ratio: 10/9;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, 
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid #848484;
}

.flip-logo {
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.flip-card-front {
	background-color: White;
	padding: 1rem;
}

.flip-card-back {
	background-color: var(--bs-primary);
	transform: rotateY(180deg);
}

.flip-content {
	background-color: white;
	padding: 2rem;
	border-radius: 0 4rem 0 0 ;
	color: black;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.screen-reader-response p {
    color: var(--bs-success);
	font-weight: 700;
    margin-bottom: 4px;
	font-size: 20px;
}

@media (min-width: 992px) {

	.bg-login {
		background: linear-gradient( 90deg, Black, Black 50%, var(--bs-primary) 50%, var(--bs-primary) );
	}
	.bg-login-slogan {
		background-color: Black;
		border-radius: 0 80px 0 0 ;
	}

	#top_menu .navbar-brand {
		height: 37px;
		width: 223px;
		background-size: 203px;
	}

	.bg-inner-header {
		min-height: 250px;
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: var(--bs-secondary);
		background-image: url(assets/images/header-default.jpg);
	}
	.bg-inner-header.noticias {background-image: url(assets/images/header-noticias.jpg);}
	.bg-inner-header.eventos {background-image: url(assets/images/header-eventos.jpg);}
	.bg-inner-header.associadas {background-image: url(assets/images/header-associadas.jpg);}

	.bg-inner-header h1 {
		display: inline-block;
		min-height: 160px;
		padding: 80px 220px 20px calc(((100vw - 1320px) / 2) + 10px);
		background-color: rgba(var(--bs-primary-rgb), .9);
		border-radius: 0 0 150px 0;
	}

	footer {
		border-radius: 0 0 150px 150px ;
	}

	.bg-textura-01 {
		background-size: 266px;
	}
	.bg-textura-02 {
		background-size: 355px;
	}
	.bg-textura-04 {
		background-position: bottom center;
		background-size: 1920px;
		padding-bottom: 420px;
	}	

	.bg-textura-01 .fancy-card,
	.bg-textura-03 .fancy-card,
	.bg-dark .fancy-card {
		border-radius: 0 0 80px 0;
	}

	.bg-textura-01 .fancy-card-title,
	.bg-textura-03 .fancy-card-title,
	.bg-dark .fancy-card-title {
		padding: 20px 36px;
	}

	.bg-textura-01 .fancy-card-body,
	.bg-textura-03 .fancy-card-body,
	.bg-dark .fancy-card-body {
		padding: 20px 72px 20px 36px;
	}

	.bg-cta {
		min-height: 420px;
        background-size: 1200px;
        padding: 140px 0 50px 0;
	}

	.border-sinapro {
		border-radius: 0 0 150px 0 ;
	}

	.flip-card-front {
		padding: 4rem;
	}

	.flip-content {
		padding: 2rem;
		border-radius: 0 8rem 0 0 ;
	}
}

@media (min-width: 1200px) {

	#top_menu {
		padding: 2rem 0 ;
	}
	
	.bg-cta {
		min-height: 440px;
        background-size: 1400px;
        padding: 150px 0 60px 0;
	}
}

@media (min-width: 1400px) {

	#top_menu {
		padding: 2rem 0 ;
	}
	
	.bg-cta {
		min-height: 458px;
		background-size: 1920px;
		padding: 180px 0 90px 0;
	}
}

