@charset "utf-8";
/* CSS EXTRAS DESTE SITE */
@import "style-noticias.css";
@import "style-equipe.css";
/*@import "style-areas.css";*/


/*PSG SEARCH NOTICIAS CARROSSEL*/
.search-area-noticias {
    display: flex;
    margin-right: 22px;
}

.search-area-noticias input.search-field {
    background: #cdcdcd;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: normal;
    border-radius: 11px;
}
.search-area-noticias input.search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
  font-size:14px;
  opacity: 1; /* Firefox */
}
.search-area-noticias input.search-submit {
    border-radius: 10px 10px 10px 10px;
    filter: invert(1);
    background-size: 40px;
    margin-left: 1px;
    background-color: transparent;
    }
/*---------------*/


/*owl-carrossel configurar bts nav dos widgets com carrosseel*/
.owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
button.owl-prev {
    position: absolute;
    left: -3%;
    width: initial;
}

button.owl-next {
    position: absolute;
    right: -4%;
    width: initial;
}
button.owl-next:before,
button.owl-prev:before {
	font-family:'Ionicons';
	font-size: 79px;
	color: #947845;
	position: relative;
	top: 1px;
}

button.owl-prev:before {content: "\f3d2";}
button.owl-next:before {content: "\f3d3";}

.owl-nav > button {
    font-size: 0px!important;
    background-color: transparent !important;
}
.owl-nav > button:hover { transform: scale(1.2)}

/*página de vídeos*/
.epyt-gallery {
    max-width: 800px;
    margin: 0 auto;
}
.epyt-gallery-list > div:nth-child(1) {
    display: none;
}

.epyt-gallery-list {
    margin-top: 20px !important;
}
.epyt-gallery-title {
    font-size: 12px;
    text-align: left;
    padding: 9px 0 0 0px;
}
.epyt-gallery-thumb:hover {
    background-color: #e2a37b;
}
.epyt-gallery-thumb:hover .epyt-gallery-title {
    color: #fff;
}
.epyt-pagebutton {
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 8px 19px !important;
    font-size: 14px;
    color: #ffffff !important;
    background-color: #9a7652 !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    text-decoration: none !important;
    margin: 0 10px;
}
.epyt-pagebutton:hover{
    background-color: #26180b !important;
}



@media screen and (max-width: 700px) {

.epyt-gallery-allthumbs {
    display: flex !important;
    flex-direction: column;
}

.epyt-gallery-allthumbs .epyt-gallery-thumb {
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    align-items: center;
}
	.epyt-gallery-title {
    font-size: 13px !important;
    text-align: left;
    padding: 9px 0 0 10px !important;;
}
}

.button_div {
    display: flex;
    text-align: left !important;
}
input#rememberme {
    margin: 6px !important;
}

/*newsletter widget home PSG*/
div#text-2, div#text-3 {
    background-color: #707070;
    padding: 40px 7%;
}
div#text-2 h1, div#text-3 h1 {
    display: none;
}
div#text-2 h2, div#text-2 p,
div#text-3 h2, div#text-3 p {
    color: #fff;
}
div#text-2 > div,
div#text-3 > div {
    display: flex;
    align-items: center;
}
div#text-3 form .col50, 
div#text-2 form .col50 {
    padding: 0 11px;
}
/*--*/


/******************************************************/
/*******************  MOBILE  *************************/
/******************************************************/
@media screen and (max-width: 700px) {
.bloco.quemsomos.missao, .bloco.quemsomos.visao, .bloco.quemsomos.valores {
    flex-direction: column;
}
.bloco.quemsomos .col50.txt { text-align: center;}
.footer-colunas {
    flex-direction: column;
}
#footer-content { padding: 0 }
.header-bg { width: 40%;}
.bloco {
    flex-direction: column !important;
}
div#text-2 > div,
div#text-3 > div {
	flex-direction: column;
    width: 100% !important;
}
div#text-2 > div > div,
div#text-3 > div > div{
    width: 100% !important;
}
.entry-content h2 { margin-bottom: 40px;}
.map-container { flex-direction: column-reverse; height: auto;}
.map-container .enderecos {}
.w-infos h3 a {
    font-size: 16px;
}
.s-equipe.header .foto {
    width: 50%;
    padding-bottom: 50%;
}

.single-equipe-content {
    column-count: 1;
    padding: 20px;
}
header.post-single {
    flex-direction: column;
    height: auto;
}
.search-area-noticias {
    margin-right: 0px;
	margin-bottom: 22px;
}
}