@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900');
@import url(../plugins/owlcarousel/css/owl.carousel.css);
@import url(../plugins/owlcarousel/css/owl.theme.css);
@import url(../plugins/fancybox/jquery.fancybox.min.css);
@import url(../plugins/datepicker/css/hotel-datepicker.css);
@import url(../plugins/fontawesome/css/fontawesome.min.css);
@import url(../plugins/fontawesome/css/brands.min.css);
@import url(../plugins/fontawesome/css/solid.min.css);
@import url(../plugins/fontawesome/css/regular.min.css);

html {
    cursor: url(../img/cursor.png), auto;
}

a:hover,
span:hover {
    cursor: url("../img/hover.png"), auto;
}

button {
    cursor: url("../img/hover.png"), auto !important;
}

button:hover {
    cursor: url("../img/hover.png"), auto !important;
}

.iconamenidades {
      cursor: url("../img/hover.png"), auto !important;
}

html,body {
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    --bs-red: #ff0000;
    --bs-darkblue: #06326E;
    --bs-gray: #f1f3f6;

    color: #797979;

}

h1,
h2,
h3 {
    font-family: "Playfair", serif;
}

.fontplayfair {
    font-family: "Playfair", serif;
}


.fontcinzel {
    font-family: "Cinzel", serif;
}



.preheader {
    padding: 5px 5px 10px 5px;
    color: #ffffff;
    font-size: .9em;
   

}

.preheader a {
    color: #ffffff;
    text-decoration: none;
}



.iconred  {
    font-size: 1.5em;
    display: inline-flex;
}

.iconred:hover {
   color: var(--bs-red);
   text-decoration: none;
}

.lg:hover {
    background:var(--bs-red);
    border-radius:5px;
}

.flag img {
      max-width: 100%;
  height: auto;
  display: block;
}


.navbar-brand {
    width: 200px;
}



.logobrand {

   
    width: 200px;

    height: 93px;
   margin-top: -60px;
    padding: 5px;
    position: absolute;
    
   
    transition: all 300ms;
}

.logobrand img {
    width: 90%;
}

.color-hightbox {
    background: var(--bs-red);
    color: #ffffff;
    padding: 5px 10px;
   
}

.color-hightbox:hover {
    background: var(--bs-darkblue);
    color: #ffffff !important;
    padding: 5px 10px;
}


.logoicon {

    position: absolute;
    z-index: 1;
    margin-left: -20px;
    margin-top: -5px;
    transition: visibility 300ms, opacity 300ms, display 300ms;
}
/*
.logofull {
    visibility: visible;
    opacity: 1;
    display: block;
    max-width: 200px;
    max-height: 93px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transition: visibility 300ms, opacity 300ms, max-width 300ms, max-height 300ms, display 300ms;
}*/

#SemanaSanta {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.1);
	transition: all .4s;
}

.modal-content {
	padding: 18px;
	position: relative;
	width: 500px;
	height: auto;
	background: rgba(255,255,255,0.7);
	border: none;
    outline: none;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.modal-content h2 {
	margin-top: 20px;
}

.modal-content p{
	margin: 20px 0;
}

.modal-img{
	width: 100%;
}

.modal-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.close-btn {
	position: absolute;
	margin-top:10px;
	top: -9px;
	right: 0px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-btn a {
	text-decoration: none;
	font-weight: 800;
	font-size: 20px;
}

.close-btn a:hover {
	color: orangered;
}

#SemanaSanta:target {
	visibility: visible;
	opacity: 1;
}

.button-popup {
    color:#fff;
    background: var(--bs-red);
    border-radius:20px;
    font-weight: bolder;
    font-size:20px;
    margin-top:10px;
    padding:0 20px;
    
}

.enlace-button{
    margin:0 auto;
}

.header {
    position: absolute;
    z-index: 10;
    width: 100%;
}

.header-page {
    z-index: 10;
    width: 100%;
    background:var(--bs-darkblue);
}

.is-sticky {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0;
    right: 0;
    background: var(--bs-darkblue);
    padding: 0 7%;
}


span.icon{
    font-size: 2em;
}

.iconheader:hover, .linkphone:hover {
    color: var(--bs-red) !important;
}


.is-sticky .logobrand {
   width: 200px;
   height: auto;
    background: none;
    position: static;
    margin: 0;
}

#video-celular{
    display:none
}
/*
.is-sticky .logobrand .logofull {
    visibility: hidden;
    opacity: 0;

    max-height: 0px;
    max-width: 0px;
}

.is-sticky .logobrand .logoicon {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    display: inline;



}
*/

.b-r-5 {
    border-radius: 0px;
}


.smalltext {
    font-size: .8em;
}

.navbar-nav .nav-link {
    margin: 0 5px;
    color: var(--bs-gray);
    text-transform: uppercase;
    font-size: .9em;

}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
    color: var(--bs-red);
}



/*
.nav-item>a.effect-three {
    display: inline-block;
    position: relative;
}

.nav-item>a.effect-three:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: -5px 0;
    left: 0;
    background-color: var(--bs-gray);
    transition: all 0.4s ease-in 0s;
}


.nav-item>a.effect-three.active {
    color: var(--bs-gray);
}



.nav-item>a.effect-three:hover:after,
.nav-item>a.effect-three.active:after {
    width: 100%;
}

*/

.logobanner {
    position: absolute;
    z-index: 4;
    left: 50%;
    margin-left: -150px;
    bottom: 20px;
   
    text-align: center;
   
}

.carousel-inner img {
    width: 100%;
}


.banner {

    min-height: 100vh;
    position: relative;
}

#carouselHome {
    height: auto;
    overflow: hidden;
    position: relative;
}

#carouselHome .carousel-inner, #carouselHome .carousel-item {
    height: 100%;
}

.mainbanner {
    background: url(../img/banners/principal2025_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height:100%
    
}

.mainbanner2 {
    background: url(../img/banners/principal2025_2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%
   
}

.mainbanner3 {
    background: url(../img/banners/principal2025_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%
    
}

.mainbanner4 {
    background: url(../img/banners/principal2025_4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%
    
}

.mainbanner5 {
    background: url(../img/banners/principal2025_5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%
    
}



/*
.form_reserva {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
   
}

.form_reserva .form-label {
    font-size: .8em;
    color: var(--bs-darkblue);
    font-weight: 500;
    
}

.form_reserva input.form-control {
    border-radius: 0;
    border: none;
    background: #ffffff;
    color: #000000;
    
    font-size: .8em;

}

.form_reserva .btn-submit {
    background: var(--bs-red);
    color: #ffffff;
    border-radius: 0px;
}

.form_reserva a {
    text-decoration: none;
    color: #000000;
}

.form_reserva a span {
    font-size: 2em;
}*/


#mainnavsocial ul {
    padding-left: 1em;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-weight: 400;
    z-index: 10;
    text-align: right;
    margin: 0;
  }
  #mainnavsocial li {
    list-style: none;
    margin: 0.5em 0 0;
    font-size: 1.5em;
   
   
    
  }

  #mainnavsocial span.social-text {
    color: #c13237;
    padding: 0.35em 10px;
    margin-left: 0.5em;
    border-radius: 0.2em;
    font-size: 0.50em;
    transition: 0.3s;
    background: #fff;
    
   opacity: 0;
    
    display: none;
    
    
  }



  #mainnavsocial li:hover span.social-text {
    opacity: 1;
    
    transition: 0.25s;
    position: relative;
    display: inline;
  }
  #mainnavsocial li.invisible {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.25s;
  }
  #mainnavsocial li.animate {
    opacity: 0;
    animation-duration: 0.25s;
    animation-name: easeOutBounce;
    animation-fill-mode: forwards;
  }
  #mainnavsocial a {
    text-decoration: none;
    color: #ffffff;
  }
  #mainnavsocial .social-icon {
    border: 1px solid var(--bs-red);
    padding:.6em;
    border-radius: 50%;
    background: var(--bs-red);
    font-size: .9em;
    
  }



  #mainnavsocial span.social-text:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -0.4em;
    top: 50%;
    margin-top: -0.5em;
    transform: rotate(180deg);
    border-style: solid;
    border-width: 0.5em  0.5em 0.5em 0;
    border-color: transparent #ffffff transparent transparent;
  
}

  #mainnavsocial span.social-text.alwaysvisible {
    opacity: 1;
    display: inline;
    background: var(--bs-red);
    color: #ffffff;
    position: relative;
  }

  #mainnavsocial span.social-text.alwaysvisible:before {
    border-color: transparent var(--bs-red) transparent transparent;
  
  }
  
  /* Imitates jQuery UI's ease-out-bounce animation effect */
  @keyframes easeOutBounce {
    0% {
      font-size: 0;
    }
    37% {
      font-size: 1.75em;
    }
    55% {
      font-size: 1.3125em;
    }
    73% {
      font-size: 1.75em;
    }
    82% {
      font-size: 1.6275em;
    }
    91% {
      font-size: 1.75em;
    }
    96% {
      font-size: 1.715em;
    }
    100% {
      font-size: 1.75em;
      opacity: 1;
    }
  }

label.error {
    font-size: 10px;
    background: #da3c3c;
    color: #ffffff !important;
    padding: 3px 3px;
    margin-top: 5px;
    position: relative;
}

label.error:after {
    display: none;
}

.imgmorelia_banner {
    background: url(../img/banners/morelia.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.imgmich_banner {
    background: url(../img/banners/michoacan.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.imgmorelia_banner .captiontext,
.imgmich_banner .captiontext {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    font-size: 2.4em;
    line-height: 1.1em;
    top: 35%;
    width: 100%;
    padding: 0 20px;
    margin: auto;
    text-align: center;

}
/*
.carousel-control-next,
.carousel-control-prev
    {
    filter: invert(100%);
    
}*/

.overlay {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(6, 50, 110, 1) 97%);

    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
}

.overlayred {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 77%, rgba(218, 60, 60, 1) 97%);

    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
}

.overlay2 {
    background: rgb(6, 50, 110);
    background: linear-gradient(180deg, rgba(6, 50, 110, 1) 16%, rgba(255, 255, 255, 0) 60%, rgba(6, 50, 110, 1) 98%);
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
}


.overlaywhite {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 97%);

    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
}


.overlaydark {
    background: rgb(43,43,43);
background: linear-gradient(180deg, rgba(43,43,43,0.7371323529411764) 0%, rgba(99,99,99,0) 100%);

    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
}



.destacar {
    border-bottom: 2px solid var(--bs-red);
    font-weight: 400;

}

.carousel-item {
    width: 100%;

}

.caption {

    width: 90%;
    margin: 70% auto 0 auto;
    z-index: 4;
    text-align: left;
    font-size: 1.2em;
    font-weight: 200;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {

    z-index: 4;
}

.caption h5,
.caption h1 {
    font-size: 2em !important;
    text-align: left;
}

.contentwhite {
    background: #ffffff;
    width: 85%;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.intro {
    background: var(--bs-gray);
    padding: 10% 0 0 6%;
    margin-top: 15%;
    margin-right: -15%;
    position: relative;
    z-index: 2;
}

.pe-6 {
    padding-right: 12% !important;
}

.borde1,
.borde2top {
    position: relative;
}

.borde1:before {
    position: absolute;
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-color: rgba(255, 255, 255, 0.28);
    z-index: -1;
}

.borde2top:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    top: -13px;
    background: rgb(255 255 255 / 15%);
    height: 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 4;
}




.borde2bottom:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    bottom: -13px;
    background: rgb(255 255 255 / 15%);
    height: 13px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 4;
}

.subtitle2 {
    color: var(--bs-red);
    font-size: 1em;
    position: relative;
    padding-left: 55px;
}

.subtitle2:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: var(--bs-red);
    left: 0;
    bottom: 7px;
}

h2 {
    color: var(--bs-darkblue);
    font-weight: 600;
    font-size: 3.5em;
    line-height: 1em;
}

h1 {
    color: var(--bs-darkblue);
    font-weight: 600;
    font-size: 3.5em;
    line-height: 1em;
}

.btn-custom {
    border-radius: 0;
}

.btn-custom {
    padding: 20px 30px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.btn-custom:hover {
    color: #ffffff;
    box-shadow: inset 250px 0 0 0 var(--bs-red);
}

.btn-custom:hover svg {
    fill: #ffffff;

}

.btn-custom.bg-red:hover {
    color: #ffffff;
    box-shadow: inset 250px 0 0 0 var(--bs-darkblue);
}




.bg-white {
    background: #ffffff;
}

.bg-red {
    background: var(--bs-red);
}

.bg-blue {
    background: var(--bs-darkblue);
}

.bg-gray {
    background: var(--bs-gray)
}


.color-text-red {
    color: var(--bs-red);
}

.color-text-blue {
    color: var(--bs-darkblue);
}

#servicios {
    padding: 0 0 3% 0;
}

#nosotros {
    padding: 5% 0 1% 0;
}

.bg_nosotros {
    background: url(../img/fotos/hotel1.jpg); 
    background-size: cover; 
    background-position: left;
}

.item_service {
    width: 15%;
    margin-top: 40px;
    font-weight: 300;
    font-size: .9em;
}

.item_service h5 {
    color: #797979;
    font-size: .9em;
    font-weight: 400;
    display: block;
   
}

.iconamenidades {
    display: block;
}

.iconamenidades span,.iconamenidades i {
    color: #114FA5;
    font-size: 3em !important;

}




section#habitaciones {
    padding: 5% 0 3% 0;
}

.subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6em;
    color: var(--bs-red);
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 53px;
    padding-right: 53px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.subtitle:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: var(--bs-red);
    left: 0;
    bottom: 15px;
}

.subtitle:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: var(--bs-red);
    right: 0;
    bottom: 15px;
}


.desc_rooms {
    font-size: .9em;
}

.item_room {
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 400px;



}

.item_room h3 {
    font-size: 2.5em;
}


.item_room .btn-custom {
    padding: 10px 20px;
    border: none;
    color: var(--bs-red) !important;
    display: none;

}

.item_room .btn-custom:hover {

    color: #ffffff !important;

}

.item_room .content {
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    z-index: 5;
    transition: all 1s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;


}

.item_room.collapsed .content .desc,
.item_room.collapsed .overlay {
    display: none;
    font-size: .9em;

}

.item_room:hover .btn-custom {
    display: inline-block;

}

.item_room:hover .content {
    bottom: 50px
}

.item_room:hover .content .desc,
.item_room:hover .overlay {
    display: inline-block;
}

.item_room .content a {
    color: #ffffff;
    text-decoration: none;
}

.roomthumbnail {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin: auto;

}

.roomthumbnail img {
    width: 100%;
}

.roomthumbnail a {
    position: relative;
    z-index: 10;
}


.border-bottom-2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.otherrooms {
    padding: 0 2%;
    font-size: 1em;
}

.otherrooms .nav-link {
    font-size: .8em;
    color: var(--bs-darkblue);
}

.otherrooms .nav-link.active {
    color: var(--bs-red);
    font-weight: 500;
}

.otherrooms .tab-pane {

    padding: 5%;

}

.iconroom {
    margin-top: 30px;
}

.iconroom span {
    font-size: 2em !important;
    color: var(--bs-red);
    display: block;

}

.smalllabel {
    font-size: .6em;
    display: block;
}


.bannerseparador {
    position: relative;
    min-height: 400px;
}

#restaurante {
    padding: 1% 0 0 0;
}


#eventos {
    padding: 5% 0 0 0;
}

.left-0 {
    left: 0;
}

#TabComidaBebida {
    margin-top: 5%;
}

#restaurante .nav-item:hover .btnvermas {
    color: var(--bs-red) !important;
}

#restaurante .nav-item.active.show .btnvermas {
    color: #ffffff !important;
}
/*
#restaurante .nav-item:hover .overlay {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 27%, rgba(218, 60, 60, 1) 97%);

}*/

#restaurante .nav-item.active.show .overlay {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 27%, rgba(218, 60, 60, 1) 97%);

}

.numberreservaciones {
    padding: 2% 0;
    background: var(--bs-gray);
    text-align: center;
    color: #000000;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.numberreservaciones a {
    color: #000000;
    text-decoration: none;
}


.item_amenidad {
    margin: 5% 0 5% 0;
}

.item_amenidad .images {
    position: relative;
    width: 100%;
    padding-bottom: 15%;
}

.item_amenidad .bigimage {
    width: 80%;
    min-height: 400px;

}

.item_amenidad .smallimage {
    position: absolute;
    width: 60%;
    min-height: 200px;
    border: 15px solid var(--bs-gray);
    bottom: 0;
    right: -15px;
}

.item_amenidad .images.right .bigimage {

    margin-right: -10%;
    margin-left: 0;
    display: inline-block;
}

.item_amenidad .images.right .smallimage {

    left: -15px;
    right: 0;
}

.restaurantebtn {
    background: url(../img/fotos/restaurante/restaurante15.jpg);
    background-size: cover;
    padding: 5% 0 5% 0;
    position: relative;

}

.terrazabtn {
    background: url(../img/fotos/terraza/terraza1.jpg);
    background-position: center;
    background-size: cover;
    padding: 5% 0 5% 0;
    position: relative;

}

.lobbybarbtn {
    background: url(../img/fotos/lobbybar/lobby2.jpg);
    background-size: cover;
    padding: 5% 0 5% 0;
    position: relative;

}

.cafebtn {
    background: url(../img/fotos/cafe/cafePortada.jpg);
    background-size: cover;
    padding: 5% 0 5% 0;
    position: relative;

}

.titlecollapse, .tablink {
    text-decoration: none;
}

#TabComidaBebida .tablink, .titlecollapse .collapselink {
    position: relative;
    z-index: 4;
}

.container_90 {
    width: 95%;
    margin: auto;
}

.gallery {
    padding: 5% 0;
}

.gallery .item_foto {
    text-align: center;
}

.contacto {
    padding: 5% 0 2% 0;
}



.form_contact .form-label {
    color: #06326E;
    font-weight: 500;
    font-size: .9em;
}

.form_contact input.form-control {
    height: 50px;
    border-radius: 0;
    border: none;
    background: var(--bs-gray);
}

.form_contact textarea.form-control {
    
    border-radius: 0;
    border: none;
    background: var(--bs-gray);
}

footer {
    background: var(--bs-darkblue);
    color: #ffffff;
    padding: 1% 0;
    font-size: .8em;

}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer h5 {
    font-weight: 300;
    border-bottom: 2px solid var(--bs-red);
}

footer a:hover {
    color: var(--bs-red);

}


footer .iconred:hover>svg {
    fill: var(--bs-red);

}





.firma {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px dotted rgb(193 193 193 / 20%);
}

.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 100%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    /* Asegura que esté por encima de otros elementos */
}

.opciones {
   
   /* padding-top: 5%;*/
}

.opciones .btn_option {

    background: var(--bs-darkblue);
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 40px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 1em;

}

.opciones .btn_option:hover {
    background: var(--bs-red);
}

footer.roomservicepage {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: .8em;
    padding: 20px 0;
}


.avisodeprivacidad {
    padding: 5% 0;
    background: #f3f2f2;
}

.avisodeprivacidad h2 {
    margin-bottom: 5%;
}

.avisodeprivacidad h4 {
    margin-top: 2%;
}

.logop {
    margin: 0 50px;
}

@media screen and (max-width: 1800px) {
  

  
}

@media screen and (max-width: 1390px) {

    .navbar-nav .nav-link {
        font-size: .8em;
    }

    .smalltext {
        font-size: .7em;
    }
    
    footer a {
        white-space: nowrap; 
        width: 100%; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    
}

@media screen and (max-width: 1200px) {

   .container {
    max-width: 95%;
   }

    .form_reserva {
        right: 10%;
    }

    .navbar-nav .nav-link {
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    
}

@media screen and (max-width: 1000px) {
    .navbar-toggler {
        background: #ffffff;
    }

    .navbar-nav {
        text-align: center;
    }
}

@media screen and (max-width: 770px) {
    .banner {
        height: auto;
        min-height: 100vh;
    }

    .imgmich_banner, .imgmorelia_banner {
        height: 250px;

    }

    .item_room {
        min-height: 200px;
    }

    #habitaciones .container {
        max-width: 90%;
    }

    .item_room h3 {
        font-size: 1.9em;
    }

    .item_room .content .desc p{
        display: none;

    }

    .item_room .btn-custom {
        padding: 5px 10px;
    }

    .otherrooms .nav-link {
        font-size: .6em;
    }

    h2 {
        font-size: 2em;
    }
    
    h1 {
        font-size: 2em;
    }



    .intro {
        margin-top: 0;
        margin-right: 0;
    }
    .bg_nosotros {
        min-height: 50vh;
        margin-top: 20px;
    }
    .logobrand {
        width: 150px;
        margin-top: -7%;
    }
   
    .logoeventos {
        width: 100%;
        display: inline-block;
        
    }

    .logoeventos .position-absolute {
        position: static !important;
        margin-top: 0 !important;
    }

   

}








.responsive-tabs .nav-links {
    display: none;
}

@media (min-width: 768px) {
    .responsive-tabs .nav-links {
        display: flex;
    }

   

    .responsive-tabs .titlecollapse {
        display: none;
    }

    .responsive-tabs .tab-pane .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .pageroomservice .logo {
        width: 90%;
        margin: auto;
    }
    
    .pageroomservice .logop {
        margin: 0 20px;
    }

    .opciones .btn_option {
        height: 50px;
        display: inline-flex;
  align-items: center;
    }

    .whatsapp-widget img {
        width: 40px;
    }

    .item_service {
        width: 20%;
    }
}

@media (max-height: 500px) {

    footer.roomservicepage {
       position: static;
       margin-top: 20%;
       padding: 20px 0;
       
    }
}

@media screen and (max-width: 500px) {
        
    #video-escritorio {
        display:none;
    }
    
    #video-celular {
        display:inline-block;
    }
    
    .header {
        background: linear-gradient(180deg, rgba(10,10,10,1) 0%, rgba(240,240,240,0) 100%);
         padding-bottom:20px;
    }


    .intro {
        padding: 0;
    }

    .imgmorelia_banner .captiontext, .imgmich_banner .captiontext {
        padding: 0 30px;
    }

    .form_reserva {
        position: static;
        max-width: none;
        width: 100%;
    }

    .w-50 {
        width: 100% !important;
    }

   

    .item_service h5 {
        font-size: .6em;
    }

    .item_service {
        width: 30%;
        margin-top: 10px;
    }
}