

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #297d85;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #297d85;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
     color: #297d85;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #297d85;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #297d85 !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.button:active {
  background-color: #d4aa2f; /* un tono más oscuro opcional */
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #297d85;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #297d85;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #297d85;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #297d85;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     text-transform: uppercase;
     background-color: #297d85;
     display: inline-block;
     padding: 6px 35px;
     border-radius: 25px;
     color: #297d85;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #297d85;
     background: #eec237;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: transparent;
     padding: 20px 30px;
     position: absolute;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: url(../images/banner2.jpg);
     background-repeat: no-repeat;
     min-height: 700px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
}

.text-bg {
     text-align: center;
     padding-bottom: 50px;
     
}

.text-bg h1 {
     color: #297d85;
     font-size: 50px;
     line-height: 50px;
     padding-bottom: 15px;
     font-weight: bold;
     text-transform: uppercase;
}

.text-bg span {
     color: #297d85;
     font-size: 45px;
     line-height: 50px;
     font-weight: bold;
     padding-bottom: 20px;
     display: block;
}

.text-bg p {
     color: #297d85;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 60px;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #297d85;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px
}

.text-bg a:hover {
     background-color: #eec237;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}
a:hover {
  color: #eec237;
}
.titlepage h2 {
     font-size: 55px;
     color: #297d85;
     line-height: 60px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** banner section **/

.form_book {
     background: #fff;
     margin-top: -100px;
     padding: 30px 8px 0px 60px;
     border-radius: 40px 40px 0px 0px;
}

.form_book .date {
     color: #2f7e86;
     font-weight: bold;
     font-size: 15px;
     text-transform: uppercase;
     padding-left: 17px;
}

.book_n {
    border: inherit;
    border-radius: 20px;
    background-color: #eeeeee;
    width: 100%;
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
     -webkit-appearance: none !important;
}


.book_btn {
     font-size: 17px;
     background-color: #eec237;
     color: #fff;
     font-weight: 500;
     padding: 5px 0px;
     width: 100%;
     max-width: 161px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
     margin-top: 33px;
}

.book_btn:hover {
     background-color: #297d85;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px
}


/** banner section **/




/** Choose  section **/

.choose {
     margin-top: 90px;
}

.choose_box {
     padding-top: 76px;
}

.choose_box .titlepage {
     text-align: left;
     padding-bottom: 35px;
}

.text_norlam {
     font-weight: normal;
}

.choose_box p {
     font-size: 17px;
     line-height: 36px;
     color: #111;
     padding: 0px 0px 45px 0px;
}

.img_box {
     margin-bottom: 30px;
}

.img_box figure {
     margin: 0;
}

.img_box figure img {
     width: 100%;
}


/** end Choose  section **/


/** our  section **/

.our {
     margin-top: 60px;
}

.our_box .titlepage {
     text-align: right;
     padding-bottom: 30px;
}

.text_norlam {
     font-weight: normal;
}

.our_box {
     text-align: right;
}

.our_box p {
     font-size: 17px;
     line-height: 36px;
     color: #313131;
     padding: 0px 0px 40px 0px;
}

.our .img_box {
     margin-bottom: 0px;
}

.img_box figure {
     margin: 0;
}

.img_box figure img {
     width: 100%;
}


/** end our  section **/


/** about section **/

.about {
     background: #297d85;
     margin-top: 60px;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage h2 {
     color: #fff;
     margin-bottom: 20px;
}

.about .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 30px;
}

.about_text {
     max-width: 539px;
     width: 100%;
     float: right;
}

.about_img {
     max-width: 615px;
     width: 100%;
     float: left;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

.read_more {
     font-size: 17px;
     background-color: #297d85;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
}

.read_more:hover {
     background: #eec237;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px;
}


/** testimonial section **/

.testimonial {
     margin-top: 20px;
     background: url(../images/tes_bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     padding-bottom: 313px;
     margin-bottom: -190px;
}

.testimonial .titlepage h2 {
     color: #297d85;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: center;
}

.test_box {
     padding: 15px 15px;
     background: #f5ede1;
    border-radius: 15px;
}

.testimonial_Carousel .test_box h4 {
     font-size: 17px;
     color: #fff;
     line-height: 18px;
     display: block;
     text-align: left;
     float: left;
     font-weight: 600;
     padding: 0;
     padding-top: 8px;
}

.testimonial_Carousel .test_box i {
     font-size: 17px;
     line-height: 28px;
     text-align: right;
     display: block;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #fff;
     text-align: left;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #eec237;
     border-radius: 10px;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #297d85;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}


/** end testimonial section **/


/** footer **/

.main_form {
     padding: 50px 30px;
     background: #f5ede1;
     margin-top: -260px;
     border-radius: 25px;
}

.main_form2 {
     padding: 50px 30px;
     background: #f5ede1;
     margin-top: 40px;
     border-radius: 25px;
}

.main_form .contactus {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #297d85;
     font-size: 18px;
     font-weight: normal;
     border-radius: 15px;
}

.main_form2 .contactus {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #297d85;
     font-size: 18px;
     font-weight: normal;
     border-radius: 15px;
}

.main_form .textarea {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #292e39;
     font-size: 18px;
     font-weight: normal;
     border-radius: 15px;
     padding-top: 50px;
}

.main_form2 .textarea {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #292e39;
     font-size: 18px;
     font-weight: normal;
     border-radius: 15px;
     padding-top: 50px;
}
.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     max-width: 200px;
     width: 100%;
     display: block;
     margin-top: 30px;
     border-radius: 10px;
}

.main_form2 .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     max-width: 200px;
     width: 100%;
     display: block;
     margin-top: 30px;
     border-radius: 10px;
}

.main_form .send_btn:hover {
     background-color: #eec237;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 25px;
}

.main_form2 .send_btn:hover {
     background-color: #eec237;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 25px;
}

#request *::placeholder {
     color: #217780;
     opacity: 1;
}
.request:active {
  background-color: #217780; /* un tono más oscuro opcional */
}

.multi {
     color: #f6d601;
     font-weight: bold;
     font-size: 40px;
}

.color_chang {
     color: #0c0c0e;
}

.footer {
     margin-top: 50px;
     background: #217780;
     padding-top: 85px;
     text-align: center;
     
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 10px;
}

.footer .titlepage h2 {
     color: #fff;
}

.cont {
     padding-top: 20px;
     text-align: left;
}

.cont h3 {
     color: #fff;
     font-size: 40px;
     line-height: 50px;
     font-weight: bold;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-top: 20px;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #fff;
}

.copyright p {
     color: #020203;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #020203;
}

.copyright a:hover {
     color: #eec237;
}


/** end footer **/


/*=========== Start facilities_area css =============*/
.facilities_area {
  position: relative;
  z-index: 0;
  background: #2e7f85;
  overflow: hidden;
    opacity: 100%;
}

.facilities_area .bg-parallax {
  background: url("") no-repeat scroll center 0/cover;
  opacity: 0.15;
}

.facilities_item {
  border: 1px solid #f5ede1;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 31px 40px 37px;
  color: #fff;
  margin-bottom: 30px;
}

.facilities_item .sec_h4 {
  padding-bottom: 10px;
  color: #fff;
}

.facilities_item .sec_h4 i {
  color: #f3c300;
  font-size: 24px;
  line-height: 38px;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
}

.facilities_item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

/*=========== End facilities_area css =============*/

/*=========== Gallery css =============*/
.gallery_item {
  margin-bottom: 30px;
}

.gallery_item img {
  max-width: 100%;
}

.gallery_item .gallery_img {
  position: relative;
}

.gallery_item .gallery_img .hover {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  font-size: 24px;
  height: 100%;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.gallery_item .gallery_img .hover i {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.gallery_item .gallery_img:hover .hover {
  opacity: 1;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: .8;
}



/*============== contact_area css ================*/
.mapBox {
  height: 420px;
  margin-bottom: 10px;
}

.contact_info .info_item {
  position: relative;
  padding-left: 45px;
}

.contact_info .info_item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #f3c300;
  font-weight: 600;
}

.contact_info .info_item h6 {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: 300;
  margin-bottom: 0px;
}

.contact_info .info_item h6 a {
  color: #222222;
}

.contact_info .info_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0px;
}

.contact_form .form-group {
  margin-bottom: 10px;
}

.contact_form .form-group .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  border: 1px solid #eeeeee;
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}

.contact_form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.contact_form .form-group .form-control.placeholder {
  color: #999;
}

.contact_form .form-group .form-control:-moz-placeholder {
  color: #999;
}

.contact_form .form-group .form-control::-moz-placeholder {
  color: #999;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.contact_form .form-group textarea.form-control {
  height: 140px;
}

.contact_form .theme_btn {
  margin-top: 20px;
  cursor: pointer;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #f3c300;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #f3c300;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* Mapa
============================================================================================ */
.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Relación 16:9 */
    border-radius: 10px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
 
/* 
============================================================================================ */

.portfolio-modal .btn-close {
  color: #FFFFFF;
  font-size: 2rem;
  padding: 1rem;
}
.portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .portfolio-modal .portfolio-modal-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 22rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: #bfbaa9 0.8;
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}
/* 
============================================================================================ */

/* CONTENEDOR DEL CALENDARIO */
.calendar-container {
  max-width: 100%;
  margin: auto;
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* CABECERA CALENDARIO */
.calendar-header button {
  font-size: 22px;
  color: #2e7f85;
  border: none;
}
.calendar-header button:hover { color: #1b5d62; }

/* TABLA DEL CALENDARIO */
.calendar-table th { font-weight: 600; padding-bottom: 8px; }
.calendar-table td {
  height: 50px;
  vertical-align: middle;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.calendar-table td:hover { background-color: #f0f0f0; }

/* SELECCIÓN DE DÍA */
#calendar td.selected {
  border: 2px solid #2e7f85;
  box-shadow: inset 0 0 5px rgba(46,127,133,0.4);
  border-radius: 50%;
}
#calendar td.in-range {
  background-color: rgba(46,127,133,0.3);
  border-radius: 0;
}

/* COLORES TEMPORADAS */
.temporada-baja { background-color: #cbf7cb !important; }
.temporada-media { background-color: #fff2b3 !important; }
.temporada-alta { background-color: #ffcccc !important; }
.temporada-cerrado {
  background-color: #b8b8b8 !important;
  color: white !important;
  font-weight: bold;
  opacity: 0.9;
  cursor: not-allowed !important;
}

/* LEYENDA */
.calendar-legend .legend {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.legend.baja { background: #cbf7cb; }
.legend.media { background: #fff2b3; }
.legend.alta { background: #ffcccc; }
.legend.cerrado { background: #b8b8b8; }

/* TOOLTIP MODERNO */
#calendar td:hover::after {
  content: attr(title);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(46,127,133,0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s;
}

/* MENSAJE ADVERTENCIA */
#calendar-warning {
  max-width: 550px;
  margin: 10px auto 0;
  color: #b80000;
  font-weight: bold;
  text-align: center;
  display: none;
}


/* APP-WEB */
 #installBanner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    max-width: 350px;
    background: #2e7f85;
    color: white;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 1000;
  }

  #installBanner.show {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  #installBanner button {
    margin-top: 10px;
    padding: 7px 15px;
    border: none;
    border-radius: 7px;
    background: white;
    color: #2e7f85;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }

  #installBanner button:hover {
    background: #f0f0f0;
  }

/* NORMAS */
    body {
      background-color: #FFF;
    }

    .normas-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .norma-card {
      margin-bottom: 15px;
      border-left: 5px solid #2e7f85;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .norma-card .card-body {
      padding: 1rem 1.5rem;
    }

    .norma-title {
      font-weight: 600;
      color: #2e7f85;
      margin-bottom: 5px;
    }

    .norma-description {
      font-size: 0.95rem;
      color: #555;
    }

/* PLANES */
body {
      background-color: #FFF;
    }

    .section-title {
      text-align: center;
      margin: 50px 0 30px;
      font-size: 2.5rem;
      font-weight: bold;
      color: #2e7f85;
    }

    /* Grid estilo Masonry */
    .plans-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .plan-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      cursor: pointer;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .plan-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.5s;
    }

    .plan-card:hover img {
      transform: scale(1.1);
    }

    .plan-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(46,127,133,0.85);
      color: white;
      padding: 15px;
      text-align: center;
      transform: translateY(100%);
      transition: transform 0.3s;
      font-weight: bold;
      font-size: 1.1rem;
    }

    .plan-card:hover .plan-overlay {
      transform: translateY(0);
    }

    /* Modal con fondo difuminado */
    .modal-backdrop.show {
      backdrop-filter: blur(8px);
    }

    .modal-content {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    }

    .modal-header {
      background-color: #2e7f85;
      color: white;
    }

    .modal-body img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .btn-primary {
      background-color: #2e7f85;
      border-color: #2e7f85;
    }

    .btn-primary:hover {
      background-color: #236162;
      border-color: #236162;
    }


/* SERIGRAFIA */
.serigrafia { 
     margin-bottom: -52px; 
     margin-top: 20px; 
     margin-left: auto; 
     margin-right: auto;
     

}

/* Estilo específico para móviles */
@media (max-width: 768px) {
  .serigrafia {
    margin-bottom: -2px; 
     margin-top: 10px; 
     margin-left: auto; 
     margin-right: auto;
  }
  .main_form2 {
     padding: 50px 10px;
     }
  .banner_main {
     background: url(../images/banner2.jpg);
     background-repeat: no-repeat;
     min-height: 200px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
} 
}

