html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Fira Sans', sans-serif;
    width: 100vw;
  }
  
  body{
      background: #27709b;
      background-image: url(../img/fondo.svg);
      background-attachment: fixed;
      background-size: cover;
  }
  
 .enlacesFijos {
      width: 100vw;
      display: flex;
      filter: drop-shadow(0px 4px 3px black);
  }
  
  .bottonConoce {
      background-color: #1576A8;
  }
  
  .bottonContact {
      background-color: #59953C;
  }
  
  .textNav {
      font-weight: 400;
      font-size: 22px;
      color: #fff;
      text-shadow: 0px 2px 1px #39250d;
      padding: 11px;
      text-align: center;
  }
  
  .logo {
    background-image: url(../img/tours.webp);
    background-size: 126vw;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 281px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    gap: 15px;
    background-position-y: -12px;
  }
  
  @media (min-width: 400px) {
    .logo {
        background-size: 145vw;
        height: 342px;
        background-position-y: -36px;
    }
}
@media (min-width: 700px) {
    .logo {
        background-size: 135vw;
        height: 596px;
        background-position-y: -92px;
    }
    .animLogoLottie {
        width: 400px;
        height: 400px;
    }     
}
@media (min-width: 900px) {
    .logo {
        background-size: 125vw;
        height: 666px;
        background-position-y: -100px;
    }
}
@media (min-width: 1000px) {
    .logo {
        background-size: 100vw;
        height: 626px;
        background-position-y: -71px;
    }
}
@media (min-width: 1300px) {
    .logo {
        background-size: 100vw;
        height: 768px;
        background-position-y: -136px;
    }
}

  .logo_ {
    margin: 18px 9px 18px;
    width: 30vw;
    height: auto;
  }

  .logoYate {
    margin: 22px 9px 18px;
    width: 39vw;
    height: auto;
  }

  @media (min-width: 1300px) {
    .logo_ {
        width: 18vw;
        margin: 48px 9px 12px;
    }
    .logoYate {
        width: 30vw;
        margin: 42px 25px 12px;
    }
}


  .navdos {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 96vw;
      height: auto;
      margin: 18px 0px 18px;
 }
  
  .enlaces {
      width: 58vw;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
  }
 
  a {
      text-decoration: none;
      width: auto;
  }
  
  @media (min-width: 760px) {
    .enlaces {
        width: 75vw;
        flex-direction: row;
        justify-content: space-around;
    }
    h3 {
        font-size: 5vw;
    }
}

@media (min-width: 1000px) {
    .enlaces {
        width: 60vw;
        flex-direction: row;
        justify-content: space-around;
    }
    h3 {
        font-size: 3vw;
    }
}

h3 {
    width: auto;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 1px #0f3a3a;
    padding: 9px;
}

.title {
    width: auto;
    text-align: center;
    border: outset 6px #ED8615;
    border-radius: 33px;
    background-color: #F7941D;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 6px;
    width: 90vw;
}

.red_ico {
    width: 72px;
    height: auto;
    display: flex;
    align-items: center;
}

.ico_img {
    width: 72px;
    height: auto;
}

.conttour {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}


.tour_sieteba {
    display: none;
}

.tour_pesca {
    display: none;
}

.tour_sanagus {
    display: none;
}

.tour_snork {
    display: none;
}

h1 {
    font-weight: 800;
    width: auto;
    font-size: 50px;
    letter-spacing: 4px;
    color: #FFF;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: center;
}

.linea {
    width: 81vw;
    box-shadow: -1px 0px 10px 2px black;
    background-color: #F8992D;
    height: 3px;
    border-radius: 21px;
    margin-bottom: 24px;
    margin-top: 30px;
}

.seccTour {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    align-content: center;
}

h4 {
    font-weight: 600;
    font-size: 3.3vw;
    color: #fff;
    text-shadow: 0px 2px 2px #2a4646;
    width: 43vw;
    text-align: center;
    background-color: #30a9ad;
    border-radius: 21px;
    padding: 9px;
    border: outset 3px #198c8f;
}

@media (min-width: 900px) {
    h4 {
        width: 37vw;
    }
}

.testFoto {
    width: 48vw;
    height: auto;
    display: flex;
    filter: drop-shadow(3px 4px 5px rgb(28, 28, 28));
    flex-direction: column;
    align-items: center;
    margin: 6px 0px 19px;
}

.testFotoCont {
    width: 47vw;
    height: auto;
    display: flex;
}

@media (min-width: 1200px){
    .testFoto {
        width:44vw;
        height: auto;
    }
    h4 {
        font-size: 2vw;
    }
    .testFotoCont {
        width: 41vw;
    }
    .seccTour {
        gap: 30px;
    }
}

h5 {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    width: 80vw;
    text-align: center;
}

h2 {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    width: 80vw;
    text-align: start; 
}

.fotTours {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 24px 0px 18px;
    filter: drop-shadow(0px 6px 6px #000 );
}

.fotiosTourss {
    width: 28vw;
    height: auto;
    border-radius: 50%;
}





.containerSlider {
    width: 100vw;
    margin: auto;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0px 1px 12px #000);
}

.slider {
    display: flex;
    width: 500vw;
    height: 240px;
    margin-left: -100vw;
}

@media (min-width: 700px){
    .slider {
        height: 480px;
    }
}    
@media (min-width: 900px){
    .slider {
        height: 560px;
    }
}
@media (min-width: 1200px){
    .slider {
        height: 600px;
    }
}

.sliderImg {
    width: 100vw;
}

.imgSlider {
    display: block;
    width: 100vw;
    height: 100%;
    object-fit: contain;
}

.btnSliderDer {
    position: absolute;
    width: 41px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 15px;
}

.btnSliderIzq {
    position: absolute;
    width: 41px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 5px;
}

.flechaSlider {
    width: 39px;
    height: 19px;
}




.negritas {
    font-weight: 700;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 9px;
    flex-direction: column;
    flex-wrap: nowrap;
    }

.textConocenos {
    display: flex;
    justify-content: center;
}

.conoceTex {
    text-align: center;
    font-weight: 400;
    width: auto;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #000000;
}

.piepag {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 39px;
    margin-bottom: 18px;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 19px;
    width: 96vw;
    flex-wrap: wrap;
    align-content: center;
}

.red_ico {
    width: 84px;
    height: auto;
    display: flex;
    align-items: center;
}

.ico_img {
    width: 84px;
    height: auto;
}


.textFooter {
    width: 96vw;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 12px;
    padding-top: 20px;
    border-top: solid 1px #FFF;
}

.footerIzq {
    display: flex;
    justify-content: center;
}

.footerCentro {
    display: flex;
    justify-content: center;
}

.footerDerecha {
    display: flex;
    justify-content: center;
}

.textosFootIzq {
    width: 115px;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: left; 
}

.textosFootCen {
    width: 115px;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: center;
}

.textosFootDer {
    width: 115px;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: right;
}