/*@media (max-width: 575.98px) { ... }*/

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/    

@import 'https://fonts.googleapis.com/css?family=Jacques+Francois+Shadow|Peddana';
@import 'https://fonts.googleapis.com/css?family=Droid+Sans';
@import 'https://fonts.googleapis.com/css?family=Tangerine';
@import url('https://fonts.googleapis.com/css?family=Cookie|Fondamento|Fredericka+the+Great|Indie+Flower|Jacques+Francois+Shadow|Keania+One|Playball|Rye|Sail|Vast+Shadow');

/* ---------------------------------  General  -------------------------------------- */

.box-shadow{
    box-shadow: 10px 10px 10px lightgrey;
}

.advertising-prices{
    border-top: solid 2px;
    border-bottom: solid 2px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#appointmentTable{
    border: 1px solid gainsboro;
    border-collapse: separate;
    width:100%;
    font-family: serif;
}

#appointmentTable th{
    background-color: steelblue;
    text-align: center;
    width:10%;
    box-shadow: 3px 3px 3px gainsboro;
    color: white;
}

#appointmentTable td{
    text-align: center;
    width:10%;
    box-shadow: 3px 3px 3px gainsboro;
}

.blocked-case{
    background-color: darkcyan;
}

.selected-case{
    background-color: cadetblue;
}

.canvas-images{
    display: none;
} 

.Canada-font{
    text-shadow: 2px 2px white;
    color: red;
}

.close-terms{
    margin-left: 85%;
}

.contact-form{
    width:90%;
    margin: auto;
}

.hidden-content{
    display: none !important;
}

.info-case{
    position: fixed;
    background-color: ivory;
    right: 10%;
    left: 10%;
    margin-top: 2rem;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 30px;
    border: 1px solid gainsboro;
}

.logo-container{
    height: 190px;
    background-image: url("/public/photos/website/andes.jpg"); 
    background-size: cover;
}

.logo{
    padding-top: 2%;
    font-family: serif;
    font-size: 5rem;
    text-align: center;
    color: orange !important;
}

.long-link{
    white-space: break-spaces;
    text-align: end;
}

#map2{
    width: 80%;
    height: 400px;
    margin:auto;
}

.menu-nav {
    width: 100%;
    font-family: 'Arial';
    text-transform: uppercase;
    display: none;
}

.menu-nav ul {
    padding: 0;
    margin: 0;
}

.menu-nav ul li {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    border-bottom-style:solid;
    border-bottom-color:lightgray;
    border-bottom-width: thin;
}

.menu-nav ul li a {
    color: black;
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.menu-nav ul li a:hover{
    background-color: #eee;
    color: black;
}

.main-container{
    width: 100%;
    background-color: black;
    margin: 0;
    padding: 5px;
    height: auto;
    color: white;
}

.left-container{
    display: flex;
    align-items: stretch;
    width: 30%;
    min-height: 100%;
    display: inline-block;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    background-color: black;
    margin: 0;
    padding: 10px;
    height: auto;
    color: white;    
}

.logo-hispano{
    font-family: 'Jacques Francois Shadow', cursive;
    color: lightgray;
}

.mini-container{
    max-height: 110px;  
}

.mini-photo{
    display: inline-block;
    margin: 1px;    
}

.non-available-case{
    background-color: lightsteelblue;
}

.center-container{
    width: 44%;
    min-height: 100%;
    display: inline-block;
    border-style: solid;
    border-color: blue;
    border-width: 7px;
    background-color: black;
    margin: 0;
}

.product-see-more{
    display: none;
}

.product-see-more-button{
    display: block;
}

.see-more-carrousel{
    overflow: hidden;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.advertisement1{
    font-family:Tangerine,serif;
    width: 100%;
    height: 400px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 2px;
    background-image: url("/public/photos/website/neptune.jpg");
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    box-shadow: 10px 10px 10px gainsboro;
}

.ad1-text{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: tangerine;
    font-size: 1.8em;
    font-weight: bolder;
    text-shadow: 0px 3px 0px #000000, 0px 14px 10px rgb(0 0 0 / 15%), 5px 15px 2px rgb(0 0 0 / 10%), 0px 340px 30px rgb(0 0 0 / 10%);
}

.ad1-text2{
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
    font-size: larger;
    font-family: monospace;
    width: 100%;
    text-shadow: 0px 3px 0px #000000, 0px 14px 10px rgb(0 0 0 / 15%), 5px 15px 2px rgb(0 0 0 / 10%), 0px 340px 30px rgb(0 0 0 / 10%);
}

.advertisement2{
    font-family:Tangerine,serif;
    width: 100%;
    height: 400px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 2px;
    /* background-image: url("/public/photos/website/credito_hipotecario.png"); */
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    box-shadow: 10px 10px 10px gainsboro;
}

 .pie{  
     font-family: Tangerine,serif; 
     color: white;
     font-size: 2rem;
     padding-bottom: 10px;
} 

.pie2 {
    font-family: Tangerine,serif;
    color: white;
    font-size: 2rem;
    padding-bottom: 10px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    text-align: center;
}

.zoom-picture{
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    height: auto;
}

.close-zoom{
    padding-left: 5px;
    font-size: 2rem;
    display: inline-block;
    margin-top: -10px;
}

#hintsDiv{
    position: absolute;
    z-index: 100;
}

.interesting-information{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-indent: 10px;
    text-align: justify!important;
}

#minimenu {
    font-size: 36px;
    margin-top: 5px;
    cursor: pointer;
    width: 100%;
    text-align: end;
}

#minimenu i{
    margin-right: 20px;
}

.pointer{
    cursor: pointer;
}

.picture-text{
    top:70% !important;
}

.price-underline{
    border-bottom-style: ridge;
}

.remove-service{
    width: 100%;
    border-bottom: 1px solid gainsboro;
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.validate-photo{
    vertical-align: top;
    width: 78%; 
    margin-left: 9%;
}

.validate-photo-thumbnail{
    display:block;
    width:154px;
    height:auto; 
    margin-top:10px;  
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
    
.info-iframe{
    width: 80%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

.botton-line{
    border-bottom: 5px solid dimgray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.custom-file-label::after{
    content: "Elegir";
}

.reservation{
    border-top: solid 2px dodgerblue;
}

.reservation-time{
    max-width: 75px;
}

.see-menu-arrow{
    padding-left: 0px !important;
    cursor: pointer;
}

.search-block{
    display: block !important;
    margin-bottom: auto;
    margin-top: auto;
}

.search-block2{
    display: block !important;
    margin-bottom: auto;
    margin-top: auto;
}

.sub-logo{
    font-family: tangerine, serif;
    margin-left: 60%;
    font-size: 2.4rem;
    color: cornsilk;
}

.type-bar {
    font-size: 36px;
    margin-top: 5px;
    cursor: pointer;
    width: 100%;
    text-align: end;
}

.list-scroll {
overflow-y: scroll;
max-height: 200px;
}

#output2 {
    height: auto;
}

#map {
    height: 350px;
}

#message {
    display: block;
}

/* .advertisement1 {
background-image: url("/public/photos/website/neptune.jpg");
background-color: #cccccc;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
} */

.schedule {
    list-style-type: none;
}

.hidenElement{
    display:none;
}

.modify-list{
    max-height: 300px; 
    overflow-y:auto; 
}

/*-------------------------------------------- style myltilevel dropdown -----------------------------------*/
    
.dropdown-submenu {
position: relative;
}

.dropdown-submenu>a:after {
float: right;
border: none;
font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0px;
margin-left: 0px;
}

/*----------------------------------------------------------------------------------------------*/
/*----------------------------------  Style Hotel  ---------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

.room-card {
    max-width: 45%;
    min-width: 45%;
    margin-top: auto;
    box-shadow: 10px 10px 5px gainsboro;
    cursor: pointer;
}

.photos-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.photos-column {
  flex: 50%;
  padding: 0 4px;
}

.photos-column img {
  margin-top: 8px;
  vertical-align: middle;
  width:100%;
}

#hotelSearchRoomTypes{
  min-height: 220px;
}

/*-------------------------------  style calendar  ---------------------------------------------*/

#hotelCalendar{
    position: relative;
    background-color: white;
    top: 10px;
    left: 0px;
    z-index: 10;
}

ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

.month {
  padding: 5px 25px;
  width: 100%;
  background: white;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.month .prev {
  float: left;
}

.month .next {
  float: right;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:white;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.days {
  padding: 10px 0;
  background: white;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:14px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: white;
  color: white !important
}

/*-------------------------------  style people  ---------------------------------------------*/

.room-people-div{
    position: relative;
    width:50%;
    left:50%;
    background-color:white;
}

/* ---------------------------  Responsive CSS  ----------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) and (max-height: 700px){
    
    .pie2 {
        position:relative !important;
        margin-top: 50px !important;
    }

    .product-see-more {
        display: block;
    }

    .product-see-more-button{
        display: none;
    }
    
}


/*---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) and (orientation: portrait){
    
    .advertisement2{
        width: 100%;
    }
    
    .product-see-more {
        display: none;
    }

    .product-see-more-button{
        display: block;
    }
    
}

/*-------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) and (orientation: landscape){
    
    .advertisement2{
        width: 100%;
    }

    .product-see-more {
        display: block;
    }

    .product-see-more-button{
        display: none;
    }
    
}

/*----------------------------------------------------------------------------------------------*/

@media screen and (min-width: 825px) and (max-width: 1200px) and (orientation: landscape){
    
    .logo-container{
        height: 150px; 
    }

    .logo{
        padding-top: 1%;
        font-size: 4.5rem;
    }
    
    .ad1-text{
        font-size:x-large;
    }
    
    .ad1-text2{
        font-size: medium;
    }
    
    .advertisement1{
        width: 100%;
    }

    .advertisement2{
        width: 100%;
    }
    
    footer{
         max-height: 5% !important;
    }
    
    .picture-text{
        top: 60% !important;
    }
    
    .sub-logo{
        margin-left: 60%;
        font-size: 2.4rem;
    }

    .pie2 {
        position:relative;
        margin-top: 50px;
    }

    .product-see-more {
        display: none;
    }

    .product-see-more-button{
        display: block;
    }
    
}

/*--------------------------------------------------------------------------------------------*/

@media screen and (min-width: 825px) and (max-width: 1200px) and (orientation: portrait){
    
    .logo-container{
        height: 150px; 
    }

    .logo{
        font-size: 4rem;
    }
    
    .header-message{

        margin-left:10%;
        margin-top: 10px;
        max-width: 80%;
    }
    
    .ad1-text{
        font-size: x-large;
    }
    
    .ad1-text2{
        font-size: medium;
    }
    
    .advertisement1{
        width: 100%;
    }

    .advertisement2{
        width: 100%;
    }
    
.picture-text{
    top:60% !important;
}
    
    .sub-logo{
        margin-left: 60%;
        font-size: 2rem;
    }
    
    .product-see-more {
        display: none;
    }

    .product-see-more-button{
        display: block;
    }
    
}

/*--------------------------------- Medium devices horizontal -----------------------------*/

@media screen and (min-width: 800px) and (max-width: 950px){


    .room-card{
        min-width: 90%;
        max-width: 90%;
    }
    
    .photos-column {
        flex: 100%;
    }
}

/*---------------------------- Bootstrap large devices  -------------------------------------*/
    
@media screen and (max-width: 992px){

    .room-people-div{
        width: 100%;
        left:0%;
    }

}

/*--------------------------------- Medium devices horizontal -----------------------------*/

@media screen and (min-width: 565px) and (max-width: 825px) and (orientation: landscape){
    
    .room-card{
        min-width: 90%;
        max-width: 90%;
    }

    .photos-column {
        flex: 100%;
    }

    .logo-container{
        height: 80px; 
    }
    
    .logo{
        padding-top: 1%;
        font-size: 3rem;
    }

    
    .login-container{
        display: none;
    }
    
    header{
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        height: 15%;
        overflow: visible;
    }
    
    .header-message{
        margin-left:10%;
        margin-top: 10px;
        max-width: 80%;
    }
    
    .sm-screen {
       display: none;
      }

    #navbar {
            width: 100%; 
    }

    .small-title{
        display: inline-block;
        font-size:2em;
        padding-bottom: 0;
        margin-right: 50px;
    }
    
    .login-menu{
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
        margin-right: 50px;
    }
    
    .log-out{
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
        margin-right: 50px;
    }
    
    .myicon {
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
        margin-left: 50px;
     }
    
    #navbar li {
        background-color: lightgray;
        border-bottom: 1px solid white;
        text-align: center;
        width: 50%;
        font-size: 0.8em;
        margin-bottom: 10px;
        box-shadow:20px 20px 10px gray;
    }
  
    .carrusel{
      max-width: 60%;
      margin-top: 0%;
      padding-top: 3% !important;
    } 
    
     .login-signup{
        display: none;
    }
    
    .ad1-text{
        font-size: x-large;
    }
    
    .ad1-text2{
        font-size: 1.1rem;
    }
    
    .advertisement1{
        width: 48%;
        display: inline-block;
    }

    .advertisement2{
        width: 48%;
        display: inline-block;
    }

        
    .pie2 {
        position:relative;
        margin-top: 50px;
    }
   

.contenedor{
    padding-top: 0px;
    }
    
    .sub-logo{
        margin-left: 55%;
        font-size: 2rem;
        display:none;
    }
}

/*-------------------------------- small devices vertical -------------------------------*/

@media screen and (min-width: 565px) and (max-width: 825px) and (orientation: portrait){
   
    .room-card{
        min-width: 90%;
        max-width: 90%;
    }
    
    .photos-column {
        flex: 100%;
    }

    .logo{
        font-size: 4rem;
    }
    
    .logo-container{
        height: 150px; 
    }
    
   header {
      height: 18%;
     overflow: visible;
    }

    .header-message{
        margin-left:10%;
        margin-top: 10px;
        max-width: 80%;
    }
    
    .sm-screen {
        display: none;
    }

    #navbar {
        width: 100%; 
    }
    
    .login-menu{
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;        
    }
    
    .log-out{
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
    }
    
    .myicon {
        display: inline-block;
        font-size:2em;
        padding-bottom: 0;
     }
    
    #navbar li {
        background-color: lightgray;
        border-bottom: 1px solid white;
        text-align: center;
        width: 100%;
        font-size: 0.8em;
        box-shadow:20px 20px 10px gray;
    }
    
    .login-signup{
        display: block;
    }
    
    .advertisement1{
        width: 48%;
        display: inline-block;
    }

    .advertisement2{
        width: 48%;
        display: inline-block;
    }
    
    .picture-text{
        top:40% !important;
    }

    .sub-logo{
        margin-left: 55%;
        font-size: 2.4rem;
    }

    .pie2 {
        position:relative;
        margin-top: 50px;
    }

}
    
/*---------------------------- small devices vertical -------------------------------------*/
    
@media screen and (max-width: 565px){
    
    #appointmentTable td{
        height: 48px;
        font-size: large;
    }

    #appointmentTable th{
        height: 48px;
    }
        
    .logo{
        padding-top: 3%;
        font-size: 2.5rem;
    }
    
    .logo-container{
        height: 100px; 
    }
    
    header {
      height: auto;
     overflow: visible;
    }
    
  header h1{
    display: block;      
    font-size: 4em;
    }
    
    .navbarButton{
        margin-right: 100px;
    }
    
  .signupbox{
        max-width: 80%;
        margin-left: 10%;
    }
    
    .header-message{
        margin-left:5%;
        margin-top: 10px;
        max-width: 90%;
    }
    
    .sm-screen {
        display: none;
  }
    
    #navbar {
        width: 100%; 
    }
    
    .login-menu{
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
    }
    
    .log-out{
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
    }
    
    .myicon {
        display: inline-block;
        font-size:1em;
        padding-bottom: 0;
     }
    
    #navbar li {
        background-color: lightgray;
        border-bottom: 1px solid white;
        text-align: center;
        width: 100%;
        font-size: 0.8em;
        box-shadow:20px 20px 10px gray;
    }
    
    .picture-text{
        top:5% !important;
    }

    .sub-logo{
        margin-left: 50%;
        font-size: 1.6rem;
    }
    
    .pie2 {
        position:relative;
        margin-top: 50px;
    }

    .search-block2{
    max-width: 200px;
    }

    #hotelCalendar{
        top: -145px;
    }

    .room-card{
        min-width: 100%;
        max-width: 100%;
    }

    .photos-column {
        flex: 100%;
    }

}

