/*estilos generales para landing page home*/
body {
  font-family: Montserrat !important;
  background-color: #FAFBFF;
}

h2 {
  font-size: 35px;
  font-weight: 700;
  color: #3D3935;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  color: #3D3935;
}

.padding-0 {
  padding: 0rem !important;
}

.margin-sections {
  margin-top: 80px;
  margin-bottom: 80px;
}

.padding-text {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.text-center {
  text-align: center;
}

#carouselFade .carousel-item {
  height: 680px;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.card-destinos {
  margin-bottom: -88px !important;
  margin: 0px auto;
  width: 963px;
  z-index: 1;
  border-radius: 0;
  border: 0;
  box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, 0.25) !important;
}

.card-destinos .card-body {
  padding: 12px !important;
}

.card-destinos-buttons {
  border: 0 !important;
  width: 300px;
}

.card-destinos-buttons button {
  width: 100%;
  border-radius: 0;
  background-color: #AB0A3D;
  color: white;
}


.title-slider {
  padding-bottom: 100px;
  width: 65%;
  text-align: left;
}

.title-slider h5 {
  color: white;
  font-size: 50px;
}

.carousel-caption {
  bottom: 0px !important;
  padding-bottom: 87px !important;
}

.sub-title-slider {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.icon-pointer {
  margin-bottom: 15px;
}

#carouselFade {
  top: -88px;
}

/*fin estilos generales para landing page home*/



/*QUIÉNES SOMOS OBJETIVO*/

.background-section {
  margin-top: -104px;
}

.redText {
  color: #AB0A3D;
  text-transform: uppercase;
}

/*END QUIÉNES SOMOS*/



/*En SITUR-Q puedes encontrar:*/

.cards-situr {
  margin-top: 0px;
}

.cards-situr .card-body img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.cards-situr .card-body {
  padding: 0px !important;
}

.cards-situr img {
  padding-top: 15px;
}

.cards-situr .mx-2 {
  margin-right: .5rem !important;
  margin-left: 0rem !important;
  width: 200px !important;
}

.card a {
  color: #383838;
  font-size: 14px;
}
/*END En SITUR-Q puedes encontrar:*/


/*prestadores inscritos*/


.prestadores-certificados .s-text {
  margin-top: 180px;
}

.prestadores-certificados p {
  font-size: 16px;
  font-weight: 400;
  color: #787D82;
}

.prestadores-certificados h2 {
  font-size: 35px;
  font-weight: 700;
}

.prestadores-certificados .text-end .btn {
  color: white;
}

.prestadores-certificados .text-end .btn:hover {
  color: #AB0A3D;
}

.prestadores-certificados .text-end .btn:hover {
  border: #AB0A3D 2px solid !important;
}
.indicadores .btn:hover {
  color: #AB0A3D;
}

.indicadores .btn:hover {
  border: #AB0A3D 2px solid !important;
}

.btn-register:hover {
  border: #AB0A3D 2px solid !important;
    color: #AB0A3D;
}

.prestadores-certificados .btn-secondary {
  color: black !important;
}
/*end prestadores inscritos*/


/*indicadores*/
.indicadores .s-text {
  margin-top: 180px;
}

.indicadores p {
  font-size: 16px;
  font-weight: 400;
  color: #787D82;
}

.indicadores h2 {
  font-size: 35px;
  font-weight: 700;
}


.indicadores .btn {
  color: white;
  text-align: left;
}

.indicadores .btn-secondary {
  color: black !important;
}
/*end indicadores*/

.destinos-information {
  margin: 0px auto;
}

/* eventos*/
.owl-nav {
  text-align: center;
}

.owl-nav button {
  width: 20px;
}

.image-container {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container img {
  height: 100%;
  width: auto;
  object-fit: cover;
}


.fixed-height {
  height: 150px;
  overflow: hidden;
}


/*end eventos*/

/*card returQ*/
.returq-card .card-img-overlay {
  width: 60%;
  padding-left: 40px;
  padding-top: 40px;
}

.returq-card .card-title {
  font-size: 44px;
  color: #AB0A3D;
  font-weight: 700;
}

.returq-card .card-text1 {
  font-size: 25px;
  color: #383838;
  font-weight: 700;
}

.returq-card .card-text2 {
  font-size: 15px;
  color: #383838;
  font-weight: 500;
}

.btn-register {
  color: white;
}

.btn-banner {
  color: #AB0A3D;
  background-color: #FAFBFF !important;
}

a .btn-banner:hover {
  color: #AB0A3D;
}

.btn-spacer {
  height: 30px;
}
.img-register {
  display: none;
}

.hidden-desktop{
  display:  none !important;
}

.carousel-img {
  height: 700px; 
  object-fit: cover;
  width: 100%;
}
/*end card returQ*/

/*telefonos*/
@media only screen and (max-width: 600px) {

  .card-img-bottom,
  .card-img-top {
    height: 533px;
  }

  .title-slider h5 {
    font-size: 25px !important;
  }

  #carouselFade .carousel-item {
    height: 757px !important;
  }

  .carousel-caption {
    padding-bottom: 0px !important;
  }

  .card-img {
    object-fit: cover;
    height: 500px;
    width: 100%;
  }

  .carousel-img {
    object-fit: cover;
    height: 700px !important;
    width: 100%;
  }

  .hidden-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .cards-situr .mx-2 {
    width: 48% !important;
    display: inline-block !important;
    margin-bottom: 10px;
  }

  .returq-card .card-text1 {
    color: white !important;
  }

  .returq-card .card-text2 {
    color: white !important;
  }

  .cards-situr .list-card {
    text-align: center !important;
  }
}

/*table*/
@media only screen and (min-width:600px) and (max-width: 999px) {
  .card-img {
    object-fit: cover;
    height: 400px;
  }

  .padding-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-slider h5 {
    font-size: 30px !important;
  }

}


@media only screen and (max-width: 844px) and (orientation: landscape) {
  .title-slider h5 {
    font-size: 35px !important;
  }
  #carouselFade{
    margin-top: -30px !important;
  }

  .background-section {
       margin-top: -54px; 
  }
}