/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-image: url(https://img.freepik.com/foto-gratis/increible-foto-oljato-monument-valley-utah-ee-uu_181624-41712.jpg?w=826&t=st=1705437413~exp=1705438013~hmac=c216cc5a832e9482799b50ab3bbc78de4d43f7da4bc155194aaf5bf34d0902bd);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0,0,0,0.3);
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  margin-bottom: 20px;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #ca1212;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin-right: 20px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fc6711;
}
.navbar a{
  padding: 10px 0px 10px 30px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #006fbe;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #24325d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(22, 30, 56, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #24325d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #006fbe;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #006fbe;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# cambio idioma
--------------------------------------------------------------*/
.en{
  color: #ffffff;
  font-size: 10px;
  margin-left: 5px;
}

.es{
  color: #f17006;
  font-size: 10px;
  margin-right: 5px;
}

.check{
  position: relative;
  width: 40px;
}

.check:before{
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: #333;
  border-radius: 25px;
}

.check::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 25px;  
  transition: 0.25s;
  border: 2px solid #333;
  box-sizing: border-box;
}

.check:checked::after{
  left: 20px;
  border: 2px solid #f0c60d;
}

.check:checked::before{
  background: #f17006;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  margin-top: 100px;
  min-height: 100vh;
  position: relative;
}

.presentacion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1d;
  opacity: 0.5;
  mix-blend-mode: overlay;
}




.about h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about .owl-carousel h6 {
  width: 200px;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}



.owl-carousel .item img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 10%;
  border: solid rgb(185, 128, 42);
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}


@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-bg {
  background-color: #b4e0ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# My & Family
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #006fbe;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #006fbe;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #006fbe;
}

.about .content .btn-learn-more:hover {
  background: #006fbe;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.features .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #dde9ff;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}



.features .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(237, 248, 85, 0.3);
}

.features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.features .title a {
  color: #444444;
  transition: 0.3s;
}

.features .title a:hover {
  color: #006fbe;
}

.features .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #006fbe;
  bottom: 0;
  left: calc(50% - 25px);
}

.features .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  display: grid;
  place-items: center;
  background: #f5f7fb43;
  min-height: 40px;
  margin-top: 130px;
}
.breadcrumbs h1, h2{
  text-shadow: 6px 6px 12px rgb(248, 238, 94);
}

.breadcrumbs p{
  font-size: 15px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

/* .breadcrumbs h2 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fc6711;
} */

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #fc6711;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #324682;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Story Intro
--------------------------------------------------------------*/
.story-intro .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.story-intro .content ul {
  list-style: none;
  padding: 0;
}

.story-intro .content ul li {
  padding-bottom: 10px;
}

.story-intro .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.story-intro .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content+.content {
  margin-top: 100px;
}

.featured-members .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.featured-members .content ul {
  list-style: none;
  padding: 0;
}

.featured-members .content ul li {
  padding-bottom: 10px;
}

.featured-members .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.featured-members .content p:last-child {
  margin-bottom: 0;
}

.featured-members p, ul{
  font-size: 20px; 
  margin-top: 20px;
}

.featured-members li{
  font-size: 20px;
}

.featured-members img{
  width: 500px; 
  height: 400px; 
  border-radius: 15px;
}
/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
  background: #fff;
  padding: 60px 0;
}

.members .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.members .member .member-img {
  position: relative;
  overflow: hidden;
}

.members .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(0, 111, 190, 0.8);
}

.members .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.members .member .social a:hover {
  color: #006fbe;
}

.members .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.members .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.members .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #006fbe;
}

.members .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.members .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
/* .event-list .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
} */



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active {
  color: #006fbe;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(36, 50, 93, 0.6);
}

.gallery .gallery-wrap::before {
  content: "";
  background: rgba(36, 50, 93, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}

.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}

.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}

.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .info {
  width: 100%;
  background: #dde9ff;
}

.contact-us .info i {
  font-size: 20px;
  color: #006fbe;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact-us .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #24325d;
}

.contact-us .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #405aa7;
}

.contact-us .info .email,
.contact-us .info .phone {
  margin-top: 40px;
}

.contact-us .info .email:hover i,
.contact-us .info .address:hover i,
.contact-us .info .phone:hover i {
  background: #006fbe;
  color: #fff;
}

.contact-us .php-email-form {
  width: 100%;
  background: #dde9ff;
}

.contact-us .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact-us .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-us .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-us .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact-us .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-us .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact-us .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact-us .php-email-form input,
.contact-us .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact-us .php-email-form input:focus,
.contact-us .php-email-form textarea:focus {
  border-color: #006fbe;
}

.contact-us .php-email-form input {
  height: 44px;
  background: #fbfcff;
}

.contact-us .php-email-form textarea {
  padding: 10px 12px;
  background: #fbfcff;
}

.contact-us .php-email-form button[type=submit] {
  background: #006fbe;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact-us .php-email-form button[type=submit]:hover {
  background: #007ed8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #dde9ff;
  color: #235eff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #dfa813;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #ffffff;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #dfa813;
}

.btn-wsp{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  right: 30px;
  bottom: 30px;
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 20px rgba(211, 250, 38, 0.5);
  z-index: 100;
  transition: all 0.5s;
}

.btn-wsp:hover{
  text-decoration: none;
  color: #0df053;
  background: #fff;
}

.titulo-wsp{
  position: fixed;
  width: 145px;
  height: 55px;
  line-height: 55px;
  right: 90px;
  bottom: 30px;
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 1px 20px rgba(211, 250, 38, 0.5);
  z-index: 100;
  transition: all 0.5s;
  animation: rotation_51512 1.7s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes rotation_51512 {
  70% {
    box-shadow: 0px 0px 10px 50px rgba(60, 255, 0, 0.432);
  }

  90% {
    box-shadow: 0px 0px 10px 50px rgba(241, 57, 57, 0.04);
  }

  100% {
    opacity: 0.7;
  }
}

.titulo-wsp:hover{
  text-decoration: none;
  color: #0df053;
  background: #fff;
}

/*HABITACIONES*/

.titulo-rooms{
  margin-top: 103px;
  padding-top: 20px;
}
.titulo-rooms h1{
  text-align: center;
  text-shadow: 6px 6px 12px rgb(248, 238, 94);
}

.consulta-reserva{
  display: flex;
  justify-content: center;
}
.consulta-reserva .input{
  width: 160px;
  height: 40px;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #d4edff57;
  text-align: center;
  color: #ffffff;
}

.bg-neutral-700{
  background-color: #f86a28c7;;
}

.submit{
  border-radius: 10px;
  height: 41px;
  background-color: #f86a289c;
  color: #fff;
  transition: 0.5s;
}

.submit:hover{
  background-color: #e9f816a8;
}

.seccion-room{
  display: grid;
  /* grid-template-columns: repeat(3, 384px); */
  grid-template-columns: repeat(
    auto-fit,
    minmax(150px, 384px)
  );
  gap:20px;
  justify-content: center;
}
.container-rooms{
  display: grid;
  grid-template-columns: 323px 60px 323px 60px 323px 60px;
  align-items: center;
}



.rooms-info{
  display: grid;
  width: 323px;
}
.rooms-info div{
  background: #ffff;
  color: #333;
  width: 323px;
}

.rooms-info div:first-child{
  width: 323px;
  height: 260px;
  /* background-image: url(https://scontent.fbog2-4.fna.fbcdn.net/v/t1.6435-9/174290701_481342413289550_4267005069290845382_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=810d5f&_nc_eui2=AeHcxvjp-6kS7bH8UDqUtSJHj2Vk8iraEmaPZWTyKtoSZuuTp-iztNrgU8_04XMM3ynEXS2c737eiwRWq9AXrf9K&_nc_ohc=79CU05DUAsEAX81rkeI&_nc_ht=scontent.fbog2-4.fna&oh=00_AfAyEcULJZL8hM5ckj9ymyIBGKkDoMB-LMFdnz0ZuW6ZYQ&oe=65E1E181); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  position: relative;
  padding-top: 170px;
}

.rooms-info div:nth-child(2){
  width: 323px;
  height: 202px;
  font-size: 12px;
  padding-top: 40px;
}

.rooms-info div h5{
  margin-left: 30px;
}

.rooms-info div p:nth-child(2){
  padding-bottom: 20px;
  width: 245px;
  margin-left: 30px;
  padding-top: 20px;
}

.view{
  margin-left: 30px;
  font-weight: 700;
  color: #f0d90b;
  transition: 0.5s;
}

.view:hover{
  color: #007ed8;
}

.rooms-info div:nth-child(3){
  width: 323px;
  height: 60px;
  padding-top: 17px;
  font-weight: 700;
  background: #f0d90b;
  transition: 0.5s;
}
.rooms-info div:nth-child(3):hover{
  background: #007ed8;
}
.select a{
  color: #fff;
  margin-left: 30px;
  text-decoration: none;
}

.rooms-icon{
  display: grid;
  width: 78px;
  height: 477px;
  margin-top: 45px;
  margin-left: -40px;
  background: #fff;
  -webkit-box-shadow: -13px 8px 36px -1px rgba(0,0,0,0.42);
  -moz-box-shadow: -13px 8px 36px -1px rgba(0,0,0,0.42);
  box-shadow: -13px 8px 36px -1px rgba(0,0,0,0.42);
  grid-template-rows: repeat(5, 95.4px);
}

.rooms-icon div{
  position: relative;
  width: 78px;
  background-color: #ffffff;
  border-bottom: 1px solid rgb(128, 128, 128);
  color: rgb(128, 128, 128);
}

.rooms-icon div img{
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 15px;
}
.rooms-icon div h6{
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.rooms-icon div h5{
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.rooms-icon div:nth-child(5){
  background: #007ed8;
  color: #fff;
}

/*
DETALLE HABITACIONES
*/

.habitacion{
  display: grid;
  grid-template-columns: 500px 800px;
  gap: 30px;
  place-items: center;
  padding-left: 30px;
  background: #c4d9ff45;
  justify-content: center;
  /* border: solid 1px yellow; */
}

.swiper-hero1 {
  width: 490px;
  /* border: solid 1px red; */
}

.swiper-hero1 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 120px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.856);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 100px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.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;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.detalleHabitacion{
  display: grid;
  padding: 0;
  height: 410px;
  width: 700px;
  /* border: solid 2px rgb(251, 0, 255); */
}
.details-room{
  margin: 0;
  height: 410px;
  display: grid;
  grid-template-columns: 500px 200px ;
  grid-template-rows: repeat(4, 100px);
  justify-content: center;
  border-radius: 10px;
  /* border: solid 2px rgb(0, 255, 0); */
}

.details-room h5{
  font-size: 16px;
  font-weight: 700;
}

.details-room h6, p, ul{
  font-size: 12px;
}

#item1{
  padding: 0;
  border: 0;
  box-shadow: 0px 0px 0px;
}

.details-room div{
  padding: 5px 5px 5px 10px;
  border-radius: 10px;
  box-shadow: 10px 7px 5px rgba(0, 0, 0, 0.4);;
}

#lista-room{
  column-count: 2;
}

.details-room div:nth-child(4){
  padding: 5px 5px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 0;
}

.details-room div:nth-child(5){
  grid-row: 1/5;
  grid-column: 2/3;
  width: 200px;
  border-bottom: 0;
  display: grid;
  align-items: center;
}

.form-room{
  display:grid;
  gap: 20px;
}
#item5 h5{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

#item5 input, select{
  border-radius: 5px;
  text-align: center;
}
