    body{
        font-family:  'Quicksand', sans-serif!important; 
        overflow-x: hidden ;
        overflow-y:auto;
        align-content: center;
        background-color: rgb(245, 245, 245);
    }
    textarea{
        outline:transparent!important;
    }
    .justify-content-center{
        text-align: center;
    }
    .navbar{
        background-color: #fff;
    }
    .nav-link{
      color: #000000;
      font-weight: bold;
      padding: 10px 30px!important;
        font-size: 20px;
    }
    .card-shadow{
        -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
        box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
    }
    
    .pointer{
        cursor: pointer;
    }
    .jus{
        text-align: justify;
    }
    .underline{
        text-decoration: underline;
        font-weight: bold;
    }

    .nav-link:hover{
      color: #D66038;
    }
 
 /*buttons*/
 .bttn{
    border-radius: 7px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 15px;
    box-shadow: 0 0 20px lightgray;
    text-align: center;
    transition: 0.5s;
    margin-left: 20px;
    cursor: pointer;
    height: 41px;
    }
    

    .btn-main{
        background-color: #D66038;
        color: white!important;
        border: #D66038 1px solid;
        max-width: 180px;
    }

    .btn-main:hover{
        border: #D66038 1px solid;
        background-color: white;
        color: #D66038!important;
    }
    .btn-second{
        background-color: #E6BB27;
        color: white!important;
        border: #E6BB27 1px solid;
        max-width: 180px;
    }
    
    .btn-second:hover{
        border: #E6BB27 1px solid;
        background-color: white;
        color: #E6BB27!important;

    }
    .btn-main2{
        background-color: #D66038;
        border-radius: 7px;
        font-size: 18px;
        font-weight: bold;
        padding: 3px 10px;
        box-shadow: 0 0 20px lightgray;
        flex: 1 1 auto;
        text-align: center;
        transition: 0.5s;
        background-size: 200% auto;
        color: white!important;
        margin-left: 20px;
        max-width: 120px;
    }

    .btn-azul{
    border: 1px solid #2667F7;
    background-color: #2667F7;
    color: white!important;
    }


    .btn-azul:hover{
        border: 1px solid #2667F7;
        background-color: white!important;
        color: #2667F7!important;
    }


    .btn-gray{
    border: 1px solid darkgrey;
    background-color: darkgrey;
        color: white !important;
    }


    .btn-gray:hover{
        border: 1px solid darkgrey;
        background-color: white!important;
        color: darkgrey!important;
    }


    .btn:disabled{
        background-color: lightgray!important;
        color: grey!important;
        border:none!important;
        box-shadow: none!important;
    }
    .btn:disabled:hover{
        background-color: lightgray!important;
        color: grey!important;
        border: none!important;
        box-shadow: none!important;
    }
    .btn-planes{
        background-color: white;
        border: 1px solid grey;
        color: #D66038;
        padding: 5px;
        font-weight: bold;
        border-radius: 7px;
    }
    .disabled{
        opacity:0.5;
        cursor: not-allowed;
    }
    /*text colors*/
    .text-orange{
        color: #D66038!important;
    }
    .text-yellow{
        color: #E6BB27;
    }
    .text-blue{
        color: blue;
    }
    .text-grey{
        color: grey;
      }
      .text-green{
        color: rgb(6, 192, 6);
      }
      .text-dark-green{
          color: green;
      }

    #phonenav{
        background-color: gray;
        color: white;
        padding: 4px 16px !important;
    }
    
    #navbar{
        color: black;
        background-color: #FFFFFF;
        top:38px;
    }
   
   
    .hamburger{
        max-width: 50px;
    }
    .content{
        margin-top: 70px;
    }
    .titulo{
        color: #D66038;
        align-content: center;
        margin: 60px 0;
        font-weight: bold;
    }
    .subtitulo{
        color: #E6BB27;
        margin-bottom:40px;
        text-shadow: 2px 2px #c7a127;
        font-weight: bold;

    }

    /* btn tp the top */
    #to-top {
        display: inline-block;
        background-color: white;
        color: #D66038;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        position: fixed;
        padding-top: 5px;
        bottom: 50px;
        right: 50px;
        transition: background-color .2s,
        opacity .3s, visibility .3s;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);

    }

    #to-top:hover {
        background-color: #D66038;
        color: white;
    }

    #to-top.show {
        opacity: 0.7;
        visibility: visible;
    }          
    
    .logo{
        font-family: 'Arizonia', cursive;
        color: black;
        font-size: 50px;
    }

    /*inicio*/
    .inicio {
        height: calc(90vh);
        padding: 0!important;
    }
.card-index{
    background-color: rgba(214, 96, 56, 0.1);
    border-radius: 15px;
    padding: 10px;
    border:3px solid #D66038;
}
.card-index2{
    background-color: rgba(230, 187, 39, 0.1);
    border-radius: 15px;
    padding: 10px;
    border: 3px solid #E6BB27;
}
.card-index3{
    background-color: rgba(161, 214, 245, 0.4);
    border-radius: 15px;
    padding: 10px;
    border: 3px solid rgb(108, 200, 253);
}
/*cut out*/

.wrapper {
    position: relative;
    perspective: 40em;
    display: grid;
    transform-style: preserve-3d;
    margin: 20px;
  }
  
  .card-x {
    grid-area: 1 / 1;
    height: 200px;
    width: 300px;
    transform: translateX(10px) rotateY(10deg) rotateX(10deg);
    background: white;
   /* display: flex;*/
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    color: #000;
   /* text-transform: uppercase;*/
    font-size: 30px;
    font-weight: 900;
    backface-visibility: hidden;
    box-shadow: 0 10px 30px -3px rgba(0,0,0,.1);
    border-radius: 10px;

  }
  

  
  .card .enclosed {
    background: #000;
    line-height: 1;
    color: rgba(249, 198, 26, 1);
    padding: 0 5px;
    transform: translate(-1px, 1px) scale(0.75);
    transform-origin: right center;

  }
  
  .wrapper:before {
    --bw: 4px;
    grid-area: 1 / 1;
    content: '';
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    margin-top: calc(-1 * var(--bw));
    margin-left: calc(-1 * var(--bw));
    background: transparent;
    transform: translateX(-25px) rotateY(-10deg) rotateX(10deg) scale(1.00);
    pointer-events: none;
    border: var(--bw) solid #E6BB27;
    box-sizing: content-box;
    border-radius: 10px;
  }
  
  
  .wrapper:hover > div,
  .wrapper:hover:before {
    transform: none;
  }
  
  
  .wrapper > div,
  .wrapper:before {
    will-change: transform;
    transition: .3s transform cubic-bezier(.25,.46,.45,1);
  }
  
  
  
/*
  #inicio {
    place-items: center;
    background:
      linear-gradient(to bottom right, #3C4BBD 5%, transparent),
      /*radial-gradient(circle at 100% 0%, rgba(255,255,255,.2) 10%, transparent 20%) center center / 15px 15px,*/
     /* linear-gradient(to bottom right, #3C4BBD, #57ADD8);
  }*/


    .carousel-item {
        text-align: center;
        width: 100%;
        border-color: transparent!important;
    }
    
    .carousel-control-prev{
        font-size: 40px;
        width: 10% !important;
        color: #D66038!important;

    }
    
    .carousel-control-next{
        font-size: 40px;
        color: #D66038!important;
        width: 10% !important;
    }
    
    
    .item-img{
        border-radius: 7px;
    }
   
/* lacasa - page*/
.img-lacasa{
    height: 400px;
    width: auto;
}
.hotel-text{
    text-align: justify;
     padding: 5%;
     border: 1px solid #E6BB27;
     border-radius: 10px;
     background-color: white;
     /*background-color: rgba(248, 236, 196, 0.2);*/
 }
 .text-square{
    border: 1px solid #E6BB27;
    background-color: white;
    border-radius: 10px;
    padding: -5%;

 }
    
    /*PLanes */
 /* eventos*/


 .flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    transform: rotateY(-10deg) rotateX(10deg)  scale(1.0) ;
    position: relative;
    width: 230px;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-box-shadow: 10px 9px 20px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 20px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 20px -8px rgba(0,0,0,0.75);
    border-radius: 20px;  

  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg);
  }
  
  .flip-card-front, .flip-card-back {
    border-radius: 20px;  
    position: absolute;
    border: 2px solid rgb(148, 148, 148);
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    color: rgb(39, 39, 39);
    /*#181818;*/
    font-size: 35px;
  }
  
  .flip-card-back {
    background-color: rgba(181, 195, 204);
    color: #000000;
    font-weight: bold;
    transform: rotateY(-180deg);
  }

  
    .bg-cultura{
        background-image: linear-gradient(#953735, #f3cfce);
       
    }
    .bg-turismo{
        background-image: linear-gradient(#ffc000,#f5efde);

    }
    .bg-flora{
        background-image: linear-gradient(#74a903,#f4fddf);

        /*background-color: #74a903;*/
    }
    .bg-gastro{
        background-image: linear-gradient(#d73586,#fae4ef);
        /*background-color: #d73586;*/
    }
    .bg-astro{
        background-image: linear-gradient(#3172c0,#e1ebf7);
        /*background-color: #3172c0;*/
    }

/* planes page*/

    .card-title{
        font-weight: bold;
    }
    .hfix{
       min-height: 490px;
        border-radius: 15px;
    }


    .know{
        color: #D66038;
        font-size: 20px;
        font-weight: bold;
    }
    
      
    


        .modal-image {
          display: none; /* Hidden by default */
          position: fixed; /* Stay in place */
          z-index: 3; /* Sit on top */
          padding-top: 100px;  /*Location of the box */
          left: 0;
          top: 30px;
          width: 100%; /* Full width */
          height: 100%; /* Full height */
          overflow: auto; /* Enable scroll if needed */
          background-color: rgb(0,0,0); /* Fallback color */
          background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
        }
    
    .modal-content-image {
      margin: auto;
      display: block;
      height: 90%;
      width: 100%;
      max-width: 1500px;
    }
    
    #caption {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #fff;
      padding: 10px 0;
      height: 150px;
        font-weight: bold;
        font-size: 22px;
    }
    
    .modal-content-image, #caption {
      animation-name: zoom;
      animation-duration: 0.3s;
    }
    
    @keyframes zoom {
      from {transform:scale(0)}
      to {transform:scale(1)}
    }
    
    .close {
      position: absolute;
      top: 100px;
        left: 40px;
      color: #fff;
      font-size: 50px;
      font-weight: bold;
      transition: 0.3s;
    }
    
    .close:hover,
    .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }
    
    #galleryCarousel .carousel-control-next{
        color: #fff;
        font-size: 30px;
        width: 5% !important;
    }
    
    
    #galleryCarousel .carousel-control-prev{
        color: #fff;
        font-size: 30px;
        width: 5% !important;
    }
    
    
    /*actividades */
    .card-img-top{
        border-radius: 15px 15px 0 0 !important;
        height: 290px;
    }
    .card-activity{
        height: 200px;
    }
    .cultura{
        color: #953735;
    }
    .turismo{
        color: #ffc000;
        font-weight: bold;
    }
    .flora{
        color: #74a903;
        font-weight: bold;
    }
    .gastronomia{
        color: #d73586;
    }
    .astroturismo{
        color: #3172c0;
    }
    /* contact*/
   
     /* contact*/
    .text-black{
    color: black;
    }
      
      
    .form-input {
        border: 1px solid #E6BB27;
        background-color: white;
        padding: 8px;
        font-size: 17px;
        box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1);
        border-radius: 7px !important;
        width: 100%;
        height:41px;
    }
    
    .form-input:focus {
        border: 2px solid #E6BB27;
        border-radius: 7px;
        outline: none !important;
    }
    
    .form-label {
        font-size: 20px;
        color: #D66038;
        font-weight: bold;
    }
    .card-something{
        max-width: 96%;
    }
    
    .button{
    border-radius: 8px;
    height: 50px;
    width: 80px;
    }
    
    
    
    .modal-content {
        width: 100%;
    }

/* cards alternative
*/

.infocardContainer {
    display: flex;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: rgb(0,159,255);
    background: linear-gradient(121deg, rgba(255,255,255,0) 13%, rgba(0,159,255,1) 100%);
    transition: all 500ms ease-in;
    /*transition-delay: 1s;*/
    margin: auto;
    margin-top: 100px;
    --margin-top: 100px;
  }
  .infocardContainer:hover {
    width: 600px;
    border-radius: 100px 10px 100px 100px;
    transition: all 500ms ease-out;
  }
  
  .infocardContainer div {
    color: white;
    flex-shrink: 1;
    width: 100%;
    --background-color: green;
  }
  .infocardContainer div * {
    display: flex;
    --flex: inherit;
    overflow: hidden;
    text-overflow: hidden;
    --background-color: yellow;
    color: white;
    white-space: nowrap;
    width: 0;
    height: auto;
    transition: all 450ms ease-in;
    /*transition-delay: 400ms;*/
  }
  .infocardContainer:hover div *{
    --background-color: purple;
    display: flex;
    visibility: visible;
    transition: all 500ms ease-out;
    /*transition-delay: 500ms;*/
    width: 100%;
    height: auto;
  }
  
  .infocardContainer #main, .infocardContainer #main img{
    --background-color: red;
    height: 300px;
    width: 300px;
    padding-right: 10px;
    border-radius: 100%;
    flex-shrink: 0;
    object-fit: cover;
  }
  .infocardContainer #main img{
    height: 280px;
    width: 280px;
    transition: none;
    display: float;
    position: relative;
    border: 10px solid white;
    margin: 0 0 0 0; padding: 0 0 0 0;
  }
  .infocardContainer #textbois {
    position: relative;
  }
  .infocardContainer #textbois {
    max-width: 60%;
    max-height: 30px;
    
    --background-color: white;
    position:absolute;
    bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-radius: 13px;
  }
  .infocardContainer #textbois * {
    background-color: white;
    max-width: 30px;
    --margin: 0 1px 0 1px;
    border-radius: 25px;
  }
 

  /*condiciones*/
  .mt-cond{
      margin-top:20px;
  }
  .table-prices{ 
      text-align: center;
        width: 100%;     
      margin: 25px 0;
  }
  .table-prices th{
      background-color: #D66038;
      border-left:1px solid white ;
      color: white;
      padding: 8px 0;
  }
    .table-prices tr{
        border-bottom: 1px solid lightgrey;
    }
    .table-prices td{
        padding: 8px 0;
    }
   /*footer*/      
    .footer{
        background-image: linear-gradient(rgb(245, 245, 245), #E6BB27);
       /* height: 80px;*/
        bottom: 0;
        right: 0;
    }
    
    
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (max-width: 767px) {
        #logo-nav{
                width: 50px;
        }
        .titulo {
            font-size: 40px;
        }
        .subtitulo {
            font-size: 35px;
        }
        .title-index{
            font-size: 60px;
            margin-top:400px;
            text-align: center;
        }
      
        .index2 {
            font-size: 25px;
        }
        #to-top{
            bottom: 10px;
            right: 10px;
        }
        .img-nosotros {
            height:240px;
           /* width: 100%;*/
        }
        .cultura-m{
            margin-top: 15%;
            padding: 10 jupx;
        }
        .gastro-m{
            margin-top: 15%;
        }
        .astro-m{
            margin-top: 10%;
        }     
     .modal-content {
        width: 100%;
      }
     
        .carac-mt{
            margin-top:15px;
        }
        .table-prices{ 
            font-size: 16px;
        }
        h4{
            font-size:20px;
        }
    }
    
    
    
    
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 767px) {
    
        #logo-nav{
                width: 60px;
            }
        .titulo{
            font-size: 50px;
        }
        .subtitulo {
            font-size: 30px;
        }
        .sencillo{
           margin-top: 200px;
           padding-top: 50px;
    
       }
        .title-index{
            font-size: 100px;
            margin-top: 700px;
            text-align: center;
        }
        .index2 {
            font-size: 40px;
        }
        #to-top{
            bottom: 50px;
            right: 50px;
        }
        .img-nosotros {
           height:470px;
           /*width: 100%;*/
        }
        .cultura-m{
            margin-top: 10%;
        }
        .gastro-m{
            margin-top: 13%;
        }
        .astro-m{
            margin-top: 5%;
        }     
    
        #gruposimg{
            height: 350px;
        }
 
        .carac-mt{
            margin-top:15px;
        }
        .table-prices{ 
            font-size: 16px;
        }
        h4{
            font-size:20px;
        }
    }
    
    /* Large devices (laptops/desktops, 992px and up)*/
    @media only screen and (min-width: 992px)
        and (max-device-width : 1300px) {
        #logo-nav{
            width: 70px;
        }
        .titulo{
            font-size: 70px;
        }
        .subtitulo {
            font-size: 45px;
        }
        .title-index{
            font-size: 100px;
            margin-top:   calc(70vh);
            text-align: right;
         }
        .index2 {
            font-size: 40px;
        }
        #to-top{
            bottom: 50px;
            right: 50px;

        }
        .title-nosotros{
            margin-top: 100px;
        }
       .img-nosotros {
            height: 450px;
            /*width: 100%;*/
        }
        .cultura-m{
            margin-top: 20%;
        }
        .gastro-m{
            margin-top: 13%;
        }
        .astro-m{
            margin-top: 10%;
        }     
        .image{
            width: 300px;
            height: 300px;
        }
        .room{
            margin-bottom: 15px;
        }
       
        .table-prices{ 
            font-size: 20px;
        }
        h4{
            font-size:24px;
        }
    }
    
    
    /* Large devices (laptops/desktops, 992px and up)*/
    @media only screen and (min-width: 1300px)
        and (max-device-width : 1500px) {
        #logo-nav{
            width: 70px;
        }
        .titulo{
            font-size: 70px;
        }
        .subtitulo {
            font-size: 50px;
        }
        .title-index{
            font-size: 100px;
           margin-top:   calc(70vh);
            text-align: right;
         }
        .index2 {
            font-size: 40px;
        }
        #to-top{
            bottom: 50px;
            right: 50px;
        }
        .title-nosotros{
            margin-top: 150px;
        }
       .img-nosotros {
            height: 500px;
         /*   width: 100%;*/
        }
        .cultura-m{
            margin-top: 20%;
        }
        .gastro-m{
            margin-top: 13%;
        }
        .astro-m{
            margin-top: 10%;
        }     
     
        .image{
            width: 300px;
            height: 300px;
        }
        .room{
            margin-bottom: 15px;
        }
     
        .table-prices{ 
            font-size: 20px;
        }
        h4{
            font-size:24px;
        }
    }

    
    /* Large devices (laptops/desktops, 992px and up)*/
    @media only screen and (min-width: 1501px) {
        #logo-nav{
            width: 80px;
        }
        .titulo{
            font-size: 70px;
        }
        .subtitulo {
            font-size: 50px;
        }
        .title-index{
            font-size: 110px;
           margin-top: 500px;
    
         }
        .index2 {
            font-size: 40px;
        }
        #to-top{
            bottom: 50px;
            right: 50px;
        }
        .title-nosotros{
            margin-top: 150px;
        }
        .img-nosotros {
            height:600px;
            /*width: 100%;*/
        }
        .cultura-m{
            margin-top: 20%;
        }
        .gastro-m{
            margin-top: 13%;
        }
        .astro-m{
            margin-top: 10%;
        }     

        #gruposimg{
            height: 350px;
        }
        .image{
            width: 400px;
            height: 340px;
        }
        .room{
            margin-bottom: 40px;
        }
        .table-prices{ 
            font-size: 20px;
        }
        h4{
            font-size:24px;
        }
    }
    
        /* Large devices (laptops/desktops, 992px and up)*/
        @media only screen and (min-width: 1901px) {
            #logo-nav{
                width: 80px;
            }
            .titulo{
                font-size: 70px;
            }
            .subtitulo {
                font-size: 50px;
            }
            .title-index{
                font-size: 110px;
               margin-top: 500px;
        
             }
            .index2 {
                font-size: 40px;
            }
            #to-top{
                bottom: 50px;
                right: 50px;
            }
            .title-nosotros{
                margin-top: 300px;
            }
            .img-nosotros {
                height:700px;
                /*width: 100%;*/
            }
          
            .flip-card {
                height: 250px;
            }
            .cultura-m{
                margin-top: 20%;
            }
            .gastro-m{
                margin-top: 13%;
            }
            .astro-m{
                margin-top: 10%;
            }     

         
            .image{
                width: 400px;
                height: 340px;
            }
            .room{
                margin-bottom: 40px;
            }
            .table-prices{ 
                font-size: 20px;
            }
            h4{
                font-size:24px;
            }
        }
        
   
    
    .designed{
        font-family:  'Quicksand', sans-serif!important;
        color: white;
    }
    
    /* toast */
    
    /* ////// toast ///// */
    
    .toast{
      border: #e2dfdd solid 1px!important;
      border-radius: 7px!important;
    }
    
    .b-toast{
      text-align: center!important;
        opacity: 0.9;
    }
    .toast-header {
        padding: 0 !important;
        margin: 0 !important;
        width: 0px !important;
        text-align: center;
    }
    
    .toast-body{
      padding: 10px!important;
      font-size:18px!important;
    }
    
    .closes{
        background-color: transparent;
        font-size: 30px;
        color: grey;
        border: none;
        cursor: pointer;
    }
    