/* navbar */
.navbar {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 20px 20px;
}
.box-info-ini {
  display: flex;
  align-items: center;
}
.logo-brisa {
  width: 25%;
}
.box-info-ini {
  margin-bottom: 0px !important;
}
img.home-fachada {
  max-width: 365px;
}
a.border-theme-btn {
  border: 1px solid #F7AD77;
  border-radius: 2px;
}
.links-menu {
  width: 75%;
  text-align: right;
}
.box-info-ini p {
  max-width: 270px;
  text-align: right;
  margin-right: 15px;
  font-size: 25px;
  font-family: 'Acre-Medium';
}

.video.sec3 {
    position: absolute;
    padding-left: 25%;
}

img.imgfachada {
    margin-top: 5%;
    float: right;
    margin-right: 0;
}

img.imgchurras {
    margin-top: 15%;
    z-index: 5;
}
.box-info-ini {
  margin: auto;
}
.sld-mobile-areas{
  display:none;
}
.content-ini {
  margin-top: 0;
  bottom: 0;
  color: #f1f1f1;
  height: 800px;
  width: 100%;
  padding: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  position: absolute;
}
.topnav.menu-mobile{
  display: none;
}
.links-menu a {
  color: white;
  padding: 8px 10px;
  font-size: 20px;
  font-family: 'Acre-Medium';
  margin: 0 10px;
}
.navbar {
  display: flex;
  align-items: center;
}
.mySlides-mobile {display: none}

.slideshow-container-mobile img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container-mobile {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev-mobile, .next-mobile {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next-mobile {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-mobile:hover, .next-mobile:hover {
  background-color: rgba(0,0,0,0.3);
}

/* Caption text */
.text-mobile {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext-mobile {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.active-mobile, .dot-mobile:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-mobile {
  animation-name: fade;
  animation-duration: 2.5s;
}
.dot-mobile {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
span.dot-mobile.active-mobile {
    background-color: #f3af7c;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev-mobile, .next-mobile,.text-mobile {font-size: 11px}
}

* {
    box-sizing: border-box;
  }
  a{
    text-decoration: none;
  }
  body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
  }
  
  #myVideo {
    position: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  @font-face {
    font-family: "CarosBlack";
    src: url("../fonts-argo/texto/CarosBlack.woff");
  }
  @font-face {
    font-family: "CarosBold";
    src: url("../fonts-argo/texto/CarosBold.woff");
  }
  @font-face {
    font-family: "CarosLight";
    src: url("../fonts-argo/texto/CarosLight.woff");
  }
  @font-face {
    font-family: "CarosMedium";
    src: url("../fonts-argo/texto/CarosMedium.woff");
  }
  @font-face {
    font-family: "Acre-Extrabold";
    src: url("../fonts-argo/titulo/Acre-Extrabold.woff");
  }
  @font-face {
    font-family: "Acre-Medium";
    src: url("../fonts-argo/titulo/Acre-Medium.woff");
  }
  @font-face {
    font-family: "Acre-Semibold";
    src: url("../fonts-argo/titulo/Acre-Semibold.woff");
  }
  h1.home-h1 {
    font-family: 'Acre-semibold';
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 254px;
    text-transform: uppercase;
    color: #F7AD77;
    text-align: center;
    margin: 10px;
}

h3.t-local {
  font-family: 'CarosBold';
  font-size: 65px;
  color: #F7AD77;
  text-align: center;
  margin: 15px 10px;
  text-transform: uppercase;
}
h3.t-theme-h3 {
  color: #5B1C39;
  font-size: 42px;
  font-family: CarosMedium;
}
.back-circle a {position: absolute;margin-left: 15px;color: #5B1C39;font-family: CarosBold;}

.back-circle {
    display: flex;
    align-items: center;
}
.container-box {
  max-width: 1240px;
  margin: auto;
  display: flex;
}
.info-map {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}
.container-box.lazer {
  flex-direction: row;
}
.fotos-lazer {
  width: 100%;
}
img.fachadainpotante {
  width: 100%;
}

.txt.sec7 {
  width: 60%;
}
section.sec8 {background-color: #5B1C39;}

section.sec8 h3 {
    margin: 0;
    padding: 50px 0px;
}
.cta.btn-theme {
  width: 30%;
}
.cta.btn-theme {
  padding-top: 35px;
}
.fachada-sec7 {
  margin-top: -190px;
  z-index: 1;
  display: flex;
}

.container-box.fachada_importante {
  position: relative;
}
.container-box.lazer .lazer > div {
  width: 50%;
}
.info-map > div {
  width: 25%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.info-map span {
  background-color: #5B1C39;
  padding: 8px;
  border-radius: 50%;
  width: 38px;
  display: block;
  text-align: center;
  color: white;
  border: solid 2px #F7AD77;
  margin-right: 10px;
}
.text-sec2 {
  width: 45%;
}

.img-sec2 {
  width: 55%;
}
.img-sec2 > div {
  display: flex;
  flex-direction: column;
}
.text-sec2 {
  padding: 0px 20px;
}
img.local {
  width: 100%;
}
.d-f.sec2 {
  padding: 50px 0px;
}
.marca-ani{
  position: absolute;
    margin-left: -55px;
    margin-top: -55px;
}
.sec2 .bb-theme {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #f7ad77;
}
.d-f.sec1 {
  padding: 25px 0px;
}
.box-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.box-sec > div {
  width: 50%;
}
.d-f {
  display: flex;
}
.d-f.sec1 .img img {
  width: 100%;
}

.text-sec.sec1 {
  padding: 20px;
}
.d-f.sec1 .img {
  width: 60%;
}
.d-f.sec1 .text-sec {
  width: 40%;
}
.zoom-in-out-box {
  margin: 24px;
  width: 50px;
  height: 50px;
  animation: zoom-in-zoom-out 2s ease infinite;
}
img.arrow {
  margin-left: -25px;
}
img.argo-info {
  max-width: 90%;
  margin: auto;
}
section.sec9.argo-info {
  padding-top: 50px;
}
@keyframes zoom-in-zoom-out {
  0% {
    /* transform: scale(1, 1); */
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* slider */
:root {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  --color1: #F7AD77;
  --color2: #F7AD77;
  --color3: #F7AD77;
}
main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 700px;
}
main .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .hero-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .hero-left h1 {
  text-align: center;
}
main .hero-left button {
  position: absolute;
  padding: 10px 15px;
  margin: 10px;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 2;
  bottom: 20px;
  margin: 15%;
}
main .hero-left button:last-of-type {
  right: 0;
  bottom: 20px;
}
main .hero-left button:active {
  transform: scale(0.9);
}
main .hero-left .layers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main .hero-left .layers .layer {
  display: grid;
  grid-template-rows: 6rem 3fr 1fr;
  background-color: #f7ad77;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.5s;
  transform: translateX(100%);
  opacity: 0;
}
main .hero-left .layers .layer-displayed {
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
main .hero-left .layers .layer-displayed-exit {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
main .hero-left .layers .layer > span {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
h3.sec3.title {
  font-size: 65px;
  text-align: center;
  color: #F7AD77;
  font-family: 'CarosBold';
  text-transform: uppercase;
}
.sec3.box-fotos {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec3.box-fotos img {
  max-width: 400px;
  height: max-content;
  z-index: 5;
}
main .hero-left .layers .layer__image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
main .hero-left .layers .layer__info {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  column-gap: 2rem;
  font-size: 1.5rem;
}
main .hero-left .layers .layer__info div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .hero-left .layers .layer__info div:first-child {
  align-items: flex-end;
  color: gray;
}
main .hero-left .layers .layer__info div:last-child {
  font-weight: bold;
}
main .hero-left .layers .layer > span {
  color: #5B1C39;
  text-align: left;
  width: 300px;
  margin-left: 18%;
  margin-top: 38%;
  font-size: 50px;
}
/* main .hero-left .layers .layer:nth-child(2) > span {
  color: var(--color2);
}
main .hero-left .layers .layer:nth-child(3) > span {
  color: var(--color3);
} */
main .hero-right {
  grid-column: 2;
  position: relative;
  overflow: hidden;
}
main .hero-right > .layer {
  background-color: #E41936;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.5s;
}
main .hero-right > .layer-displayed {
  transform: translateX(0);
  z-index: 2;
}
main .hero-right > .layer-displayed-exit {
  transition-delay: 1s;
  transition-duration: 0;
  z-index: 1;
}
main .hero-right > .layer:nth-child(1) {
  background-color: var(--color1);
}
main .hero-right > .layer:nth-child(2) {
  background-color: var(--color2);
}
main .hero-right > .layer:nth-child(3) {
  background-color: var(--color3);
}
main .hero-right .photo-name {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 20%;
  font-size: 1.5rem;
  z-index: 2;
}
main .hero-right .photo-name span {
  display: block;
}
main .hero-right .photo-name__wrapper {
  position: relative;
}
main .hero-right .photo-name__title {
  font-weight: bold;
}
main .hero-right .photo-name .layer {
  padding: 10px;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
main .hero-right .photo-name .layer-displayed {
  transform: translateX(0);
  transition-delay: 0.5s;
}
main .hero-right .photo-frame {
  position: absolute;
  overflow: hidden;
  animation-play-state: paused;
}
main .hero-right .photo-frame:nth-child(4) {
  top: 0%;
  right: 0;
  /* left: 10%; */
  width: 40%;
  height: 40%;
  z-index: 3;
}

main .hero-right .photo-frame:last-child {
  top: 0%;
  left: 0%;
  width: 80%;
  height: 100%;
  z-index: 2;
}
main .hero-right .photo-frame .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transition: width 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.info-map {
  margin-top: 25px;
}
section.slider-fachada {
  padding: 25px 0px;
}
main .hero-right .photo-frame .layer {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  opacity: 0;
  transition-delay: 0.5s;
  background-attachment: inherit;
}
main .hero-right .photo-frame .layer-displayed {
  opacity: 1;
}
.texto.piscina {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 50px;
}
img.desk.areas {
  max-width: 100%;
}
.container-box.areas {
  display: flex;
  flex-direction: column;
}
.piscina-area.texto h3 {
  margin-bottom: 10px;
}
img.desk-lazer {
  max-width: 100%;
}

.container-box.lazer {
  display: flex;
  flex-direction: column;
}

.lazer h3 {
  width: fit-content;
}
.w100{
  width: 100%;
}
.bb-theme.w100 {
  width: 100%;
  border-bottom: solid 2px #f7ad77;
}
.fotos-areas-grupo {
  display: flex;
}
h3.t-theme-h3.lkh {
  cursor: pointer;
}
.container-box.areas {
  margin-top: -35px;
}
.piscina img {
  max-width: 700px;
  margin-left: 150px;
}
.piscina {
  z-index: 6;
}
.video-piscina {
  width: 30%;
  margin: auto;
}
.fotos-areas {
  margin-top: -320px;
}
.piscina-area.texto {
  width: 70%;
  /* margin: auto; */
  padding: 10px 35px;
}

.video-piscina video {
  max-width: 100%;
}
section.sec3.fotos {
  padding: 50px 0px;
}
@keyframes cover {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  95% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
section.sec3.fotos {
  background-image: url(../img/graf.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* slider2 */
.wrapper{
  width:100%;
  /* padding-top: 20px; */
  text-align:center;
}
.slick-slide h4 {
  font-size: 18px;
  margin: 0px;
  font-family: 'CarosMedium';
  text-transform: uppercase;
}
.carousel{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:0px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.slick-slide {
  position: relative;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:#000;
}
.slick-slide::after {
  content: '';
  width: 100%;
  background-color: #0000000d;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.slick-slide.slick-current.slick-active.slick-center::after {
  display: none !important;
}
ul.slick-dots {
  display: none !important;
}
.slick-slide .planta {
  display: none;
}

.slick-slide h4 {
  display: none;
}
.carousel.slick-initialized.slick-slider {
  background-color: #F7AD77;
}

.slick-slide.slick-current.slick-active.slick-center {
  background-color: white;
}
.slick-slide.slick-current.slick-active.slick-center h4 {
  display: block;
}

.slick-slide.slick-current.slick-active.slick-center .planta {
  display: block;
}
button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 5;
  right: 230px;
  margin-bottom: 100px;
}
html {
  scroll-behavior: smooth;
}
.navbar {
  z-index: 10;
}
.carousel button {
  background-color: transparent;
  border: none;
}
button.slick-next.slick-arrow {
  position: absolute;
  bottom: 0;
  right: 120px;
  margin-bottom: 100px;
}
h3.dot {
  display: none;
}

h3.dot.active {
  display: block;
}
.parallax {
  /* The image used */
  background-image: url(../img/convento-vv.jpg);

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
img.convento.svgtxt-logo {
  max-width: 90%;

}
.container-box.convento {
  flex-direction: column;
  padding-top: 70px;
}

.container-box.convento p {
  color: #5B1C39;
  font-size: 22px;
  font-family: 'CarosMedium';
  margin: 0;
  line-height: 35px;
  max-width: 600px;
}

hr.theme-argo {border: 2px solid #f7ad77;display: block;width: 100%;}
img.arrowconvento.zoom-in-out-box {
  margin: 0px;
}
.txt.argo-info {
  font-size: 45px;
  color: #632240;
  font-family: 'CarosBold';
}

.txt.argo-info {
  width: 35%;
  text-align: right;
}

.txt.jockey p {
  color: #632240;
  font-size: 25px;
  font-family: 'CarosMedium';
  margin: 0;
  max-width: 350px;
}

.txt.jockey {
  padding: 15px;
  margin-left: 25px;
}
a.btn.themenb {
  margin: auto;
  background-color: #632240;
  color: #F7AD77;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 20px;
  transition: 0.5s;
  border: 1px solid #632240;
}
img.argo-info {
  margin-bottom: 25px;
}
.argo-info a.btn.themenb:hover {
  color: #F7AD77;
  background-color: transparent;
  border: 1px solid #F7AD77;
}
.txt.jockey span {
  font-size: 100px;
  color: #F7AD77;
  text-transform: uppercase;
  font-family: 'CarosBold';
}
.overlay.video-praia {
  position: absolute;
  z-index: 1;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 500px;
  background-color: rgb(0 0 0 / 22%);
  background-image: url(../img/graf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.video-txt {
  z-index: 1;
  max-width: 1200px;
  text-align: center;
 
  color: #fefefe;
}
h1.theme-video-praia {
  font-size: 70px;
  text-transform: uppercase;
  font-family: 'CarosBold';
}
section.video-praia {
  display: flex;
  width: 100%;
  height: 500px;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

section.video-praia video {
  position: absolute;
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.video-praia {
  margin-top: 50px;
}
.container-box.sec-list {
  padding: 50px 0px;
}

.box-list {
  display: block;
  margin: auto;
}

.card-list {
  display: flex;
}

.txt-list {
  display: flex;
  padding-left: 25px;
  flex-direction: column;
  justify-content: center;
}

.txt-list h5 {
  color: #5B1C39;
  font-size: 40px;
  margin: 0;
  font-family: 'CarosMedium';
}
.box.exelente {
  font-size: 50px;
  color: #632340;
  font-family: 'CarosMedium';
}
h1.praia-t {
  font-size: 65px;
  color: #55C0E9;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 45px;
}
.container-box.textbf {
  padding-top: 50px;
}
.txt-list p {
  color: #0F141A;
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
}

.card-list {margin-bottom: 15px;}
.container-box.textbf {
  display: flex;
}

.container-box.textbf > div {
  width: 50%;
}
.box.exelente {
  padding-right: 30px;
    padding-left: 30px;
}

.tex.vezes {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tex.vezes h3 {
  font-size: 35px;
  color: #632340;
  font-family: 'CarosMedium';
  margin: 0;
  text-transform: uppercase;
}
.tex.vezes span {
  font-size: 150px;
  color: white;
  -webkit-text-stroke: 1px #f7ad77;
  line-height: 150px;
}
h1.home-h1 {
  margin-bottom: -100px;
  z-index: 5;
}
.area-con {
  width: 100%;
}
section.video-praia.contanto {
  margin: 0px;
}
.video-form {
  width: 1200px;
  margin: auto;
}

div#brisa-e4b1ddd2b0214b2ff880 {
  max-width: 450px;
  float: right;
}

div#rd-column-kirdo12j > div {
  background-color: transparent;
  border-radius: 0px 50px 0px 0px;
  border: 2px solid #632240;
}

button#rd-button-kirdo12n {
  background-color: #632240;
}

label.bricks-form__label {
  color: #000 !important;
}
section.footer.sec {
  background-color: #632240;
  padding: 50px 0px;
  color: white;
  font-family: 'CarosLight';
}

.ctatitulo {
  width: 60%;
}

.menu {
  width: 15%;
  display: flex;
  flex-direction: column;
}

.Redes {
  width: 15%;
  display: flex;
  flex-direction: column;
}
.box-info-ini {
  padding-right: 350px;
  z-index: 4;
}
.container-box a {
  color: white;
}

.menu a {
  font-size: 18px;
  line-height: 35px;
  font-family: 'CarosLight';
}
.video.sec3 video {
  max-width: 550px;
}
.back-circle a {
  color: #5b1c39;
}
.Redes a {
  font-size: 18px;
  line-height: 35px;
  font-family: 'CarosLight';
}

.menu h3 {
  font-family: 'CarosBold';
  text-transform: uppercase;
}

.Redes h3 {
  font-family: 'CarosBold';
  text-transform: uppercase;
}

.notas {
  font-size: 14px;
  line-height: 20px;
}

.ctatitulo a {background-color: white;color: #331020;padding: 10px 18px;font-size: 19px;font-family: 'CarosBold';border-radius: 8px;}

.ctatitulo h2 {
  font-family: 'CarosBold';
  font-size: 32px;
  text-transform: uppercase;
  max-width: 500px;
}

.notas {
  width: 70%;
  padding-right: 25px;
  padding-top: 25px;
}

.copy {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ctatitulo p {
  margin-bottom: 30px;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
}
.bg-video-wrap video {
  min-width: 100%;
  z-index: 1;
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.mySlides {display: none}
img {vertical-align: middle;}

.txt-slider-local > div {
  min-height: 220px;
  margin-bottom: 45px;
  padding-right: 30px;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
h3.dot.active {
font-family: 'CarosMedium';
color: #632240;
font-size: 40px;
margin: 0;
}
img.dasp {
position: absolute;
margin-left: 290px;
margin-top: -100px;
}

img.easp {
position: absolute;
margin-left: -80px;
margin-top: 0;
}
.txt-slider-local {
max-width: 550px;
padding-left: 50px;
}
/* Next & previous buttons */
.slideshow-container .prev, .next {
  cursor: pointer;
  /* position: absolute; */
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
section.slider-local {
  background-color: #D9D9D9;
  padding: 25px 0px;
}
.txt-slider-local a {
color: red;
}
/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .dot:hover {

}
section.slider-local {
min-height: 400px;
display: flex;
}
/* Fading animation */
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 768px) {
  .d-f.sec1 {
    display: flex;
    flex-direction: column;
}

.d-f.sec1 > div > img {
    width: 100%;
}

.d-f.sec1 .img {
    width: 100%;
}

.text-sec.sec1 {
    width: 100% !important;
}
.navbar {
  display: none;
}
h1.home-h1 {
  font-size: 45px;
}
img.home-fachada {
  width: 90%;
  margin: auto;
}
.box-info-ini {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}
.container-box {
  flex-direction: column;
}
.sec3.box-fotos img {
  margin-top: 30%;
  width: 150px;
}

.video.sec3 video {
  width: 280px;
}

.video.sec3 {
  padding-left: 15%;
}

img.imgfachada {
  margin-top: 105px;
}
h3.t-local {
  font-size: 30px;
  font-family: 'CarosLight';
}
h3.t-theme-h3 {
  text-align: center;
}
.txt.jockey span {
  font-size: 45px;
}
.img-sec2 {
  margin-top: 25px;
}

img.arrow.zoom-in-out-box {
  filter: brightness(0.5);
  margin: auto;
  margin-left: auto;
}
.text-sec.sec1 {
  padding-top: 0px;
}
p.p-theme {
  font-family: 'Acre-Medium';
  font-size: 17px;
}
.text-sec.sec1 h3 {
  margin-top: 0px;
}
.txt.jockey {
  margin: 0;
  text-align: center;
}
.card-list .box {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.card-list .box img {
  width: 70px;
  margin: auto;
}
.card-list .box {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.card-list .box img {
  width: 70px;
  margin: auto;
}

.txt-list h5 {
  font-size: 20px;
  font-family: 'CarosLight';
}
.box.exelente {
  width: 100% !important;
  font-size: 24px;
  padding: 15px;
  margin: 0px;
  text-align: center;
}
.ctatitulo {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}

.menu {
  width: 48%;
  padding: 0 10px;
}
.Redes {
  width: 48%;
  padding: 0 10px;
}
h3.dot.active {
  font-size: 26px;
}
.slideshow-container {
  margin-top: 25px;
}
img.arrowconvento.zoom-in-out-box {
  margin: auto;
}
.container-box.convento p {
  font-size: 16px;
}
h3.sec3.title {
  padding: 15px;
}
.parallax {
  min-height: 365px !important;
}
.txt.sec7 {
  width: 100%;
}
.container-box.fachada_importante {
  padding: 10px;
}
h3.t-theme-h3 {
  width: 100%;
  text-align: center;
}
.fotos-areas {margin-top: -100px;}

.piscina-area.texto h3 {
    font-size: 16px;
}
.fachada-sec7 {
  margin-top: 0px;
}
.container-box.convento {
  padding: 35px 15px;
}
section.slider-local {
  padding: 15px 0px 0px 0px;
}
.txt-slider-local > div {
  min-height: 115px;
  padding: 10px;
}

img.dasp {
  margin-left: 60%;
  margin-top: -50px;
}
.area-con {
  padding: 12px;
}
.notas {
  width: 100%;
  padding: 10px;
}

.copy {
  width: 100%;
  text-align: center;
}
.container-box.textbf > div {
  width: 100% !important;
  text-align: center;
}
.mySlides.fade img {
  width: 100% !important;
}
h3.sec3.title {
  font-size: 28px;
  padding: 10px 10px;
}
.txt-list p {
  font-size: 16px;
}

.card-list {
  margin-bottom: 25px;
  padding: 0px 15px;
}

h1.praia-t {
  font-size: 20px;
  line-height: 10px;
}
.txt-list h5 {
  font-size: 20px;
  font-family: 'CarosLight';
}

.txt-list p {
  font-size: 16px;
}

.card-list {
  margin-bottom: 25px;
  padding: 0px 15px;
}
h1.theme-video-praia {
  font-size: 35px;
  font-family: 'CarosLight';
}
.d-f.sec2 {
  display: contents;
}
a.btn.themenb {
  font-size: 14px;
  color: white;
}
.txt.argo-info {
  width: 98%;
  margin: auto;
  font-size: 35px;
  font-family: 'Acre-Medium';
  text-align: center;
}
.d-f.sec1 {
  flex-direction: column-reverse;
}
.info-map > div {
  width: 50%;
  font-size: 16px;
}

.info-map span {
  min-width: 45px !important;
  height: 45px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.texto.piscina h3 {
  margin: 0px;
}
.text-sec2 {
  width: 100%;
}

.img-sec2 {
  width: 100%;
}
.texto.piscina p {
  margin-top: 5px;
  margin-bottom: 45px;
  text-align: center;
}
.piscina img {
  margin: 0px;
  display: block;
  width: 100%;
}
h3.t-theme-h3 {
    font-size: 28px;
    font-family: 'CarosLight';
}
main .hero-left {
  width: 100% !important;
  height: 550px;
}
button.slick-next.slick-arrow {
  right: 0px;
}

button.slick-prev.slick-arrow {
  right: auto;
}

button.slick-prev.slick-arrow svg {
  width: 40px;
}

button.slick-next.slick-arrow svg {
  width: 40px;
}
.hero-right {
  display: flex !important;
  grid-column: none !important;;
  height: 250px !important;;
  width: 100% !important;;
}
main .hero-left .layers .layer > span {
  font-size: 44px;
}
main {
  display: flex !important;;
  flex-direction: column !important;;
  flex-wrap: wrap !important;;
}
.topnav.menu-mobile {
  position: fixed;
  overflow: hidden;
  background-color: transparent;
  z-index: 10;
  width: 100%;
  display: block ;
}

.topnav.menu-mobile #myLinks {
  display: none;
}

.topnav.menu-mobile a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
  display: block;
}
div#LinksMenuMobile {
  background-color: #632240;
}
.topnav.menu-mobile a.icon {
  background: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
}

.topnav.menu-mobile  a:hover {
  background-color: transparent;
  color: white;
}

.menu-mobile .active {
  background-color: #63224063 !important;
  color: white;
}
h1.home-h1 {
  margin-top: 80px;
  line-height: 220px;
  position: relative;
  top: 25px;
}
.bg-video-wrap {
  height: 600px;
}
img.home-fachada {
  width: 260px !important;
}

.box-info-ini {
  margin: 0px !important;; 
  margin-top: -100px !important;;
}
.sec3.box-fotos img {
  height: max-content !important;
}
.sld-mobile-areas{
  display: block;
}
img.desk-lazer {
  display: none;
}
}/* On smaller screens, decrease text size */
