/* =================================================================
================================================================= */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FF9019;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; /* Agregamos transition para el efecto fadeIn */
}

.scroll-to-top:hover {
  background-color: #FFA933;
}

.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Agregamos un efecto de transición hacia arriba cuando se muestre */
}


.justificado{
  text-align: justify;
}

.capitalizar{
  text-transform: capitalize;
}

.mayusculas{
  text-transform: uppercase;
}

.center{
  width: 100%;
  text-align:center;
  margin:0 auto;
}

.right{
  text-align:right;
}

.float_right{
  float:right;
}

.mt_5 { margin-top: 5px; }
.mt_10 { margin-top: 10px; }
.mt_15 { margin-top: 15px; }
.mt_20 { margin-top: 20px; }
.mt_25 { margin-top: 25px; }
.mt_30 { margin-top: 30px; }
.mt_35 { margin-top: 35px; }
.mt_40 { margin-top: 40px; }
.mt_45 { margin-top: 45px; }
.mt_50 { margin-top: 50px; }
.mt_55 { margin-top: 55px; }
.mt_60 { margin-top: 60px; }
.mt_65 { margin-top: 65px; }
.mt_70 { margin-top: 70px; }
.mt_75 { margin-top: 75px; }
.mt_80 { margin-top: 80px; }
.mt_85 { margin-top: 85px; }
.mt_90 { margin-top: 90px; }
.mt_95 { margin-top: 95px; }
.mt_100 { margin-top: 100px; }
.mt_105 { margin-top: 105px; }
.mt_110 { margin-top: 110px; }
.mt_115 { margin-top: 115px; }
.mt_120 { margin-top: 120px; }
.mt_125 { margin-top: 125px; }
.mt_130 { margin-top: 130px; }
.mt_135 { margin-top: 135px; }
.mt_140 { margin-top: 140px; }
.mt_145 { margin-top: 145px; }
.mt_150 { margin-top: 150px; }


.image_tour_summary{
  border-radius: 50%;
  width: 146px;
  height: 146px;
}

@media screen{
  .logo_header{
    display:none;
  }

  .pagebreak{
    height: 100px;
  }
}

#google_translate_element{
  display: none;
}

.skiptranslate{
  display: none;
}

.tours_horizontal-line {
  width: 95%;
  height: 1px;
  background-color: #DEE0E2;
  margin: 20px auto; /* Centrar horizontalmente y agregar espacios de 20px arriba y abajo */
}


.navbar-nav{
  text-transform: uppercase;
}

.icon-link {
  position: relative;
  display: inline-block;
}

.icon-link::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 144, 25, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  font-size: 15px;
}

.icon-link:hover::before {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
}


.contact-hero-image {
  position: relative;
  height: 600px; /* Ajusta la altura según sea necesario */
  overflow: hidden;
}

.mt-30{
  margin-top:30px;
}
.mt-100{
  margin-top:100px;
}

.bolder{
  font-weight: bolder;
}

/* DEVELOPED BY ----------------------- */
* {
  box-sizing: border-box;
}
#alvatech-content{
  width: 100%;
  height: 30px;
  text-align:left;
  margin-top: 30px;
}
#alvatech {
  background: url("../images/alva_brand.svg") no-repeat scroll right center transparent;
  display: inline-block;
  height: 30px;
  transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  width: 135px;
}
#alvatech:hover {
  height: 30px;
  width:250px;
}

#alvatech_black {
  background: url("../images/alva_brand_dark.svg") no-repeat scroll right center transparent;
  display: inline-block;
  height: 30px;
  transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  width: 135px;
}
#alvatech_black:hover {
  height: 30px;
  width:250px;
}


/* END DEVELOPED BY ----------------------- */
