/* ------- start Guia de viaje -------- */
.content-menu {
  border-bottom: 1.5px solid var(--color-green) !important;
  padding-left: 1rem !important;
}
.content-menu p {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.accordion-guia-tour .accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.accordion-guia-tour .accordion-item:first-child {
  border-top: none !important;
}
.accordion-guia-tour .accordion-item:last-child {
  border-bottom: none !important;
}
.accordion-guia-tour .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.accordion-guia-tour .accordion-button:not(.collapsed)::before {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 20px !important;
  margin-right: 0.5rem !important;
}
.page-item:first-child .page-link::before {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 17px !important;
}
.page-item:first-child .page-link {
  transform: rotate(180deg);
}
.page-item:last-child .page-link::before {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 17px !important;
}
.accordion-guia-tour .accordion-item h1 {
  /* font-size: 2rem !important; */
  border-bottom: 1px solid var(--color-green) !important;
  margin-bottom: 0 !important;
}
.accordion-guia-tour .accordion-item:last-child h1 {
  border-bottom: none !important;
}
/* .accordion-item h1:first-child::before {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 20px;
  margin-right: 5px;
} */
.accordion-guia-tour .accordion-button::after {
  width: 1rem !important;
  height: 1rem !important;
  background-size: 1rem !important;
}

.circle-box {
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 15.875rem;
  height: 15.875rem;
  flex-shrink: 0;
  border: 1px solid var(--color-l-blue);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*** VERSION TABLETS ***/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .circle-box {
    bottom: 5%;
    left: 6%;
    width: 12rem;
    height: 12rem;
  }
}
/*** VERSION CELULAR ***/
@media only screen and (max-width: 767px) { 
  .circle-box {
    bottom: 7%;
    left: -9%;
    width: 9.5rem;
    height: 9.5rem;
  }
}

/* ------- end Guia de viaje -------- */
.fw-600 {
  font-weight: 600 !important;
}
/*** VERSION TABLETS ***/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .padding-right-15 {
    padding-right: 15px !important;
  }
  .p_0 {
    padding: 0 !important;
  }
}
/*** VERSION CELULAR ***/
@media only screen and (max-width: 767px) { 
  .padding-right-15 {
    padding-right: 15px !important;
  }
  .p_0 {
    padding: 0 !important;
  }
}

/* <!-- Magazine --> */
.magazine .read-more {
  color: var(--color-green);
  transition: 0.2s;
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
}

.magazine .read-more::after {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 11px;
  margin-left: 5px;
}

/* -------------------- */

/* Detail maginize */
.boxImageBlogDetail {
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
  z-index: 99;
}

.boxImageBlogDetail::before {
  content: "";
  background: var(--color-green);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 85%;
  z-index: -1;
}

.boxDetail {
  position: relative;
  padding: 1px 50px;
  z-index: 99;
}
.boxDetail::before {
  content: '';
  background: #cee7db4d;
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 50%;
  z-index: -1;
}

/*** VERSION CELULAR ***/
@media only screen and (max-width: 767px) { 
  .boxDetail::before {
    height: 50%;
    width: 100%;
  }
}
/* ---------------------- */
/* 
--------------- About ----------------- */

.box-history-1 {
  background-color: #6D813B;
  width: 38.5625rem;
  height: 19rem;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
}
.title-history::after {
  content: "";
  background: var(--color-white);
  height: 1.5px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
 }

.box-history-2 {
  width: 46.625rem;
  height: 25.1875rem;
  top: 55px;
  left: -55px;
  position: relative;
}

.box-mision div:first-child {
  width: 1rem;
  height: 10rem;
  flex-shrink: 0;
  background-color: #6D813B;
  margin-right: 1.5rem;
}

.right-absolute {
  right: 20%;
}

.left-absolute {
  left: -100px;
}

.padding-left-1 {
  padding-left: 100px;
}

.padding-left-2 {
  padding-left: 400px;
}

.padding-left-3 {
  padding-left: 200px;
}
/*** VERSION TABLETS ***/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .box-history-1 {
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .box-history-2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .box-history-2 img {
    width: 100%;
    height: 100%;
  }
  .container-about {
    position: relative !important;
  }
  .padding-left-1 {
    padding-left: 0;
  }
  .padding-left-2 {
    padding-left: 0;
  }
  .padding-left-3 {
    padding-left: 0;
  }
  .box-mision div:first-child {
    width: 0.5rem;
    height: 3.3125rem;
    flex-shrink: 0;
    margin-right: 0.88rem;
  }
  .right-absolute {
    right: 0%;
  }
  .left-absolute {
    left: -100px;
    bottom: 0;
  }
  .img-svg-2 {
    width: 16.0625rem;
    height: 11.875rem;
  }
}
/*** VERSION CELULAR ***/
@media only screen and (max-width: 767px) { 
  .box-history-1 {
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .box-history-2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .box-history-2 img {
    width: 100%;
    height: 100%;
  }
  .container-about {
    position: relative !important;
  }
  .padding-left-1 {
    padding-left: 0;
  }
  .padding-left-2 {
    padding-left: 0;
  }

  .padding-left-3 {
    padding-left: 0;
  }
  .box-mision div:first-child {
    width: 0.5rem;
    height: 3.3125rem;
    flex-shrink: 0;
    margin-right: 0.88rem;
  }
  .right-absolute {
    right: 0%;
  }
  .left-absolute {
    left: -100px;
    bottom: 0;
  }
  .img-svg-2 {
    width: 16.0625rem;
    height: 11.875rem;
  }
}
/* ------------------------------------- */

/* ------------Trabaja con nosotros --------------- */
.title-banner h1 {
  font-size: 3rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 5rem !important; 
  border: none !important;
}
.boxworkDetail {
  position: relative;
  padding: 1.62rem 1.56rem;
  z-index: 99;
}
.boxworkDetail::before {
  content: '';
  background: #cee7db4d;
  position: absolute;
  top: 0;
  left: 0;
  width: 23.5625rem;
  height: 26.875rem;
  z-index: -1;
}

.width-height {
  padding: 3.12rem 2.65rem;
}
.width-height::before {
  width: 21.625rem !important;
  height: 14.25rem !important;
}

.card-work {
  width: 17rem;
  height: 22rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.card-work img {
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-work .number {
  top: 40%;
  font-size: 6.5rem;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  font-weight: bold;
}

.card-work p {
  bottom: 9%;
  color: var(--color-white);
  font-size: 1.5rem;
  text-align: center !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

/*** VERSION CELULAR ***/
@media only screen and (max-width: 767px) { 
  .boxworkDetail::before {
    height: 26rem;
    width: 100%;
  }
  .width-height::before {
    width: 100% !important;
    height: 14.25rem !important;
  }
  .title-banner h1 {
    font-size: 2rem !important;
    line-height: 2rem !important; 
  }
}
/* ---------------------------------------------------- */
/* ------------------Guia detail ---------------- */
.title-icono::before {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 20px !important;
  margin-right: 0.5rem !important;
}
.accordion-guia-detail .accordion-item {
  border: 1.5px solid #D9D9D9;
  border-left: none !important;
  border-right: none !important;
}
.accordion-guia-detail .accordion-item:first-child {
  border-top: none !important;
}
.accordion-guia-detail .accordion-item:last-child {
  border-bottom: none !important;
}
.accordion-guia-detail .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.accordion-guia-detail .accordion-item h1 {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.accordion-guia-detail .accordion-item:last-child h1 {
  border-bottom: none !important;
}
.accordion-guia-detail .accordion-button::after {
  width: 1rem !important;
  height: 1rem !important;
  background-size: 1rem !important;
  background-image: url("https://at.opperdev.com/wp-content/uploads/2023/09/plus-1.png") !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.accordion-guia-detail .accordion-button:not(.collapsed)::after {
  background-image: url("https://at.opperdev.com/wp-content/uploads/2023/09/minus-1.png") !important;
}
/*** VERSION TABLETS ***/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .width-100 {
    width: 100% !important;
  }
}
/*** VERSION CELULAR ***/
@media only screen and (max-width: 767px) {
  .width-100 {
    width: 100% !important;
  }
}
/* ----------------------------------------------- */