/*

TemplateMo 566 Medic Care

https://templatemo.com/tm-566-medic-care

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #247cff;
  --section-bg-color:             #F9F9F9;
  --dark-color:                   #000000;
  --title-color:                  #565758;
  --p-color:                      #717275;
  --border-color:                 #eaeaea;

  --body-font-family:             "Prompt", sans-serif;

  --h1-font-size:                 48px;
  --h2-font-size:                 36px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
    background: #fdead1;
    font-family: var(--body-font-family);    
    position: relative;
    
}


.pro-desk {
		display: block;
	}
	
	.pro-mobile {
		display: none;
	}

	.detalheacomodacoes-desktop {
		display: block;
	}
	
	
		.detalheacomodacoes-mobile {
		display: none;
	}
	

.modal-dep-tamanho {
	width: 70%!important;
	max-width: 70%;
}

.modal-dep-corpo {
	background-color: #002B2A!important;
}


.tamanho-texto-m p {
	font-size: 12px;
}

.linhadep0 {
	border-bottom: 1px solid #FDEAD1
}

.linhadep0:last-child {
	border-bottom: none;
}

.bannerhome {
	background:url('../banners/desktop/home.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}

	.banneracomodacoes {
	background:url('../banners/desktop/acomodacoes.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}
	
		.bannercontato {
	background:url('../banners/desktop/contato.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}
	
		.bannersobrenos {
	background:url('../banners/desktop/sobre-nos.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}
	
		.banner-reservas {
	background:url('../banners/desktop/reservas.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}
	
		.banner-regras {
	background:url('../banners/desktop/regras-gerais.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}
	
		.bannerparceiros {
	background:url('../banners/desktop/parceiros.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}
	
		.bannerpraia {
	background:url('../banners/desktop/praia-prea.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 680px;
}

.subroda  {
	flex-direction: row;
	padding-left: 0!important;
	width: 100%;
	align-content: space-between!important;
}

.subroda ul {
	flex-direction: row;
	padding-left: 0!important;
	width: 100%;
	align-content: space-between!important;
}

.subroda li {
	display: inline-block;
	list-style: none;
	padding: .2em;
}


.topin {
	width: 2px; height: 150px; background-color:#F66D03;
}

.baixin {
	width: 2px; height: 450px; background-color:#F66D03;
}

.inventario01 {
	font-size: 12px!important;
	margin-bottom: 0!important;
}

.fundo-verde-01 {
	background-color: #0f5654;
}

.dropnew {
background: none !important;
    border: 0 !important;
}

.dropnew ul li a{
color:#fdead1!important;
}

.dropnew  a{
color:#fdead1!important;
}

.dropnew  a:hover{
color:#fdead1!important;
	text-decoration: none;
	font-weight: 500!important;
}

.homemobile {
		display: none;
	}
	
	.homedesk {
		display: block;
	}


.imgcont {
	background:url("../images/contato02.png") 0px 0px no-repeat;
	background-size:cover;
	min-height: 420px;
}

.acomoda {
	background:url("../images/acomodacoes02.png") 0px 0px no-repeat;
	background-size:cover;
}

.espacotitulo {
	margin-top: 17%;
}


.espacotitulo h1{
color:#FDEAD1;
	font-weight: 100;
	font-size: 2.8em;
}
.titulorodape {
	 font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--secondary-color);

  position: relative;

}

.titulorodape img {
	max-width: 350px;
	height: auto;
}



.titulorodape::before,
.titulorodape::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: #f78c37;
 
  top: 30%;
  transform: translateY(-50%);

}

.titulorodape::before {
right: 60%;
}

.titulorodape::after {
right: 32%;
}

.imagem001 {
	background:url("../images/regras03.png")0px 0px no-repeat;
	background-size:cover;
	min-height: 580px;
	margin-right: -150px;
}

.title-subhny {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--secondary-color);
  display: inline-block;
  position: relative;
  padding: 0 40px;
}

.title-subhny::before,
.title-subhny::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 3px;
  background: #f78c37;
  border-radius: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.title-subhny::before {
  left: 0;
}

.title-subhny span {
  color: var(--heading-color);
}

.line0::after {
  content: " ";
    background-color: #f78c37;
    display: block;
    height: 1px;
    width: 100%;
    
}

.linhadentro {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--secondary-color);
  display: inline-block;
  position: relative;
  padding: 0 40 0 0px;
}


.linhadentro::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 3px;
  background: #f78c37;
  border-radius: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}



.linhadentro span {
  color: var(--heading-color);
}

.icones01 i{font-size: 28px;
font-weight: 400;}

.tithome {
	font-weight: 300;
	color:#f78c37;
}

.caixat01 {
	padding: 1em 6em 1em 6em;
}

.caixat02 {
	padding: 1em 9em 1em 9em;
	font-size: 16px!important;
}

.caixat02 p{
	
	font-size: 16px!important;
}


.caixat03 {
	padding: 1em 9em 1em 9em;
	
}

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

.btn01 {
	padding: .6em 2em;
	border:1px solid #002b2a;
	color: #002b2a;
	background:none;
}

.btn01:hover {
	padding: .6em 2em;
	border:1px solid #002b2a;
	color: #fef0de!important;
	background:#002b2a;
	text-decoration: none!important;
}

.btn01 a:hover {
	
	color: #fef0de!important;
	text-decoration: none!important;
}

.btn02 {
	padding: .6em 2em;
	border:1px solid #f78c37;
	color: #f78c37;
	width: 100%;
	background:none;
}




.btn02:hover {
	
	color: #fef0de!important;
	background:#002b2a;
	text-decoration: none!important;
}


.btn02 a {
	
	color: #f78c37!important;
	
	
}


.btn02 a:hover {
	
	color: #fef0de!important;
	text-decoration: none!important;
}

.btn03 {
    padding: .4em 1.5em;
    border: 1px solid #002b2a;
    color: #002b2a;
    background: none;
	font-size: 13px!important;
	
}

.btn03:hover {
	
	
	color: #fef0de!important;
	background:#002b2a;
	text-decoration: none!important;
}

.btn03 a:hover {
	
	color: #fef0de!important;
	text-decoration: none!important;
}

.btn04 {
	padding: .5em 2em;
	border:1px solid #002b2a;
	color: #002b2a;
	background:none;
	width: 100%;
}



.btn04:hover {
	
	
	color: #fef0de!important;
	background:#002b2a;
	text-decoration: none!important;
}

.btn04 a:hover {
	
	color: #fef0de!important;
	text-decoration: none!important;
}

.margens-laterais {
	padding-left: 4em;
	padding-right: 4em;
}

.lado-home {
	flex: 0 0 auto;
        width: 40%;
}

.meio-home {
	flex: 0 0 auto;
        width: 19%;
	
}

.cor-laranja {
	color:#f78c37;
}

.caixa-amarela {
	background-color: #fef0de ;
	padding: 3em;
	margin-top: 3em;
	
}

	.caixa-amarela p {
		font-size: 14px!important;
	}


.caixa-amarela2 {
	background-color: #fef0de ;
	padding: 2em;
	
	
}

.caixa-p2 {
	padding: 2em;
}

.mapa01 {
	position: relative;
	bottom: 5em;
}

.titulo-servicos {
	font-size: 1.4em!important;
}


.subtitulo-servicos {
	font-size: 1em!important;
}

.subtitulo-servicos span {
	font-size: 8px;
	font-weight: 400;
	padding: .2em;
	border:1px solid #f78c37;
	color:#f78c37;
}

.textomenor {
	font-size: 14px!important;
	color:#212529!important;
	letter-spacing: 0;
}

.textomenor2 {
	font-size: 14px!important;
	color:#212529!important;
	letter-spacing: 0;
	margin-bottom: 0;
}

.textomenor3 {
	font-size: 14px!important;
	
	letter-spacing: 0;
}




.fundo-verde {
	background-color:#002B2A;
}

.cor-bege {
	color:#FDEAD1;
}

.texto-menor {
	
	padding: 4em;
}


.texto-menor p{
	font-size: 14px!important;
	margin-bottom: .2em;
	
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1,
h2 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

.carousel-item:before {
	    content: "";
    background: rgb(0 0 0 / 0%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}


.formfinal .put {
	 background: transparent;
  border-radius: 0;
  font-size: 13px;
  border: 1px solid #002b2a;
  color: #002b2a;
  font-weight: var(--font-weight-normal);
  padding:12px;
  margin-top: 6px;
  transition: all 0.3s;
	width: 100%;


}



.formfinal #botao2 {
  background: #002b2a;
  border-bottom: 0;
  font-weight: var(--font-weight-semibold);
  color: #fdead1;
  text-transform: uppercase;
  margin-top: 35px;
	padding:12px;
	font-size:12px;
	width: 100%;
}

.formcaixa .inn {
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  border: 1px solid #fdead1;
  color: #fdead1;
  font-weight: var(--font-weight-normal);
  padding:12px;
  margin-top: 6px;
  transition: all 0.3s;
	width: 100%;
}



.formcaixa #botao {
  background: #fdead1;
  border-bottom: 0;
  font-weight: var(--font-weight-semibold);
  color: #002b2a;
  text-transform: uppercase;
  margin-top: 35px;
	padding:12px;
	font-size:13px;
	width: 100%;
}

.formcaixa #botao:hover {
  background: #002b2a;
	color: #fdead1;
}


.posicaotopo {
	position: absolute;
    width: 100%;
    z-index: 10;
}

.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ologo {
	width: 340px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-left: 1px solid #fdead1;
	border-right: 1px solid #fdead1;
}

.ologo-m {
	width: 240px;
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-link {
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--border-color);
  color: var(--primary-color);
  pointer-events: auto;
  font-weight: var(--font-weight-semibold);
  line-height: 40px;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 0;
  text-transform: uppercase;
}

.custom-link::before {
  content: attr(data-hover);
  background-color: var(--border-color);
  color: var(--primary-color);
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
  right: 0;
  text-align: center;
}

.custom-link:hover::before {
  top: 0;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  LIST GROUP               
-----------------------------------------*/
.list-group-item {
  background-color: transparent;
  color: var(--p-color);
  font-size: var(--p-font-size);
  padding: 1rem 0;
}

.list-group-item:first-child {
  padding-top: 0;
}

.list-group-item span {
  font-weight: var(--font-weight-semibold);
  margin-left: auto;
}

/*---------------------------------------
  ANIMATED TEXT              
-----------------------------------------*/
.animated {
  position: relative;
}

.animated-info {
  display: inline-block;
  vertical-align: top;
  min-width: 250px;
  position: relative;
}

.animated-item {
  color: var(--primary-color);
}

.animated-item {
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: BottomTotop 6s linear infinite 0s;
}

.animated-item:nth-child(2n+2) {
  animation-delay: 2s;
}

.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}

@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(5px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0;
    transform: translateY(5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {  
  padding-top: 0rem;
}

.hero .container {
  position: relative;
overflow: hidden; 
 /*   height: 680px; */
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;

}

.heroText {
  background: #002b2a;
    position: relative;
    z-index: 2;
    bottom: 5em;
    right: 10%;
    padding: 1.5rem 2.5rem;
    width: 70%;
    left: 15%;
	border-top: 1px solid #fdead1;
}

.contact-phone {
  font-weight: var(--font-weight-semibold);
}

/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-circle {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  padding: 0 20px;
}

.featured-text {
  font-size: var(--h6-font-size);
  line-height: 2rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 0;
}

.featured-number {
  color: var(--primary-color);
  font-size: 8rem;
  margin: 0 10px;
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
  margin: 0 30px;
  padding: 0;
  text-align: center;
}

.navbar-brand strong {
  color: var(--p-color);
  font-size: 12px;
  position: relative;
  bottom: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-nav .nav-link {
  color: #fdead1;
  font-weight: var(--font-weight-light);
  font-size: var(--menu-font-size);
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-nav .nav-item.active .nav-link, 
.nav-link:focus, 
.nav-link:hover {
  color: #fdead1;
	border-bottom:1px solid #fdead1;
	
}

.nav-link:focus {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #FDEAD1;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #FDEAD1;
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

/*---------------------------------------
  TIMELINE               
-----------------------------------------*/
.timeline,
.timeline-nodes {
  position: relative;
}

.timeline-nodes:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline h3, 
.timeline p {
  padding: 10px 30px;
} 

.timeline h3 {
  background: var(--dark-color);
}

.timeline::before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  left: 50%;
  width: 0;
  border-left: 1px solid var(--border-color);
  height: 85%;
  z-index: 1;
  transform: translateX(-50%);
}

.timeline-content {
  position: relative;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0;
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
  text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
  text-align: left;
}
 
.timeline-nodes:nth-child(even) .timeline-date {
  text-align: right;
}

.timeline-nodes:nth-child(odd) h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 0;
  border-left: 10px solid var(--dark-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.timeline-nodes h3 {
  position: relative;
  border-radius: 0.25rem 0.25rem 0 0;
}

.timeline-nodes:nth-child(even) h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  width: 0;
  border-right: 10px solid var(--dark-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.timeline-icons {
  position: relative;
  z-index: 100;
}

.timeline-icons::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  z-index: 1;
}

.timeline-icon {
  position: relative;
  z-index: 100;
  font-size: var(--h3-font-size);
  color: var(--primary-color);
  display: block;
  text-align: center;
  line-height: 80px;
}

@media (max-width: 1280px) {
	
	.caixa-amarela {
    background-color: #fef0de;
    padding: 1em;

        margin: 0em 1em 1em 1em;
    
}
	
	.btn01 {
    padding: .6em .6em;
    border: 1px solid #002b2a;
    color: #002b2a;
    background: none;
		font-size: 12px;
}
	
	
.titulorodape::before,
.titulorodape::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #f78c37;
 
  top: 50%;
  transform: translateY(-50%);

}

.titulorodape::before {
right: 65%;
}

.titulorodape::after {
right: 32%;
}
	
	.formcaixa #botao {
    background: #fdead1;
    border-bottom: 0;
    font-weight: var(--font-weight-semibold);
    color: #002b2a;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 9px;
    font-size: 10px;
    width: 100%;
    height: 49px;
}
	
	.topin {
    width: 2px;
    height: 50px;
    background-color: #F66D03;
}
	
	.baixin {
    width: 2px;
    height: 150px;
    background-color: #F66D03;
}
	
	.meio-home {
    flex: 0 0 auto;
    width: 30%;
}
	
	.lado-home {
    flex: 0 0 auto;
    width: 33%;
}
	
	.caixat01 {
    padding: 1em 1em 1em 1em;
}
	
	.margens-laterais {
    padding-left: 1em;
    padding-right: 1em;
}
	
	
	.texto-menor {
    padding: 2em;
}
	
	.caixa-amarela p {
		font-size: 12px!important;
	}
	
	.caixat02 {
    padding: 1em 1em 1em 1em;
    font-size: 16px !important;
}
	
}

@media (max-width: 980px) {
	
	.titulorodape::before,
.titulorodape::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #f78c37;
 
  top: 50%;
  transform: translateY(-50%);

}

.titulorodape::before {
right: 70%;
}

.titulorodape::after {
right: 27%;
	
}
	
	
	.site-footer a {
    font-size: 12px !important;
    font-weight: 400 !important;
}

}

@media (max-width: 767px) {
	
	
	.btn03 {
    padding: .4em 1.5em;
    border: 1px solid #002b2a;
    color: #002b2a;
    background: none;
    font-size: 11px !important;
}
	
	.formcaixa #botao {
    background: #fdead1;
    border-bottom: 0;
    font-weight: var(--font-weight-semibold);
    color: #002b2a;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 9px;
    font-size: 10px;
    width: 100%;
    height: 49px;
}
	
	.topin {
    width: 2px;
    height: 50px;
    background-color: #F66D03;
}
	
	.baixin {
    width: 2px;
    height: 150px;
    background-color: #F66D03;
}
	
	.meio-home {
    flex: 0 0 auto;
    width: 43%;
}
	
	.lado-home {
    flex: 0 0 auto;
    width: 27%;
}
	
	.caixat01 {
    padding: 1em 1em 1em 1em;
}
	
	.margens-laterais {
    padding-left: 1em;
    padding-right: 1em;
}
	
.titulorodape::before,
.titulorodape::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #f78c37;
 
  top: 50%;
  transform: translateY(-50%);

}

.titulorodape::before {
right: 75%;
}

.titulorodape::after {
right: 21%;
}
	
	
	
  .timeline-nodes:nth-child(odd) h3,
  .timeline-nodes:nth-child(odd) p {
    text-align: left;
  }

  .timeline-nodes:nth-child(even) {
    flex-direction: row;
  }

  .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 33px;
    width: 0;
    height: 90%;
    z-index: 1;
    transform: translateX(-50%);
  }

  .timeline-icons {
    position: absolute;
    left: 0%;
    top: 60px;
  }

  .timeline-nodes:nth-child(odd) h3::after {
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: 10px solid var(--dark-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .timeline-nodes:nth-child(even) h3::after {
    right: 100%;
    width: 0;
    border-right: 10px solid var(--dark-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
  }

  .timeline-icons::before {
    width: 75px;
    height: 75px;
  }

  .timeline-icon {
    line-height: 75px;
  }
}

@media (max-width: 575px) {
	
	
	.modal-dep-tamanho {
	width: 100%!important;
	max-width: 100%;
}
	
	.site-footer a {
  font-size: 12px !important;
    font-weight: 400!important;
}
	
	
  .timeline::before {
    content: "";
    display: block;
    top: 60px;
    left: 57px;
    height: 87%;
  }

  .timeline-icons {
    position: absolute;
    left: -10px;
  }

  .timeline-icons::before {
    width: 70px;
    height: 70px;
  }

  .timeline-icon {
    line-height: 70px;
  }
}

/*---------------------------------------
  REVIEWS               
-----------------------------------------*/
.reviews-thumb {
  margin-bottom: 0;

}

.reviews-text {
  margin-top: 10px;
  margin-bottom: 25px;
}

.reviews-image {
  border-radius: 100px;
  width: 70px !important;
  height: 70px !important;
}

.reviews-carousel .owl-item {
  opacity: 100;
	
	
}

.reviews-carousel .owl-item.active.center {
  opacity: 1;
}

.reviews-carousel .owl-item.active.center .reviews-thumb {
  background: var(--dark-color);
}

.reviews-carousel .owl-item.active.center .reviews-thumb,
.reviews-carousel .owl-item.active.center .reviews-text {
  color: var(--white-color);
}

.reviews-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 80%!important;

}

.reviews-carousel .owl-nav span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
}

.reviews-carousel .owl-nav .owl-prev {
  position: relative;
  left: -80px;
}

.reviews-carousel .owl-nav .owl-next {
  position: relative;
  right: -80px;
}

.reviews-carousel .owl-prev span,
.reviews-carousel .owl-next span {
  color: transparent;
}

.reviews-carousel .owl-prev span::before,
.reviews-carousel .owl-next span::before {
  font-family: bootstrap-icons;
  display: block;
  font-size: var(--h3-font-size);
  color: #fff;
  width: 35px;
  height: 35px;
}

.reviews-carousel .owl-prev span::before {
  content: "\f284";
}

.reviews-carousel .owl-next span::before {
  content: "\f285";
}

/*---------------------------------------
  BOOKING FORM            
-----------------------------------------*/

.booking-form .form-control {
  background: transparent;
  border-radius: 0;
  border: 1px solid #f78c37;
 font-size: 13px;
  color: #f78c37;
  font-weight: var(--font-weight-normal);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  transition: all 0.3s;
}

.booking-form #submit-button {
  background: var(--dark-color);
  border-bottom: 0;
  font-weight: var(--font-weight-semibold);
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 35px;
}

.booking-form #submit-button:hover {
  background: var(--primary-color);
}

/*---------------------------------------
  FOOTER              
-----------------------------------------*/
.site-footer {
  background: #fdead1;
}

.copyright-text {
  font-size: var(--menu-font-size);
}

.site-footer a {
  font-size: 14px !important;
    font-weight: 400!important;
}

.site-footer p {
   font-size: 14px !important;
    font-weight: 400!important;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

.social-icon:hover li:not(:hover) {
  opacity: 0.65;
}

.social-icon-link {
  font-size: var(--p-font-size);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .hero .container {
    /*height: 680px; */
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .hero .container {
    height: inherit;
  }

  .heroText {
    position: relative;
    bottom: 100px;
    left: 0;
    width: auto;
    margin-bottom: -100px;
    padding: 2rem;
  }

  .featured-circle {
    width: 320px;
    height: 320px;
  }
	
	.caixat03 {
    padding: 1em 1em 1em 1em;
}
	
	.textomenor {
    font-size: 12px !important;
    color: #212529 !important;
    letter-spacing: 0;
}
	
}

@media screen and (max-width: 767px) {
  .heroText {
    padding: 1.5rem;
  }

  .animated-info {
    min-width: 125px;
  }

  .featured-circle {
    margin-top: 20px;
  }

      .reviews-carousel .owl-nav {
        position: relative; 
        width: 100% !important;
        transform: inherit;
        top: -200px;
        bottom: 0;
        left: 0;
        max-width: 100%;
        /* margin: 20px auto; */
    }

  .reviews-carousel .owl-nav .owl-prev,
  .reviews-carousel .owl-nav .owl-next {
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
	
	
	.imagem001 {
    background: url(../images/regras03.png) 0px 0px no-repeat;
    background-size: cover;
    min-height: 380px;
		width: 100%;

}
	
	.imgcont {
    background: url(../images/contato02.png) 0px 0px no-repeat;
    background-size: cover;
    min-height: 260px;
		width: 100%;
		margin-bottom: 1em;
}
	
	
	.pro-desk {
		display: none;
	}
	
	.pro-mobile {
		display: block;
	}
	
	.estruturamobile {
		
		font-size: 12px;
		
	}
	
	
	.detalheacomodacoes-desktop {
		display: none;
	}
	
	
		.detalheacomodacoes-mobile {
		display: block;
	}
	
	
	#inverter {
		
		
		-webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
	}
	
	.espacoroda {
		padding: 2em;
	}
	
	.site-footer a {
  font-size: 12px !important;
    font-weight: 400!important;
}
	
	.site-footer i {
  font-size: 32px !important;
    font-weight: 400!important;
}

	.bannerhome {
	background:url('../banners/mobile/home.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
	
		.banneracomodacoes {
	background:url('../banners/mobile/acomodacoes.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
		.bannercontato {
	background:url('../banners/mobile/contato.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
		.bannersobrenos {
	background:url('../banners/mobile/sobre-nos.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
		.banner-reservas {
	background:url('../banners/mobile/reservas.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
		.banner-regras {
	background:url('../banners/mobile/regras-gerais.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
		.bannerparceiros {
	background:url('../banners/mobile/parceiros.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
		.bannerpraia {
	background:url('../banners/mobile/praia-prea.png') 0px 0px no-repeat;
	background-size:cover;
	min-height: 740px
}
	
	.acomoda {
	background:url("../images/acomodacoes02.png") 0px 0px no-repeat;
	background-size:cover;
		min-height: 340px;
}
	
	.caixat02 {
    padding: 1em 1em 1em 1em;
    font-size: 16px !important;
}
	
	.caixat03 {
    padding: 1em 1em 1em 1em;
}
	
	.titulorodape::before, .titulorodape::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background: #f78c37;
    top: 50%;
    transform: translateY(-50%);
}
	
	.homemobile {
		display: block;
	}
	
	.homedesk {
		display: none;
	}
	
	.ologo {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-left: 0;
    border-right: 0;
}
	
	
.espacotitulo {
	margin-top: 75%;
}


.espacotitulo h1{
color:#FDEAD1;
	font-weight: 100;
	font-size: 1.8em;
}
	
	.caixat01 {
    padding: 1em 1em 1em 1em;
}
	
	.margens-laterais {
    padding-left: 1em;
    padding-right: 1em;
}
	
  .heroText {
    padding: 1rem;
	          margin: 1.4em;
  }

  .heroLinks .custom-link {
    font-size: 12px;
    line-height: 30px;
    margin-right: 12px !important;
    padding: 0 25px;
  }

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

@media screen and (max-width: 360px) {
  .featured-number {
    font-size: 5rem;
  }

  .featured-circle {
    width: 235px;
    height: 235px;
  }

  .reviews-image {
    width: 55px !important;
    height: 55px !important;
  }

  .reviews-thumb figcaption {
    font-size: var(--menu-font-size);
  }

  .timeline::before {
    left: 42px;
  }
	}
