/*
Theme Name: Meraki Arts Brasil
Theme URI: http://www.merakiartsbrasil.com/
Description: Site personalizado
Author: Meraki Arts Brasil
Author URI: http://www.merakiartsbrasil.com/
Version: 1.0

*/

@font-face {
    font-family: 'Humnst777 Blk BT', 'Tahoma';
    src: url('fonts/Humanist777BT-BlackB.woff2') format('woff2'),
        url('fonts/Humanist777BT-BlackB.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantify';
    src: url('fonts/Quantify.woff2') format('woff2'),
        url('fonts/Quantify.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humnst777 Blk BT';
    src: url('fonts/Humanist777BT-BlackItalicB.woff2') format('woff2'),
        url('fonts/Humanist777BT-BlackItalicB.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: Perpetua;
  src: url(fonts/perpetua.ttf);
}

html {
      scroll-margin-top: 130px !important; /* height of sticky header */
}

html, body, #page-one, #page-two, #page-three {
  height: auto;
  min-height: 100vh;
  overflow-x: hidden !important;
}

#page-four {
    height: auto;
    min-height: 50vh;
    overflow-x: hidden !important;
}

#page-five {
  height: auto;
  min-height: 80vh;
  overflow-x: hidden !important;
}

body {
    background-color: #60657a;
font-family: 'Tahoma', sans-serif;
    letter-spacing: 1px;
    line-height: inherit;
    overflow-x: hidden !important;
}

#page-two, #page-three {
    padding-top: 100px;
}

#page-five {
  padding-top: 4em;
}


/* Header */

ul {
	float: right;
}

li {
	display: inline;
	float: left;
}

img.logo {
	float: left;
}

nav {
	width: 100%;
	margin: 0 auto;
}

ul li {
    float: left;
    list-style-type: none;
    position: relative;
}
ul li:hover ul {
    display: block;
}
a {
    text-decoration: none;
    color: #050040;
}
ul li ul {
    margin: 0;
    padding:0;
    display: none;
    position: absolute;
    left: 10px;
    background: rgb(0, 33, 64);
}

ul li ul li{
    cursor: pointer;
}
ul li ul li:hover{
    background: rgb(0, 33, 64);
    color:#fff;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.fa {
    padding-left: 15% !important;
    padding-top: 5px !important;
    width: 90% !important;
    text-align: left;
    color: #e6e7e8 !important;
}

i.fa.fa-whatsapp {
    padding-top: 30px !important;
    margin-top: 5px !important;
}

i.fa.fa-envelope {
    padding-top: 5px !important;
    margin-top: 5px !important;
}

i.fa.fa-map-marker {
    margin-top: 5px !important;
    line-height: 20px !important;
}

.fa-map-marker:before, .fa-whatsapp:before, .fa-envelope:before {
    padding-right: 10px !important;
}


#pagemenu {
    background-repeat: repeat-y;
    background-size: 100% 100%;
	float: left;
	width: 100%;
	z-index: 10;
	height: 70px;
	position: absolute;
}

header {
    background-color: #e6e7e8;
    background-repeat: repeat-y;
    background-size: cover;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 10;
}

header a, #pagemenu a, header, #pagemenu {
	color: #fff;
	text-decoration: none;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

header a.active, header a:hover, #pagemenu a.active, #pagemenu a:hover {
	color: #fff;
}

header li, #pagemenu li {
	margin-right: 30px;
}

/* header large */
header.large {
    background-color: #939598;
    height: 110px;
    padding: 0px 20px;
}
header.large img {
    margin-top: 25px;
}
header.large li {
    margin-top: 15px;
}

header.large ul li:after {
    content: "|";
    padding-left: 20px;
}

header.large ul li:last-child:after {
    content: none;
}

header.large ul li:nth-last-child(-n+3)::after{display:none !important;}
header.large ul li img {
    margin-top: -20px;
}

header.large ul li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    background: rgb(0, 33, 64, 0.3);
}

header.large ul li ul li{
    cursor: pointer;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 33, 64, 0.8);
    width: 100%;
    display: flex;
}
header.large ul li ul li:hover{
    background: none;
    color:#fff;
}

/* header small */

header.small {
background-color: #3c0101;
background-image: url(images/fundo.jpg);
background-repeat: repeat-y;
    background-size: cover;
	height: 90px;
	padding: 20px;
	width: 100vw;
}
header.small img, #pagemenu img {
height: 60px;
}

header.small li, #pagemenu li {
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
}

header.small form input.searchbg {
    width: 150px;
}



/* Transitions */

header,
nav,
a,
img,
li {
	transition: .5s all;
	-moz-transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
}


h2 {
  font-size: 3em;
  padding-top: 1em;
  text-align: center;
}

#page-one {
background-color: #60657a;
}

article.slider {
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;

}

section.slide {
  animation: none;
  content: " ";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%;
}

/* Setup of Slides */
section.slide:first-child { 
  animation-delay: 0s !important; 
  background: transparent url(images/slide.png);
background-repeat: no-repeat;
background-size: contain;
margin-top: 140px;
}

section.slide:nth-child(2) { 
  animation-delay: 5s !important; 
  background: transparent url(images/slider02.png);
  background-attachment: absolute;
  background-position: center; 
background-repeat: no-repeat;
background-size: 100% 100%;
height: 100vh;
}

section.slide:nth-child(3) { 
  animation-delay: 10s !important; 
  background: transparent url(images/slide.png);
  background-attachment: absolute;
  background-position: center; 
background-repeat: no-repeat;
background-size: 100% 100%;
height: 100vh;
}

section.slide:nth-child(4) { 
  animation-delay: 15s !important; 
  background: transparent url(images/slider04.png);
  background-attachment: absolute;
  background-position: center; 
background-repeat: no-repeat;
background-size: 100% 100%;
height: 100vh;
}

section.slide:nth-child(5) { 
  animation-delay: 20s !important; 
  background: transparent url(images/slide.png);
  background-attachment: absolute;
  background-position: center; 
background-repeat: no-repeat;
background-size: 100% 100%;
height: 100vh;
}

section.slide:nth-child(6) { 
  animation-delay: 25s !important; 
  background: transparent url(images/slider06.png); 
  background-attachment: absolute;
  background-position: center; 
background-repeat: no-repeat;
background-size: 100% 100%;
height: 100vh;
}

/* Animation */
@keyframes round {   
  25% { opacity:1; }
  50% { opacity:0; }
} 



.nav-dots {
	width: 100%;
	height: 50px;
	bottom: 0px;
	display: block;
	position: absolute;
	text-align: center;
	background-color: rgb(0, 33, 64);
}

.nav-dots .nav-dot {
	top: -5px;
	width: 16px;
	height: 15px;
	margin: 25px 4px 0px 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(images/slider_bolinha.png);
background-repeat: no-repeat;
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}


#page-two {
    background-image: url(images/quemsomosbg.jpg);
    background-color: #60657a;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.n2-ss-slider {
    height: 99vh !important;
}

#page-two h2 {
    background-repeat: repeat-x;
    padding-top: 20px;
    background-position: center;
    font-size: 25px;
    height: 60px;
    background-size: 100%;
    color: #E6B963;
    font-weight: bold;
    text-align: center;
}

#page-two .row {
    padding: 0%;
    padding-top: 50px;
}

#page-two img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    float: left;
}

#page-two .parceiros img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin: 0 auto;
    float: unset;
}


.parceiros h1.entrytitle, .parceiros h1.entrytitle a {
    color: #E6B963;
    font-weight: bold;
    font-size: 16px;
}

h2.subtitle.fancy.parceirostitulos {
    background: none !important;
    text-align: left !important;
    color: #E6B963 !important;
}

h1.perfiltitulo, h1.perfiltitulo a {
    color: #e6e7e8;
    margin-top: 25px;
    padding-bottom: 45px;
    font-weight: bold;
    font-size: 16px !important;
}

h1.areastitulo.noticias1 {
    padding-top: 100px;
    padding-bottom: 0px;
    color: #e6e7e8;
}

h1.areastitulo.noticiaseartigos {
    padding-top: 100px;
    padding-bottom: 0px;
    color: #60657a;
    font-size: 2em !important;
    font-weight: bold;
}

h1.areastitulo, h1.areastitulo a {
    color: #60657a;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    font-size: 20px !important;
}


#page-two h3 {
    color: #fff;
}

.sobre {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
    color: #000015;
    float: left;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 500;
}

.sobre b, strong {
    color: #E6B963;
    font-size: 20px;
}

.sobrelogo {
    background-size: auto;
    background-image: url(images/sobre_imagem.png);
    background-repeat: no-repeat;
    float: right;
    width: 45%;
    height: 312px;
    margin-top: 80px;
}

#page-three {
    background-size: cover;
background-color: #e6e7e8;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 312px;
    height: auto;
}

.areasdeatuacao {
    text-align: center;
    margin: 20px 20px 0px 20px;
    color: #000015;
    line-height: 1.8em;
    width: 90%;
}

.areas {
  position: left;
  text-align: center;
  margin-top: 40px;
}

.bgnews {
    width: 100%;
    padding: 5%;
    margin-bottom: 50px;
}

.row {
    padding: 5%;
}


h2.subtitle {
  margin: 0 0 2em 0;
}

h2.fancy {
    font-weight: bold;
    font-size: 2em;
    line-height: 0.7;
    text-align: left;
}

h2.fancy span {
    pAdding-left: 2%;
    display: inline-block;
    position: relative;
}
h2.fancy span:before, h2.fancy span:after {
    content: "";
    height: 12px;
    border-image-slice: 100;
    border-image-width: 20px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-source: url(images/titlebg.jpg);
    top: 0px;
    width: 100vw;
    border-bottom: 11px solid transparent;
    border-top: 10px solid transparent;
}
h2.fancy span:before {
  right: 100%;
}
h2.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
 
* { box-sizing: border-box; }

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.column {
background-color: rgb(255, 255, 255, 0.3);
	flex: 1;
	border: 0px solid gray;
-webkit-box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.62);
-moz-box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.62);
box-shadow: 2px 3px 4px 0px rgba(0,0,0,0.62);
	margin: 50px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

.column img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.column p {
text-align: center;
}

h2.entrytitle, h2.entrytitle a {
    color: #6E5B25;
}

.sobre p {
    margin-bottom: 1.2em;
    color: #fff;
}

#page-three h2.entrytitle a, #page-three h2.entrytitle {
    color: #ebdd87;
}

h1.entrytitleequipe, h1.entrytitleequipe a {
    color: #e6e7e8;
    font-weight: bold;
    font-size: 14px;
}

.equipetexto {
    color: #e6e7e8;
    font-size: 13px;
}

.equipefoto {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.sobrelogo {
    display: none; }

.pageleft, .pageright {
width: 100% !important;
padding: 5% !important;
float: none;
}

.pageleft p, .pageright p {
font-family: 'Tahoma', sans-serif;
}

h1.entrytitle, h1.entrytitle a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

}


@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
} 

.column h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
padding-bottom: 15px;
}

#page-four {
    background-color: #60657a;
    min-height: 173px;
    margin-top: 10px;
    padding-top: 100px;
}

.lupaperitostitulo {
    min-height: 300px;
}

.lupaperitostitulo a:hover {
    text-decoration: none;
}

.container.sejaumperito {
    background-repeat: no-repeat;
    background-image: url(images/sejaumperitobg.jpg);
    background-size: cover;
}

#page-threefour {
  background-color: #60657a;
  background-repeat: repeat-y;
}

#page-maps {
  background-color: #fff;
  background-repeat: repeat-y;
  color: #333132;
}

#page-maps .sobre {
    margin-top: 25px;
    margin-bottom: 70px;
}

#page-maps .sobre p {
    color: #333132;
    text-align: center;
}

i.fa.fa-map-marker {
    color: #E6B963;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    position:absolute;
}

.container-fluid {
    width: 80%;
}

.pageleft {
    width: 50%;
    float: left;
    clear: none;
    padding-right: 5%;
    min-height: 170px;
}

.pageleft p, .pageright p {
    text-align: justify;
    font-size: small;
}


.pageright {
 width: 50%;
 float: right;
 clear: none;
 padding-right: 5%;
 min-height: 170px;
 }
 

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1 1 20%; /* The important bit. This percentage decides your columns. */
  margin: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-five {
    background-color: #939598;
    background-repeat: repeat-y;
    clear: both;
}



.content {
    background-color: transparent;
    flex: 1;
    display: flex;
    color: #000;
    padding: 30px;
}

.contentnews {
    background-color: transparent;
    flex: 1;
    color: #000;
    padding: 30px;
    height: 100vh;
}

#main .featuredimg {
       width: auto;
    height: auto;
    margin-top: 20px;
}

#main .featuredimgarea img.attachment-single-post-thumbnail.size-single-post-thumbnail.wp-post-image {
    width: 214px;
    height: 214px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

h3.entrytitlearea, h3.entrytitlearea a {
    color: #60657a;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px !important;
}

#allcateg {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#allcateg img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin: 5px;
}

#allcateg img.imgnoticias {
    display: none;
}

#sejapage {
    background-color: #e6e7e8 !important;
    height: 100vh;
}

.entrybody.textoseja {
    color: #60657a;
}

h3.entrytitle.sejaperitotitle a {
    color: #60657a;
}

#midboxsejap {
    padding: 0px 0px 0px 0px !important;
    min-height: 100vh;
}

.container.sejaumperito.peritomargin {
    margin-top: 110px;
}

.lupaperitostitulopage {
    height: 173px;
}

h1.areastitulopage.noticiaseartigos {
    padding-top: 30px;
    padding-bottom: 0px;
    color: #60657a;
    font-size: 2em !important;
    font-weight: bold;
    text-align: center;
}

h1.areastitulopage.noticiaseartigos a:hover, .lupaperitostitulopage a:hover {
    text-decoration: none !important;
}

.columns {
    display: flex;
    flex: 1;
}

ul.navigationarrows {
    margin-top: 5%;
    width: 100%;
}

li.previous {
    float: left;
}

li.next {
    float: right;
}

.readmore {
    float: right;
    background: #333132;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 30px;
}

.readmore a {
    font-size: 12px;
    color: #fff;
    padding: 5px;
}

.sidebar-first {
    min-width: 40%;
    order: 1;
    margin-right: 5%;
    color: #000015;
    padding: 0px 10px 10px 10px;
}

.sidebar-first p {
    font-size: 12px;
    padding-top: 5px;
}

.sidebar-first img {
    padding-bottom: 5px;
}

.sidebar-first h2 {
    text-align: left;
    font-size: 22px;
    letter-spacing: 5pt;
    padding-bottom: 30px;
    font-weight: bold;
}


input#inputEmail {
    height: 50px;
    min-width: 320px;
    width: 500px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 20px;
    padding-left: 10px;
}


input.regkey.nsubmite.btn {
    color: #050040;
}

input.regkey.nsubmite.btn {
    height: 50px;
    width: 100px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div#wpforms-266 {
    width: 75%;
    padding-top: 50px;
    padding-bottom: 50px;
}

div.wpforms-container-full {
    background-color: none !important;
    margin-bottom: 24px;
    margin-top: 10px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 1px 0 !important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff !important;
    color: #60657a !important;
    border: 2px solid #fff !important;
font-family: 'Tahoma', sans-serif;
}

 div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #60657a !important;
    border: 1px solid #60657a !important;
    color: #e6e7e8 !important;
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase !important;
    -webkit-border-radius: 15px !important;
-moz-border-radius: 15px !important;
border-radius: 15px !important;
 }
 
 div.wpforms-container-full .wpforms-form .wpforms-submit-container {
float: right !important;
}



.main {
    flex: 1;
    background-color: transparent;
    order: 2;
    color: #fff;
    padding-top: 100px;
}

.main p {
    font-size: 12px;
}


@media only screen and (max-width: 960px) and (min-width: 320px) {
header.large {
    padding: 0px !important;
    width: 100vw !important;
    height: 110px !important;
    position: initial;
}

#allcateg ul {
    width: 100%;
    padding: 0% 15%;
    float: unset;
}

img.imgareasingle {
    display: none;
}


.row {
    display: block;
    flex-wrap: wrap;
}

h1.perfiltitulo, h1.perfiltitulo a {
margin-top: 50px;
    padding-bottom: 0px;
}

#boletim {
    display: inline-table !important;
}

.boletiminfo {
    width: 100% !important;
    clear: both !important;
    padding-top: 15px !important;
}

.wbnl {
    width: 100% !important;
    clear: both !important;
    padding: 20px !important;
margin: 0 auto !important;
}

.boletiminfo h2 {
    float: left !important;
    display: contents !important;
    font-size: 2em !important;
}

img.boletimenvelope {
    float: left !important;
    position: relative !important;
    padding: 10px 15px !important;
}


li.formulariowp {
    width: 100% !important;
    padding: 0% 2%;
}

li.contactleft {
    width: 100% !important;
    height: 195px !important;
}

input#inputEmail {
    height: 50px;
    min-width: 320px;
    width: auto !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 0px;
}

.redessociais ul {
    width: 100% !important;
    display: inline-block !important;
    justify-content: center !important;
}

.redessociais ul li {
    border: none !important;
}


header.small {
    background-color: #3c0101;
    background-image: url(images/fundo.png);
    background-repeat: repeat-y;
    background-size: cover;
    height: 100px;
    padding: 20px;
    width: 100vw;
}

#page-two, #page-three, #page-four, #page-threefour {
    padding-top: 0em !important;
    padding-bottom: 0px !important;
    display: grid !important;
}

#page-five {
    padding-top: 1em !important;
}

.main {
    padding-top: 0px !important;
}

#page-two h2 {
    margin-top: 0px !important;
}

.slide-2 {
margin-top: 110px !important;
}

.sidebar-first img {
    padding-bottom: 5px;
    width: 80vw;
}

header.large img {
    margin-top: 10px;
    width: 60%;
    margin-left: 20%;
}

.searchbar {
    display: none !important;
}

.socialmedia {
    display: none !important;
}
    
    .content {
        color: #fff;
    }
    .main {
        background-color: transparent;
    }
    .sidebar-first {
        background-color: transparent;
    }
    #page-two h2 {
    background-size: auto !important;
    height: auto;
    font-size: 20px;
    padding-top: 2px;
}

#page-two {
    padding-bottom: 20px;
    background-position: right;
}

#page-three h2, #page-four h2, #page-threefour h2 {
    background-size: auto;
}

#page-three {
    height: auto;
    min-height: 140vh;
    padding-top: 25px !important;
}

#page-five h2 {
    background-size: auto !important;
    height: auto;
    font-size: 20px;
    padding-top: 120px;
    margin-bottom: 5px;
}

.redessociais {
    padding: 100px 0px 30px 0px !important;
}

.areasdeatuacao {
    text-align: justify;
}

.areas {
    position: inherit;
    text-align: center;
    margin-top: 40px;
}

#sidebar, #main, .entry, .entrytitle h3, .featuredimg, .entrybody {
width: 100% !important;
}


#sidebar {
text-align: left;
padding: 0px !important;
border: none !important;
float: none !important;
}

#page-two {
    background-size: cover;
}

.sobre {
    width: 100%;
    padding: 10% 10%;
}

h1.perfiltitulo:after {
    background-size: 75%;
}

.col-sm-12.text-center.pax {
    padding-bottom: 50px;
}

h1.areastitulo, h1.areastitulo a {
    margin-top: 40px;
    padding-bottom: 20px;
}

h1.areastitulo:after {
    background-size: 80%;
}

h1.areastitulo.noticias1, h1.areastitulo.noticias1 a {
    padding-top: 50px;
    color: #e6e7e8;
}

#page-four img.imgnoticias4 {
    float: inherit;
}

#page-four .bgnews4 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    float: left;
    margin-right: 20px;
    width: 100%;
    height: 100%;
}

#page-threefour .bgnews4 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}


#page-four .col-sm-6.text-center {
    margin-bottom: 25px;
}


#page-four .bgnews4 h1.entrytitlenews, h1.entrytitlenews a {
    clear: both;
    padding: 10px 0px;
}

.contentnews {
        padding: 15px;
        height: auto;
        min-height: 300vh;
}

.columns {
    width: 100%;
}

iframe#gmap_canvas {
    width: 95% !important;
}

.sidebar-first p {
    font-size: 14px !important;
}

.sidebar-first {
    padding-top: 50% !important;
}

.gmap_canvas {
    width: 90vw !important;
    text-align: left;
}

.mapouter {
        height: 200px !important;
        width: 90vw !important;
        padding-top: 25px;
}

.mobile-menu-toggle {
    display: none;
}

.slider-container {
    padding: 50px 100px 200px 20px !important;
    width: 100vw !important;
    height: 100vh !important;
}

.slider-container img {
    width: 90vw !important;
    padding-top: 30px !important;
} 

.slide-2 {
    background-size: cover !important;
    background-position: top !important;
    margin-top: -80px !important;
}

.slider-title2 {
    font-size: 2.3em !important;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px !important;
    width: 90vw !important;
    padding-left: 0px !important;
}


.animated-area p {
    width: 95vw !important;
    font-size: 1.4em !important;
}

.leftColumn {
    display: none;
}

.rightColumn {
    text-align: center !important;
}

}

@media (max-width:768px) {
    
#n2-ss-2 .n2-font-71b5ef3aef09ff7696d4bb0024b0d458, #n2-ss-2, #n2-ss-2 .n2-font-71b5ef3aef09ff7696d4bb0024b0d458-hover {
    font-family: 'Roboto','Arial';
    color: #60657a;
    font-size: 1.4em!important;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

#n2-ss-2, #n2-ss-2 .n2-font-443e9a5e53d3eea1da121c24b30dc84a, #n2-ss-2 .n2-font-443e9a5e53d3eea1da121c24b30dc84a-hover {
    font-size: 1.4em !important;
}
#n2-ss-2item2 {
    margin-top: -100px !important;
}

 #n2-ss-2item1 {
    margin-top: -200px !important;
}

article.slider {
    width: 100vw;
}

#page-one {
    background-color: #60657a;
    width: 100%;
    height: 100%;
    display: inline-block;
}
    
    .columns {
        flex-wrap: wrap;
    }
    .main {
        width: 50%;
        flex: none;
    }
    .sidebar-first {
        width: 50%;
    }
}

@media (max-width:540px) {
    .columns {
        flex-direction: column;
    }
    .main,
    .sidebar-first {
        width: 100%;
    }
    .main {
        flex: 1;
    }
}

@media (max-width:480px) {
    .main {
        order: 1;
    }
    .sidebar-first {
        order: 2;
    }
}


/* PAGES */
#primarygine {
    height: auto;
    min-height: 100vh;
}

.maingine {
    background-image: url(images/ginecologia/foto.png);
    height: auto;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.metadegine {
    clear: both;
}

h2.metgine {
    width: 600px;
    background: rgb(0, 33, 64) !important;
    color: #fff !important;
    font-size: 20px !important;
    padding-bottom: 10px !important;
    font-weight: bold !important;
}

h2.finalgine {
    color: #fff !important;
    background-image: none !important;
    background-color: transparent !important;
    text-transform: unset !important;
    font-size: 20px !important;
    padding-bottom: 70px !important;
}

.circles {
    background-color: rgb(0, 33, 64, 0.7);
    width: 100%;
    height: auto;
    min-height: 500px;
}

.circles img {
    
}

.circles li {
    width: 156px;
    background-image: url(images/ginecologia/bolinhas.png);
    height: 156px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center !important;
    padding-top: 60px;
    float: none;
    display: inline-grid;
}

.circles ul li {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.circles ul {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
padding-bottom: 0px;
}

iframe#gmap_canvas {
    width: 600px;
    height: 300px;
}

.context {
    width: 100%;
    padding: 20px;
    min-height: 90vh;
    height: auto;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7em;
}


h3.psi {
    text-align: center;
    padding-bottom: 25px;
    background-color: #fff;
    margin-top: -20px;
    letter-spacing: 3pt;
font-family: 'Tahoma', sans-serif;
}

h3.gine {
    text-align: center;
    padding-bottom: 25px;
    background-color: #fff;
font-family: 'Tahoma', sans-serif;
    font-size: 35px;
    margin-top: -20px;
}

#primarygine h2, #primarygine h2 a {
    text-align: center;
    background-image: url(images/titlebg.png);
    background-repeat: no-repeat;
    padding-bottom: 30px;
    background-position: center;
    font-size: x-large;
    color: #01013e;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    background-size: 100%;
    PADDING-LEFT: 10PX;
    PADDING-RIGHT: 10PX;
}

#primarygine h2 a {
    background-image: none;
}

.context {
    width: 50%;
    float: right;
    padding: 20px;
    background-color: rgb(0,0,0,0.1);
    min-height: 300px;
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.7em;
}

.psicontext {
    width: 50%;
    float: right;
    padding: 20px;
    background-image: url(images/psibg.png);
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.7em;
}

/* Sidebar content */
#midbox {
    position: relative;
    clear: both;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 200px 0px 20px 0px;
    min-height: 100vh;
    height: auto;
}

#singleatuacao {
    background-color: #e6e7e8;
    color: #60657a;
}

.entry.singlearea {
    width: 90%;
    margin: 0 auto;
}

#sidebar {
float: right;
    padding: 20px 20px 18px 20px;
    margin: 0px 0px 0px 20px;
    width: 180px;
    background: transparent;
    text-align: left;
    border: 1px solid #000;
}

#sidebar h4 {padding:0px 10px 0px 0px; margin:0px 0px 6px 0px; color:#000; text-align:left;  font-weight:bold; display:block;}
#sidebar ul {background:transparent; margin:0; padding:0px 0px 15px 0px; margin:0; list-style-type: none; list-style-position:outside; float: left;} 
#sidebar ul li {padding:0px 0px 6px 0px; font-weight:normal; font-size:.9em;  line-height:1.2em; clear:both;}
#sidebar ul.xoxo {background:transparent; margin:0; padding:10px 0px 2px 0px; margin:0; list-style-type: none; list-style-position:outside;} 
#sidebar ul.xoxo h4 {font-size:1.1em;} 


#sidebar h4 a:link { color: #fff; text-decoration: none;}
#sidebar h4 a:visited {color: #fff; text-decoration: none;}
#sidebar h4 a:hover {color: #fff; text-decoration: underline;}

#sidebar ul li a:link { color: #000; text-decoration: none;}
#sidebar ul li a:visited {color: #000; text-decoration: none;}
#sidebar ul li a:hover {color: #000; text-decoration: underline;}

#sidebar ul li.current_page_item a:link { color: #000; text-decoration: none; font-weight:bold}
#sidebar ul li.current_page_item a:visited {color: #000; text-decoration: none; font-weight:bold}
#sidebar ul li.current_page_item a:hover {color: #000; text-decoration: underline; font-weight:bold}



.sidebarimage {padding:12px 0px 0px 0px; margin:0;}
.sidebarimage img {padding:0; margin:0; border:1px solid #000;}

/* search box */
.sectionnavsearch {text-align:left; margin:0; padding:0;}
#searchform {clear:both; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;  }

form input.searchbg {width:250px; height:36px; border:1px solid  #000000; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; margin-bottom:4px;}
#searchmenu {padding-bottom:4px;}
 
.name input, .email input, textarea, input#searchsite {border:1px solid #d4d8d8;}

.searchbar {
    padding-top: 20px;
    float: right;
    padding-right: 20px;
}

input#searchsubmit {
    margin-top: 0px;
    padding: 1px 25px;
    background-color: #0ec3de;
    border: 0;
    color: transparent;
    float: right;
    width: 38px;
    height: 36px;
    background: url(images/busca.png) no-repeat;
}

label {
    display: none;
}

header.small nav ul {
    padding-top: 5px !important;
}

header.small .socialmedia {
    padding-top: 0px !important;
}

header.small .searchbar {
    padding-top: 10px !important;
}

nav ul {
    padding-top: 30px;
}

.socialmedia {
    float: right;
    padding-top: 10px;
    height: 36px;
    padding-right: 15px;
}


header.small .socialmedia img {
    height: auto;
    padding-top: 10px;
}

/* FOOTER */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#footer { 
    height: 90px;
position: relative;
background-image: url(images/fundo.png);
background-repeat: repeat-y;
    background-size: cover;
color: #fff;
padding-bottom: 1.60em;
border-top: 2px solid #efe18a;
}

.leftColumn, .rightColumn {
    padding-top: 15px;
padding-left: 1.60em;
padding-right: 1.60em;
padding-bottom: 15px;
letter-spacing: 3pt;
}

.rightColumn {
text-align: center;
}


/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
	.leftColumn {
margin-right: 19.5em; }

	.rightColumn { 
position: absolute;
top: 0;
right: 0;
width: 100%; }   
}

/* Content */
.entrybody {
    width: 100%;
    text-align: justify;
}

.entrybody p {
    margin-top: 20px;
}



p.blogdate {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.entry {
    width: 100%;
}

#sidebar {
width: 20%;
}

#main {
    width: 100%;
}

h3.entrytitle a {
    color: #e6e7e8;
}

.entrybody.textoequipepage {
    color: #e6e7e8;
}

.entry.equipebodypage {
    width: 80%;
    margin: 0 auto;
}

.featuredimg.equipepage {
    margin-top: 0px !important;
}

h3.entrytitle {
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 10px;
    font-size: 22px;
font-family: 'Tahoma', sans-serif;
}


h1.entrytitle, h1.entrytitle a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}


.featuredimg {
    border: 2px solid #d4d8d8;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}

.bgnews4 h1.entrytitlenews, h1.entrytitlenews a {
    font-size: 1.2em;
    text-transform: none;
    color: #000;
    font-weight: bold;
}

img.attachment-single-post-thumbnail.size-single-post-thumbnail.wp-post-image {
    width: 100%;
}

.bgnews4 img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    float: left;
    margin-right: 20px;
}

.areascenter h1.entrytitle, h1.entrytitle a {
    text-transform: capitalize;
    color: #333132;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 1.2em;
}


.newspage {
    text-align: justify;
}

.noticiasnews {
    background: url(images/fundonews.png) no-repeat;
    height: 333px;
    margin-top: 75px;
    width: 100%;
    background-size: cover;
}

#comments {
    padding-top: 30px;
}

h2.pagetitle {
    background: none !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
.sobre {
font-size: 1.2em;
}
}

		.mobile-menu-checkbox {
			display: none;
		}

		.mobile-menu-toggle {
		    font-size: 50px;
			display: none;
			position: fixed;
			top: 0;
			right: 0;
			line-height: 40px;
      padding: 10px 30px;
			cursor: pointer;
		  transition: all .3s ease;
      color: rgba(255, 231, 50, 0.8);
}
		.mobile-menu-toggle:hover {
				background: rgb(0, 33, 64, 0.8);
        color: #005f8c;
			}

		@media screen and (max-width: 1020px) {
		    header li, #pagemenu li {
    margin-right: unset;
    padding-right: 30px;
}

 			nav ul	{
 				position: fixed;
 				top: -400px;
 				width: 100%;
 				transition: all .3s ease;
 				z-index: -1;
 				opacity: 0;
 			}

			nav ul li {
    float: none;
    display: grid;
    text-align: right !important;
    border-bottom: 1px solid rgb(0, 33, 64, 0.8);
}

				nav ul li a {
					  display: block;
				    border-right: none;
					}

			.mobile-menu-checkbox:checked ~ ul {
				top: 60px;
				opacity: 100;
				background-color: #103252;
			}

			.mobile-menu-toggle {
				display: none;
			}
			
			
		}

@media (min-width: 1000px) and (max-width:1024px) {
nav ul {
    width: 100%;
    position: absolute;
    padding-left: 150px;
}
}


.swiper-slide {
    min-height: 600px;
    text-align: center;
}

.slider-container {
    padding: 0px;
}

.slider-sub-title {
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 9.2px;
    color: #ffffff;
}

.slider-title {
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.03px;
    color: #ffffff;
    padding: 0px 0px;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
}

.slider-title2 {
    float: left;
    width: 50%;
    font-size: 60px;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px;
    border-bottom: 3px solid #750809;
    padding-left: 50px;
    padding-bottom: 10px;
font-family: 'Tahoma', sans-serif;
    text-transform: uppercase;
}

.animated-area p {
    font-size: 40px;
    color: #EFDF89;
}

.animated-area {
font-family: 'Tahoma', sans-serif;
}

.slide-2 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 110px;
    height: auto;
    min-height: 100vh;
    width: 100%;
}


.swiper-slide-active .slider-sub-title {
    -webkit-animation: rollIn 1s;
            animation: rollIn 1s;
}

.swiper-slide-active .slider-title {
    -webkit-animation: fadeInUp 1.5s;
            animation: fadeInUp 1.5s;
}
.swiper-slide-active.slide-2 .slider-title2 {
    -webkit-animation: fadeInRight 1.5s;
            animation: fadeInRight 1.5s;
}

.swiper-slide-active .slider-buttton {
    -webkit-animation: zoomIn 2s;
            animation: zoomIn 2s;
}


/*** CONTATO SECTION ***/
.galleria-section {
    text-align: center;
    color: #000015;
}

.galleria {
    background-color: transparent;
    background-size: 100% 100%;
    min-height: 157px;
    height: auto;
}

.redessociais {
    min-height: 10%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000015;
font-family: 'Tahoma', sans-serif;
    padding: 100px 0px 0px 0px;
}

.redessociais ul {
    width: 100%;
    float: left;
    display: flex;
}

.redessociais ul li {
    border-color: #60657a;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    min-height: 100px;
    height: auto;
}

li.contactleft {
    width: 40%;
}

li.contactleft img {
    margin-top: 30px;
}

.redessociais ul li:last-child, .publicacoes ul li:last-child {
    border: none;
}

li.formulariowp {
    width: 70%;
    padding: 0% 2%;
}

.formulariowp h2 {
    text-align: left;
}

.galleria h2 {
    padding-bottom: 20px;
    color: #e6e7e8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    padding-top: 0px;
}

.galleria h2 {
    margin-top: 0px !important;
}

.wpforms-field {
    padding-top: 10px;
}

textarea {
    width: 90%;
    overflow: auto;
    height: 50px;
}

.wpforms-field.wpforms-field-hp {
    display: none;
}

.wpforms-submit-container {
    float: right;
    margin-right: 5%;
    margin-top: 15px;
}

.numeroemail {
    font-weight: bold;
    color: #010101;
    min-height: 120px;
    height: auto;
    text-align: left;
    font-size: 12px;
    padding-left: 6%;
}

.slogan p {
    font-weight: bold;
    color: #939598 !important;
    font-size: 1em;
    text-align: center;
    padding: 5px;
    line-height: 1.8em;
}

.slogan {
    width: 100%;
    color: #939598 !important;
    background-color: #05004066;
    position: absolute;
    bottom: 0;
    left: 0;
}

.readmoreareas, .readmoreareas a {
    color: #fff;
    margin: 0 auto;
    background: #00001e;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    width: fit-content;
}

.areascenter {
    text-align: center;
}

.wbnl {
    padding: 20px;
}

#boletim {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #050040;
    color: #fff;
    height: 100px;
}

.boletiminfo p {
    margin: 0 auto;
    text-align: left;
}

boletiminfo {
    float: left;
    text-align: left;
    width: 40%;
}

img.boletimenvelope {
    float: left;
    position: relative;
    padding: 5px 15px;
}

.boletiminfo h2 {
    float: left;
    display: contents;
}


.footer {
    background-color: #60657a;
    padding: 10px 30px 10px 30px;
    text-align: center;
}


.col-sm-6.text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.bottom-left {
    position: absolute;
    padding: 20px;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #000000ba;
    margin-top: -93px;
}
.bottom-left a {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
}


.textoareasdeatuacao {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 3em;
}

div#equipes {
    height: 130px;
}


#page-four img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 100%;
}

#page-four img.imgnoticias4 {
    float: left;
    padding: 0 20px;
}

#page-four .newspage p {
    color: #333132;
    font-family: Tahoma;
}

#page-four .bgnews4 h1.entrytitlenews, #page-four h1.entrytitlenews a {
    font-size: 20px;
    text-transform: none;
    color: #333132;
    font-weight: bold;
}

