@charset "UTF-8";
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-900-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-900-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-700-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-500-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-500-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museosans";
  src: url("../fonts/museosans/museosanscondensed-300-webfont.woff2") format("woff2"), url("../fonts/museosans/museosanscondensed-300-webfont.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  padding: 0;
}
.navbar .nav-item {
  display: flex;
}
.navbar .navbar-brand img {
  max-height: 100px;
}
.navbar .navbar-toggler {
  border: none;
  color: #e22038;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.navbar .navbar-toggler .close {
  color: var(--white);
  opacity: 1;
  padding: 0 1rem;
}
.navbar .navbar-toggler .oi-menu {
  display: none;
  opacity: 0;
}
.navbar .navbar-toggler.collapsed {
  color: var(--white);
}
.navbar .navbar-toggler.collapsed .close {
  display: none;
  opacity: 0;
}
.navbar .navbar-toggler.collapsed .oi-menu {
  display: block;
  opacity: 1;
}
.navbar .navbar-nav .nav-link {
  color: var(--white);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: 0.25s;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-link {
    max-width: 22rem;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .nav-link {
    width: 100%;
    padding: 1.5rem 0.5rem;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3803921569);
  }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
    background-color: #b41023;
  }
}
.navbar .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  background-color: #b41023;
}
.navbar .navbar-nav .nav-link:focus {
  background-color: #b41023;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    padding: 1.5rem 0 0.5rem;
  }
}
.navbar.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3;
}
.navbar.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.ftco-footer {
  padding: 1.5rem 0;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 1.5rem 0 0;
  display: inline-block;
}
.ftco-footer-social lili:first {
  margin: 0 1.5rem 0 0;
}
.ftco-footer-social li a {
  height: 4rem;
  width: 4rem;
  display: block;
  float: left;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  color: #e22038;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: var(--white);
  background: #e22038;
  border: 1px solid var(--white);
}

@media (max-width: 768px) {
  .ftco-footer {
    padding: 0.5rem;
  }
  .ftco-footer-info {
    flex-direction: column;
    align-items: center !important;
    margin-bottom: 1rem;
  }
}
#intro {
  min-height: 70vh;
  position: relative;
}
#intro h1.h1-main-title {
  margin-bottom: 5rem;
  font-size: 5rem;
}
#intro::before {
  background-image: url(../images/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 1;
  display: block;
  filter: blur(0.15rem);
}
#intro .container {
  position: relative;
  padding: 8rem 0 4rem;
}
@media (max-width: 768px) {
  #intro .container {
    padding: 3rem 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #intro .video {
    margin-bottom: 3rem;
  }
}
#intro p {
  font-size: 2.1rem;
}
#intro .button-way-point {
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid var(--white);
  border-radius: 50%;
  color: var(--white);
  transition: all ease 0.35s;
}
#intro .button-way-point:hover {
  text-decoration: none;
  background: var(--white);
  color: #e22038;
  transition: all ease 0.35s;
}
#intro .subHome {
  position: absolute;
  bottom: 20px;
  right: 0;
}
#intro .intro {
  min-height: 70vh;
}

/* módulo intro */
.owl-item .cause-entry.box {
  display: flex;
  flex-direction: column;
}
.owl-item .cause-entry .img {
  display: block;
  min-height: 300px;
  background-size: cover;
}

@media (min-width: 768px) {
  .cause-entry .text {
    margin-top: -4rem !important;
    background: #fff;
    width: 90%;
    margin: 0 auto;
  }
}
.owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-item .item {
  height: 100%;
}
.owl-item h3 {
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
}
.owl-item h3 a:hover {
  color: #e22038;
}
.owl-item .btn {
  font-size: 1.6rem;
  color: var(--gray);
  font-family: "Museosans", Arial, sans-serif;
  border: 1px solid #eee;
  font-weight: 700;
  box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.2);
  align-self: center;
  border-radius: 0;
}
.owl-item .btn:hover {
  background-color: #e22038;
  color: var(--white);
}

/* slide */
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.owl-carousel .owl-nav .owl-prev span::before,
.owl-carousel .owl-nav .owl-prev span::before,
.owl-carousel .owl-nav .owl-next span::before,
.owl-carousel .owl-nav .owl-next span::before {
  font-size: 80px;
  text-shadow: 0px 3px 1px rgba(86, 86, 86, 0.3607843137);
  color: #e22038;
}
.owl-carousel .owl-nav .owl-prev:hover span::before,
.owl-carousel .owl-nav .owl-prev:hover span::before,
.owl-carousel .owl-nav .owl-next:hover span::before,
.owl-carousel .owl-nav .owl-next:hover span::before {
  color: #e22038;
}
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #e22038;
}
.owl-carousel .owl-dots:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
  padding: 10px;
}

.carousel-cause.owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  position: relative;
}

.owl-carousel .owl-item.active,
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active:hover {
  background: #999;
}

/* módulo carousel */
/* accordeon */
.card .card-header {
  padding: 0;
}
.card .card-header h3 {
  margin: 0;
}
.card .card-header .btn-link {
  position: relative;
  padding: 1.5rem;
  display: block;
  text-decoration: none;
  background: #b41023;
  color: var(--white);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  border: 1px solid #b41023;
  width: 100%;
  text-align: left;
  white-space: initial;
  border-radius: 0;
}
.card .card-header .btn-link:hover, .card .card-header .btn-link:focus {
  opacity: 0.8;
}
.card .card-header .btn-link[aria-expanded=true] {
  background-color: #b41023;
  border-color: #b41023;
  opacity: 1;
}
.card .card-header .btn-link::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 3rem;
  color: var(--white);
}
.card .card-header .btn-link[aria-expanded=show]:after, .card .card-header .btn-link[aria-expanded=true]:after {
  content: "\f106";
}
.card .card-body {
  padding: 1.5rem 3rem;
}

/* módulo paso a paso y Tabla datos */
.faqs {
  padding-bottom: 4rem;
}
.faqs .content-block {
  margin-bottom: 5rem;
}
.faqs .content-block a h3, .faqs .content-block a p {
  color: #e22038;
}
.faqs .content-block a:hover h3, .faqs .content-block a:hover p {
  color: var(--red);
}
.faqs .icon-box span {
  padding: 1rem 2rem 0 0;
  font-size: 3.5rem;
}
.faqs .box__faq--default a {
  padding: 2rem 0.5rem;
}
.faqs .box__faq--default a:hover {
  color: inherit;
}
.faqs .box__faq:hover {
  background-color: rgba(167, 177, 177, 0.043);
}

/* módulo FAQS o Biblioteca */
#banner .container {
  overflow: hidden;
}

#banner .container img {
  width: auto;
  max-width: 350px;
}

.banner-area {
  background-color: #e42528;
}
.banner-area a {
  text-align: center;
}
.banner-area h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.banner-area-margin {
  margin: 20px 0 20px 0;
}

/* MODULO BANNER */
.scorecontainer {
  display: flex;
  justify-content: center;
}

.boton-contador {
  width: 90px;
  padding: 20px 0;
  cursor: default;
  border-radius: 20px;
  outline: none !important;
  font-size: 80px;
  color: white;
  display: block;
  font-weight: bold;
  font-family: system-ui, -apple-system;
  background-color: #e3ae3a;
}

.boton-contadorcontainer {
  display: inline-block;
  margin: 4px;
  text-align: center;
}

@media (max-width: 1030px) {
  .boton-contador {
    width: 64px;
    font-size: 52px;
  }
}
@media (max-width: 850px) {
  .boton-contador {
    width: 58px;
    font-size: 50px;
  }
}
@media (max-width: 655px) {
  .boton-contador {
    width: 48px;
    font-size: 50px;
  }
}
@media (max-width: 585px) {
  .boton-contador {
    width: 48px;
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .boton-contador {
    width: 48px;
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .boton-contador {
    width: 40px;
    height: 86px;
    font-size: 24px;
  }
}
@media (max-width: 280px) {
  .boton-contador {
    width: 32px;
    height: 70px;
    font-size: 20px;
  }
}
/*elemento contador*/
.calendar {
  border: 1px solid #e22038;
  max-width: 1366px;
  background: #fff;
  height: 39 7px;
}

.month-wrapper {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  background-color: #b41023;
  color: white;
  justify-content: center;
}
.month-wrapper #month {
  font-weight: inherit;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.month-wrapper .arrow-wrapper {
  padding: 1rem;
  cursor: pointer;
}
.month-wrapper .arrow-wrapper:first-child:hover .arrow {
  transform: translateX(-0.5rem);
}
.month-wrapper .arrow-wrapper:last-child:hover .arrow {
  transform: translateX(0.5rem);
}
.month-wrapper .arrow {
  font-size: 2.2rem;
  display: block;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.days-wrapper {
  display: flex;
  border-bottom: 1px solid #e22038;
  width: 100%;
}
.days-wrapper > *:not(:nth-of-type(7n)) {
  border-right: 1px solid #e22038;
}
.days-wrapper .day {
  min-height: initial;
  padding: 0.5rem;
  text-transform: uppercase;
  justify-content: center;
  color: black;
  font-size: 0.49rem;
  font-weight: 700;
  flex: 14.285%;
  background-color: #cc9a0a;
}

.dates-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*& > *:not(:nth-of-type(7n)) { border-right: 1px solid $primary_color_dark; }
  & > *:nth-of-type(6),
  & > *:nth-of-type(13), 
  & > *:nth-of-type(20), 
  & > *:nth-of-type(27), 
  & > *:nth-of-type(34), 
  & > *:nth-of-type(7n)
  { background: #f5f5f5; }*/
}

.date, .day {
  display: flex;
  flex: 0 0 14.28571%;
  width: 14.28571%;
  background: #fff;
  min-height: 10rem;
  border: 1px solid #b41023;
}

.date {
  display: inline-grid;
  font-size: 1.1rem;
}
.date span {
  margin-left: auto;
  font-size: 1.7rem;
  align-self: flex-start;
}
.date .current-date {
  background: #b41023;
  color: #fff;
}
.date a {
  margin-top: auto;
  text-decoration: none;
  color: #000;
  border-radius: 0.5rem;
  font-weight: 600;
}
.date > *:not(.box) {
  padding: 0.5rem;
}
.date.event {
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.date.event .event-description:hover + .box {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.date.event .box {
  position: absolute;
  left: 50%;
  bottom: 80%;
  width: 20rem;
  height: max-content;
  text-align: center;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  pointer-events: none;
}
.date.event .box .span-wrapper {
  display: block;
  color: #b41023;
  padding: 2rem;
}
.date.event .box .span-wrapper .box-span-date, .date.event .box .span-wrapper .box-span-time {
  text-transform: capitalize;
  display: block;
}
.date.event .box .span-wrapper .box-span-date {
  margin-bottom: 0.5rem;
}

.blank {
  flex: 0 0 14.28571%;
  min-height: 10rem;
  border: 1px solid #b41023;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 388px) {
  .days-wrapper .day {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 910px) {
  .days-wrapper .day {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 520px) {
  .days-wrapper {
    display: none;
  }
  .blank {
    display: none;
  }
  .date {
    display: none;
  }
  .date span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .date.event {
    display: inline-grid;
    flex: 100%;
    width: 100%;
    height: auto;
  }
}
.section #calendario {
  padding: 0;
}

.calendario-banner-wrapper {
  width: 100%;
  height: 20vh;
  background-color: #b41023;
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.calendario-banner-wrapper img {
  max-width: 100%; /* Asegura que la imagen no sobrepase el contenedor */
  max-height: 100%;
}

/* calendario*/
.instagram-gallery {
  text-align: center;
  background: #ffffff;
  padding: 40px 20px;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e22629;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Configuración de la grilla */
.ig-grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; /* Espaciado entre elementos */
  max-width: 1200px; /* Máximo ancho de la grilla */
  margin: auto;
  grid-auto-flow: dense; /* Reorganiza para evitar espacios vacíos */
}

/* Estilo de cada elemento */
.ig-grid-item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.ig-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

/* Efecto al pasar el mouse */
.ig-grid-item:hover img {
  transform: scale(1.05); /* Aumenta ligeramente el tamaño */
}

/* Botón de Instagram */
.instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e22629;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.instagram-button img {
  height: 20px;
  margin-right: 10px; /* Espacio entre logo y texto */
}

.instagram-button:hover {
  background: #c71c24;
  transform: scale(1.05);
}

/* RESPONSIVO: Ajusta columnas y títulos para pantallas pequeñas */
@media (max-width: 768px) {
  .gallery-title {
    font-size: 2rem;
  }
  .ig-grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en móviles */
  }
  .instagram-button {
    font-size: 1.2rem;
    padding: 12px 20px;
  }
}
/* instagram*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html.vacunacion {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.vacunacion body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

.section {
  padding-left: 10px;
  padding-right: 10px;
}
.section .container,
.section .container-fluid {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .section .container {
    padding: 2rem 1rem;
  }
}

.bg-dark {
  background-color: #e22038 !important;
}

.primary_color {
  color: #e22038;
}

.primary_color_dark {
  color: #b41023;
}

.complementary_color {
  color: #ffc10d;
}

.complementary_color_dark {
  color: #cc9a0a;
}

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

.gris {
  color: var(--gray);
}

h1 {
  font-size: 4rem;
}
@media (min-width: 768px) {
  h1 {
    text-align: center;
  }
}

h2 {
  font-size: 3.5rem;
}

h1,
h2 {
  font-family: "Museosans", Arial, sans-serif;
  font-weight: 900;
}

h3,
h4,
h5,
h6 {
  font-family: "Museosans", Arial, sans-serif;
  font-weight: 700;
}

a {
  color: #e22038;
}
a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
a.btn-link {
  background: #ffc10d;
  border: 0.1rem solid #ffc10d;
  color: var(--white);
  padding: 1rem 2rem;
  width: auto;
  text-align: center;
}
a.btn-link:hover, a.btn-link:focus {
  color: #ffc10d;
  background: var(--white);
}

p {
  color: var(--gray);
}

/*fontawsome issue*/
.fa,
.fas {
  font-family: "FontAwesome";
}

/* tabla csv */
.table_content__info a {
  font-weight: bold;
  color: #e22038;
}
.table_content__info a:hover, .table_content__info a:focus {
  color: #b41023;
}

qq #ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}
qq #ftco-loader .fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
qq #ftco-loader.show {
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
qq #ftco-loader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}
qq #ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .preloader-body {
  text-align: center;
}
.preloader .preloader-body p {
  position: relative;
  right: -8px;
}
.preloader .cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}
.preloader .cssload-container .cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #e22038;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin 0.88s infinite linear;
}

/* ToTop */
.ui-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.6rem;
  color: var(--white);
  background: #e22038;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
}
.ui-to-top:hover, .ui-to-top:focus {
  color: var(--white);
  background: #b41023;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ui-to-top {
    display: none !important;
  }
}

/*chatico*/
.link-chatico {
  position: fixed;
  right: 1.5rem;
  bottom: 11rem;
  z-index: 100;
  width: 8rem;
  height: 8rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.6rem;
  overflow: hidden;
  background-color: #f8f9fa;
  transition: 0.3s all ease-in-out;
}

.row-30 > * {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .devider-bottom {
    padding-bottom: 20px;
    font-size: 33px;
    line-height: 1.33333;
  }
  .devider-bottom:after {
    width: 393px !important;
    left: -175px !important;
    display: block !important;
  }
  .offset-top-45 {
    margin-top: 45px;
  }
}
.devider-bottom {
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: fadeInLeft;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.devider-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #e31933;
  display: none;
}

.devider-bottom {
  position: relative;
}

.section-name {
  letter-spacing: 0.17em;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 2.14286;
  font-weight: 400;
  color: #888888;
  /*-webkit-text-size-adjust: none;*/
}

.devider-bottom .text-primary {
  color: #EA0029 !important;
}

@media (min-width: 992px) {
  .block-sm {
    max-width: 430px;
  }
}
.block-sm {
  margin-left: auto;
  margin-right: auto;
}

.fecha-noticia.mb-4.font-weight-bold.text-light {
  font-size: 2rem;
  font-family: var(--font-primary);
  text-transform: uppercase;
  line-height: 2.14286;
  font-weight: 400 !important;
  color: #888888 !important;
  /*-webkit-text-size-adjust: none;*/
}

/* Vacunometro Iframe*/
.vacunometro-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
#microrelatos .yt-video-main-iframe {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
#microrelatos .border {
  border: none !important;
}
#microrelatos .btn-link {
  background: #e42528;
  border: none;
  text-decoration: none;
}
#microrelatos .btn-link:hover, #microrelatos .btn-link:focus {
  color: #fff;
}
#microrelatos .micro-subt {
  background: rgb(228, 37, 40);
  background: linear-gradient(180deg, rgb(228, 37, 40) 49%, rgb(179, 28, 31) 90%);
  border-radius: 0 0 25px 25px;
}
#microrelatos .micro-subt a {
  color: #fff;
  text-decoration: none;
}

#testimonios p {
  margin: 0 auto;
  font-size: 2rem;
  color: #000;
}
#testimonios h2 {
  width: 80%;
  margin: 30px auto;
}

#galeria {
  padding: 30px 0;
  background: #f0f0f0;
  text-align: center;
  font-family: var(--font-primary);
}

#separador .btn-link,
#galeria .btn-link {
  background: #e42528;
  border: none;
  text-decoration: none;
}
#separador .btn-link:hover, #separador .btn-link:focus,
#galeria .btn-link:hover,
#galeria .btn-link:focus {
  color: #fff;
}

#separador p {
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
  color: #000;
}
#separador a {
  text-decoration: none;
}
#separador a:hover {
  color: #e22038;
}
#separador img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}

#videoContainer {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.yt-video-main-iframe {
  width: 85%;
  height: 85%;
  max-width: 1140px;
  aspect-ratio: 16/8;
  margin: auto;
  border-radius: 25px;
}

.close-button {
  display: none;
  align-self: flex-end;
  background: transparent;
  margin-top: 4rem;
  margin-right: 10%;
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: var(--white);
  font-size: 5rem;
  width: 5%;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .yt-video-main-iframe {
    width: 90%;
    height: 90%;
    border-radius: 10px;
    object-fit: cover;
    margin: 0;
    padding: 2px;
    aspect-ratio: 8/16;
  }
  .close-button {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
  #videoContainer {
    justify-content: flex-start;
  }
}
.etiqueta {
  background-color: #b41023;
  color: white;
  max-width: fit-content;
  padding: 23px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
}

.etiqueta h3 {
  margin-bottom: 0;
}

.texto-y-boton {
  position: absolute;
  bottom: 0;
  display: block;
}

.texto-y-boton h3 {
  font-size: 1.8rem;
  margin: 1em;
}

.boton-comp a {
  text-decoration: none;
  background-color: #cc9a0a;
  color: white;
  width: 100%;
  padding: 23px;
  font-weight: 600;
  z-index: 2;
}

.border-dashed {
  border: #e22038 solid 1px;
}

h3.subtitle {
  font-size: 1.4em;
  color: #b41023;
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.img-center {
  position: absolute;
  top: 30%;
  left: calc(50% - 50px);
}

a.hidden-navbar {
  background-color: #fff !important;
  color: #fff !important;
  text-decoration: none;
}
a.hidden-navbar:hover {
  color: #fff !important;
  background-color: #fff !important;
}

footer {
  background: linear-gradient(0.25turn, #ba2427, #e22427);
}
footer .img-fluid {
  max-height: 80px;
}

/*# sourceMappingURL=micasa.css.map */
