/*
Theme Name: Pousada Rotunda
Author: Cláudia Barreto
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700;900&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
	color: #002e84;
	transition:color 350ms ease-in-out;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
	color: #d29859;
}

body{
	font: 20px 'Playfair Display', serif;
	line-height: 1.8em;
	font-weight: 500;
	color: #002e84;
}

b,
strong{
	font-weight: 700;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

section{
	padding: 80px 0;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.cor-primaria{
	color: #002e84;
}

.cor-secundaria{
	color: #d29859;
}

.cor-texto{
	color: #002e84;
}

.cor-branca{
	color: #fff;
}

.cor-preta{
	color: #000;
}

.bg-preto{
	background: #000;
}

.bg-branco{
	background: #fff;
}

.bg-primario{
	background: #002e84;
}

.bg-secundario{
	background: #d29859;
}

.bg-cinza-claro{
	background: #f5f5f5;
}


.font-weight-900{
	font-weight: 900;
}

.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-100{
	font-weight: 100;
}

.font-size-10{
	font-size: 10px;
}

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

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-25{
	font-size: 25px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.border-radius-5{
	border-radius: 5px;
}

.border-radius-10{
	border-radius: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 0;
	margin: 0 5px;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
	border-color: #fff;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	font-size: 20px;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 0;
    text-indent: 0;
    z-index: 99;
    position: absolute;
    transition: all .35s ease-in-out;
    background: #46c7ec;

}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background: #46c7ec;
	color: #fff;
}


.cta{
	font-size: 20px;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 30px 8px 30px;
	border: 0;
	background: #d29859;
	font-weight: 900;
	border-radius: 25px;
}

.cta:hover,
.cta:focus{
	color: #fff;
	background: #002e84;
}

.form-control[readonly]{
	background: #fff;
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 18px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #002e84;
	color: #002e84;
	border-radius: 20px;
	padding: 10px 15px;
	box-shadow: none;
	height: 55px;
	font-weight: 700;
}

.form-control:hover,
.form-control:focus{
	border-color: #d29859;
	box-shadow: none;
	background: transparent;
	color: #002e84;
}

.form-control::placeholder{
	color: #002e84;
}


/* Home */


/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
	border-bottom: 0px;
	padding: 15px 0;
	background: transparent;
	background: #00124f url(img/bg-pedra.jpg) no-repeat center;
	background-blend-mode: soft-light;
}


header.fixed{
	backdrop-filter: blur(5px);
	padding: 10px 0;
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;
	padding: 0px;
}

header .logo img{
	transition: all 350ms ease-in-out;
	width: 120px;
}

header.fixed .logo img{
	width:100px;
}

header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0 0px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu-principal  > ul > li{
	position: relative;
	cursor: pointer;
	margin-right: 25px;
}

header .menu-principal > ul > li:last-child{
	padding-right: 0px;
	margin-right: 0;
}

header .menu-principal > ul > li > a{
	color: #fff;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 16px;
	padding: 10px 0;
	margin-right: 15px;
	font-weight: 900;
	position: relative;
	letter-spacing: 1px;
	text-decoration: none;
}


header .menu-principal > ul > li:last-child > a{
	background: #d29859;
	color: #fff;
	padding: 5px 30px 8px 30px;
	font-weight: 900;
	margin-right: 0px;
	border-radius: 25px;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li.current-menu-item > a{
	color: #d29859;
}

header .menu-principal > ul > li:last-child > a:hover,
header .menu-principal > ul > li:last-child > a:focus{
	background: #fff;
	color: #002e84;
}


section#banner{
	height: calc(100vh - 160px);
	padding: 0;
	margin-top: 160px;
}

section#banner ul.banner-principal,
section#banner ul.banner-principal li,
section#banner ul.banner-principal li .container,
section#banner ul.banner-principal li .container .row{
	height: 100%;
}

section#banner ul li {
    position: relative;
    background-size: cover;
    background-position: center;
}

@keyframes embacar {
  0% {
	  filter: blur(0px);
	}
  30% {
	  filter: blur(5px);
	}
  80% {
	  filter: blur(0px);
	}
}

.galeria-fotos.owl-carousel .owl-dots,
.dots-azul.owl-carousel .owl-dots{
    position: relative;
    width: 100%;
    bottom: -20px;
    padding-bottom: 20px;
}

.galeria-fotos.owl-carousel.owl-carousel button.owl-dot.active,
.dots-azul.owl-carousel.owl-carousel button.owl-dot.active{
    background: #002e84;
    border-color: #002e84;
}

.galeria-fotos.owl-carousel button.owl-dot,
.dots-azul.owl-carousel button.owl-dot{
    border: 1px solid #002e84;
}

.galeria-fotos li a{
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 350ms ease-in-out;
}

.galeria-fotos.uma-coluna li a{
	height: 470px;
}

.galeria-fotos li a:hover,
.galeria-fotos li a:focus{	
	animation: embacar 500ms ease-in-out 1;
}

section#banner-iterno {
   background: #00124f url(img/bg-pedra.jpg) no-repeat center;
   background-blend-mode: soft-light;
	background-size: cover;
}

section#banner-interno .cta:hover,
section#banner-interno .cta:focus{
	color: #002e84;
	background: #fff;
}

footer{
	padding: 60px 0 20px 0;
	overflow: hidden;
}

footer a{
	color: #002e84;
	transition: color 350ms ease-in-out;
	text-decoration: none;
}

footer a:hover,
footer a:focus{
	color: #d29859;	
}

footer .copyright{
	border-top: 1px solid rgba(0,0,0,0.1);
}

section.acomodacoes:nth-of-type(2n) .row,
section.lazer-servicos:nth-of-type(2n) .row{
	flex-direction: row-reverse;
}

.listagem-servicos{
	padding: 0 60px;
}

section#contato{
	overflow: hidden;
}

section#capa {
    margin-top: 160px;
    padding: 200px 0;
}


.wpcf7-spinner {
    background-color: #52736B;
    position: absolute;
    bottom: 14px;
}


section#mapa iframe{
	width: 100%;
	height: 400px;
}
/*Responsivo*/

header .abrir-menu{
	display: none;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	color: #fff; 
	width: 30px;
    height: 30px;
    font-size: 30px; 
	top: 40px;
    right: 0px;
    background: transparent;
	text-decoration: none;
}

.menu-responsivo {
	display: none;
	background: #fff;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    color: #002e84;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 30px;
	transition: all 350ms ease-in-out;
	font-size: 20px;
	text-decoration: none;
}

header.fixed .fechar-menu{	
    top: 30px;
}

.fechar-menu:hover,
.fechar-menu:focus{
    color: #ff8d18;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #ff8d18;
}

.mobile{
	display: none !important;
}

@media only screen and (max-width: 1350px){
	header .menu-principal > ul > li {
		margin-right: 5px;
	}
	
}

@media only screen and (max-width: 1200px){
	
	header .menu-principal > ul > li > a {
    	font-size: 14px;
	}

}

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

	.fechar-menu {
		display: flex;
	}
	
	header .abrir-menu{
		display: flex;
	}
	
	header .bg-primario{
		padding: 20px 0;
	}

	.menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: rgb(0 46 132 / 75%);
		height: 100vh;
		z-index: 999;
		display: none;
	}

	header .menu-principal > ul{
		display: block;
		width: 350px;
		background:#fff;
		height: 100vh;
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 30px;
	}

	header .menu-principal > ul > li{
		margin-left: 0;
	}

	header .menu-principal > ul > li > a,
	header.fixed .menu-principal > ul > li > a,
	header .menu-principal > ul > li > a:hover,
	header .menu-principal > ul > li > a:focus,
	header .menu-principal > ul > li > ul > li > a,
	header .menu-principal > ul > li > ul > li > a:hover,
	header .menu-principal > ul > li > ul > li > a:focus{
		display: block;
		text-align: left;
		font-size: 18px;
		padding: 15px;
		margin-right: 0;
		border: 0;
		text-align: center;
		color: #002e84;
	}

	header .menu-principal > ul > li:last-child{
		display: block;
	}
	
	header .menu-principal > ul > li:last-child > a,
	header .menu-principal > ul > li:last-child > a:hover,
	header .menu-principal > ul > li:last-child > a:focus{
		color: #fff;
	}

	header .menu-principal > ul > li:last-child > a{
		padding: 5px 25px;
		text-align: center;
		margin-bottom: 20px;
	}

	header .menu-principal > ul.transform{
		transform: translateX(0px);
	}	
	
	header .menu-principal > ul > li > ul {
		position: relative;
		background: transparent;
		padding: 10px;
		top: auto;
		left: auto;
		list-style: circle;
		margin: 0;
		visibility: visible;
		opacity: 1;
		transform: none;
		width: 100%;
		border-radius: 0;
	    box-shadow: none;
	}
	
	header .menu-principal > ul > li > ul > li > a {
		display: block;
		padding: 0px;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.font-size-14 {
		font-size: 14px;
	}

	section#banner {
		height: calc(70vh - 160px);
	}
	
	footer{
		text-align: center;
	}

}

@media only screen and (max-width: 576px) {		
	.font-size-60 {
		font-size: 36px;
	}

	.font-size-40 {
		font-size: 30px;
	}
	
	.font-size-45 {
		font-size: 35px;
	}
	
	.font-size-30 {
		font-size: 20px;
	}

	.cta{
		padding: 10px 20px;
	}

	section {
		padding: 50px 0;
	}		

	header .main-menu > ul{
		width: 100%;
		transform: translateX(-100%);
	}	
	
	header .menu-principal > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .menu-principal > ul.transform {
		transform: translateX(0px);
	}

	.galeria-fotos li a,
	.listagem-blog li a .foto{
    	height: 230px;
	}
	
	section#capa {
		padding: 100px 0;
	}
	
	.galeria-fotos.uma-coluna{
		margin-bottom: 30px;
	}
	
	.galeria-fotos.uma-coluna li a {
		height: 260px;
	}
	
}
/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	color: #000;
	font-weight: bold;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
	color: #92C29E;
}

.pagination .nav-links .current{
	background: #92C29E;
	color: #fff;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #000;
	border:0px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #92C29E ;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #d84141;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #f7b7b7;
    color: #c35959;
    background: #ffe4e4;
    font-size: 12px;
    padding: 5px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
    color: #59c375;
    background: #dbffe4;
    font-size: 12px;
    padding: 5px 20px;
}

body.login{
	padding-top: 0;
	background: #fff;
}

.login h1 a {
	background-image: url('img/logo-pousada-rotunda-color.svg');
	background-size: 150px 164px;
	width: 150px;
	height: 164px;
}

p.sml_thankyou{
	color: #fff;
}