@font-face {
  font-family: Roboto;
  src: url(./fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto;
  src: url(./fonts/Roboto/Roboto-Bold.ttf);
  font-weight: bold;
}



body {
  font-family: 'Roboto', sans-serif;
}

*:focus {
  outline: 0;
}

.navbar-brand > img {
  width: 100px;
}

.main-image {
  height: 315px;
  width: 100%;
  background-image: url("../assets/rio-bg.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 500px) {
  .main-image {
    height: 423px;
  }
}

.navbar {
  padding: 0;
}

@media (max-width: 764px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
  }
}

.navbar .nav-item a {
  color: #0f3c8b !important;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar .nav-item a:hover {
  color: #2375f1 !important;
}

.navbar .nav-item.active a {
  color: #2375f1 !important;
}

.navbar .navbar-brand {
  padding: 0;
}

.venha-viajar {
  background-color: #0f3c8b;
  color: #ffffff;
  height: 487px;
}

.sobre-jde {
  width: 70%;
}

@media (max-width: 1080px) {
  .sobre-jde {
    width: 100%;
  }
}

.btn-conheca {
  background-color: #cc0000;
  color: #ffffff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-conheca:hover {
  background-color: maroon;
}

.venha-viajar-img {
  width: 100%;
  /* background-image: url("../assets/predio1.jpg"); */
  background-image: url("./assets/predio1.jpg");

  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 376px;
  max-height: 685px;
}

footer {
  background-color: #0f3c8b;
  color: #ffffff;
}

footer img {
  width: 100px;
}

footer hr {
  border-top: 1px solid #ffffff;
}

footer .row > div h4 {
  text-transform: uppercase;
}

footer .row > div a {
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  footer .row > div a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

footer .row > div a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

.section-title h4 {
  font-size: 18px;
  color: #484848;
}

.section-title h5 {
  color: #484848;
  font-size: 14px;
  font-weight: 400;
}

.serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 768px) {
  .serv {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.serv .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 330px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.serv .cont svg {
  background-color: #0f3c8b;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
  fill: #ffffff;
  width: 80px !important;
  height: 80px !important;
}

.estados {
  padding: 0px 50px;
}

.estados .slick-slide {
  position: relative;
  margin: 0px 10px;
  height: 260px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: inset 0px -75px 30px -27px rgba(0, 0, 0, 0.41);
  box-shadow: inset 0px -75px 30px -27px rgba(0, 0, 0, 0.41);
}

.estados .slick-slide:hover {
  -webkit-box-shadow: inset 0px -105px 30px -27px rgba(0, 0, 0, 0.53);
  box-shadow: inset 0px -105px 30px -27px rgba(0, 0, 0, 0.53);
}

.estados .slick-slide img {
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.estados .slick-slide span {
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  left: 20px;
  bottom: 10px;
}

.atividades {
  padding: 0px 50px;
}

.atividades .card {
  border-radius: 10px;
  margin: 0px 9px;
}

.atividades .card .img-container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 209px;
  overflow: hidden;
}

.atividades .card img {
  min-width: 100%;
  max-height: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.atividades .card .card-body {
  height: calc(100% - 209px);
}

.atividades .card p {
  font-size: 14px;
  line-height: 16px;
}

.atividades .card hr {
  margin-left: 0;
  margin-right: 0;
}

.atividades .card .card-title,
.atividades .card h4 {
  color: #0f3c8b;
}

.atividades .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.atividades .slick-slide {
  height: inherit !important;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  background: 0 0;
  fill: #0f3c8b;
  font-size: 0;
  height: 38px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: 130px;
  width: 38px;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-arrow:hover {
  fill: #484848;
}

.arrow-next {
  right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow-prev {
  left: 10px;
}

.slick-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li button {
  border: 0;
  padding: 0;
  margin: 7.5px;
  height: 12px;
  width: 12px;
  font-size: 0;
  border-radius: 50%;
  outline: 0 !important;
  background-color: #484848;
}

.slick-dots li button:hover {
  background-color: #2f2f2f;
}

.slick-dots li.slick-active button {
  background-color: #0f3c8b;
}

@media (max-width: 500px) {
  .atividades,
  .estados {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slick-arrow {
    background-color: #ffffff;
    padding: 7px 5px;
    border-radius: 50%;
    border: 1px solid #484848;
  }
}

@media (max-width: 768px) {
  .zport .row {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.zport .row > div {
  overflow: hidden;
  height: 24vw;
  padding: 0;
  padding-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .zport .row > div {
    padding-right: 0px;
    height: 400px;
  }
}

.zport .row .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 5px);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(15, 60, 139, 0.6);
}

@media (max-width: 768px) {
  .zport .row .overlay {
    width: 100%;
  }
}

.zport .row .overlay:hover {
  opacity: 1;
}

.zport .row span {
  position: absolute;
  left: 17vw;
  top: 12vw;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .zport .row span {
    left: 35%;
    top: 50%;
  }
}

.zport img {
  margin-top: -15vw;
  width: 100%;
}

@media (max-width: 768px) {
  .zport img {
    margin: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

.port .carousel-inner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.port .desc {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #0f3c8b;
  padding: 5px;
  font-weight: 600;
  color: white;
}

.port .carousel-item {
  background-color: #0f3c8b;
  height: 400px;
}

.port img {
  min-height: 400px;
}

.bg-black {
  background-color: rgba(15, 60, 139, 0.8);
  color: #fff;
}

.bg-black h5 {
  line-height: 30px;
}

.bg-black h5 strong {
  color: #f4f3f3;
}

.second-section {
  background: url("./assets/predio2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-enviar {
  background-color: #cc0000;
  color: #ffffff;
  border: none;
  font-size: larger;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-enviar:hover {
  background-color: maroon;
}

.btn-outline-orcamento{
  background-color: transparent;
  border-color: #cc0000;
  color: #cc0000;
 
}

.menu-item{
  font-size: 16px !important;
  font-weight: 400 !important;
}

.contato a:hover{
  color:#2375f1;
  text-decoration: none;
}

.contato a{
  color:#0f3c8b;
}

#servicos:hover{
  background-color: #cc0000;
  color:#f4f3f3;
}

.btn-sol:hover{
  text-decoration: none !important;

}