*{
    margin: 0;
    padding: 0;
    font-family: Mirza;
}


:root {
    --azul: #055262;
    --rose: #DFB698;
    --branco: #FFFFFE;
    --bege: #EAE1CB;
    --whatsapp: #25BA4D;
}

nav{
    background-color: var(--azul);
    padding: 22px;
}

.nav-content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.telefone-left{
    display: flex;
    align-items: center;
}

.telefone-left img{
    width: 21px;
    height: 21px;
}

.telefone-left > p{
    margin-top: -6px;
    font-size: 26px;
    margin-left: 10px;
    color: var(--branco);
}

.btn-cta-header a img{
    width: 21px;
    height: 21px;
}

.btn-cta-header a p{
    margin-top: -6px;
    margin-right: 8px;
}

.btn-cta-header a{
    background-color: var(--branco);
    display: flex;
    align-items: center;
    padding: 12px 18px;
    color: var(--azul);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
}

.btn-cta-header a:hover{
    background-color: #25BA4D;
    transition: 0.5s;
    color: var(--branco);
}

.bar-seperate{
    width: 48px;
    height: 4px;
    background-color: var(--rose);
    margin: 28px auto;
}

.hero-top-container{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}

.hero-top-text{
    width: 60%;
    margin: 0 auto;
}

.hero-top-text h1{
    font-size: 55px;
    color: var(--azul);
    text-align: center;
    font-weight: 300;
    line-height: 6vh;
}

.hero-top-text h3{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: var(--azul);
}

.btn-hero-text{
    display: flex;
    justify-content: center;
}

.btn-hero-text a{
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-right: 26px;
    background-color: var(--azul);
    color: var(--branco);
    text-decoration: none;
    margin-top: 22px;
    font-size: 22px;
    border-radius: 100px;
}

.btn-hero-text a:hover{
    background-color: #25BA4D;
    transition: 0.5s;
    color: var(--branco);
}

/* SLIDE */

.mySlides {display: none}
.mySlides img{
    border-radius: 20px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  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 {
  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 {
  background-color: rgba(0,0,0,0.8);
}

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

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

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

.active, .dot:hover {
  background-color: var(--rose);
}

/* Fading animation */
.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: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.container{
    width: 80%;
    margin: 0 auto;
    display: flex;
    color: var(--rose);
    margin-top: 10vh;
}


.left-content-paraiso{
    background-color: var(--azul);
    padding: 8vh;
    font-size: 42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.right-content-paraiso{
    width: 63%;
}

.right-content-paraiso iframe{
    width: 100%;
    height: 100%;
    border: none;
}


.icon-element{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.icon-element p{
    font-size: 22px;
    margin-left: 16px;
}

.left-content-paraiso h2{
    line-height: 52px;
    font-weight: 300;
    color: var(--bege);
}

.btn-2 {
    display: flex;
    justify-content: left;
    margin-top: 42px;
}

.btn-2 a{
    background-color: var(--bege);
    color: var(--azul);
    font-weight: 700;
}

.container-topicos{
    width: 80%;
    background-color: var(--bege);
    margin: 0 auto;
    border-bottom: 32px;
}

.content-topicos{
    display: flex;
    justify-content: space-around;
    padding: 5%;
}

.item-topico{
    width: 140px;
    text-align: center;
}

.item-topico h4{
    margin-top: 20px;
    font-size: 20px;
    line-height: 18px;
    color: var(--azul);
}

.item-topico img:hover{
    scale: 1.2;
    transition: 0.4s ease-in-out;
}

.stand-container{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 10vh 0;
}

.stand-container h1{
    font-size: 55px;
    color: var(--azul);
    text-align: center;
    font-weight: 300;
    line-height: 6vh;
}

.stand-container h3{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: var(--azul);
}

.stand-container iframe{
    width: 70%;
    padding: 20px;
    height: 350px;
}


.call-to-action-footer{
    background-color: var(--bege);
}

.call-to-action-footer p{
    color: var(--azul);
}

.call-to-action-footer h2{
    color: var(--azul);
}

.call-to-action-footer h3{
    color: var(--azul);
    font-weight: 100;
    font-size: 28px;
    line-height: 26px;
    margin-top: 20px;
}

.btn-3 {
    display: flex;
    justify-content: left;
    margin-top: 42px;
}

.btn-3 a{
    background-color: var(--azul);
    color: var(--bege);
    font-weight: 700;
}

.map{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 6%;
}

.map h1{
    font-size: 55px;
    color: var(--azul);
    text-align: center;
    font-weight: 300;
    line-height: 6vh;
    padding: 18px 0;
}

.map h3{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: var(--azul);
    font-size: 28px;
}

.map iframe{
    height: 450px;
    padding: 32px 0;
}


.call-to-action-container{
    display: flex;
    background-color: var(--azul);
    margin-top: 92px;
    text-align: center;
}

.call-to-action-content{
    padding: 10vh;
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.call-to-action-content h1{
    color: var(--bege);
    font-size: 52px;
    font-weight: 300;
}

.call-to-action-content h2{
    width: 40%;
    margin: 0 auto;
    color: var(--bege);
    font-weight: 200;
}

.call-to-action-content a{
    background-color: var(--bege);
}

.btn-call-whatsapp{
    margin: 0 auto;
    margin-top: 32px;

}

.btn-call-whatsapp a{
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-right: 26px;
    background-color: var(--whatsapp);
    color: var(--branco);
    text-decoration: none;
    font-size: 22px;
    border-radius: 62px;
}

.btn-call-whatsapp a img{
    padding-top: 6px;
    margin-left: 42px;
    
}

.btn-call-whatsapp a:hover{
    transition: 0.4s;
    scale: 1.1;
}


footer{
    width: 100%;
    background-color: var(--azul);
    border-top: 5px solid var(--rose);
}

.footer-container{
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 22px 0px;
    margin: 0 auto;

}

.footer-left p{
    color: var(--bege);
}

.footer-right a{
    color: var(--bege);
}


@media only screen and (max-width: 768px){
    .telefone-left{
        display: none;
    }

    .btn-cta-header p{
        display: none;
    }

    .hero-top-text{
        width: 90%;
        margin: 0 auto;
    }

    .hero-top-container{
        margin: 40px 0;
    }

    .hero-top-container h1{
        font-size: 48px;
        line-height: 40px;
    }

    .hero-top-text h3{
        width: 90%;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 90%;
        position: relative;
        margin: auto;
        height: 250px;
    }

    .mySlides img{
        height: 250px;
        object-fit: cover;
    }

    .container{
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        color: var(--rose);
        margin-top: 4vh;
    }

    .left-content-paraiso{
        font-size: 42px;
        justify-content: center;
        flex-direction: column;
        width: auto;
        padding: 48px;
        margin: 0 auto;
    }

    .right-content-paraiso{
        width: 100%;
    }

    .left-content-paraiso h2{
        font-size: 48px;
        width: 100%;
    }

    .right-content-paraiso{
        width: 100%;
        height: 350px;
    }

    .icon-element{
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .container-topicos{
        width: 100%;
        background-color: var(--bege);
        margin: 0 auto;
        border-bottom: 32px;
        text-align: center;
        display: flex;
    }
    
    .content-topicos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        padding: 5%;
    }
    
    .item-topico{
        width: 140px;
        text-align: center;
        margin: 42px 0;
    }
    
    .item-topico h4{
        margin-top: 20px;
        font-size: 20px;
        line-height: 18px;
        color: var(--azul);
    }
    
    .item-topico img:hover{
        scale: 1.2;
        transition: 0.4s ease-in-out;
    }

    .stand-container{
        width: 90%;
        padding: 6vh 0;
    }
    
    .stand-container h1{
        font-size: 50px;
        color: var(--azul);
        text-align: center;
        font-weight: 300;
        line-height: 6vh;
    }

    .stand-container iframe{
        width: 90%;
        height: 350px;
    }
    
    .right-content-paraiso img{
        width: 100%;
    }

    .call-to-action-content{
        padding: 5vh;
        margin: 0 auto;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .call-to-action-content h1{
        color: var(--bege);
        font-size: 52px;
        font-weight: 300;
        line-height: 40px;
        width: 90%;
        margin: 0 auto;
    }
    
    .call-to-action-content h2{
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
        color: var(--bege);
        font-weight: 200;
    }
    
    .call-to-action-content a{
        background-color: var(--bege);
    }

    .btn-call-whatsapp a{
        display: flex;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 20px;
        padding-left: 26px;
        padding-right: 26px;
        background-color: var(--whatsapp);
        color: var(--branco);
        text-decoration: none;
        font-size: 22px;
        border-radius: 62px;
    }

    .map img{
        width: 40px;
    }

    .call-to-action-content h1{
        color: var(--bege);
        font-size: 52px;
        font-weight: 100;
        line-height: 40px;
        width: 90%;
        margin: 0 auto;
    }
    
    .btn-hero-text{
        display: flex;
        justify-content: center;
    }
    
    .btn-mobile a{
        background-color: var(--bege);
    }

}

@media only screen and (min-width: 136px){
    .right-content-paraiso img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}














