@charset "UTF-8";
.verde-t {
  color: #9BB16C !important;
}

.bg-verde-t {
  background-color: #9BB16C !important;
}

.red {
  color: red;
}

.container {
  width: 100%;
  padding: 0 !important;
}

/* menu principal que se ve en el sidebar izquierdo */
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 10000;
  background-color: #9BB16C;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 8px;
}
#sidebar .fixed-bottom {
  background-color: black;
  position: absolute;
  margin: 16px;
}
#sidebar .nav-item-wrapper {
  border-radius: 10px;
  margin: 10px;
}
#sidebar .nav-content {
  height: 100vh;
}
#sidebar a {
  color: white !important;
}

/* esta capa impide que se vea el resto cuando está el menú visible y recoge los clicks para ocultar el menú */
#overlay {
  position: absolute;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.6);
}

/* estas transiciones son para el menú de sidebar izquierdo */
.slide-fade-enter-active {
  transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

/* los diferentes banners */
.banner-caption {
  width: 80%;
  float: right;
  margin: auto;
  text-align: right;
  font-size: 3vw;
  position: absolute;
  top: 0;
}
.banner-caption .f2rem {
  font-size: 2rem;
  margin: auto;
  right: unset;
  width: 100%;
}
.banner-caption .white {
  color: white !important;
}

.banner {
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  display: block;
  position: relative;
  margin: 1vh auto;
  height: 0;
  padding-top: 27%;
}

.banner-40 {
  padding-top: 40%;
}

.banner-50 {
  padding-top: 50%;
}

.banner-33 {
  padding-top: 33%;
}

.banner2 {
  width: 90%;
  display: block;
  position: relative;
  margin: 2vh auto;
}

.round-banner {
  position: relative;
  /*padding: 450px 0 120px 0;*/
  margin: 2vh auto;
}
.round-banner .item {
  margin-bottom: 1vh;
}
.round-banner .banner-caption {
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  transform: translateX(-14px) translateY(40px) rotate(-25deg);
  text-transform: capitalize;
  text-shadow: 2px 2px white;
  text-align: end;
}
.round-banner .item .banner-caption {
  transform: translateY(-1rem);
  text-transform: capitalize;
  text-shadow: 2px 2px white;
  text-align: center;
}

.img-rounded {
  border-radius: 50%;
}

@media (min-width: 377px) {
  /** para garantizar que el footer está al final del viewport */
  .full-height {
    min-height: calc(100vh - 90px) !important;
  }
}
@media (max-width: 377px) {
  .full-height {
    min-height: 0;
  }
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .col-6 img.img-rounded {
    width: 60% !important;
    margin-bottom: 5vw;
    margin-left: 20%;
  }
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  width: 90%;
  height: 15px;
  margin: 1rem auto;
  display: block;
}

/**
* Template Name: NewBiz - v2.0.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Back to top button */
/* Prelaoder */
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background-color: lightgray;
  color: #444;
  font-family: "Open Sans", sans-serif;
  width: 100vw;
  background-repeat: repeat;
  background-attachment: fixed;
}

body .mobile {
  background-color: #F8EBC8;
}

body .desktop {
  max-width: 450px;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px solid #9BB16C;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(164, 255, 164, 0.5);
  background-color: #F8EBC8;
}

a {
  color: #007bff;
  transition: 0.5s;
}
a:hover {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.error {
  color: red;
}

small {
  font-size: 16.6666666667px;
}

.box {
  border: 1px solid black;
  box-shadow: 2px 2px 2px 2px lightgray;
}

.bg-blue {
  background-color: #C8D5F8 !important;
  border: 1px solid #C8D5F8;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 111;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
  z-index: 111;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

#show_menu {
  cursor: pointer;
}

#aviso-legal {
  font-size: 1em;
}
#aviso-legal p {
  font-size: 1em;
}
#aviso-legal ul {
  font-size: 1em;
}
#aviso-legal ul li {
  font-size: 1em;
}

.mobile #header {
  z-index: 997;
  top: 0;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  display: block;
  -webkit-position: sticky;
}
.mobile #header .top {
  background-color: #9BB16C;
  height: 2em;
  font-size: 4.6vw;
  margin: auto;
  padding-top: 1vw;
  color: white;
  text-align: center;
}
.mobile #header .top ul > li a {
  padding-bottom: 0.75em;
  display: block;
  color: white;
}
.mobile #header .top .social-icons {
  float: none;
  display: inline-block;
  list-style-type: none;
}
.mobile #header .top .social-icons li {
  display: inline-block;
  padding-left: 5px;
}
.mobile #header .bottom {
  height: 10vh;
  padding: 1vh 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  position: relative;
  top: 0;
}
.mobile #header .bottom .logo h1 {
  font-size: 5vw;
  margin: 7px;
  padding: 0 1vw;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.mobile #header .bottom .logo h1 a {
  color: #00366f;
  text-decoration: none;
}
.mobile #header .bottom .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
.mobile #header .bottom .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}
.mobile #intro {
  width: 100%;
  position: relative;
  background: #1A4ACC url("../img/intro-bg2.png") center bottom no-repeat;
  background-size: cover;
  padding: 450px 0 120px 0;
}
.mobile #intro .intro-img {
  width: 50%;
  float: right;
  text-align: center;
}
.mobile #intro .intro-img img {
  height: 16vh;
}
.mobile #intro .intro-info {
  width: 80%;
  float: right;
  margin: auto;
  text-align: right;
  font-size: 3vw;
  position: absolute;
  top: 0;
  right: 1vw;
}
.mobile #intro .intro-info h2 {
  font-family: "Fredoka", sans-serif;
  font-size: 0.8em;
  color: white;
  font-weight: 400;
}
.mobile #intro .intro-info .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}
.mobile #intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
.mobile #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
  border: 2px solid #fff;
}
.mobile #intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
.mobile .pie-foto {
  background: #9BB16C;
  width: 100%;
  height: 8.1vw !important;
  color: white;
  font-size: 2.8vw;
  text-align: center;
  padding-top: 1.1vh;
  position: relative;
  top: -18px;
}

.desktop #vp {
  margin-bottom: 10px;
}
.desktop #header {
  z-index: 997;
  top: 0;
  /*position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  -webkit-position: sticky;
  position: -ms-sticky;*/
  display: block;
  position: fixed;
  /*left: calc(100vw - 582px);*/
  width: 446px;
  /*border-radius: 20px;*/
  margin-left: 0;
}
.desktop #header .top {
  background-color: #9BB16C;
  height: 1.4em;
  font-size: 1.1em;
  margin: auto;
  color: white;
  text-align: center;
  width: 446px;
}
.desktop #header .top ul > li a {
  padding-bottom: 0.75em;
  display: block;
  color: white;
}
.desktop #header .top .social-icons {
  float: none;
  display: inline-block;
  list-style-type: none;
}
.desktop #header .top .social-icons li {
  display: inline-block;
  padding-left: 5px;
}
.desktop #header .bottom {
  height: 45px;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.3);
  position: relative;
  top: 0;
}
.desktop #header .bottom .logo h1 {
  margin: 4px 10px 6px 15px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 25px;
  padding: 8px;
}
.desktop #header .bottom .logo h1 a {
  color: #00366f;
  text-decoration: none;
}
.desktop #header .bottom .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
.desktop #header .bottom .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}
.desktop #intro {
  width: 450px;
  height: 300px;
  background: #1A4ACC url("../img/intro-bg2.png") center bottom no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.desktop #main {
  margin: 10px;
}
.desktop #about {
  padding: 10px 0 !important;
}
.desktop .pie-foto {
  font-size: 13px;
  height: 35px;
  background: #9BB16C;
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 1.1vh;
  position: relative;
  top: -18px;
}
.desktop #partner-form {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

@media (max-width: 991px) {
  .mobile #header .bottom {
    height: 4.5em;
    padding: 0.75em;
  }
  .mobile #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  .mobile .mobile-nav-toggle {
    top: 1em;
  }
  .mobile #partner-form {
    margin-left: 12vw;
    margin-right: 12vw;
  }
  .mobile #about {
    padding: 1em;
  }
  .mobile #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
    text-align: center;
  }
  .mobile #why-us .card {
    margin: 0;
  }
}
@media only screen and not (hover) {
  #header .top {
    width: 105vw;
    font-size: 4.2vw;
  }
  #footer .footer-top h4 {
    padding-bottom: 0;
  }
  #footer .footer-top .footer-contact p {
    line-height: 0.5em;
    display: inline-block;
    margin-bottom: 0.1em;
  }
  #footer .footer-top .footer-links ul li {
    padding: 0 8px 0px 3px;
    display: inline-block;
    border-right: 1px solid white;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
    border-left: 1px solid white;
    padding-left: 8px;
  }
}
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.main-nav a:hover {
  color: #007bff;
  text-decoration: none;
}
.main-nav .active > a {
  color: #007bff;
  text-decoration: none;
}
.main-nav li:hover > a {
  color: #007bff;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}
.main-nav .drop-down ul a:hover {
  color: #007bff;
}
.main-nav .drop-down ul .active > a {
  color: #007bff;
}
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .active > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 1.5em;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.section-header h3 {
  font-size: 2em;
  color: #283d50;
  text-align: center;
  font-weight: 600;
  font-family: "Fredoka", sans-serif;
  position: relative;
}
.section-header h4 {
  font-size: 1.2em;
  color: #283d50;
  text-align: center;
  font-weight: 400;
  font-family: "Fredoka", sans-serif;
  position: relative;
}
.section-header h4.title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-header h6 {
  font-size: 1em;
  color: #283d50;
  text-align: center;
  font-weight: 200;
  font-family: "Fredoka", sans-serif;
  position: relative;
}
.section-header p {
  text-align: justify;
  margin: auto;
  /*font-size: calc(0.5em + 2vmin);*/
  font-size: 17px;
  color: #556877;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.section-header .description {
  font-size: 0.75rem;
  text-align: center;
}

.section-bg {
  background: #C8D5F8 !important;
}

.section-bg-pis {
  background-color: rgba(105, 156, 80, 0.5411764706);
}
.section-bg-pis .verde-t {
  color: #F8EBC8 !important;
}

.owl-carousel .item {
  border-radius: 10px;
}

#about {
  background: #F8EBC8;
  padding: 60px 0;
}
#about .socios-container h4 {
  font-weight: bolder;
  color: #9BB16C;
}
#about .form {
  border: 2px solid rgba(61, 62, 59, 0.5);
  border-radius: 5px;
  padding: 10px;
}
#about .about-container .background {
  margin: 20px 0;
}
#about .about-container .content {
  background: #F8EBC8;
}
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
#about .about-container p {
  line-height: 26px;
}
#about .about-container p:last-child {
  margin-bottom: 0;
}
#about .about-container .icon-box {
  background: #F8EBC8;
  background-size: cover;
  padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}
#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}
#about .about-container .icon-box:hover .icon {
  background: #007bff;
}
#about .about-container .icon-box:hover .icon i {
  color: #fff;
}
#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
#about .about-container .icon-box .title a {
  color: #283d50;
}
#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
#about .about-extra {
  padding-top: 60px;
}
#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
#about .about-extra .img-fluid {
  background-color: #F8EBC8;
}

.ads {
  margin-top: 6%;
  margin-left: 2%;
}

#services {
  /*padding: 60px 0 40px 0;*/
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #F8EBC8;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
#services .box ul {
  list-style-type: square;
}
#services .box ul li {
  margin-top: 0.5rem;
}
#services .box:hover {
  transform: translateY(-5px);
}
#services .box:hover .title a {
  color: #007bff;
}
#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}
#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#services .title a {
  color: #111;
}
#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}
#why-us .section-header h3 {
  color: #fff;
}
#why-us .section-header p {
  color: #fff;
}
#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}
#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}
#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}
#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}
#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}
#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}
#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}
#why-us .counters {
  padding-top: 40px;
}
#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}
#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover {
  background: #007bff;
  color: #fff;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}
#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}
#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover {
  background: #3395ff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}
#testimonials .owl-nav {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#testimonials .owl-dot.active {
  background-color: #007bff;
}

#team {
  background: #F8EBC8;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  transition: none;
  color: #fff;
}
#team .member .social a:hover {
  color: #007bff;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}
#clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}
#clients .client-logo:hover img {
  transform: scale(1.2);
}
#clients img {
  transition: all 0.4s ease-in-out;
}

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}
#contact .section-header {
  padding-bottom: 30px;
}
#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}
#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}
#contact .social-links {
  padding-bottom: 20px;
}
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}
#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}
#contact .info {
  color: #283d50;
}
#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}
#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}
#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .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 .php-email-form input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 20px 15px;
}
#contact .php-email-form input::focus {
  background-color: #007bff;
}
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
}
#contact .php-email-form textarea::focus {
  background-color: #007bff;
}
#contact .php-email-form button[type=submit] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}
#contact .php-email-form button[type=submit]:hover {
  background: #0067d5;
  cursor: pointer;
}

#footer {
  background: #9BB16C;
  padding: 10px 0 10px 0;
  color: #eee;
  font-size: 14px;
  z-index: 100;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 100vw;
  /*position: absolute;
  left: 0;
  right: 0;*/
}
#footer .footer-top {
  padding: 0.1rem 0 0.5rem 0;
  text-align: center;
  font-size: 3vw;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 2px;
}
#footer .footer-top .footer-newsletter .link a {
  color: white;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0062cc;
}
#footer .copyright {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 2.9vw;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}
#footer .credits a {
  color: #bfddfe;
}
#footer .credits a:hover {
  color: #f1f7ff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 574px) {
  .mobile .mobile-nav-toggle {
    top: 0.5em;
  }
  .mobile #intro {
    padding: 245px 0 20px 0;
  }
  .mobile #intro .intro-info .btn-services {
    color: #1A4ACC;
    border-color: #1A4ACC;
  }
  .mobile #partner-form {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .mobile .top {
    top: 0;
    padding: 0;
    height: 3rem;
  }
  .mobile .top .logo h1 {
    font-size: 1rem;
  }
  .mobile #footer .footer-top .footer-info h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .mobile #partner-form {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .mobile #intro .intro-info {
    width: 100%;
  }
  .mobile #intro .intro-info h2 {
    margin-bottom: 30px;
  }
  .mobile .section-header {
    margin-bottom: 1rem;
    padding-top: 1.5rem;
  }
  .mobile .section-header h1, .mobile .section-header h2, .mobile .section-header h3, .mobile .section-header h4, .mobile .section-header h5, .mobile .section-header h6, .mobile .section-header p {
    width: 80%;
    margin: auto;
  }
  .mobile #testimonials .testimonial-item {
    text-align: center;
  }
  .mobile #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
  .mobile #testimonials .testimonial-item h3 {
    margin-left: 0;
  }
  .mobile #testimonials .testimonial-item h4 {
    margin-left: 0;
  }
  .mobile #testimonials .testimonial-item p {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
  #partner-form {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}
@media (min-width: 1024px) {
  #partner-form {
    margin-left: 20vw;
    margin-right: 20vw;
  }
}
#partner-form .error {
  color: red;
  margin-top: 1px;
}
#partner-form .form-field {
  margin-bottom: 10px;
}
#partner-form .header {
  float: none;
}
#partner-form .ya-soy {
  position: relative;
  top: -20px;
  float: right;
}

#socios-faq {
  margin-top: 5vh;
}
#socios-faq p.strong {
  font-weight: bolder;
  font-size: 110%;
  color: #CC9C1A;
}

.flask-consent-banner {
  background-color: #C8D5F8;
  width: 100%;
  bottom: 0;
  padding: 10px;
  z-index: 1000;
}

@media only screen and (max-width: 375px) and (min-height: 200px) and (max-height: 812px) {
  #header .bottom {
    height: 2.5em;
    padding: 0;
    width: 100vw;
  }
  .section-header h3, .section-header p {
    width: 95%;
  }
  #about {
    padding: 1em;
  }
  #footer .footer-top .footer-links ul li {
    padding: 0 8px 0 3px;
    display: inline-block;
    border-right: 1px solid white;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
    border-left: 1px solid white;
    padding-left: 8px;
  }
}
/* ========================================
   CALENDARIO Y EVENTOS - Componentes consolidados
   ======================================== */
.elegant-breadcrumb {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 2px solid #4CAF50;
  padding: 0.5rem 0;
  margin: 0;
  width: 100%;
  font-size: small;
  position: relative;
  z-index: 990;
}
.elegant-breadcrumb .breadcrumb-container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  font-size: 0.95em;
  flex-wrap: wrap;
}
.elegant-breadcrumb .breadcrumb-link {
  color: #4CAF50;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.elegant-breadcrumb .breadcrumb-link:hover {
  color: #45a049;
  text-decoration: underline;
}
.elegant-breadcrumb .breadcrumb-separator {
  margin: 0 0.8rem;
  color: #6c757d;
  font-size: 1.1em;
}
.elegant-breadcrumb .breadcrumb-current {
  color: #495057;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .elegant-breadcrumb {
    padding: 0.4rem 0;
  }
  .elegant-breadcrumb .breadcrumb-container {
    font-size: 0.8em;
    padding: 0 0.8rem;
  }
  .elegant-breadcrumb .breadcrumb-link,
  .elegant-breadcrumb .breadcrumb-current {
    padding: 0.15rem 0.3rem;
  }
  .elegant-breadcrumb .breadcrumb-current {
    max-width: 150px;
  }
  .elegant-breadcrumb .breadcrumb-separator {
    margin: 0 0.4rem;
  }
}

.desktop .elegant-breadcrumb {
  max-width: 446px;
  margin: 0 auto;
}

.calendario-page #one.main.style1 {
  background: none !important;
  background-image: none !important;
  padding: 0.5em 0 !important;
  margin-top: 0 !important;
  min-height: calc(100vh - 180px) !important;
  display: flex !important;
  flex-direction: column !important;
}
.calendario-page .mobile #intro, .calendario-page .desktop #intro {
  background: none !important;
  background-image: none !important;
  display: none !important;
}
.calendario-page #one .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}
.calendario-page #one .container .row {
  margin-top: 0 !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.calendario-page header.major {
  margin-bottom: 0.5em !important;
  margin-top: 0 !important;
  flex-shrink: 0 !important;
}
.calendario-page header.major h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0.5em !important;
}
.calendario-page #one .col-12 {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  min-height: 0 !important;
}
.calendario-page .eventos-container {
  flex: 1 !important;
  overflow-y: auto !important;
  max-height: calc(100vh - 260px) !important;
  padding-right: 0 !important;
}
.calendario-page .eventos-container::-webkit-scrollbar {
  width: 8px;
}
.calendario-page .eventos-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.calendario-page .eventos-container::-webkit-scrollbar-thumb {
  background: #4CAF50;
  border-radius: 10px;
}
.calendario-page .eventos-container::-webkit-scrollbar-thumb:hover {
  background: #45a049;
}
.calendario-page table.default {
  margin-top: 0 !important;
  align-self: flex-start !important;
  border-collapse: collapse !important;
  width: 100%;
  table-layout: fixed;
}
.calendario-page table.default td, .calendario-page table.default th {
  border: 1px solid #ddd !important;
  padding: 12px 8px !important;
  text-align: left !important;
  vertical-align: top !important;
}
.calendario-page table.default td:first-child {
  width: 70% !important;
}
.calendario-page table.default td:nth-child(2) {
  width: 30% !important;
}
.calendario-page table.default tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}
.calendario-page table.default tr:hover {
  background-color: #e8f5e8 !important;
  cursor: pointer !important;
  transform: scale(1.005) !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2) !important;
}
.calendario-page table.default tr:first-child td {
  background-color: lightblue !important;
  font-weight: bold !important;
}
.calendario-page table.default tr:first-child td:hover {
  background-color: lightblue !important;
  cursor: default !important;
  transform: none !important;
  box-shadow: none !important;
}
.calendario-page .event-name {
  font-size: 1em !important;
  line-height: 1.3 !important;
  font-weight: bold;
  margin-bottom: 4px;
}
.calendario-page .event-details {
  margin-top: 4px !important;
  font-size: 0.9em;
  color: #666;
}
.calendario-page .event-date {
  font-size: 1em !important;
  line-height: 1.2 !important;
  font-weight: bold;
}
.calendario-page .event-time {
  margin-top: 2px !important;
  font-style: italic !important;
  color: #666;
  font-size: 0.9em;
}
.calendario-page .event-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.calendario-page .pets-allowed {
  color: green;
}
.calendario-page .pets-not-allowed {
  color: #999;
}
.calendario-page .map-link {
  color: #4CAF50;
  text-decoration: none;
}
.calendario-page .map-link:hover {
  text-decoration: underline;
}
.calendario-page .click-hint {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}
@media (max-width: 480px) {
  .calendario-page table.default td {
    padding: 8px 6px !important;
    font-size: 0.9em !important;
  }
  .calendario-page .event-name {
    font-size: 0.95em !important;
  }
  .calendario-page .event-details {
    font-size: 0.8em !important;
  }
  .calendario-page .event-date {
    font-size: 0.9em !important;
  }
  .calendario-page .event-time {
    font-size: 0.8em !important;
  }
}

.event-detail-page .event-detail-container {
  max-width: 800px;
  margin: 2em auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.event-detail-page .event-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #4CAF50;
}
.event-detail-page .event-header h1 {
  color: #2c3e50;
  margin-bottom: 10px;
}
.event-detail-page .event-info {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
}
.event-detail-page .event-info .info-item {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}
.event-detail-page .event-info .info-item i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #4CAF50;
  width: 20px;
}
.event-detail-page .event-description {
  color: #666;
  font-size: 1.1em;
  margin-top: 10px;
}
.event-detail-page .pets-info {
  margin-top: 10px;
}
.event-detail-page .pets-info .pets-allowed-icon {
  color: green;
}
.event-detail-page .pets-info .pets-not-allowed-icon {
  color: red;
}
.event-detail-page .additional-info {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}
.event-detail-page .rsvp-section {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.event-detail-page .rsvp-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #2c3e50;
}
.event-detail-page .rsvp-section .rsvp-stats {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border-left: 4px solid #4CAF50;
}
.event-detail-page .rsvp-section .form-group {
  margin-bottom: 20px;
}
.event-detail-page .rsvp-section .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #495057;
}
.event-detail-page .rsvp-section .form-group input, .event-detail-page .rsvp-section .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.event-detail-page .rsvp-section .form-group input:focus, .event-detail-page .rsvp-section .form-group textarea:focus {
  border-color: #4CAF50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.event-detail-page .rsvp-section .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.event-detail-page .rsvp-section .form-group .form-help {
  color: #666;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}
.event-detail-page .rsvp-section .btn-rsvp {
  width: 100%;
  padding: 15px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.event-detail-page .rsvp-section .btn-rsvp:hover {
  background: #45a049;
}
.event-detail-page .rsvp-section .btn-rsvp:active {
  transform: translateY(1px);
}
.event-detail-page .rsvp-section .disclaimer {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9em;
  color: #666;
}
.event-detail-page .rsvp-section .event-subtitle {
  color: #666;
  font-size: 1.1em;
}
.event-detail-page .rsvp-section .map-link-container {
  margin-top: 10px;
}
.event-detail-page .rsvp-section .pets-icon-check {
  color: green;
}
.event-detail-page .rsvp-section .pets-icon-times {
  color: red;
}
.event-detail-page .rsvp-section .rsvp-stats {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}
.event-detail-page .rsvp-section .rsvp-title {
  text-align: center;
  margin-bottom: 20px;
  color: #2c3e50;
}
.event-detail-page .rsvp-section .form-help-text {
  color: #666;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}
.event-detail-page .rsvp-section .rsvp-footer {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9em;
  color: #666;
}
.event-detail-page .rsvp-section .large-group-warning {
  border-color: #ffc107 !important;
  background-color: #fffbf0 !important;
}
.event-detail-page .rsvp-section .normal-group {
  border-color: #ddd !important;
  background-color: white !important;
}
@media (max-width: 768px) {
  .event-detail-page .event-detail-container {
    margin: 1em;
    padding: 15px;
  }
  .event-detail-page .event-info {
    grid-template-columns: 1fr;
  }
  .event-detail-page .rsvp-section {
    padding: 20px 15px;
  }
}

.web-breadcrumb {
  background: white;
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1em;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* Mobile optimizado */
}
.web-breadcrumb .breadcrumb-container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 1rem;
}
.web-breadcrumb .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.web-breadcrumb .breadcrumb-item {
  color: #666;
  font-size: 1em;
}
.web-breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 600;
}
.web-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #999;
  padding: 0 0.4rem;
  font-weight: bold;
}
.web-breadcrumb .breadcrumb-item a {
  color: #4CAF50;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}
.web-breadcrumb .breadcrumb-item a:hover {
  background-color: rgba(76, 175, 80, 0.1);
  color: #45a049;
}
.web-breadcrumb .breadcrumb-item i {
  margin-right: 0.3rem;
}
@media (max-width: 480px) {
  .web-breadcrumb {
    padding: 0.6rem 0;
    font-size: 0.9em;
  }
  .web-breadcrumb .breadcrumb-item {
    font-size: 0.95em;
  }
  .web-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.3rem;
  }
}/*# sourceMappingURL=alt.css.map */