@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Montserrat:ital,wght@0,200;0,300;1,200;1,400&family=Quicksand:wght@300;400;500&family=Raleway:wght@300;400&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&family=Satisfy&display=swap');
/*/Clases generales/*/

.container{
    max-width: 1150px;
    margin: 0 auto;
}
#textMedia{
    visibility: hidden;
    
}

.roboto{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
}
.robotoFooter{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.619);
}
.nav-link{
    color: black;
    transition: 0.7s all;
}

.nav-link:hover{
    color: #ff8000;
    box-shadow: 0px 2px 0px #ff8000;
    transition: 0.7s all;
}
.indicador{
    color: #fd9227;
    box-shadow: 0px 2px 0px #fd9227;
    transition: 0.7s all;
}
.navbar{
    padding: 30px 20px 30px 20px;
}
.bttnNav{ 
    background-color: #00a000;
    border-color: #00a000;
    margin-left: 50px;
}
.textNav{
    color: white;
    text-decoration: none;
}
.textNav:hover{
    color: white;
    text-decoration: none;
}
.bttnNav:hover{
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
    text-decoration: none;
}
/*/Clases variables/*/
#sobrenos{
    flex-shrink: 0;
}

.fondocolor{
   background-color: #ffffff;
}

.backg{
    background-image: url('../img/frentehospedaje.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    width: 100%;
    height: 900px;
    z-index: -2;
}
.formatimg{
    object-fit: cover;
    width: 100%;
    height: 900px;
}


.sectmain{
    display: flex;
    justify-content: center;
    align-items: center;
}

.textmain{
    color: #ffffff;
    margin: 0 auto;
    position: absolute;
    text-shadow: 1.5px 1.5px 1px black;
}

.textmain2{
    color: #ffffff;
    position: absolute;
    margin-top: 180px;
    text-shadow: 1.5px 1.5px 1px black;
}

.text3{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 10px;
    height: 900px;
    top: 100px;
    text-shadow: 1.5px 1.5px 1px black;
}

.textmain3{
    color: #ffffff;
}
.textmain3 a{
    color: #ffffff;
}

.overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 900px;
    z-index: -1;
}

.maindivider{
    position: absolute;
    width: 20rem;
    border-bottom: 2px solid #ffffff;
    margin-top: 100px;
}
.buttonBook{
    background-color: transparent;
    border: 3px solid white;
    padding: 5px 40px 5px ;
    position: relative;
    transition: 0.2s ease-in-out all;
    text-decoration: none;
    color: white;
   
}
.buttonBook:after{
    background-color: #ff8000;
    z-index: -1;
    position: absolute;
    top: 10px;
    left: 8px;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.2s ease-in-out all;
}
.buttonBook:hover:after{
    top: 0px;
    left: 0px;
    transition: 0.2s ease-in-out all;
    color: white;
    text-decoration: none;
}
.buttonBook:hover{
    text-decoration: none;
    color: white;
}
/* Boton idioma */
.buttonIdioma{
    margin-left: 100px;
    background-color: transparent;
}
.bkTransparent{
    background-color: transparent;
}
.formatIdioma{
    width: 30px;
    height: 30px;
}
.SizeIdioma{
    min-width: 120px;
}
/* INDEX */
/* seccion 2 */

.imghistoria{
    display: flex;
    flex-direction: row;
    margin-left: 10%;
    margin-top: 150px;
    margin-bottom: 150px;
}
.imgsectsecond img{
    width: 1125px;
}
.robotoSect{
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}
.robotoSectDestacado{
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bolder;
}
.textsectsecond{
    display: flex;
    align-items: center;
    width: 90%;
}
.textsectsecond span{
    color: white;
    background: #00a000;
    padding: 50px;
}

.imghistoriathird{
    display: flex;
    flex-direction: row;
    margin-right: 5%;
    margin-bottom: 150px;
}

.imgsectthird img{
    width: 1250px;
}
.textsectthird{
    display: flex;
    align-items: center;
    width: 90%;
}

.textsectthird span{
    color: white;
    background: #00a000;
    padding: 50px;
}
/* seccion 3 */
.colorActiviy{
    color: white;
}
.colorActiviy:hover{
    color: #ff8000;
}
/* StreetView INDEX*/
.backgroundStreetview{
    background-color: #00a000;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementosStView{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.mapaStV{
    width: 100%;
    height: 650px;
    margin-top: 100px;
}
.streetviewText{
    width: 20%;
    align-items: center;
}
.reSize{
    font-size: 50px;
   color: #f6f3ed;
}
/* Carrusel INDEX */
.fondoBlur{
    filter: blur(7px);
}
.carruselCenter{
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
}
.moreImages > .textCarrusel{
    z-index: 2;
    position: absolute;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 800;
    text-shadow: 2px 2px 1px black;
}
.moreImages{
    margin: 0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

/* seccion contacto */

.fondosContacto{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 120px;
    justify-content: center;
}

.elementoFondo{
    background-color: #00a000;
    width: 15%;
}

.contactBox{
    display: flex;
    position: absolute;
    justify-content: center;
    margin-left: 50%;
    margin-top: 3%;
    background-color: #f6f3ed;
    width: 25%;
    border-radius: 20px;
    padding: 10px;
    z-index: 1;
}

.sizeComment{
    resize: none;
}

.colorButton{
    background-color: #00a000;
    border-color: #00a000;
}

.colorButton:hover{
    background-color: #ff8000 !important;
    border-color: #ff8000 !important;
}

.elementoImagen img{
    max-width: 1250px;
    object-fit: cover;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
/* Mapa Contacto */
.mapaContainer{
    width: 100%;
    margin-top: 5%;
}
.mapa{
    width: 100%;
    height: 600px;
}

/* Cartas Actividades en zona */
.cardSection{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 100px;
    margin-top: 100px;
}
.card{
    width: 500px;
    height: 600px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.323);
}
.cardImg{
    width: 100%;
    height: 70%;
}
.cardImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.centro{
    object-position: center;
}
.cardText{
    width: 100%;
    height: 30%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardText p{
    margin: 30px;
}
.titleActivity{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    background-color: #ff8000;
    padding: 50px;
}
.titleActivity span{
    color: #f6f3ed;
    font-size: 50px;
}

/* GRID */
.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)12;
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (1fr)[auto];
        grid-template-rows: repeat(auto, 1fr);
    /*altura de la linea*/
    grid-gap: 20px;
    width: 99%;
    margin-left: auto;
  }
  
  /* GALLERY */
  .galery {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
  }
  
  .galery .grid {
    -ms-grid-rows: (30vw)5;
        grid-template-rows: repeat(5, 30vw);
    padding: 0;
  }
  
  .galLetter {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
    margin: 5vh 0;
    font-family: 'Montserrat';
  }
  
  .item1, .item2, .item3 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  
  .item4, .item5, .item6 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  
  .item7, .item8, .item9 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  
  .item10, .item11, .item12 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  
  .item13, .item14, .item15 {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  
  .item1, .item4, .item7, .item10, .item13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
  }
  
  .item2, .item5, .item8, .item11, .item14 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / 9;
  }
  
  .item3, .item6, .item9, .item12, .item15 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / 13;
  }
  
  .gallery-image {
    display: block;
    width: 95%;
    height: 95%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }
  
  .gallery-image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
/* zoom galeria */
.galleryThumbnail{
    display: block;
    width: 95%;
    height: 95%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(61, 59, 59, 0.534);

  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: #ff8000;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #00a000;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: #ff8000;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .modal-image{
    width: 1060px;
    height: 560px;
    object-fit:cover;
  }
  
/* Sobre Nosotros */
.photoAbout{
    width: 950px;
}
.separate{
    gap: 50px;
}
.divisor{
    background-color: #00a000;
}
.titleAbout{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bolder;
    font-size: 45px;
}
.textAbout{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
}
.white{
    color: white;
}
.aboutBK{
    background-color: white;
    padding: 30px;
}
/* Footer */
.footerLogo{
    width: 200px;
    height: 150px;
}
.containerFooter{
    max-width: 100%;
    background-color: #f0e9db;
}
.socialMedia{
    width: 40px;
    height: 40px;
}
.letraFirma a{
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #726f6a;
}
.letraFirma{
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #726f6a;
    font-size: 18px;
}
.margenFooter{
    margin-top: 50px;
}
.espacioF{
    gap: 20px;
}

/* media query */

@media only screen and (max-width:1921px){
    /* contacto */
      
    .elementoFondo{
        width: 10%;
    }
    
    .contactBox{
        margin-left: 60%;

    }
    

}

@media only screen and (max-width: 1445px){

    /* contacto */
    .elementoFondo{
        width: 10%;
    }
    
    .contactBox{
        margin-left: 50%;
        width: 40%;
       
    }

    /* navbar */
    .buttonIdioma{
        margin-left: 40px;
    
    }
    /* index */
    .text3{
        margin-right: 25px;
    }

    /* img seccion 2 */
    .imgsectsecond img{
        width: 1150px;
    }
    .imghistoria{
        flex-direction: column;
    }
    /* img secccion 3 */
    .imghistoriathird{
        flex-direction: column-reverse;
        margin-left: 150px;
    }
    .imgsectthird img{
        width: 1100px;
    }

    /* sobre nosotros */
    .photoAbout{
        width: 950px;
    }
    .containerAbout{
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1367px){

    /* navbar */
    .buttonIdioma{
         margin-left: 10px
    }
    /* img seccion 2 */
    .imgsectsecond img{
        width: 980px;
    }
    /* ims sect 3 */
    .imgsectthird img{
        width: 990px;
    }

    /* contacto */
      
    .elementoFondo{
        width: 10%;
    }
    
    .contactBox{
        margin-left: 40%;
        height: 90%;
        margin-top: 2%;
    }
    .elementoImagen img{
       height: 750px;
    }
    .elementoFondo{
        display: none;
    }
}

@media only screen and (max-width:1281px){
    /* navbar */
    .mediaNavBar{
        margin-left: 1px;
    }
    .navbar{
        padding-left: 3px;
    }

    .bttnNav{
        margin-left: 15px;
    }

    /* img seccion 2 */
    .imgsectsecond img{
        width: 980px;
    }
    /* contacto */
      
    .elementoFondo{
        width: 10%;
    }
    
    .contactBox{
        margin-left: 40%;
        height: 100%;
        margin-top: 3%;
        width: 45%;
    }
    .elementoImagen img{
       height: 800px;
    }
     /* sobre nosotros */
     .photoAbout{
        width: 900px;
      
    }
}
@media only screen and (max-width: 1025px){
    /* navbar */
    .mediaLogo{
        width: 100px;
        height: auto;
    }
    .navbar-brand{
        margin-right: 2px;
    }
    /* img seccion 2 */
    .imgsectsecond img{
        width: 850px;
    }
     /* ims sect 3 */
     .imgsectthird img{
        width: 850px;
    }
    .imghistoriathird{
        margin-left: 70px;
    }
    /* contacto */
    
    .contactBox{
        margin-left: 40%;
        margin-top: 3%;
        width: 55%;
    }
    .elementoImagen img{
       height: 850px;
    }
    .elementoImagen{
        overflow-x: hidden;
        width: 100%;
    }
        
}

@media only screen and (max-width: 769px){
    /* main */
    .backg{
        background-attachment: unset;
    }
    #textMedia{
        text-align: center;
        visibility:visible;
    }
    /* mensaje galeria */
    .robotoGallery{
        font-size: 22px;
    }
     /* img seccion 2 */
     .imgsectsecond img{
        width: 650px;
    }
    /* ims sect 3 */
    .imgsectthird img{
        width: 500px;
    }
      /* sobre nosotros */
      .photoAbout{
        width: 650px;
    }
    /* contacto */
    .contactBox{
        margin-top: 3%;
        width: 65%;
        margin-left: 20%;
    }

     .elementoImagen img{
        width: 768px;
    }
}

@media only screen and (max-width: 426px){
    .robotoSect{
        font-size: 13px;
    }
    .robotoSectDestacado{
        font-size: 14px;
    }
    .robotoFooter{
        font-size: 15px;
    }
     /* img seccion 2 */
     .imgsectsecond img{
        width: 350px;
    }
    .imghistoria{
        flex-direction: column;
    }
    /* img secccion 3 */
    .imghistoriathird{
        flex-direction: column-reverse;
        margin-left: 50px;
    }
    .imgsectthird img{
        width: 320px;
    }
      /* sobre nosotros */
      .photoAbout{
        width: 650px;
    }
    .maindivider{
        width: 100px;
    }
     /* contacto */
      
     .elementoFondo{
        width: 10%;
    }
    
    .contactBox{
        margin-left: 10%;
        margin-top: 3%;
        width: 85%;
        z-index: 0;
        margin-bottom: 1px;
        position: relative;
        background-color: #fd9227;
    }
    .elementoImagen img{
        display: none;
    }
    /* actividades */
    .card{
        width: 85%;
    }
    /* sobre nosotros */
    .photoAbout{
        width: 350px;
    }
    .containerAbout{
        flex-direction: column;
        align-items: center;
    }
    .titleAbout{
        font-size: 15px;
    }
    .textAbout{
        font-size: 13px;
    }
    .titleActivity{
        font-size: 20px;
        margin-bottom: 80px;
    }
    /* footer */
     .espacioF{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
     }
     /* boton idioma */
     .btn-group>.btn{
        flex: none!important;
     }
}

@media only screen and (max-width: 321px){
     /* img seccion 2 */
     .imgsectsecond img{
        width: 250px;
    }
    /* img secccion 3 */
    .imgsectthird img{
        width: 220px;
    }
    /* footer */
    .robotoFooter{
        font-size: 15px;
    }
    .mediaIcon{
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }
    .espacioF{
        flex-direction: row;
    }
    .letraFirma{
        font-size: 18px;
    }
    /* carrousel */
    .w-50{
        width: 95% !important;
    }
    /* sobre nosotros */
    .photoAbout{
        width: 250px;
    }
    .textAbout{
        font-size: 18px;
    }
}