html,
body {
    position: relative;
    height: 100%;
}

.background-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

#popup {
    position: fixed;
    display: none;
    top: 20vh;
    cursor: pointer;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    z-index: 99;
    height: 60vh;
}

#popup.active {
    display: block;
}

.close-popup {
    background-color: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
}

.btn-whatsapp{
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 99;
}

body {
    background: #eee;
    font-family: Montserrat ,Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden !important;
}
h1{
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
}
h2{
    font-family: 'Playfair Display';
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
}
p{
    font-size: 18px;
}
.h-55{
    height: 55%;
}
.h-45{
    height: 45%;
}
.btn-link-white{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 15px 60px;
}
.btn-no-border{
    border:0px;
}
.btn-border-green{
    border: 1px solid #8AC440;
}
/* slider homepage */
header{
    width: 100vw;
    position: absolute;
    top: 0px;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-link{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
}

.language-active:hover + .dropdown-menu, .dropdown-menu:hover{
    display: block;
}

.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-slide-1 .container{
    height: 100%;
    align-items: center;
    display: flex;
}
.subtitle {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #8AC440;
}

.title {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 53px;
    color: #000000;
}

.description{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #000000;
}

.background-image {
    min-width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    display: block;
}
.main-slide{
  height: 100vh;
}

.footer-socicorreiaturismo{
    margin-top: 80px;
    background: #000000;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom:0px;
    width: 100%;
    position: absolute;
}
.footer-socicorreiaturismo img{
  width: 200px;
}
.title-footer {
    font-family: Montserrat;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #FFF1F1;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

/* modal */
.swiper-container-aluguerDeCarros .swiper-slide{
  cursor: pointer;
}
.swiper-container-aluguerDeCarros img{
  width: 100% !important;
  padding-right: 15px;
}
.modal-form {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    left: 0px;
}
.modal-form > div {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 60px 60px;
}
.modal-form .input-group{
  display: block;
  text-align: left;
  line-height: 30px;
}
.modal-form .input-group label{
  color: black;
  font-size: 12px;
}
.modal-form .input-group input{
  width: 100%
}
.modal-form .form-control{
  border: 1px solid #959494;
}
.modal-close {
  font-size: 38px;
  font-weight: 300;
  text-align: left;
  width: 100%;
  display: block;
  color: black;
  line-height: 27px;
  cursor: pointer;
}
.modal-form h3{
  margin-top: -30px;
}
.modal-form .btn-solid{
  background-color: #10476f;
  color: white !important;
  min-height: 60px;
  margin-top: 40px !important;
}
.modal-form .btn-solid:hover{
  background-color: transparent;
  color: #10476f !important;
}


@media only screen and (max-width:990px) {
  #popup {
    height: auto;
    max-width: 90vw;
  }
  .modal-form > div{
    width: 100%;
    padding: 30px;
  }
  .btn-close {
      width: unset!important;
      height: unset!important;
  }
  .modal-form h3 {
    margin-top: -23px;
  }
  .main-slide .col-lg-12, .main-slide img{
    height: 100% !important;
    background-position: center;
    padding: 0px;
    background-size: cover;

  }
  .swiper-container-aluguerDeCarros{
    width: 100vw !important;
    overflow: hidden !important;
  }
  #aluguer{
    padding-top:15px !important;
  }
  #aluguer  >  .container{
    height: 80vh;
    overflow: hidden;
  }
  .footer-socicorreiaturismo{
    height: 20vh;
    padding-top: 10px;
  }
  .footer-socicorreiaturismo img{
    height: auto !important;
    width: 100px;
  }
  .title-footer{
    text-align: left !important;
    font-size: 14px;
    margin-top: 0px;
  }
  .swiper-slide{
    background-position: center;
  }
  .swiper-slide .h-55{
    height: 40vh;
    margin-left: 0px;
    margin-right: 0px;
    width: 100vw;
  }
  .swiper-slide .h-45{
    height: 60vh;
    width: 100vw;
    margin:0px;
  }
  h6{
    font-size: 12px;
  }

}
