/*
Theme Name: SAE BRASIL
Author: Ypb Marketing Digital
Author URI: http://www.ypb.com.br/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
  font-family: "Neue Hass Grotesk";
  src: url("/fonts/NHaasGroteskTXPro-55Rg.ttf") format("ttf"),
       url("/fonts/NHaasGroteskTXPro-56It.ttf") format("ttf"),
       url("/fonts/NHaasGroteskTXPro-65Md.ttf") format("ttf"),
       url("/fonts/NHaasGroteskTXPro-66MdIt.ttf") format("ttf"),
       url("/fonts/NHaasGroteskTXPro-75Bd.ttf") format("ttf"),
       url("/fonts/NHaasGroteskTXPro-76BdIt.ttf") format("ttf");
}


body{
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	font-family:"Neue Hass Grotesk", Roboto, Arial,sans-serif;
}

h2, h3{
	color:#444242;
	text-transform:uppercase;
	font-weight:700;
}

h5{
	color:#727176;
	font-weight:700;
	text-transform:uppercase;
	font-size:1.05em;
}

ul{
	list-style:none;
	padding:0;
}

a, .tel{
	color:#0076BF;
}

section{
	padding:30px 0;
}

.row{
	margin:0;
	padding:30px 0;
}

/* Menu */

ul li.nav-link a:hover{
	color:#000;
	text-decoration:none;
}

li.active a{
	color:#000;
	font-weight: 500;
}

ul#menu-principal li a{
	text-decoration:none;
}

ul#menu-principal li a:hover{
	color:#8ac7f7;
}

.nav-link.login a{
	color:#ff0000 !important;
}

.nav-tabs{
	border-bottom:0;
}

.info-menu li a{
	color: #1b75bb;
	font-size: .9em;
}

.info-menu li a:hover{
	color:#000;
	text-decoration:none;
}

.main-menu li a{
	color:#fff;
	padding: inherit !important;
}

.sub-menu{
	list-style: none !important;
    position: absolute;
    display: none;
    z-index: 2;
}

.nav li:hover>ul.sub-menu {
    display: block;
    margin: 10px 18px;
    padding: 0;
}

ul#menu-principal li ul li {
    background:#fff;
	padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid #d5d4d7;
    width: 155px;
}

ul#menu-principal li ul li a{
	color:#007bff;
	display:block;
}

.nav-link{
	padding: .5rem 0.6rem;
	font-size:15px;
}

.justify-content-center{
	width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(255, 255, 255);
}

/* Icons */
.fa-search{
	color:#fff;
}

.fa-check-circle,
.fa-user-check{
	color:#3C89C4;
}

/* Form */
.form-control{
	border-radius:2px;
	padding: 20px 10px;
}

/*Buttons*/
.btn-outline-primary {
    color: #1b75bb;
    background-color: transparent;
    background-image: none;
    border-color: #1b75bb;
	border-radius: 1.25rem;
}

.btn-danger{
	background:#ff0000;
	width:100%;
	padding: 9px 0;
	
}

/* Cards */
section.news .card-body{
	min-height:306px;
}

.card h5{
	font-weight:700;
	color:#444242;
}

.card-body.tv{
	background:#1b75bb;
}

.card-body.tv a, 
.card-body.tv h5,
.card-body.tv p{
	color:#fff;
}

.card-img-top.video {
  opacity: 0.6;
}

.card .fa-play{
	position:absolute;
	color:#fff;
	font-size:50px;
	top: 13%;
    text-align:center;
	width:100%;
	z-index: 1;
}

.card-img-top.sae-brasil{
	max-width:145px;
	margin:0 auto;
}

.card.sae-brasil{
	background: #F7F8F8;
	min-height: 612px;
}

.card.sae-brasil strong{
	color:#434040;
	text-transform:uppercase;
	font-size:19px;
}
.card.sae-brasil li{
	padding-bottom:10px;
}


/* Banner */
section.banner{
	padding:0;
}

section.banner-topo{
	border-top:2px solid #fff;
	padding:0;
}

section.banner-topo .row{
	min-height: 355px;
}

section.banner-topo h1{
	color:#fff;
}

/* News */
section.news{
	background:#d8ebf8;
}

/* Depoimentos */
section.depoimentos{
	background:#E7E7E7;
}

section.depoimentos h5{
	color: #0076bf;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.45em;
    text-shadow: 1px 1px #FFf;
}

section.depoimentos p{
	font-size: 18px;
    color: #000;
    font-weight: 600;
}

section.depoimentos .carousel-control-next-icon, .carousel-control-prev-icon{
	width: 38px;
    height: 38px;
}


/* Newsletter */
section.newsletter{
	background:#0076BF;
}

section.newsletter h2, section.newsletter p{
	text-transform: none;
	color:#fff;
}

/* Modal */

.modal-header{
	position: absolute;
    right: 0;
    z-index: 1;
}

.modal-header .close{
	background:#eee;
	opacity:1;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Publicidade */
section.sponsors .row.publicidade img{
	max-width:100%;
}

/* Apresentação Institucional */
section.apresentacao-institucional{
	background:#1B75BB;
}
section.apresentacao-institucional .btn-danger{
	max-width:600px;
	font-weight:600;
}

/*Livros*/
.livros .card p{
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
}

/*Menu Side*/
.menu-side{
	background: #efefef;
    padding: 20px;
}

/* News */
section.carrosel-news img {
    max-width: 100%;
    height: 196px;
}

/* Agenda */
.mec-event-image a img{
	width:100%;
	height:auto;
}

.mec-full-calendar-wrap>.mec-search-form.mec-totalcal-box{
	display:none;
}

.mec-single-event-category{
	display:none;
}

.mec-event-more-info{
	display:none !important;
}

.mec-container [class*=col-] img {
    max-width: 100%;
    height: auto;
}

.secao-agenda li{
	display:inline;
	background: #1B75BB;
	padding: 8px 25px;
}

.secao-agenda li a{
	color:#fff;
	font-weight:600;
	font-size:18px;
}

/* Search */
.screen-reader-text{
	display:none;
}
/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}

#demo-2 input[type=search]:hover {
	background-color: #3ea1ef;
}

#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #fff;
	background-color: #3ea1ef;
	cursor: auto;
}

#demo-2 input:-moz-placeholder {
	color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}

input {
	outline: none;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
	background: #1b75bb url(https://saebrasil.org.br/wp-content/uploads/2020/03/lupa-e1583872375269.png) no-repeat 9px center;
	border: 0;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

input:-moz-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

figure.associado td{
	padding:15px;
}

.mec-breadcrumbs{
	width:100%;
}

/* Footer */
section.footer{
	background:#C8E9F8;
}

section.footer p{
	color:#0076BF;
}

section.footer .nav-link{
	padding:0;
}

.ads-topo img{
    max-width:100%;
}

section.sae-brasil li{
    list-style: disc;
    margin-left: 30px;
    padding: 10px 0;
}

.gallery img{
	max-height:80px;
}

li.current-menu-item a,
li.current-cat a{
   color:#000; 
}

.wp-block-cover{
    height:auto !important;       
}

.wp-block-media-text__media img{
    width: auto !important;
}

.mec-event-data-fields.mec-frontbox{
	display:none;
}

#menu-associe-se li{
	font-size:18px !important;
}

/* Medias Query */

@media (max-width: 575.98px) {
    /*section.banner-topo {
        max-height: 100px !important;
    }*/
    .info-menu{
        display:none;
    }
    section.banner-topo .row {
        min-height: auto;
    }
    section.banner-topo h1 {
        font-size: 2.0rem;
    }
}

.patrocinio {
	margin-bottom: 48px;
}

.patrocinio .patrocinio-head {
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #626262;
	margin-bottom: 24px;
}

.patrocinio .patrocinio-logo-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.patrocinio .patrocinio-logo-wrapper .patrocinio-logo {
	width: 30%;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	margin-left: 16px;
}

.patrocinio .patrocinio-logo-wrapper .patrocinio-logo img {
	max-width: 100%;
	margin: auto;
}

@media(max-width: 720.99px) {
	.patrocinio .patrocinio-logo-wrapper .patrocinio-logo {
		width: 48%;
	}
}

#eventTab.nav-tabs {
	border-bottom: 1px solid #dee2e6 !important;
	margin-bottom: 32px;
}

#eventTab .nav-link {
	text-transform: uppercase;
}