.cities-guide-banner {
  background-color: var(--swiper-theme-color);
}

.navsearch .svg-inline--fa {
  vertical-align: middle;
}

.sec-4-col {
  padding: 10px;
  display: flex;
  border: 1px solid transparent;
  transition: border .2s linear;
}

.sec-4-col:hover {
  border: 1px solid #FFBF0B;
}

.sec-4-text p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-bottom: 5px;


}

.sec-4-text p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, .7);
  margin-bottom: 0px;

}

.sec-7-top {
  display: flex;
  justify-content: space-between;
}

.sec-7-bg {
  border-radius: 8px;
  height: 280px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;

}

.sec-7-bg-caracas {
  background-image: url("https://cdninfoguia.com/ven/img/site-images/cities-guide/Caracas.webp");
}

.sec-7-bg-valencia {
  background-image: url("https://cdninfoguia.com/ven/img/site-images/cities-guide/Valencia.webp");
}

.sec-7-bg-barquisimeto {
  background-image: url("https://cdninfoguia.com/ven/img/site-images/cities-guide/Barquisimeto.webp");
}

.sec-7-bg-maracay {
  background-image: url("https://cdninfoguia.com/ven/img/site-images/cities-guide/Maracay.webp");
}

.sec-7-bg-porlamar {
  background-image: url("https://cdninfoguia.com/ven/img/site-images/cities-guide/Margarita.webp");
}

.sec-7-item {
  padding: 10px;
  border-radius: 0px 0px 8px 8px;
}

.guide-cities-section-cities .sec-7-item p {
  text-align: left;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

.sec-8-bg {
  border-radius: 8px;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
}

.sec-8-item {
  padding: 10px;
  border-radius: 0px 0px 8px 8px;
  background-color: #00000080;
}

.sec-8-bottom {
  margin-top: 2%;
}

.sec-9-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec-9-bg {
  border-radius: 8px;
  background-image: url(../Assets/Images/image-2.jpg);
  height: 180px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;

}

.sec-9-item {
  border-radius: 0px 0px 8px 8px;
  background-color: #FFBF0B;

}

.box {
  overflow: hidden;
  border-radius: 10px;

}

.innerbox {
  background: #EAECF8;
  padding: 0;
}

.slide-img {
  background-image: url(../Assets/Images/slider-img-1.jpg);
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 41px 0px;
  position: relative;
}

.slide-img img,
.slide-video img {
  display: flex;
  justify-content: center;
  width: 30%;

}

.content img {
  width: 70%;
  height: auto;
  margin-top: 0px;
}

.slide-video {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slide-video video {
  width: 100%;
  height: auto;
}

.slide-video .content {
  position: absolute;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 7px 20px;
  text-align: left;
}

.slide-img .content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 7px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#myBtn,
#audioBtn {
  width: 50px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover,
#audioBtn:hover {
  background: transparent;
  color: white;
}

.detail-box {
  width: 100%;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.detail-box p {
  padding-bottom: 20px;
}

.swiper-slide-active>.box>.innerbox {
  background: #FFBF0B;
}

.swiper-slide-active>.box>.innerbox .yellow-btn {
  background: #ffffff;
}

.swiper-slide-active>.box>.innerbox .yellow-btn:hover {
  background: black;
  color: #fff;
}

.type {
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}

.rightbox {
  position: relative;
}

.img-banner-infoshop {
	height: 100%;
	width: 100%;
	border: none;
	border-radius: 10px;
}

.button-find-us-over-image {
  position: absolute;
  top: 70%;
  left: 7%;
}

@media only screen and (max-width:600px) {
  .vista2-sec-3a .card {
    width: 25% !important;
    padding: 10px 5px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }

  .sec-7-bg {
    height: 180px;
  }

  .button-find-us-over-image {
    top: 60%;
    font-size: 12px;
  }

  .sec-8-bottom {
    margin-top: 4%;
  }

}

@media only screen and (min-width:601px) and (max-width:991px) {
  .sec-7-bg {
    height: 180px;
  }

  .sec-8-bottom {
    margin-top: 4%;
  }
}

@media only screen and (min-width:601px) and (max-width:767px) {
  .rightbox {
    height: 144px;
    width: 516px;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .rightbox {
    height: 195px;
    width: 696px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rightbox {
    height: 172px;
    width: 296px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.4px) {
  .rightbox {
    height: 205px;
    width: 356px;
  }
}

.vista2-sec-3a p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 0px;
}

.vista2-sec-3a {
  display: flex;
  flex-wrap: wrap;

}

.vista2-sec-3a .card {
  border: none;
  padding: 30px 5px;
  width: 11.11%;
}

.vista2-sec-3a .card:hover {
  background-color: #f5f5f5;
}

.vista2-sec-3a .card-body {
  padding: 10px 0px;
}

.vista2-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.navbar-toggler {
  padding: 0.25rem 0rem 0.25rem 0.75rem;
}

.collapsing {
  transition: none;
}

@media only screen and (min-width: 1400px) {
  .rightbox {
    height: 239px;
    width: 416px;
  }
}

@media only screen and (min-width: 1920px) {
  .rightbox {
    height: 317px;
    width: 560px;
  }
}