@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@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-width: 150px; }

.navbar .navbar-toggler {
  border: none;
  color: #74A03A;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: .1em;
  padding-right: 10px; }

.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: .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 .5rem;*/
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ffffff61; }

  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
    background-color: #74A03A; } }
.navbar .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  background-color: #74A03A; }

.navbar .navbar-nav .nav-link:focus {
  background-color: #74A03A; }

@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 .5rem*/ } }
.navbar.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3; }

.navbar.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .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: #303784; }
    .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: #303784;
      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 {
  position: relative; }
  #intro h1.h1-main-title {
    margin-bottom: 5rem;
    font-size: 5rem; }
  #intro::before {
    background-image: url(../images/fondo-banner-navidad.gif);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: 60%;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 1;
    display: block;
    background-position-x: 80%;
    background-color: #b62410; }
  #intro .contenedor_intro {
    max-width: 100% !important;
    padding-bottom: 0 !important;
    margin: 0 auto; }
  #intro .container,
  #intro .section .container-fluid {
    padding: 0rem 0; }
    @media (max-width: 768px) {
      #intro .container,
      #intro .section .container-fluid {
        padding: 3rem 1.5rem; } }
  @media (max-width: 768px) {
    #intro .video {
      margin-bottom: 3rem; } }
  #intro p {
    font-size: 2.1rem; }
  #intro .button-way-point {
    width: 6rem;
    height: 6rem;
    border: 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: #00a4b3;
      transition: all ease 0.35s; }

/* módulo intro */
.owl-item .cause-entry.box {
  display: flex;
  flex-direction: column;
  border-bottom: 0.5rem solid var(--red); }
.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.6rem;
  margin-bottom: 2rem; }
  .owl-item h3 a:hover {
    color: var(--red); }
.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: var(--red);
    color: var(--white); }

/* slide */
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .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 .7s ease;
      -o-transition: all .7s ease;
      -webkit-transition: all .7s ease;
      -ms-transition: all .7s ease;
      transition: all .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 #5656565c;
        color: #00a4b3; }
      .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: var(--red); }
    .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: #00a4b3; }
    .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 */
.faqs {
  padding-bottom: 4rem; }
  .faqs .content-block {
    margin-bottom: 5rem; }
    .faqs .content-block a h3, .faqs .content-block a p {
      color: #00a4b3; }
    .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 */
.carousel-inner {
  background: #ffdabb; }
  .carousel-inner .img-size {
    height: 320px;
    width: 560px; }
    @media screen and (min-width: 768px) {
      .carousel-inner .img-size {
        height: 450px;
        width: 700px;
        background-size: cover;
        overflow: hidden; } }

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background: 50%/100% 60% no-repeat;
  background-color: var(--orange); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

/* sección para carrousel de bootstrap */
#mapas {
  height: 140px;
  position: absolute;
  top: 1300px; }

.intro-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .intro-button {
      justify-content: start; } }
  .intro-button a {
    color: #fff;
    background: #BE1C33;
    padding: 1rem 3rem;
    border-radius: 0.25rem; }
  .intro-button a:hover, .intro-button a:active, .intro-button a:focus {
    color: #BE1C33;
    background: #fff; }

#map {
  height: 300px;
  z-index: 0; }
  @media screen and (min-width: 768px) {
    #map {
      height: 500px; } }

.container__map {
  margin-top: 6rem;
  padding-left: 15px;
  padding-right: 15px; }

.d-none {
  display: none; }

.container {
  margin-top: 10px;
  margin-bottom: 10px; }

.list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.list--list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc; }
  .list--list-item:last-child {
    border-bottom: 0;
    margin: 0; }

.no-result {
  display: none; }

.card {
  border: none;
  background: none;
  padding: 0; }
  .card__wrap {
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: -2px 2px 3px #ccc;
    background: #fff;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      .card__wrap {
        max-height: 400px;
        overflow: hidden; } }
  .card__wrap:hover {
    transform: translate(3px, -3px);
    transition: .2s;
    box-shadow: -6px 8px 12px #d1d1d1;
    position: relative;
    border: 2px solid #BE1C33;
    top: 0;
    left: 0; }
  .card__head {
    margin-top: 30px;
    flex-flow: column;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .card__head {
        flex-flow: row; } }
  @media screen and (min-width: 769px) {
    .card__image {
      width: 38%;
    }
    .card__info {
      width: 58%;
    }
  }
  .card__image {
    text-align: center; }
    .card__image--rounded {
      border-radius: 50%; }
  .card__info {
    margin-top: 30px; }
    @media screen and (min-width: 769px) {
      .card__info {
        margin-top: 0px;
        margin-left: 20px; } }
  .card__summary {
    margin-top: 20px; }
    @media screen and (min-width: 769px) {
      .card__summary {
        height: 180px;
        overflow: hidden; } }
  .card__localidad {
    border-top: 2px dashed #BE1C33;
    border-bottom: 2px dashed #BE1C33;
    color: #BE1C33;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase; }
  .card__estado {
    font-style: italic; }

.form-colegios {
  flex-flow: column nowrap;
  margin: 0 10px; }
  @media screen and (min-width: 769px) {
    .form-colegios {
      flex-flow: row nowrap; } }
  .form-colegios__container {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .form-colegios__container {
        width: 40%; } }
  .form-colegios__select {
    font-size: 16px;
    cursor: pointer; }
  .form-colegios__button {
    font-size: 16px; }
  .form-colegios__button-container {
    margin-top: 30px; }
    @media screen and (min-width: 769px) {
      .form-colegios__button-container {
        margin-left: 20px;
        margin-top: 0px; } }
  .form-colegios--dash-yellow {
    border: 2px dashed #BE1C33;
    padding: 20px 15px; }

.accordion__main {
  justify-content: space-between;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .accordion__main {
      flex-flow: row; } }
.accordion__box {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .accordion__box {
      width: 48%; } }

#accordion-localidades2 {
  margin-top: 10px; }
  @media screen and (min-width: 769px) {
    #accordion-localidades2 {
      margin-top: 0px; } }

#accordion-localidades .card, #accordion-localidades2 .card {
  margin: 0 10px; }
  @media screen and (min-width: 769px) {
    #accordion-localidades .card, #accordion-localidades2 .card {
      width: 100%;
      flex: 48%; } }

.btn-orange {
  color: #fff;
  background-color: #BE1C33;
  border-color: #BE1C33; }

.btn-orange:hover {
  background-color: #fff;
  color: #BE1C33; }

.pagination {
  margin-top: 20px;
  justify-content: center; }

.pagination li {
  text-align: center;
  min-width: 40px;
  min-height: 40px; }

.pagination li.active a {
  background-color: #BE1C33;
  border-color: #BE1C33;
  color: #fff; }

.pagination li a {
  color: #BE1C33;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.modal-body {
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    .modal-body {
      padding: 1rem 2rem; } }

.leaflet-tooltip {
  display: none;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .leaflet-tooltip {
      font-size: 2.5rem;
      display: block; } }

/* módulo colegios */
* {
  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 .container,
.section .container-fluid {
  padding: 6rem 0; }
@media (max-width: 768px) {
  .section .container {
    padding: 3rem 1.5rem; } }

.bg-dark {
  background: #529148;
  background: linear-gradient(90deg, #529148 0%, #396631 25%, #348327 50%, #396631 75%, #529148 100%);
}
.primary_color {
  color: #BE1C33; }

.red {
  color: #BE1C33; }

.orange {
  color: #FC7900; }

.green {
  color: #529148; }

.btn-green {
  color: #fff;
  background-color: #529148;
  border-color: #529148; }

.btn-green:hover {
  color: #529148;
  background-color: #fff;
  border-color: #529148; }

.blue-dark {
  color: #303784; }

.btn-blue-dark {
  color: #fff;
  background-color: #303784;
  border-color: #303784; }

.btn-blue-dark:hover {
  color: #303784;
  background-color: #fff;
  border-color: #303784; }

.blue {
  color: #579ADB; }

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: var(--orange); }
  a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out; }
  a.btn-link {
    background: var(--orange);
    border: 0.1rem solid var(--orange);
    color: var(--white);
    border-radius: 2.5rem;
    padding: 1rem;
    width: auto;
    text-align: center; }
    a.btn-link:hover, a.btn-link:focus {
      color: var(--orange);
      background: var(--white); }

p {
  color: #686868;
  font-family: Rajdhani,sans-serif;
  font-size: 17px;
  font-weight: 500; }

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

/* tabla csv */
.table_content__info a {
  font-weight: bold;
  color: #00a4b3; }
  .table_content__info a:hover, .table_content__info a:focus {
    color: #118b96; }

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 #00a4b3;
      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: #BE1C33;
  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: #BE1C33_dark;
    text-decoration: none; }
  @media (max-width: 767px) {
    .ui-to-top {
      display: none !important; } }

.navbar .navbar-nav .nav-link {
  color: var(--white);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: .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 .5rem;*/
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ffffff61; }

  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
    background-color: #74A03A; } }
.navbar .navbar-nav .nav-link:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  background-color: #74A03A; }

.navbar .navbar-nav .nav-link:focus {
  background-color: #74A03A; }

@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 .5rem*/ } }
.foto_dia::before {
  background-image: url(../images/fondo-balance-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.foto_noche::before {
  background-image: url(../images/fondo-balance-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.img_logo_navidad {
  position: absolute;
  bottom: 0; }

.img_contenedor {
  height: 350px; }

.imagenes_intro .img_1,
.imagenes_intro .img_2,
.imagenes_intro .img_3 {
  max-width: 250px;
  border: 0;
  vertical-align: bottom;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%; }

.imagenes_intro .img_contenedor_1 {
  text-align: left; }

.imagenes_intro .img_contenedor_3 {
  text-align: right; }

.imagenes_intro .img_contenedor_2 {
  text-align: center; }

.img_4 {
  z-index: 1;
  position: absolute;
  margin-top: -20%;
  width: 40%; }

@media (max-width: 720px) {
  .imagenes_intro .img_1,
  .imagenes_intro .img_2,
  .imagenes_intro .img_3 {
    max-height: 380px; }

  .imagenes_intro .img_contenedor_1,
  .imagenes_intro .img_contenedor_3 {
    display: none !important; }

  .imagenes_intro .img_2 {
    position: relative !important;
    width: revert !important;
    float: left; }

  .sumario {
    height: 320px; }

  .img_4 {
    display: none; !important
    }
    #intro::before {
      background-position-y: 120%;
    }
  }
@media (max-width: 900px) {
  .imagenes_intro .img_contenedor_1,
  .imagenes_intro .img_contenedor_3 {
    position: relative !important;
    width: 100%; }

  .imagenes_intro .img_1,
  .imagenes_intro .img_2,
  .imagenes_intro .img_3 {
    position: absolute !important;
    width: 100%; } }
#reactivacion {
  background-color: #fff4f2; }

#reactivacion .owl-carousel .owl-nav .owl-prev span::before,
#reactivacion .owl-carousel .owl-nav .owl-next span::before {
  color: #ff2e06 !important; }

#reactivacion .owl-item .cause-entry.box {
  border-bottom: .5rem solid #ff2e06; }

#sec_ambiente .owl-carousel .owl-nav .owl-prev span::before,
#sec_ambiente .owl-carousel .owl-nav .owl-next span::before {
  color: #71c000 !important; }

#sec_ambiente .owl-carousel .owl-dots .owl-dot.active {
  background-color: #71c000; }

#sec_ambiente .owl-item .cause-entry.box {
  border-bottom: .5rem solid #71c000; }

#sec_ambiente {
  background-color: #fbfcf2; }

#movilidad .owl-carousel .owl-nav .owl-prev span::before,
#movilidad .owl-carousel .owl-nav .owl-next span::before {
  color: #b8d100 !important; }

#sec_movilidad {
  background-color: #fbfcf2; }

#sec_movilidad .owl-carousel .owl-dots .owl-dot.active {
  background-color: #b8d100; }

#sec_movilidad .owl-item .cause-entry.box {
  border-bottom: .5rem solid #b8d100; }

#sec_educacion {
  background-color: #f9e6d4; }

#sec_educacion .owl-carousel .owl-nav .owl-prev span::before,
#sec_educacion .owl-carousel .owl-nav .owl-next span::before {
  color: #FA7C03 !important; }

#sec_educacion .owl-item .cause-entry.box {
  border-bottom: .5rem solid #FA7C03; }

.contenedor_imagenes {
  width: 75%;
  height: 450px; }

.img_logo {
  width: 150px; }

.titulo_movil {
  display: none; }

@media (max-width: 768px) {
  .contenedor_imagenes {
    width: 100%;
    height: 10px; }

  .img_logo {
    /*display:none !important;*/
    float: left !important; }

  .img_logo2 {
    margin-top: 40px; }

  .titulo_escritorio {
    display: none; }

  .titulo_movil {
    display: block; }

  .imagenes_intro .img_1,
  .imagenes_intro .img_2,
  .imagenes_intro .img_3 {
    position: relative !important; } }
.img_logo2 {
  width: 100%; }

.apagado {
  display: none; }

.imagen_grises{
  filter: grayscale(100%);
}
.cause-entry .text {
  margin-top: -1rem !important;
  background: #fff;
  width: 90%;
  margin: 0 auto; }

.collapse:not(.show) {
  display: block !important; }

.navbar-brand {
  display: none !important; }

.navbar .navbar-toggler.collapsed {
  display: none; }

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