* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
/*   font-family: Georgia, 'Times New Roman', Times, serif;
 */}














 button
 {
   border:none;
 }
 
 .slider
 {
   background:#000;
   height:100vh;
   overflow:hidden;
   position:relative;
 }
 
 .slider .slider-buttons
 {
  display: none;
 }
 
 
 
 .slider {
     background: #000;
     position: relative;
     max-height: 400px;
     max-width: 100%; /* Establece un ancho máximo para el contenedor del slider */
     margin: 0 auto; /* Centra el slider horizontalmente */
   }
   
   .slider .slider-pics {
     background-position: center;
     background-size: cover;
     min-height: 300px;
     max-width: 100%; /* Establece un ancho máximo para las imágenes */
     margin: 0 auto; /* Centra las imágenes horizontalmente */
   }
   
 .slider .slider-pics
 {
   background-position:center;
   background-size:cover;
   box-shadow:inset 0 3rem 6rem rgba(0,0,0,.5);
   display:inline-block;
   min-height:100%;
   position:absolute;
   width:100%;
 }
 
 .slider .slider-pics h3
 {
   background:rgba(0,0,0,.7);
   box-sizing:border-box;
   margin:0;
   padding:10px;
   position:absolute;
   right:0;
   top:0;
   width:auto;
 }
 
















































































body {
  font-size: calc(15px + 0.390625vw) !important;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 0;
  background-color: transparent;
  position: fixed;
  width: 100%;
  transition: 0.5s;
  z-index: 10;
}

.logo {
  max-width: 70px;
/*   border-radius: 60%;
 */}

.navbar {

  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  width: 100%;

}

.nav-list {
  top: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
  transition: background-color 0.5s ease;
  margin: 0;
  padding: 0;
}

.nav-list li {
  margin-right: 20px;
}

.nav-list a {
  text-decoration: none;
  color: #ffffff;
  /* Color del texto en estado normal */
  transition: color 0.3s ease;
  /* Transición suave del color del texto */
}






.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #d6ebff;
  box-shadow: 0 4px 8px #0962ff;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
}

.dropdown-content a:hover {
  background-color: #9dcefc;
}




.idiomas {
  position: relative;
}

.dropdown-idiomas {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #d6ebff;
  box-shadow: 0 4px 8px #0962ff;
  border-radius: 10px;
}

.idiomas:hover .dropdown-idiomas {
  display: block;
}

.dropdown-idiomas a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
}

.dropdown-idiomas a:hover {
  background-color: #9dcefc;
}


.flag-icon {
  font-size: 23px;
}




























header.navbar.scrolled {
  padding: 0;
  top: 0;
  margin: 0;

}


.nav-list li a {
  color: rgb(255, 255, 255);
  font-size: 25px;
  text-decoration: none;
}

/* Cambia el color de fondo y del texto al hacer scroll */
header.scrolled .navbar {
  background-color: #d6ebff;

  /* Color de fondo al hacer scroll */
  box-shadow: 0 4px 8px #0962ff;
  padding: 30px;
  border-radius: 35px;
}

header.scrolled .navbar a {
  color: #0962ff;
  /* Color del texto al hacer scroll */
}

.contacto-btn {
  background-color: #ffA500;
  /* Naranja */
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}



.menu {
  background-color: blue;
  list-style-type: none;
  position: fixed;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  text-decoration: none;
}


.ftoppal {
  max-width: none;
  width: 100%;
}


/* ANIMACION */

/* .responsive{
  font-size: 10px;
}
 */
@font-face {
  font-family: Georgia, 'Times New Roman', Times, serif
    /*   font-family:Arial, Helvetica, sans-serif
 */
}

:root {
  --underline-width: 100lh;
  --underline-block-width: 300vmax;
  --underline-color: black;
  --underline-color-hover: #0962ff;
  --underline-transition: 5s;
  --finish-fill: #0962ff;
  --accent: #5cb3fe;
  --fill: #185bdd;
}


p>span {
  font-size: 10vh;
  color: black;
  text-decoration: none;
  background-image:
    /* First one is the highlight */
    linear-gradient(90deg, transparent calc(100% - 8ch), var(--accent) calc(100% - 8ch)),
    linear-gradient(90deg, var(--fill), var(--fill)),
    linear-gradient(90deg, var(--underline-color), var(--underline-color));
  background-size:
    var(--underline-block-width) var(--underline-width),
    var(--underline-block-width) var(--underline-width),
    100% var(--underline-width);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  background-clip: text;
  color: var(--finish-fill);
}





@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    main {
      view-timeline-name: --section;
    }

    p>span {
      background-position-x:
        calc(var(--underline-block-width) * -1),
        calc(var(--underline-block-width) * -1),
        0;
      color: transparent;
      animation-name: fill-up, color-in;
      animation-fill-mode: both;
      animation-timing-function: linear;
      animation-timeline: --section;
      animation-range: entry 100% cover 50%, cover 50% exit 0%;
    }

    @keyframes fill-up {
      to {
        background-position-x: 0, 0, 0;
      }
    }

    @keyframes color-in {
      to {
        color: var(--finish-fill);
      }
    }
  }
}







/* CARRUSEL FOTOS
 */

.forma-imagenes {

  margin: 0;
  /*   min-height: 100vh;
 */
  display: grid;
  place-items: center;
}

.gallery {
  --size: 110px;
  display: grid;
  grid-template-columns: repeat(6, var(--size));
  grid-auto-rows: var(--size);
  margin-bottom: var(--size);
  place-items: start center;
  gap: 3px;

  &:has(:hover) img:not(:hover),
  &:has(:focus) img:not(:focus) {
    filter: brightness(0.5) contrast(0.5);
  }

  & img {
    object-fit: cover;
    width: calc(var(--size) * 2);
    height: calc(var(--size) * 2);
    clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z");
    transition: clip-path 0.25s, filter 0.75s;
    grid-column: auto / span 2;
    border-radius: 7px;

    &:nth-child(5n - 1) {
      grid-column: 2 / span 2
    }

    &:hover,
    &:focus {
      clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
      z-index: 1;
      transition: clip-path 0.25s, filter 0.25s;
    }

    &:focus {
      outline: 1px dashed black;
      outline-offset: -5px;
    }
  }
}



/* CARRUSEL MOVIL */

/* Carrusel movil
 */
.carousel-container , .slideshow-container{
  position: relative;
  max-width: 1000px;
  max-height: 550px;
  margin: 50px auto;
  overflow: hidden;
  display: none;
  /* Inicia oculto en pantallas grandes */
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  transition: transform 0.5s ease;
  min-width: 100%;
}

.Slide img{
  width: 100% ;
  height: 100%;
  object-fit: contain;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #3498db;
}










/* Por defecto, ocultar el contenedor de diapositivas */
.slideshow-container {
  display: none;
}




/* carrusel movil */


.mySlides {
  display: none;
}
.mySlides img{
  width: 100% ;
  height: 450px;
  object-fit: cover;
}
img {
  vertical-align: middle;
}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container img {
  max-width: 100%;
  max-height: 500px;
  /* Cambia este valor según tus necesidades */
  display: block;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}





.carta {
  background: #ffffff;
  color: #333;
  margin: 15rem auto;
  width: 90%;
  max-width: 50rem;
  min-height: 30rem;
  border-radius: 2rem;
}

.hero {
  display: flex;
  justify-content: center;
  transform: translateY(-55%);
}

.hero .img {
  filter: drop-shadow(0rem 1.5rem rgba(0, 0, 0, 0.1));
  transition: 0.3s ease-out;
}

.card:hover .img {
  filter: drop-shadow(0rem 2.5rem rgba(0, 0, 0, 0.1));
}

.title {
  text-align: center;
  font-size: 5rem;
  padding: 1rem;
}

.acc-container {
  padding: 4rem 2rem;
}

.acc-btn {
  width: 100%;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  background: inherit;
  border: none;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  color: blue;
}

.acc-btn:after {
  content: "\27A4";
  color: #fa8d0c;
  float: right;
  transition: all 0.3s linear;
}

.acc-btn.is-open:after {
  transform: rotate(90deg);
}

.acc-btn:hover,
.acc-btn.is-open {
  color: orange;
  font-weight: bold;
}

/* .acc-content {
  max-height: 0;
  color: rgba(0,0,0,0.75);
  font-size: 1.5rem;
  margin: 0 2rem;
  padding-left: 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}
 */
.acc-content {
  display: none;
}

.show {
  display: block !important;
}

.acc-btn.is-open {
  font-weight: bold;
}

.credit {
  text-align: center;
  padding: 1rem;
}

.credit a {
  text-decoration: wavy underline;
  color: dodgerblue;
}









h1 {
  margin: 20px;
  color: orange;
  font-size: 40px;



}

h2 {
  color: rgb(255, 182, 47);
  font-size: 2.5vw;
  font-weight: 300;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;


}

.h5 {
  color: #0962ff;
  font-size: 4vw;
  font-weight: bold;
  display: block;
  margin-left: 33%;
  margin-bottom: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT'
  'Trebuchet MS', sans-serif;

}

h6 {
  color: rgb(209, 93, 93);
  font-size: 2vw;
  font-weight: 600;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;

}


h6, h2 {
  margin: 15px 0;
}

.img {
  height: fit-content;
  width: fit-content;
  margin: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT'
    'Trebuchet MS', sans-serif;
}


.contenedor {
  display: flex;
  color: rgb(12, 12, 12);
  width: 25%;
  padding: 65px;
  display: inline-block;
  gap: 10px;
  border-radius: 3px;

  overflow: hidden;

}

p {
  font-size: 2vw;
}




.imgs {
  height: 350px;
  width: 100%;
  object-fit: cover; /* Mantener el aspecto y recortar */
  border-radius: 10px;
  margin-bottom: 10px;

}

.imgs2 {
  max-width: 500px;
  width: 100%;
  border-radius: 40px;
  margin: 40px;


}



















@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* EXPERIENCIAS */
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  gap: 20px;











  justify-content: center;
  padding: 20px;
}

.box {
  
   background-color: #d6ebff;
   flex: 1;
  width: calc(33.33% - 20px);
  padding: 20px;
  margin: 10px;
  text-align: center;
  line-height: 1.7;
  font-size: 2vw;
  border-radius: 30px;
    align-items: center;

  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;



  justify-content: space-between;
}

.box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}




section {
  margin: 20px;
}


button {
  background-color: #ffb109;
  color: rgb(0, 0, 0);
  padding: 10px;
  font: 15px;
  border: none;
  cursor: pointer;



  border-radius: 8px;
  transition: background-color 0.3s ease;

}

button:hover {
  background-color: #f7c655;
}



.ftoamanecer {

  max-width: 88rem;
}




.el-barco h1 {
  color: #0962ff;
  font-size: 50px;
  margin-bottom: 15px;
  padding: 40px;


}

.datos-tecnicos,
.otras-caracteristicas,
.servicio {
  margin-right: 20px;
  width: 50%;
  margin-left: 43px;
}

.el-barco h3 {
  color: orange;
  text-decoration: underline;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.el-barco ul {
  list-style: none;
  padding: 0;
}

.el-barco li {
  font-size: 22px;
  color: #000000;
  margin-bottom: 12px;
}


.el-barco li:last-child {
  font-style: italic;
  color: red;
}




















h2.reservas {
  margin-left: 49px;
}


.contact-wrap {
  width: 80%;
  font-weight: bold;
  font-size: 20px;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;

}

.contact-in {
  padding: 40px 30px;
  width: 100%;
}

h4 {
  color: orange;
  font-size: 60px;
  font: bold
}

.contact-in:nth-child(1) {
  flex: 30%;
  background: url(../IMAGENES/IMG\ arena-agua.jpeg) no-repeat center;
  background-size: cover;
  color: #000000;
}

.contact-in:nth-child(2) {
  flex: 45%;
  background: #185bdd;
  background-size: cover;
}

.contact-in:nth-child(3) {
  flex: 25%;
  padding: 0;
}

.contact-in h1 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-in h4 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-in h4 i {
  font-size: 16px;
  width: 30px;
  height: 40px;
  margin-right: 10px;
  background: #f5f5f5;
  color: #dd7805;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
}

.contact-in p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-in ul {
  padding: 0;
  margin: 0;
}

.contact-in ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.contact-in ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}

.contact-in ul li a i {
  font-size: 114px;
  line-height: 30px;
  color: #000000;
}

.contact-in form {
  width: 100%;
  height: auto;
}

.contact-in-input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: none;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.contact-in-input::placeholder {
  color: #fff;
}

.contact-in-textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  outline: none;
  padding-top: 5px;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.contact-in-textarea::placeholder {
  color: #fff;
}

.contact-in-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
}

.contact-in iframe {
  width: 100%;
  height: 100%;
}


.input-box {
  margin-bottom: 20px;
}

/* Estilo para el select */
.experiencias select {
  width: 390px;
  padding: 15px;
  font-size: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

/* Estilo para las opciones del select */
.experiencias select option {
  font-size: 35px;
}

/* Estilo para el label, si es necesario */
.experiencias label {
  font-size: 100PX;
  font-weight: bold;
  display: block;
  margin-bottom: 38px;
}





































.contacto {
  margin: 30px;

  padding: 40px;
  border-radius: 8px;
}



.field {
  margin-bottom: 10px;
  position: relative;
}

.field label {
  display: block;
  font-size: 12px;
  color: #777;
}

.field input {
  display: block;
  padding: 5px;
  min-width: 250px;
  line-height: 1.5;
  font-size: 14px;
}

input[type="submit"] {
  display: block;
  padding: 6px 30px;
  font-size: 14px;
  background-color: orange;
  color: #fff;
  border: none;
  cursor: pointer;
}



.contacto {
  width: 45%;
  float: left;
  box-sizing: border-box;
  /* Incluye el relleno y el borde en el ancho */
}

.map-container {
  float: left;
  margin-right: 20px;
}


.footer {
  background-color: #d6ebff;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  clear: both;

}



.contenedor .imgs {
  width: 100%;
  height: 180%;
  margin-right: 3px;
  margin-bottom: 8px;
}






.contenedor-contacto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-left: 40px;
}

.contact {
  min-height: auto;
  padding-bottom: 7rem;
}

.contact h2 {
  margin-bottom: 3rem;
}

.contact form {
  max-width: 100%;
  margin: 1rem auto;
  text-align: center;
  margin-bottom: 3rem;
}

.contact form .input-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.contact form .input-box {
  flex: 1;
  margin-right: 1rem;
}

.contact form .input-box label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.contact form .input-box input,
.contact form .input-box textarea,
.experiencias {
  width: 100%;
  padding: 1.2rem;
  font-size: 20px;
  border-radius: .5rem;
  margin: .7rem 0;
  /*   box-shadow: 0 .3rem .5rem #9dcefc;
 */
}

.contact form .input-box textarea {
  height: 15rem;
}

.contact form .input-box .btn {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.5rem;
  border-radius: .5rem;
  margin: .7rem 0;
}



















/* Estilos para el menú hamburguesa */


.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle .bar {
  display: block;
  width: 35px;
  height: 6px;
  background-color: #005eff;
  margin: 6px 0;
  font: bold;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-7px, 10px);
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -10px);
}

















/*MEDIA QUERYS / RESPONSIVE DESIGN*/



/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  .gallery {
    display: none;
  }

  .slideshow-container {
    display: none;
  }
  
  @media screen and (min-width: 600px) {
    .gallery {
      grid-template-columns: repeat(4, 1fr); /* Cuatro columnas por fila en pantallas más grandes */
      grid-auto-rows: calc(25vw - 10px); /* Altura basada en el ancho de la ventana, menos el espacio entre las imágenes */
    }
  
  


    
  }


  /* Estilos para dispositivos móviles y el menú hamburguesa */

  .navbar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0px;
    /* Ajusta la posición según tu diseño */
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Sombra suave */
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.active+.navbar {
    display: flex;
  }

  .menu-toggle.active .bar {
    background-color: #005eff;
  }

  .menu-toggle {
    display: block;
  }

  .nav.active .navbar {
    display: block;
  }


  .box {
    width: calc(100% -20px);
    /* Cambiado a ancho completo para dispositivos pequeños */
    margin:20px 0;
    /* Margen superior e inferior para dispositivos pequeños */
    padding: 3vw;
    /* Reduciendo el padding para pantallas pequeñas */
    font-size: 5vw;
    /* Ajustando el tamaño de la fuente para pantallas pequeñas */
  }

  .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-list li {
    margin-bottom: 10px;
  }




  .experiencias select {
    width: 200px;
    padding: 15px;
    font-size: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 40px;
  }

}











  @media screen and (min-width: 768px) {
    .slider {
      max-height: 700px; /* Ajusta la altura máxima del slider para pantallas más grandes */
      max-width: 100%;
    }
  
    .slider .slider-pics {
      min-height: 700px; /* Ajusta la altura mínima de las imágenes para pantallas más grandes */
    }
  }






/* Estilos para dispositivos móviles y el menú hamburguesa */
@media screen and (max-width: 768px) {
  .navbar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0px;
    /* Ajusta la posición según tu diseño */
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Sombra suave */
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.active+.navbar {
    display: flex;
  }

  .menu-toggle.active .bar {
    background-color: #005eff;
  }


  .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-list li {
    margin-bottom: 10px;
  }
}




/* Media query para pantallas intermedias */
@media only screen and (max-width: 1024px) {
  .box {
    width: calc(50% - 10px);
    gap: 20px;
     }

}


/* Media query para pantallas muy pequeñas */
@media only screen and (max-width: 880px) {
  .box {
    width: calc(100% - 20px);
    /* Cambiado a ancho completo para dispositivos muy pequeños */
  }

  .flex-container .box {

    font-size: 29px;
  }

  h2 {
    font-size: 24px;
    font-weight: bold;
  }

  h2,
  h6 {
    font-size: 27px;
    font-weight: bold;
  }
  h6{
    font-weight: bolder;
  }

}





/* Media query para pantallas pequeñas */
@media only screen and (max-width: 780px) {
  .forma-imagenes {
    padding: -10px;
  }
.carta{
  display: block;
}
p{
  font-size: 20px;
}
.slideshow-container{
  display:none;
}

  main {
    display: none;
  }

  .flex-container {
    display: block;
    flex-wrap: nowrap;
   
  }

  .h5 {
    font-size: 7vw;
    margin: 15%;
  }

  .flex-container .box {
    background-color: #d6ebff;
    padding: 20px;
    margin: 0;
    text-align: center;
    line-height: 45px;
    font-size: 19px;
    max-width: none;
    width: 100%;
    border-radius: 0;
    
  }

  .map-container {
    display: none;
  }

}





@media only screen and (max-width:480px) {
  .contact-in:nth-child(1) {
    flex: 50%;
  }

  .contact-in:nth-child(2) {
    flex: 50%;
  }

  .contact-in:nth-child(3) {
    flex: 100%;
  }

}




/* Media query para pantallas muy pequeñas en iPhone XR */
@media only screen and (max-width: 464px) {
  .box {
    width: calc(100% - 20px);
    /* Ajustamos el margen a 20px en cada lado */
    margin-left: 15px;
    /* Margen izquierdo */
    margin-right: 15px;
    /* Margen derecho */
    margin-bottom: 20px;
   
  }

  .flex-container .box {
    font-size: 20px;
    
  }

  h2,
  h6 {
    font-size: 27px;
    font-weight: bold;
  }
  h6{
    font-weight: bolder;
  }

  .slideshow-container {
    display: none;
  }

  .datos-tecnicos {
    font-size: 80px;
  }

  .imput-box {
    font-size: 5px;
  }

  .experiencias select {
    width: 170px;
    padding: 15px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    /* margin-right: 199px; */
    margin-inline-start: -30%;
  }

  .experiencias select option {
    font-size: 15px;

  }
  .slideshow-container{
    display:none;
  }
}




@media only screen and (max-width:375px) {
  .contact-in:nth-child(1) {
    flex: 50%;
  }

  .contact-in:nth-child(2) {
    flex: 50%;
  }

  .contact-in:nth-child(3) {
    flex: 100%;
  }

  .slideshow-container {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .slideshow-container{
    display:none;
  }

  /* Ajustar el tamaño de fuente */
  body {
    font-size: 14px;
  }

  /* Alinear el formulario al centro */
  .contact {
    text-align: center;
  }

  /* Ajustar el tamaño de los campos de entrada */
  .input-box input,
  .input-box select {
    width: 90%;
    margin: 5px auto;
  }

  /* Ajustar el tamaño del botón */
  #button {
    width: 30%;
    margin: 10px auto;
  }

}