@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);
:root {
    --naranja-general: #F39020;
    --azul-general: #20517A;
    --naranja-general-transparent: #f3912044;
    --azul-general-transparent: #20517a80;
    --gradient-botton-1: #f56e6e; /* #6EE2F5 */
    --gradient-botton-2: #ff0000; /* #688EF2 */
    --gradient-botton-text: #FFF;
    --general-gradient: linear-gradient(180deg, var(--gradient-botton-1), var(--gradient-botton-2));
    --bs-body-font-size: 13px;
}

body {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background-color: rgb(247,248,251);
}
.app {
  width: calc(100vw - 20px);
  max-width: 2000px;
  position: relative;
  min-height: 100vh;
  /* display: grid; */
}
#main{
  min-height: 80vh;
}
.navbar li,
.navbar > ul > li {
  position: relative;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
#hero h2,
#hero p {
  text-shadow: 0 1px 0 #000;
  font-size: 20px;
}
.social-links a:hover,
a,
a:hover {
  text-decoration: none;
}
.social-links a,
ul.social-network li a {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Roboto, sans-serif; */
  font-family: "Montserrat" !important;
}
#header .logo,
.faq .faq-list a {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Montserrat" !important;
}
#footer .footer-bottom a:hover,
#header .logo a,
a {
  color: #2e3e4e;
}
#footer .footer-bottom a,
#footer a:active,
#footer a:hover,
#topbar .contact-info a:hover,
#topbar .social-links a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar a:hover,
.navbar li:hover > a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
.services .icon-box:hover .icon i,
.sidebar-list .list-group .active,
.sidebar-list .list-group a:hover,
a:hover {
  color: #0cbaa4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.8rem;
}
#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% - 40px);
  left: calc(50% - 40px);
  border: 4px solid #0cbaa4;
  border-top-color: #dfeae8;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: 1s linear infinite animate-preloader;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0cbaa4;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover,
.btn-theme:hover {
  background: #2e3e4e;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.datepicker-dropdown {
  padding: 20px !important;
}
#topbar {
  height: 40px;
  transition: 0.5s;
  z-index: 998;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  text-wrap: nowrap;
}
#hero,
#hero .carousel-item {
  min-height: 490px;
  max-height: 490px;
  width: 100%;
  overflow: hidden;
}

#hero .carousel-item {
  background-size: auto 100% !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}

#topbar.topbar-scrolled {
  top: -40px;
  background: #fff;
}
#topbar .contact-info a {
  line-height: 1;
  transition: 0.3s;
}
.header-scrolled .header-dropdown .btn,
.header-scrolled .navbar a,
body {
  color: #444;
}
#topbar .contact-info i {
  color: #0cbaa4;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: #2e3e4e;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:first-child {
  border-left: 0;
}
#header {
  transition: 0.5s;
  z-index: 997;
  padding: 15px 0 0;
  /* top: 40px; */
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: center;
}
.header-bg,
.services .icon-box:hover .icon,
.staff {
  background: #fff;
}
#header.header-scrolled {
  top: 0;
  background: #fff;
}
#footer {
  background-size: cover;
  background-repeat: no-repeat;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.more-btn {
  text-align: center;
  margin-top: 10px;
}
.header-no-bg {
  box-shadow: none !important;
}
.header-scrolled {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1) !important;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 15px 0 15px 25px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #2e3e4e;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 0;
}
.navbar a .drop-arrow {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .dropdown ul a .drop-arrow {
  position: absolute;
  right: 15px;
  top: 15px;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
}
.navbar .dropdown:hover > ul,
.navbar-mobile .dropdown ul {
  opacity: 1;
  visibility: visible;
}
.gallery .gallery-item img,
.why-us .content .more-btn {
  transition: 0.4s ease-in-out;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  text-transform: none;
  color: #082744;
  border: none;
  display: block;
}
.header-dropdown i,
.navbar .dropdown ul a .fa {
  margin-right: 5px;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: 100%;
  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-nav-toggle {
  color: #2e3e4e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
#footer .copyright,
.mobile-nav-toggle.bi-x {
  color: #000;
}
@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;
  transition: 0.3s;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 19px;
  font-size: 25px;
  border: 1px solid #f0f0f0;
  padding: 2px;
  background: #fff;
  border-radius: 4px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 2.5rem;
  font-size: 15px;
  color: #2e3e4e;
  border: none;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 30px;
  padding: 10px 0;
  background: #fff;
}
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
  margin-bottom: 30px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#hero {
  padding: 0;
  background: #000;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#hero .carousel-container {
  width: 55%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 3rem;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
#hero .carousel-content {
  padding: 0 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#hero .slider-title {
  background-color: var(--azul-general);
  display: inline;
  color: white;
}
#hero p {
  width: 80%;
  animation-delay: 0.4s;
  color: #fff;
}
.faq .faq-list a.collapsed .icon-show,
.share,
.slider-link {
  display: inline-block;
}
.fixed-top-margin {
  margin-top: 110px;
}
@media (max-width: 992px) {
  #hero .carousel-container {
    width: 100%;
    margin: 3rem 0;
  }

  .fixed-top-margin {
    margin-top: 69px;
  }
  #hero,
  #hero .carousel-item {
    height: 60vh;
  }
  #hero .carousel-content {
    padding: 0px;
    margin: initial;
  }
  .carousel-content .slider-title{
    
  }
  /* #hero .carousel-content {
    text-align: center;
  } */
  #hero p {
    width: 100%;
    padding: 0 20px;
  }
}
#hero h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
}

#hero .btnVideoSlider {
  background-color: #FFF;
  border-radius: 50%;
  padding: 1rem;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 5px solid rgb(15 23 42 / .1);
}

#hero .btnVideoSlider i {
  font-size: 42px;
  color: var(--azul-general);
  margin-left: 8px;
}

#modalvideoSlider .btn-close{
  position: absolute;
  right: 2px;
  top: -29px;
  z-index: 1;
  background-color: #fff;
}

#hero .slider-link {
  -webkit-box-shadow: 0 1px 3px 0 #fff;
  -moz-box-shadow: 0 1px 3px 0 #fff;
  box-shadow: 0 1px 3px 0 #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next,
#hero .carousel-control-prev {
  width: 10%;
  visibility: hidden;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: 0 0;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
}
.breadcrumbs,
.section-bg {
  background-color: #edf3f2;
}
@media (max-height: 500px) {
  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-next,
  #hero .carousel-control-prev {
    width: 5%;
  }
}
.carousel-item-clear::before {
  display: none !important;
}
#hero .carousel:hover .carousel-control-next,
#hero .carousel:hover .carousel-control-prev {
  visibility: visible;
}
section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2e3e4e;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #0cbaa4;
  bottom: 2px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #0cbaa4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px;
  }
}
.breadcrumbs ol,
.counts .count-box p {
  padding: 0;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: ">";
}
.why-us .content {
  padding: 30px;
  background: #0cbaa4;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px;
  color: #fff;
  border-radius: 50px;
}
.why-us .content .more-btn:hover {
  color: #0cbaa4;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0cbaa4;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.counts {
  background: #edf3f2;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
#footer .footer-newsletter form button:hover,
.btn-theme,
.counts .count-box i,
.services .icon-box,
.staff .member .social a:hover {
  background: #0cbaa4;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}
.services .icon-box {
  text-align: center;
  border: 1px solid #0cbaa4;
  padding: 50px 20px;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}
.services .icon-box .icon {
  margin: 0 auto 20px;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}
.services .icon-box .icon i {
  color: #0cbaa4;
  font-size: 28px;
  transition: 0.3s ease-in-out;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s ease-out;
  transform: translateZ(-1px);
  z-index: -1;
}
.services .icon-box h1 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}
.services .icon-box p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #2e3e4e;
  border-color: #2e3e4e;
}
.services .icon-box:hover .icon::before {
  background: rgba(0, 0, 0, 0.2);
}
#footer a,
.services .icon-box:hover h4,
.services .icon-box:hover p,
.whatsapp_float:active,
.whatsapp_float:hover,
.whatsapp_float:visited {
  color: #fff;
}
.active > .page-link,
.extra-images-count .text-primary,
.page-link.active,
.social-links a {
  color: #fff !important;
}
.services .icon-box img,
article .photo-panel {
  margin-bottom: 20px;
}
.staff .member {
  position: relative;
  box-shadow: 0 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.staff .member .pic {
  overflow: hidden;
  width: 120px;
  min-width: 120px;
  border-radius: 50%;
}
.staff .member .pic img {
  transition: 0.3s ease-in-out;
  width: 120px;
  height: 120px;
}
.gallery .gallery-item:hover img,
.staff .member:hover img {
  transform: scale(1.1);
}
.staff .member .member-info {
  padding-left: 30px;
}
.staff .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2e3e4e;
}
.faq .faq-list a,
.staff .member span {
  display: block;
  font-weight: 500;
  position: relative;
}
.staff .member span {
  font-size: 15px;
  padding-bottom: 10px;
}
.staff .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.staff .member p {
  margin: 10px 0 0;
}
.staff .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.staff .member .social a {
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.staff .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.staff .member .social a + a {
  margin-left: 8px;
}
.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.staff .member .member-info .custom-field-title {
  display: none;
}
.staff .member .member-info .custom-field-value {
  padding: 0 !important;
  border: 0 !important;
  opacity: 0.7;
  margin-bottom: 0 !important;
}
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
#footer .footer-bottom,
.bottom-article,
.contact .info i {
  background: #edf3f2;
}
.faq .faq-list a {
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px;
  outline: 0;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: auto;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #dfeae8;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0cbaa4;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0cbaa4;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.contact .info,
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #0cbaa4;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.btn.disabled,
.btn:disabled,
.social-links a,
fieldset:disabled .btn {
  background: #2e3e4e;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2e3e4e;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #2e3e4e;
}
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
  background: #0cbaa4;
  color: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.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: 1s linear infinite animate-loading;
}
.btn-theme {
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
#footer .footer-bottom,
.section-border-top {
  border-top: 1px solid #edf3f2;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  color: #fff;
  background-position: center center;
  background-color: #2e3e4e;
}
#footer .footer-top {
  padding: 80px 0 30px;
  /* box-shadow: 0 2px 15px rgba(25, 119, 204, 0.1); */
  background-color: #3E3E3F !important;
  overflow: hidden;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: Roboto, sans-serif; */
  font-family: "Montserrat" !important;
  color: #fff;
}
#footer .footer-top h1 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0cbaa4;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #fff;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  margin: 0;
}
#footer .footer-newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #2e3e4e;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #000;
}
.social-links {
  display: flex;
}
.social-links a {
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
.social-links a:hover {
  box-shadow: inset rgba(0, 0, 0, 0.4) 0 0 30px;
}
.social-links .social-facebook {
  background: #1877f2;
}
.social-links .social-x {
  background: #000;
}
.social-links .social-linkedin,
ul.social-network li .linkedin {
  background: #0077b5;
}
.social-links .social-youtube {
  background: red;
}
.social-links .social-instagram {
  background: #8134af;
}
.social-links .social-pinterest {
  background: #bd081c;
}
.social-links .social-threads {
  background: #dd2a7b;
}
.social-links .social-snapchat {
  background: #cecc06;
}
#topbar .social-links a {
  width: 28px;
  height: 28px;
  padding: 7px;
  font-size: 14px;
}
.footer-title,
.form-control,
.select2-container,
article .row {
  margin-bottom: 15px;
}
.footer-title h1 {
  font-size: 22px;
}
.footer-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 1px;
  left: 0;
}
.header-dropdown img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 5px;
}
.thumbnail img,
footer,
iframe {
  width: 100%;
}
.header-dropdown .btn {
  border: none;
  padding: 0;
  margin-left: 15px;
}
img {
  max-width: 100%;
}
#google-map {
  position: relative;
  height: 350px;
  border-radius: 15px;
}
#contact-google-map {
  position: relative;
  height: 350px;
}
.sub-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.owl-stage-outer .item {
  margin: 0 10px;
}
.text-justify,
.topic-page article .article-body {
  text-align: justify;
}
.thumbnail img {
  text-align: center;
  padding: 10px;
  border-radius: 15px;
}
.post-main-photo {
  border-radius: 15px;
  margin-bottom: 10px;
}
.bottom-article {
  overflow: hidden;
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 15px;
  border: 1px solid #dfeae8;
}
.bottom-article .title {
  font-size: 20px;
}
ul.social-network {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 2px;
}
.share-title {
  font-size: 24px;
}
.share-title i {
  line-height: 32px;
  margin: 0 4px;
}
ul.social-network li a {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 10px 0 0;
  line-height: 10px;
  font-size: 18px;
}
ul.social-network li .facebook {
  background: #3b5998;
}
ul.social-network li .twitter {
  background: #1da1f2;
}
ul.social-network li .google {
  background: #dc4e41;
}
ul.social-network li .pintrest {
  background: #cb2027;
}
ul.social-network li .youtube {
  background: #db4437;
}
ul.social-network li .instagram {
  background: #b07109;
}
ul.social-network li .tumblr {
  background: #36465d;
}
ul.social-network li .flickr {
  background: #ff0084;
}
ul.social-network li .whatsapp {
  background: #00a859;
}
.datetimepicker {
  margin-top: 130px !important;
}
.line-frame {
  text-align: center;
  border: 1px solid #edf3f2;
  padding: 20px;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #dfeae8 !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #edf3f2 !important;
  margin: 2px !important;
}
.badge-primary,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0cbaa4;
  color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 30px !important;
  height: 36px !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #dfeae8;
}
.select2-dropdown {
  border: 1px solid #dfeae8 !important;
}
.form-control-label {
  margin-bottom: 5px;
}
.card {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #dfeae8;
  display: block;
}
.sidebar-card {
  border-radius: 0.375rem;
}
.sidebar-card h4 {
  font-size: 1.25rem;
}
.badge {
  /* font-family: Tahoma, sans-serif; */
  font-family: "Montserrat" !important;
}
.sidebar-list .list-group .badge {
  float: right;
  border-radius: 4px;
}
.sidebar-list .list-group .list-group,
.topic-custom-fields {
  margin-top: 10px;
}
.sidebar-list .list-group .list-group .list-group-item {
  border: none;
  padding-right: 0;
}
.embed-responsive-item,
.video-iframe {
  height: 500px;
}
.post-card:hover .badge {
  opacity: 1 !important;
}
.badge-inline,
.post-card h5 {
  font-size: 1rem;
}
.post-card h3 {
  font-size: 1.4rem;
}
.h-200px {
  height: 200px;
}
.green-audio-player {
  width: 100%;
  min-width: 250px;
  background: #edf3f2;
  box-shadow: none;
}
.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
  background-color: #0d6efd;
}
.green-audio-player .volume .volume__button.open path {
  fill: #0d6efd;
}
.green-audio-player .volume .volume__controls {
  background-color: #6c757d;
}
.whatsapp_float {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 44px;
  z-index: 100;
  padding: 10px;
  border: 5px solid rgba(255, 255, 255, 0.6);
  /* font-family: Arial, Helvetica, sans-serif !important; */
  font-family: "Montserrat" !important;
  line-height: 40px;
}
.whatsapp-icon {
  margin-top: 16px;
}
article ul li {
  list-style-type: disc;
}
article ol li {
  list-style-type: auto;
}
@media screen and (max-width: 767px) {
  .staff .member {
    display: block !important;
  }
  .staff .member .member-info {
    padding: 0;
    text-align: center;
  }
  .staff .member .pic {
    margin: 0 auto 20px;
  }
  .staff .member span::after {
    left: calc(50% - 25px);
  }
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    bottom: 20px;
    right: 10px;
  }
}
.img-circle {
  border-radius: 50% !important;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer {
  margin-top: auto;
  bottom: 0;
}
.extra-images-count {
  position: absolute;
  right: 18px;
  bottom: 15px;
  font-size: 24px;
  opacity: 0.8;
}
.widget-title {
  padding: 10px 15px;
  background: #edf3f2;
  border-radius: 0.375rem;
  margin-bottom: 10px;
}
.categories-widget .categories-title {
  cursor: pointer;
}
.form-control,
.list-group-item {
  border-color: #dfeae8;
}
.form-control:focus {
  border-color: #cfdbd8;
  box-shadow: 0 0 0 0.25rem rgba(12, 186, 164, 0.11);
}
.active > .page-link,
.bg-primary,
.page-link.active {
  background-color: #0cbaa4 !important;
  border-color: #0cbaa4 !important;
}
.bg-secondary,
.btn-secondary {
  background-color: #2e3e4e !important;
  border-color: #2e3e4e !important;
}
.page-link,
.text-primary {
  color: #0cbaa4 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}
#footer .footer-newsletter form input[type="email"]:focus,
.header-form-search .form-control:focus {
  box-shadow: none;
}
.header-form-search {
  display: flex;
  position: relative;
}
.header-form-search .form-control {
  background: #f9f9f9;
  display: inline-block;
  padding: 4px 8px;
  line-height: 26px;
  height: 26px;
  min-height: 26px;
  width: 200px;
  font-size: 14px;
}
.header-form-search .btn {
  border-radius: 50%;
  position: absolute;
  right: 0;
  padding: 2px 8px;
  height: 26px;
}
.maintenance-mode {
  background: #fcfcff;
}
.testimonials {
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
  #hero h2 {
    font-size: 28px;
  }
  .navbar-mobile-bg i.mobile-nav-toggle {
    color: #FFF;
  }
  .navbar-mobile-bg {
    /* background: #fff; */
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 2rem;
  }
  #topbar .social-links {
    padding-top: 0 !important;
    max-width: 125px;
    overflow: hidden;
  }
  .categories-widget .categories-title i {
    font-size: 24px;
  }
  .categories-widget .categories-list {
    display: none;
  }
  .header-form-search .form-control {
    width: 120px;
  }
}
.cookies-accept-box {
  background-color: #130f40de;
  padding: 20px;
  border-radius: 10px;
}
.cookies-accept {
  bottom: 0;
  position: fixed;
  right: 0;
  border-radius: 4px;
  padding: 15px;
  z-index: 999999;
}
.cookies-accept button {
  -webkit-box-shadow: 0 0 2px 0 #fff;
  -moz-box-shadow: 0 0 2px 0 #fff;
  box-shadow: 0 0 2px 0 #fff;
}

.containerMenuTop, 
.containerGeneralMenu,
.containerMenuTop #navbar .dropdown ul {
    background: var(--azul-general) !important;
    color: #fff !important;
}

.containerGeneralMenu .container-fluid,
.BarraSuperior{
    background-color: #fff;
}

.containerMenuTop #navbar a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.containerMenuTop #navbar a.active {
    color: var(--naranja-general) !important;
}
.containerMenuTop #navbar {
    display: flex;
    justify-content: flex-end;
}   
.containerMenuTop #navbar,
.containerMenuTop #navbar ul {
    color: #fff !important;
}

.containerMenuTop #navbar.navbar-mobile {
    background-color: transparent !important;
}


.ContainerFormRegisterUser{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.ContainerFormRegisterUser {
    position: absolute;
    right: -68px;
    top: 0;
    z-index: 1;
}
.ContainerFormRegisterUser .backgroundForm {
    background: var(--naranja-general);
    -webkit-transform: skew(10deg);
    padding-left: 1rem;
    height: 100%;
}
.ContainerFormRegisterUser .backgroundForm > div {
    border-left: 2px solid #FFF;
    padding: 2rem;
    height: 100%;
}

.containerContent {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    color: #FFF;
    text-align: right;
}

.ContainerFormRegisterUser input {
    border: 1px solid #FFF;
    background: none !important;
    color: white;
}
.ContainerFormRegisterUser input::placeholder {
  color: white;
}
.ContainerFormRegisterUser input:focus {
  color: white;
}

select.form-control-transparente {
  background-color: transparent;
  color: white;
}

select.form-control-transparente:focus {
  background-color: transparent;
  color: white;
}

select.form-control-transparente option {
  background-color: white;
  /* Fondo blanco */
  color: black;
  /* Texto negro */
}

.BorderBottom {
    border-bottom: 1px solid #fff;
}

.btnActionForm {
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    color: var(--azul-general);
    font-weight: 700;
}

.btnActionForm:hover {
    background-color: #fff;
    color: var(--azul-general);
}

.ForgotPassword,
.ForgotPassword:hover {
    color: #fff;
}

.containerButtonMovileLogin {
    display: none;
    padding: 1rem;
}

.modal .modal-content{
  background-color: var(--naranja-general);
  color: #FFF;
  border-radius: 15px;
}

.modal .modalContent{
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1rem;
}

/* Call to action  */
.containerCallToActions {
    background-color: #FFF;
    padding: 2rem 5rem;
}

.containerCallToActions .btnCallToAction {
    background: rgba(255,255,255, .7);
    border: 2px solid var(--naranja-general);
    color: var(--azul-general);
    /* max-width: 70%; */
    border-radius: 18px;
    font-weight: bold;
}

.containerCallToActions .btnCallToAction:hover {
  background: var(--naranja-general);
  color: #FFF;
}

.containerCallToActions .containerCall:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
}

.containerCallToActions {
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .containerCallToActions .btnCallToAction {
    /* max-width: 80%; */
  }

  #testimonios .containerMainSlider .item-slider {
    height: 400px !important;
  }

  .containerMainSlider .item-slider .slider-details {
    padding: 0.25rem 2rem !important;
    font-size: 12px !important;
  }
  #pasos .containerMainSlider .item-slider {
    height:300px !important;
  }

  .LogoCallToActionsBig {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .containerMenuTop {
    background-color: #FFF !important;
  }

  .containerCallToActions .btnCallToAction {
    max-width: 100%;
  }

  #pasos .containerMainSlider .item-slider {
    height: 280px !important;
  }

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

@media (max-width: 520px) {
  #pasos .containerMainSlider .item-slider {
    height: 250px !important;
  }
}

@media (min-width: 992px) {
  .logoCallToActions {
      display: none !important;
  }
}

.owl-carousel-banners .owl-item{
  max-height: 400px;
}
.owl-carousel-banners .owl-item .itemBanner{
  height: 400px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

/* Directorio comercial */
.containerDirectory{
    background-color: var(--azul-general);
    color: #FFF;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
}
.containerFormDirectory {
    border: 2px solid #FFF;
    border-radius: 30px;
    padding: 5px;
}
.containerFormDirectory h4 {
  font-weight: 600;
}

.InputSearchDirectory {
    background: transparent;
    color: #FFF;
    width: 110%;
    height: 100%;
    border: none !important;
    outline: none;
}
.InputSearchDirectory::placeholder {
    color: #FFF;
}

.SelectCategories {
    border-radius: 25px;
    width: 160%;
    height: 100%;
    padding-left: 10px;
}
.BtnSearchDirectory {
    background-color: var(--naranja-general);
    color: #FFF;
    border-radius: 25px;
}
.BtnSearchDirectory:hover, .BtnSearchDirectory:focus, .BtnSearchDirectory:active {
  background-color: var(--naranja-general) !important;
  color: #FFF;
}

/* Calendario */
.containerTitleCalendar,
.containerTitleStrengthenings ,
.containerTitlePlantforms ,
.containerTitleTestimonials {
    margin-top: .3rem;
    padding: 2rem 0;
    background-color: var(--naranja-general);
    color: #FFF;
    font-size: 18px;
    align-items: center;
}

.containerMonths {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    padding: 2rem 0;
    max-width: 1300px;
    gap: 10px;
}
.containerMonths button {
    border: 1px solid var(--azul-general);
    border-radius: 10px;
    color: #333;
    font-weight: 600;
}
.containerMonths button:hover,
.containerMonths button.active {
    background-color: var(--naranja-general);
    border: none;
    color: #FFF;
}

select.Years {
  margin-left: .3rem;
  background-color: transparent;
  border: none !important;
  color: #FFF;
  font-weight: 700;
  font-size: 1.75rem;
  outline: none !important;
}

select.Years option {
  color: #333;
}

/* Fortalecimiento */
.containerTitleStrengthenings {
    background-color: var(--azul-general);
}

.containerMainSlider {
    display: flex;
    justify-content: center;
}
.containerMainSlider .nameSlide{
    color: transparent;
}
.containerMainSlider .item-slider {
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 700px;
} 

.containerMainSlider .item-slider .slider-details{
  padding: 1rem 5rem;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  /* background: rgba(0, 0, 0, .5); */
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  height: 15%;
}
#pasos .containerMainSlider .item-slider .slider-details{
  height: 30%;
}

.containerMainSlider .owl-nav .owl-prev,
.containerMainSlider .owl-nav .owl-next{
    top: 40%;
    position: absolute;
    padding: 1rem 2rem;
    background: var(--azul-general);
}


.containerMainSlider .owl-nav .owl-prev{
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.containerMainSlider .owl-nav .owl-next{
    right: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

/* testimonials */
.containerMainSlider .owl-carousel-testimonials .item-slider .slider-details{
  background-color: var(--azul-general-transparent);
  text-shadow: 0px 2px #000;
  font-weight: 600;
}

.containerMainSlider .owl-carousel-testimonials .owl-item:nth-child(2n) .slider-details{
  background-color: var(--naranja-general-transparent);
}

.containerMainSlider .owl-carousel-testimonials .owl-nav .owl-prev,
.containerMainSlider .owl-carousel-testimonials .owl-nav .owl-next{
  top: 40%;
  position: absolute;
  padding: 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin: 5px;
}

/* Plantforms */
.containerTitlePlantforms{
  background-color: #FFF;
}
.containerTitlePlantforms span{
  color: var(--azul-general);
  font-weight: 700;
}
.containerTitlePlantforms span:nth-child(2n){
  color: var(--naranja-general);

}

.containerPlatforms {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 50px;
}
.containerPlatforms .ItemPlaform {
  position: relative;
  border: 4px solid var(--naranja-general);
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.containerPlatforms .ItemPlaform img {
  width: 80%;
}
.containerPlatforms .ItemPlaform .btnPlatform {
  color: #FFF;
  position: absolute;
  bottom: -14px;
  left: 16%;
  width: 70%;
  border: none;
  border-radius: 10px;
}

/* Contact */
.containerMainContact {
  margin-top: 5rem !important;
  padding-bottom: 5rem !important;
  background-color: #F6F4F2;
}

.containerMainContact .containerTitleContact {
  padding: 2rem 0;
  background-color: #F6F4F2;
  font-size: 18px;
}

.containerMainContact .containerTitleContact h3 {
  color: var(--azul-general);
  font-weight: 700;
}
.labelButtonContact {
  font-size: 14px;
  font-weight: 600;
}

.containerMainContact .btnContact {
  margin-top: 1rem;
  font-size: 14px;
  background-color: #0E8643;
  color: #FFF;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: .5rem 1rem;
}

.containerMainContact .btnContact.form{
  background-color: var(--naranja-general);
}
.containerMainContact .btnContact.email {
  background-color: var(--azul-general);
  overflow-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.containerMainContact .containerImgContact  {
  display: flex;
  justify-content: center;
  align-items: end;
}

.containerMainContact .containerImgContact img {
  width: 80%;
}

.contailnerSocialLinks {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.containerFooterLogo img {
  width: 80%;
}

.containerBootonBar {
  font-size: 14px;
}
.containerBootonBar .infoClient {
  text-align: right;
}

/* Validaciones form login */
#formLogin .form-control.error {
  border: 1px solid red;
  box-shadow: 0 0 4px rgba(255, 0, 0, .8);
  background-color: rgba(255, 0, 0, .1) !important;
}

.ErrorMenssage.error{
  background-color: rgba(255, 0, 0, .2) !important;
  border-radius: 7px;
}
.ErrorMenssage.success{
  background-color: rgba(0, 255, 13, 0.2) !important;
  border-radius: 7px;
}

/* page directory */
.containerItemDitectory {
  background-color: #fff;
  box-shadow: 0px 3px 10px 1px rgba(112, 112, 112, 0.1);
  border-radius: 10px;
  padding: 1rem;
  margin: 2rem 0 !important;
  position: relative;
}

.containerItemDitectory .containerImageDirectory {
  max-height: 150px;
}

.containerItemDitectory .containerImageDirectory .itemImgDirectory{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  border-radius: 10px;
}

.containerItemDitectory .owl-nav {
  position: absolute;
  top: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.containerItemDitectory .owl-nav > div {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 2px;
}

.containerItemDitectory .TitleDitectory a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--naranja-general) !important;
}
.containerItemDitectory .containerDataCompany {
  border-right: 2px dashed #000;
}

.containerItemDitectory .containerSocialMedia {
  font-size: 29px;
    gap: 20px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -14px;
    right: 0px;
}

.containerItemDitectory .containerSocialMedia a{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Directory404 {
  max-width: 500px;
  border-radius: 20px;
}

.ContainerLoaddingCalendar{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  padding: 4rem;
}

.containerResultCalendar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  justify-content: center;
  max-width: 1300px;
  gap: 20px;
}

.containerResultCalendar .containerItemCalendar {
  border-radius: 12px;
  box-shadow: 0px 3px 10px 1px rgba(112, 112, 112, 0.1);
}

.containerResultCalendar .containerImageCalendar {
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 140px; */
  height: 200px;
}

.containerResultCalendar .additionalData {
  display: flex;
  justify-content: space-between;
}

.containerResultCalendar .additionalData span {
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  margin: 7px;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
}

.containerResultCalendar .containerDateCalendar {
  color: var(--naranja-general);
  font-weight: 700;
  padding-bottom: .5rem !important;
  border-bottom: 1px dashed #343a40;
}
.containerResultCalendar .containerDateCalendar .day{
  font-size: 23px;
}

.containerResultCalendar .containerTitleItemCalendar {
  color: #333;
  font-size: 12px;
  padding: 1rem 0 !important;
  max-height: 68px;
}
.containerResultCalendar .containerTitleItemCalendar b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.containerResultCalendar .containerViewMore span {
  border-top: 1px dashed #343a40;
  color: #333;
  padding-top: .4rem;
  font-size: 11px;
}

.containerDetailCalendar {
  box-shadow: 0px 3px 10px 1px rgba(112, 112, 112, 0.1);
  border-radius: 15px;
  padding: 2rem 0;
}
.containerDetailCalendar .containerDate,
.containerDetailCalendar .containerDescriptionDetail,
.containerDetailCalendar .containerTitleDetail {
  padding: 0 2rem;
  padding-bottom: 0;
}
.containerDetailCalendar .containerTitleDetail {
  font-size: 28px;
  margin-bottom: 1rem;
}

.containerDetailCalendar .containerDescriptionDetail > div{
  border-left: 10px solid var(--naranja-general);
  padding: 1rem;
}

.containerDetailCalendar .containerLongDescriptionDetail {
  padding: 2rem;
}

.containerDetailCalendar .btnRegister {
  border: none;
  background-color: var(--naranja-general);
  color: #FFF;
  padding: .5rem 3rem;
  border-radius: 15px;
  font-weight: 700;
}

.btnSendFormContact {
  background-color: #FFF !important;
  color: var(--azul-general);
  border: none;
  font-weight: 600;
}

.iframeVideo{
  height: 500px;
}

.borderLeft {
  border-left: 1px solid #2e3e4e;
}

.containerLogoCCBHeader{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  background: #FFF;
  border-radius: 0 0 37px 37px;
  position: relative;
}
 
.logoBordersCCB.left{
  position: absolute;
  top: -52px;
  right: -47px;
  border: 0;
  border-left: 26px;
  border-top: 26px;
  border-style: solid;
  border-color: transparent;
  width: 99px;
  height: 97%;
  border-top-left-radius: 73px;
  box-shadow: inset 13px 13px 0 13px #FFF;
}
.logoBordersCCB.right{
  position: absolute;
  top: -52px;
  left: -47px;
  border: 0;
  border-right: 26px;
  border-top: 26px;
  border-style: solid;
  border-color: transparent;
  width: 99px;
  height: 97%;
  border-top-right-radius: 73px;
  border-bottom-right-radius: 31px;
  box-shadow: inset -13px 13px 0 13px #FFF;
}

header.header-bg{
  background: transparent;
}

/* imagen de logo en header */
header .imgHeader {
  display: block;
}

header.fixed-top.header-bg.header-scrolled .imgHeader {
  display: none;
}

/* imagen de logo en header al hacer scroll */
header .imgHeaderScrolled {
  display: none;
}

header.fixed-top.header-bg.header-scrolled .imgHeaderScrolled {
  display: block;
}

/* cambiar de color el header al hacer scroll */
.fixed-top.header-bg.header-scrolled {
  background: linear-gradient(45deg, var(--gradient-botton-2), var(--gradient-botton-1)) !important;
  color: #FFF !important;
}
.fixed-top.header-bg.header-scrolled a {
  color: #FFF !important;
}
header  #navbar li:nth-last-child(-n+3) .nav-link {
  color: #FFF !important;
  text-shadow: 1px 1px rgba(0,0,0,.8);
}

header.header-scrolled #navbar li:nth-last-child(-n+3) .nav-link {
  text-shadow: none;
}

/* styles for content section */
.containerMainBanner img {
  position: relative;
  z-index: 2;
}

.containerTitle{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  gap: 20px;
  margin-bottom: 1rem;
}

.containerMainContent {
  display: grid;
  gap: 20px;
  grid-template-columns: 3fr 9fr;
  margin-top: -80px !important;
}

.panel-body {
  background-color: #fff;
  min-height: 100px;
  max-height: max-content;
  box-shadow: 0 12px 16px rgba(69, 91, 99, .08);
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 1rem;
}

.containerMenu .ItemNavbar,
.containerMenu .dropdownMenu {
  list-style: none;
  font-size: 14px;
}

.containerMenu .ItemNavbar a {
  padding: .5rem 1rem;
  display: flex;
  color: #858997;
  justify-content: space-between;
}

.containerMenu .ItemNavbar.active {
  width: 107%;
}

.containerMenu .ItemNavbar.active a {
  background: linear-gradient(180deg, var(--gradient-botton-1), var(--gradient-botton-2));
  box-shadow: 0 3px 9px rgba(0,0,0,.3);
  color: var(--gradient-botton-text);
  font-weight: bold;
}

.containerMenu .ItemNavbar i {
  width: 50px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.containerMenu .ItemNavbar.active a ,
.containerMenu .ItemNavbar.active i {
  color: #fff;
}

.pr-0{
  padding-right: 0;
}

.pl-0{
  padding-left: 0;
}

.containerMenu .ItemNavbar ul {
  display: none;
}
.containerMenu .ItemNavbar.active ul { 
  display: block;
}

/* submenu */
.containerMenu .ItemNavbar.active .dropdownMenu {
  width: 93%;
  background: linear-gradient(180deg, var(--gradient-botton-1), var(--gradient-botton-2));
  color: var(--gradient-botton-text);
}

.containerMenu .ItemNavbar.active .dropdownMenu a {
  box-shadow: none;
  background: transparent;
  font-weight: normal;
}

.containerMenu .ItemNavbar.active .dropdownMenu li.active,
.containerMenu .ItemNavbar.active .dropdownMenu li:hover {
  background-color: rgba(0,0,0,.1);
}

.containerBtnInternalMenu {
  display: none;
}

.containerBtnInternalMenu button {
  background: var(--general-gradient);
  color: #FFF;
}

.close.btnViewInternalMenu{
 display: none; 
}
.mainContainerInternalMenu.active .close.btnViewInternalMenu {
  position: absolute;
  top: -11%;
  right: 2%;
  width: 30px;
  height: 30px;
  padding: 0px;
  background: rgba(0,0,0,.2);
  color: #FFF;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbs{
  background-color: transparent !important;
  font-size: 11px;
}

/* Content */
.sectionIntroduction::before {
  content: ' ';
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, var(--gradient-botton-1), var(--gradient-botton-2));
}
.sectionIntroduction {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.sectionIntroduction.second::before {
  background: #D0D0D0;
}
.sectionIntroduction.second {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.iconsPassTheVoice {
  display: flex;
  justify-content: space-between;
  background-color: rgb(128 128 128 / 8%);
  border-radius: 23px;
  padding: 4px;
}
.iconsPassTheVoice > a:hover {
  color: #000;
}
.iconsPassTheVoice > a {
  background-color: #FFF;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
}

.iconsPassTheVoice img {
  filter: invert(1);
}

.footerSection {
  background: linear-gradient(101deg, rgba(240,11,81,1) 39%, rgb(122 14 85) 86%);
  display: flex;
  justify-content: flex-end;
  color: #FFF;
}

.footerSection .infoFooterSection {
  padding: 50px 0;
}

.footerSection h3{
  font-weight: bold;
}

.footerSection p {
  border-left: 5px solid #FFF;
  padding-left: 20px;
}

.footerSection .callsToAction {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.footerSection .callsToAction a {
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 20px;
  color: #FFF;
  padding: 3px 10px;
}

.footerSection .containerMen{
  position: relative;
}
.footerSection .containerMen img{
  position: absolute;
    bottom: 0;
}

.containerFilter {
  background-color: #FAFAFA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 20px !important;
  display: flex;
  align-items: center;
}

.containerFilter .containerFilterTitle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.containerFilter .containerFieldFilter {
  display: flex;
  align-items: center;
}

.containerFilter .containerFilterTitle h4 {
  font-weight: 700;
  color: #707070;
}

.containerFilter .fa-bars {
  color: #E4E4E4;
  font-size: 20px;
}

.containerFilter label {
  font-weight: 500;
}

.containerFilter select {
  border: 1px solid #dfeae8;
  outline: none;
}

/* News */
.containerNews {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr)); */
  grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
  gap: 20px;
  margin-top: 20px;
}

.containerNews .ItemNew {
  background-color: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, .15); 
  border-radius: 10px;
  padding: 15px;
}
.containerEvents .ItemNew.itemFeatured,
.containerNews .ItemNew.itemFeatured {
  padding: 0;
  grid-column-start: 1;
  grid-column-end: -1;
  overflow: hidden;
}

.ItemNew a:hover {
  color: #444;
}

.containerNews .ItemNew .nameCCB {
  font-size: 12px;
  font-weight: 700;
}
.containerNews .ItemNew .date {
  font-size: 12px;
  color: #707070;
}

.containerNews .ItemNew .containerInfo h5 {
  font-weight: bold;
}

.containerNews .ItemNew .containerInfo p {
  font-style: normal;
}

.containerNews .ItemNew .learn_more {
  padding-top: 15px;
  border-top: 2px dashed #C1C1C1;
  display: flex;
  justify-content: center;
}

.containerPagination {
  border: 4px solid #FFF;
  background: transparent;
  box-shadow: 0 0px 6px rgba(0, 0, 0, .18);
  border-radius: 20px;
  padding: 0;
}
.containerPagination ul {
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  background-color: rgb(128 128 128 / 6%);
  border-radius: 20px;
}
.containerPagination ul .page-link {
  background-color: transparent;
  color: #666666 !important;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
}
.containerPagination ul .page-item.active .page-link {
  background-color: #E0040B !important;
  color: #FFF !important;
  font-weight: bold;
}

/* Eventos */
.containerEvents {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.containerEvents .containerItemCalendar {
  border-radius: 12px;
  /* box-shadow: 0px 3px 10px 1px rgba(112, 112, 112, 0.1); */
  box-shadow: 0 10px 30px rgba(209, 213,223,.5);
  transition: .3s;
  background-color: #FFFFFF;
}

.containerEvents .containerItemCalendar:hover {
  transition: .3s;
  background-color: #F41024;
}

.containerEvents .containerImageCalendar {
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 140px; */
  height: 200px;
}

.containerEvents .additionalData {
  display: flex;
  justify-content: space-between;
}

.containerEvents .additionalData span {
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  margin: 7px;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
}

.containerEvents .containerDateCalendar {
  transition: .3s;
  color: #F41024;
  font-weight: 700;
  padding-bottom: .5rem !important;
  border-bottom: 1px dashed #343a40;
}
.containerEvents .containerItemCalendar:hover .containerDateCalendar
{
  border-bottom: 1px dashed #FFF;
}
.containerEvents .containerItemCalendar:hover .containerTitleItemCalendar,
.containerEvents .containerItemCalendar:hover .containerDateCalendar {
  transition: .3s;
  color: #FFF;
}
.containerEvents .containerDateCalendar .day{
  font-size: 23px;
}

.containerEvents .containerTitleItemCalendar {
  color: #333;
  font-size: 12px;
  padding: 1rem 0 !important;
  max-height: 68px;
  transition: .3s;
}
.containerEvents .containerTitleItemCalendar b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.containerEvents .containerViewMore {
  background-color: #F7F8FB;
  border-radius: 20px;
  padding: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.containerEvents .containerViewMore .freePerson {
  background-color: #3C3C3C;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
}

.containerEvents .containerViewMore .learn_more {
  text-decoration: underline;
  color: #444;
}

.containerEvents .itemFeatured .containerImg {
  width: 263px;
  height: 264px;
}

.containerEvents .itemFeatured .containerImg > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.containerEvents .itemFeatured .containerInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0 !important;
}
.containerEvents .itemFeatured .titleItem {
  font-weight: 700;
}
.containerEvents .itemFeatured .descriptionEvent {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.containerEvents .itemFeatured .containerBtnSeeEvent {
  gap: 30px;
  padding: 5px 5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #F4F4F4;

}
.containerEvents .itemFeatured .containerBtnSeeEvent label {
  font-weight: 700;
}
.containerEvents .itemFeatured .btnSeeEvent {
  background: linear-gradient(180deg, var(--gradient-botton-1), var(--gradient-botton-2));
  font-weight: 700;
  font-size: 12px;
  padding: 10px 40px;
  color: var(--gradient-botton-text);
  border: none;
  border-radius: 50px;
}

.containerMainContent .btnRegister {
  background: linear-gradient(180deg, var(--gradient-botton-1), var(--gradient-botton-2));
  font-weight: 700;
  padding: 10px 40px;
  color: var(--gradient-botton-text);
  border: none;
  border-radius: 50px;
}
.containerMainContent .btnRegister:hover {
  color: var(--gradient-botton-text);
}


/*********** Banner Home **************/
.containerSectionSlider {
  position: relative;
}
.containerSectionSlider .sectionSmallSlider {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

/*********** Fin **************/

/*********** Fotter **************/
#footer .footer-top {
  background: linear-gradient(180deg, #3C3C3C, #000);
  background-image: url(/assets/frontend/images/bk-black.png);
  background-size: cover;
  background-position: left;
}

.containerBootonBar {
  background-color: #1C1C1C;
  padding: 20px 0;
}

.mainContainerQuickLinks {
  position: absolute;
  top: 75px;
  right: -60px;
  padding-right: 0;
  font-size: 12px;
}
.containerQuickLinks {
  background-color: rgba(0, 0, 0, .3);
  padding: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: fit-content;
}

.containerQuickLinks .options{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #AF060E;
  color: #fff;
  text-decoration: underline;
  border-radius: 20px;
}

.containerQuickLinks .options a {
  padding: 5px 20px;
}
.containerQuickLinks .options .fistOption {
  background-color: #FA1126;
  border-radius: 20px;
  font-size: 10px;
}

.listLinkFooter {
  text-decoration: underline;
}
.listLinkFooter li::marker {
  color: #F91025;
}

.mainLinksSocial i{
  color: #F91025;
}
.contailnerSocialLinks a{
  background-color: #F91025;
  color: #fff !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.containerMainSociaslLinks{
  padding-left: 30px !important;
  border-left: 2px dashed #fff;
}
/*********** Fin **************/

@media (max-width: 600px) {
  .containerNews .ItemNew .containerImg {
    display: grid;
    place-content: center;
  }

  .containerFilter .containerFieldFilter {
    padding-top: 10px !important;
  }

  .iframeVideo{
    height: 300px;
  }

  .containerDetailCalendar .containerTitleDetail {
    font-size: 17px;
  }

  #pasos .containerMainSlider .item-slider{
    height: 450px !important;
  }
  
  .containerItemDitectory .containerDataCompany {
    border-right: none;
    border-bottom: 2px dashed #000;
    margin-bottom: 1rem;
  }

  .containerItemDitectory .descriptionDirectory {
    margin-bottom: 1rem;
  }

  .containerFormDirectory,
  .containerFormDirectory .BtnSearchDirectory {
    font-size: 12px !important;
  }

  .formLogin .btnActionForm {
    margin-top: 1rem;
  }
  .containerBootonBar {
    gap: 1rem;
  }
  .containerBootonBar .infoClient {
    text-align: start;
  }
  .sm-mt-0{
    margin-top: 0 !important;
  }
  .containerFooter {
    margin-bottom: 3rem !important;
  }
  .containerFooter > div{
    margin-bottom: 2rem;
  }
  .containerFooterLogo {
    display: flex;
    justify-content: center;
  }
  .containerFooterLogo img {
    width: 60%;
  }
  
  .containerOptionContact {
    margin-bottom: 2rem !important;
  }
  .containerPlatforms {
    grid-template-columns: repeat(1, 1fr);
  }

  .containerMainContent {
    grid-template-columns: 1fr;
  }

  .containerBtnInternalMenu {
    display: block;
  }

  .mainContainerInternalMenu{
    position: absolute;
    /* left: -114%; */
    transform: translateX(-114%);
    transition:transform .3s ease;
  }

  .mainContainerInternalMenu.active{
    /* left: 0; */
    width: 90%;
    transform: translateX(-9px);
    transition: transform .3s ease;
    margin-top: -1px;
    z-index: 10;
  }

  .footerSection .infoFooterSection {
    padding: 30px 20px;
  }

  .footerSection .callsToAction {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px;
  }

  footer .footer-top {
    padding-top: 0px !important;
  }
  
  footer .containerFooterLogo {
    height: 60px;
  }
  footer .containerFooterLogo img {
    display: none;
  }

  .mainContainerQuickLinks {
    top: 25px;
    right: -30px;
    font-size: 11px;
  }

  .containerQuickLinks .options {
    width: 87%;
  }
  .containerQuickLinks .options a {
    padding: 5px 15px;
  }

  .containerMainSociaslLinks {
    padding-left: 15px !important;
  }

  .sm-mb-20 {
    margin-bottom: 20px !important;
  }

  .containerMainContent .btnRegister,
  .containerMainContent {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  section {
    padding-bottom: 0px !important;
  }

  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .containerMonths {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .containerFormDirectory {
      margin-top: 1rem !important;
  }

  .containerCall {
      padding: 0.5rem 5px !important;
  }

  .logoCallToActions{
    display: flex;
    justify-content: center;
    padding: 0px;
  }

  .btnCallToAction {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
  }
  
  .containerGeneralMenu .container-fluid{
      padding-right: 7px;
      height: 90px;
  }
  .containerMenuTop #navbar,
  .containerMenuTop #navbar > ul {
      background: #fff;
      border: none;
  }
  
  .containerMenuTop #navbar.navbar-mobile > ul {
      background: var(--azul-general);
  }

  .ContainerFormRegisterUser{
      display: none;
  }

  .containerButtonMovileLogin {
      display: flex;
      justify-content: center;
      background-color: var(--naranja-general);
  }

  .sm-p-0 {
      padding: 0 !important;
  }

  #header{
    display: block;
    padding: 10px !important;
  }

  .fixed-top.header-bg.header-scrolled a {
    color: #2e3e4e !important;
  }
  .navbar-mobile ul {
    top: 0;
  }
  .navbar-mobile .mobile-nav-toggle {
    top: 19px;
  }
  header .logo{
    margin: 0 !important;
    width: auto;
  }

  .containerTitle{
    height: 250px;
    font-size: 2.5rem;
  }
  .containerTitle img {
    width: 20%;
  }

  .containerEvents .itemFeatured .containerImg {
    width: 100%;
  }

  .containerEvents .itemFeatured .containerBtnSeeEvent {
    gap: 10px;
    font-size: 12px;
    margin-top: 20px;
  }

  .sm-pb-0 {
    padding-bottom: 0px !important;
  }

  .containerMainSociaslLinks{
    padding-left: 30px;
    border-left: none;
  }

  .contailnerSocialLinks a {
    padding: 19px;
    font-size: 20px;
  }

  .app {
    width: 100%;
  }

  .app main {
    width: 100%;
  }

  .sectionNotesHome,
  .sectionEventsHome,
  .sectionNewsHome,
  #main .containerMainBanner,
  #main .containerMainContent, 
  #main .containerMainContent 
  {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-scrolled .borderLeft {
    border-color: #fff;
    transition: .5s;
  }

  .containerNews .containerInfo{
    padding: 15px 20px !important;
  }

  .containerMainContent div.px-4,
  .descriptionDetail {
    padding: 0 15px !important;
  }
  .containerMainContent div.px-5 {
    padding: 0 20px !important;
  }
}

@media (min-width: 900px) {
    .containerMenuTop {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 22px;
        justify-content: flex-end;
        align-items: center;
        display: flex;
        padding: 0 20px !important;
        border-top-left-radius: 10px;
    }
    
    .containerMenuTop #navbar {
        position: absolute;
        top: 18px;
        right: -9px;
        bottom: 0;
        z-index: 4;
        padding-right: 10px;
    }

    .containerMenuTop #navbar ul li {
        padding: 8px 0px;
        height: 100%;
        align-items: center;
        display: flex;
    }
    
    .containerMenuTop #navbar ul li a {
        border-left: 2px dashed #fff;
        padding: 4px 15px;
    }
    
    .containerMenuTop #navbar ul li.active {
        border-bottom: 2px solid #fff;
    }

    .containerMenuTop #navbar ul li:first-child a {
        border-left: none;
    }

    header {
      height: 116px;
    }

    .containerMainBanner {
      min-height: 400px;
    }
}
@media (max-width: 1023px) {
  .containerLogoCCBHeader {
    display: none !important;
  }
  header #navbar li:nth-last-child(-n+3) .nav-link {
    text-shadow: none;
    color: #2e3e4e !important;
  }

  .containerSectionSlider .sectionSmallSlider {
    position: relative;
    bottom: 0;
    padding: 60px 0 !important;
    padding-bottom: 0 !important;
  }
}