/*---------------------
BOTONES
-----------------------*/
.mytabs {
  display: flex;
  flex-wrap: wrap;
  width:100%;
  margin: 20px auto;
  padding: 25px;
  background-color: #efeded;

}
.mytabs  input[type="radio"] {
  display: none;
}
.mytabs label {
  padding: 15px 20px;
  background: #c3c3c3;
  font-weight: bold;
  margin-bottom: 0px !important;
  margin-top: 1px;
  cursor: pointer;
  border-right: 1px solid #fff ;
}

.mytabs label:hover {
  color: #fff;
  background: #003a70;
}

.mytabs .tab {
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  order: 1;
  display: none;
}
.mytabs .tab h2 {
  font-size: inherit;
}

.mytabs input[type='radio']:checked + label + .tab {
  display: block;
}

.mytabs input[type="radio"]:checked + label {
  background: #fff;
}
.mytabs input[type="radio"]:checked + label:hover {
  background: #fff;
  color: #333;
}

.mytabs .instruccion {
  float: left;
  width: 100%;
}

.paraimpresion, .paraimpresion-list{
  display: none;
}



/*---------------------
TABS ANARANJADOS
-----------------------*/
.tabbed-comp{
  margin: 0;
}
.tab-title {
  font-weight: 600;
}

.button-cont {
display: flex;
  flex-wrap: wrap;

}

.button-cont button {
  cursor: pointer;
  background-color: #c3c3c3 ;
  padding: 10px 35px;
  margin: 1px 2px 0 0 !important;
  border: none;
  font-size: 1em;
}

.button-cont button:hover {
  background-color: #f29d02;
  color: #fff;
}

.content-cont {
  margin-top: 0rem;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  line-height: 1.3em;

}

.content-cont p {
  font-size: inherit;
  line-height: inherit;
}


.content-cont div{
  display: none;
}

.content-cont div.active {
  display: block !important;

}

.content-cont div.active div  {
  display: flex !important;
}

.button-cont button.active {
  background-color: #f29d02;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.button-cont button.active:after {
  display: none;
}


/*---------------------
ACCORDION
-----------------------*/
.accordion {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  }
.accordion-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #e6e5e5;
  border: none;
  outline: none;
  color: #333;
  cursor: pointer;
  font-size: 1.7rem;
  padding: 10px;
  font-family: 'Roboto', 'San Francisco', helvetica, arial, sans-serif !important;
  box-shadow: none;

}
.accordion-header:hover {
  background-color: #cccccc;
}
.accordion-header:after {
  content: "▼";
  font-size: 15px;
  color: #5d5d5d !important;
  float: right;
  margin-left: 5px;
  border: none;
}
.active:after {
content: "X";
color: #fff !important;
font-size: 16px;
padding-top: 0!important;
font-weight: normal !important;
}
.accordion-header.active {
  background-color: #003a70;
  color: #fff;
}
.accordion-body {
  padding: 0;
  background-color: #fff;
  max-height:0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-size: 1.75rem;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.accordion-body.active {
  max-height: 100%;
  padding: 1rem;
}
.accordion-item {
  margin-bottom: 3px;
}

.accordion-header.active .leermas {
  visibility: hidden;
}
.accordion-header.active .leermas:after {
  content: "Close";
  visibility: visible !important;
  float: left;
}

.titulos-negrita {
  font-weight: 550;
  }


/*---------------------
MEDIA PRINT
-----------------------*/
@media print {
  .mytabs .tab {
    padding: 0px;
    background: #f7f9fb;
    display: block;
    margin-top: 15px;
  }

  .mytabs label, .instruccion, .button-cont, .tab-title {
    display: none;
      }

  .paraimpresion {
    display: inline !important;
      }

  .paraimpresion-list {
    display: inline !important;
    font-weight: 600 !important;
  }

  .mytabs {
        background-color: #f7f9fb;
        padding-left: 0;
        margin-top: 10px !important;
        padding-top: 0;
      }

  .mytabs label {
    margin-top: 10px;
  }
  [data-content] {
    display: block !important;
    margin-top: 20px;
  }

  .menu {
    display: none;
  }

  .content {
    background-color: #f7f9fb;
    padding: 0;
  }

  .content-cont { background-color: #f7f9fb !important;
    margin-top: 0 !important;
    padding-top: 0 !important;}
    .content-cont div {
        display: block !important;
        margin-top: 10px;
        width: 100%;
    }
    .content-cont div div {
      display: flex !important;
      margin-top: 10px;
      width: 100%;
  }

  .container{
  margin: auto;
  width: 100%;
  height: auto;
  -webkit-animation: fadeIn 0s  !important;
  animation: fadeIn 0s !important;
}


}


/*-------------------
SLIDER
-------------------*/

.container{
  margin: auto;
    width: 100%;
  height: auto;
  -webkit-animation: fadeIn 5s;
  animation: fadeIn 5s;

  }

.container > ul > li {
    padding: 0;
    margin: 0;
    list-style: none !important;

}

ul.slider{
  position: relative;
  width: 100%;
  height: 375px;
  box-sizing: border-box;

}

ul.slider li {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: inherit;
    height: inherit;
    transition: opacity .5s;
    background:#fff;
}

ul.slider li img{
  width: 100%;
  height: 375px;
  object-fit: cover;

}

ul.slider li:first-child {
    opacity: 1; /*Mostramos el primer <li>*/
}


ul.slider li:target {
    opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/
}


.menu{
  text-align: center;
  margin: 20px;
}

.menu li{
  display: inline-block;
  text-align: center;
}

.menu li a{
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: #acacac;
  padding: 9px;
  margin-right: 7px;
  width: 5px;
  height: 5px;
  font-size: 5px;
  border-radius: 100%;
}

.menu li a:hover {
  opacity: 0.65;
}

/*GALLERY*/
.galleryContainer {
  box-sizing: border-box;
  display: flex;
}
.toursgallery {
  gap: 5px;
  width: auto;
  /*margin-left: 100px;*/

}
.toursgallery img {
width: 40%;
flex-wrap: wrap;
}
/*@media (max-width: 768px) {
  .toursgallery {
    margin-left: 0px;
  }
  }*/


/* === Galería uniforme Central Pacific (sin distorsión, celdas parejas) === */
.toursgallery{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:6px;
  width:100%;
}
.toursgallery a{display:block; line-height:0;}
.toursgallery img{
  width:100% !important;
  height:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
  border-radius:2px;
}
