@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic.woff") format("woff"),
    url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

* {
  font-family: "Montserrat";
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  background: #ffffff;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 10px;
  background-color: #f5167e;
}

.container-fluid {
  margin: 0 auto;
  padding: 0;
}

.conten-gen {
  position: relative;
  margin: 0 auto;
}

.header {
  z-index: 10;
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.cont-header {
  display: flex;
  max-width: 1086px;
  margin: 0 auto;
  gap: 18px;
}

.cont-logo-header,
.cont-nav-header,
.cont-btn-contacto {
  display: inline-flex;
  width: auto;
  align-items: center;
}

.cont-logo-header {
  height: 125px;
  flex: auto;
}

.cont-logo-header img {
  height: 100%;
}

.cont-nav-header ul {
  margin-bottom: 0px;
  padding-left: 0;
}

.cont-nav-header ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 10px;
}

.cont-nav-header ul li a {
  transition: 0.3s;
}

.cont-nav-header ul li:hover a {
  color: #f5167e;
}

.btn-donar1 {
  min-width: 150px;
  color: #ffffff;
  border: solid #ffffff 1px;
  border-radius: 30px;
  padding: 10px 16px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.btn-donar1 img {
  padding-right: 10px;
}

.btn-donar1:hover {
  color: #ffffff;
  border: solid #f5167e 1px;
  background: #f5167e;
}

.btn-donar2 {
  min-width: 186px;
  color: #ffffff;
  border: solid #f5167e 1px;
  background-color: #f5167e;
  border-radius: 40px;
  padding: 18px 18px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}

.btn-donar2 img {
  padding-right: 10px;
}

.btn-donar2:hover {
  color: #ffffff;
  border: solid #ffffff 1px;
  background: transparent;
}

.btn-conoce-mas {
  min-width: 186px;
  color: #ffffff;
  border: solid #ffffff 1px;
  background-color: transparent;
  border-radius: 40px;
  padding: 18px 18px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}

.btn-conoce-mas:hover {
  color: #ffffff;
  border: solid #f5167e 1px;
  background: transparent;
  background: #f5167e;
}

.hero {
  padding: 0;
  position: relative;
}

.hero picture img {
  width: 100%;
}

.content-hero {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28%;
  left: 57%;
}

.titulo-hero {
  font-size: 37px;
  line-height: 45px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 34px;
  margin-top: 12px;
}

.descripcion-hero {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 40px;
}

.content-botones {
  display: flex;
  gap: 16px;
}

.stream {
  max-width: 1086px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  transform: translateY(-50%);
}

.content-stream .iframe-radioangel {
  transform: translateY(-46px);
  height: 336px;
}

.stream > div {
  filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  overflow: hidden;
  height: 290px;
  width: 50%;
}

.stream div img {
  width: 100%;
}
 
.programas {
    max-width: 1086px;
    margin: 0 auto;
    margin-bottom: 190px;
    transform: translateY(-70px);
}

.cont-filtro-titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.cont-filtro-titulo h1 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #242565;
}

.select-semana-eventos {
  max-width: 300px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #1d275f;
  background: #f2f4ff;
}

.cont-cards-programas {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
}

.card-programa {
  width: calc(33% - 16px);
  background: #fff;
  filter: drop-shadow(0px 18.9529px 47.3822px rgba(119, 115, 170, 0.1));
  border-radius: 20px;
  overflow: hidden;
}

.card-programa img {
  width: 101%;
  flex-wrap: wrap;
}

.cont-info-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px 22px;
}

.fecha-evento p {
  text-align: center;
  margin-bottom: 0px;
}

.fecha-evento .mes-evento {
  color: #3d37f1;
  font-size: 12px;
  font-weight: bold;
}

.fecha-evento .dia-evento {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.titulo-evento {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.descripcion-evento {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #6a6a6a;
    text-align: justify;
}

.encuesta {
  background: #eee1ff;
}

.content-quiz {
  max-width: 1086px;
  margin: 0 auto;
  width: 100%;
  padding: 35px 0px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.img-encuesta {
  position: absolute;
  bottom: 0;
  left: 0;
}

.quiz-text {
  width: 50%;
  float: right;
}

.form-check {
  display: inline-block;
  margin-right: 20px;
}

.quiz-text input[type="radio"] {
  display: block;
}

.btn-enviar {
  width: 300px;
  color: #ffffff;
  border: solid #f5167e 1px;
  background: #f5167e;
  border-radius: 30px;
  padding: 10px 16px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
}

.btn-enviar img {
  padding-right: 10px;
}

.btn-enviar:hover {
  color: #f5167e;
  border: solid #f5167e 1px;
  background: transparent;
}

.contacto {
  background: #242565;
}

.content-contact {
  max-width: 1086px;
  margin: 0 auto;
  width: 100%;
  padding: 35px 0px;
}

.titulo-contacto {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin: 0px 0px 20px 0px;
}

.desc-contacto {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  margin: 0px 0px 40px 0px;
}

.cont-formulario {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cont-formulario .form-group .form-control::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #a6a6a6;
}

.cont-formulario label {
  display: block;
}

.cont-formulario .info-input-group {
  color: #fff;
  width: calc(50% - 14px);
}

.cont-formulario .text-area-group {
  color: #fff;
  width: 100%;
}

.aceptar-politicas {
  margin: 30px auto;
  color: #fff;
  width: 50%;
  display: block;
}

.aceptar-politicas a {
  text-decoration: underline;
}

.aceptar-politicas a:hover {
  color: #f5167e;
}

.btn-enviar-contacto {
  margin: 0 auto;
}

.footer {
  background: #0a075f;
  color: #fff;
}

.content-footer {
  max-width: 1086px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0px 18px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.cont-social-logo {
  width: 20%;
  padding: 0px 5px;
  text-align: center;
}

.cont-social-logo > img {
  width: 100%;
  margin-bottom: 20px;
}

.cont-social img {
  margin: 0px 5px;
}

.cont-sobre-nosotros {
  width: 32%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  color: #f3f3f3;
}

.cont-navegacion {
  width: 15%;
  padding: 0px 5px;
}

.titulo-sec-footer {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.navegacion-footer {
  padding: 0;
  list-style: none;
}

.navegacion-footer li:hover a {
  color: #f5167e;
}

.navegacion-footer li {
  margin-bottom: 6px;
}

.cont-boletin {
  width: 28%;
  padding: 0px 5px;
}

.btn-suscribirse {
  min-width: 100px;
  color: #ffffff;
  border: solid #f5167e 1px;
  background: #f5167e;
  border-radius: 30px;
  padding: 10px 16px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}

.btn-suscribirse:hover {
  color: #ffffff;
  border: solid #c70c63 1px;
  background: #c70c63;
}

.input-boletin {
  background: #fff;
  display: flex;
  border-radius: 30px;
  padding: 5px;
}

.input-boletin input {
  background: transparent;
  border: none;
  width: calc(100% - 100px);
  padding-left: 10px;
}

.input-boletin input::placeholder {
  font-size: 14px;
}

.input-boletin input:focus {
  outline: none !important;
}

.copyright {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  border-top: solid 1px #4c4d8b;
}

.text-copy {
  margin-bottom: 0px;
  font-size: 14px;
}

.text-copy a:hover {
  color: #f5167e;
}

/* Master */
.master-header {
  position: relative;
  background: linear-gradient(360deg, #0a075f -19.51%, #5522cc 32.62%);
  mix-blend-mode: normal;
}

.contenido-interna {
  max-width: 1086px;
  margin: 0 auto;
  padding-top: 66px;
  padding-bottom: 100px;
}

.titulo-interna {
  font-weight: 700;
  font-size: 40px;
  color: #242565;
  margin-bottom: 40px;
}

/* Form Subir Imagen */

.formulario-subir {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.formulario-subir .form-group .form-control::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #a6a6a6;
}

.formulario-subir label {
  display: block;
}

.formulario-subir .info-input-group {
  color: #6c757d;
  width: calc(50% - 14px);
}

.formulario-subir .text-area-group {
  color: #6c757d;
  width: 100%;
}

.checkandfile {
  display: flex;
  gap: 18px;
}

.contenido-interna .aceptar-politicas {
  margin: 0px 0px 30px 0px;
  color: #6c757d;
  width: calc(50% - 14px);
  display: inline-block;
}

.contenido-interna .subir-archivo {
  width: calc(50% - 14px);
  display: inline-block;
}

.contenido-interna .subir-archivo label {
  margin-bottom: 0px;
}

/* Muro */
.muro-content {
  width: 100%;
  margin: 0 auto;
  columns: 4 150px;
}

.cont-card-muro {
  display: inline-block;
  margin-bottom: 18px;
}

.cont-card-muro img,
.cont-card-muro video {
    width: 100%;
}

.cont-info-muro {
  padding: 5px 10px;
}

.mensaje-muro {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1;
  margin-bottom: 10px;
}

.cont-name-muro {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cont-avatar-muro {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f5167e;
  padding: 5px;
}

.cont-avatar-muro img {
  width: 100%;
}

.name-muro {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0px;
}

.modal-content {
  height: 94vh;
}

.modal-body {
  text-align: center;
}

.modal-body > img {
  height: calc(100vh - 224px);
  max-width: 100%;
}

/*Diseño Adaptable*/
@media (min-width: 1440px) {
  .content-hero {
    left: 50%;
  }
}

@media (max-width: 1114px) {
  .content-hero {
    width: 40%;
    right: 24px;
    left: auto;
  }

  .titulo-hero {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .descripcion-hero {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .btn-donar2 {
    align-items: center;
    font-size: 16px;
  }

  .btn-conoce-mas {
    align-items: center;
    font-size: 16px;
  }

  .content-botones {
    height: 40px;
  }

  .stream {
    transform: translateY(-25%);
  }

  .cont-boletin {
    width: 100%;
    text-align: center;
  }

  .cont-social-logo {
    width: 25%;
  }

  .cont-sobre-nosotros {
    width: 40%;
  }

  .cont-navegacion {
    width: 20%;
  }
}

@media (max-width: 1114px) {
  .cont-logo-header {
    height: 100px;
  }

  .cont-nav-header ul li {
    margin: 0px 5px;
    font-size: 14px;
  }

  .cont-header {
    flex-wrap: nowrap;
  }

  .btn-donar2 {
    min-width: 150px;
  }

  .btn-conoce-mas {
    min-width: 150px;
  }

  .cont-btn-contacto {
    display: none;
  }

  .card-programa {
    width: calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .content-hero {
    width: calc(100% - 48px);
    right: 24px;
    left: 24px;
    top: 50%;
    text-align: right;
  }

  .content-botones {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .cont-header {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 14px;
  }

  .cont-logo-header,
  .cont-nav-header,
  .cont-btn-contacto {
    justify-content: center;
  }

  .hero {
    height: 100vh;
    overflow: hidden;
  }

  .stream {
    flex-direction: column;
  }

  .stream > div {
    width: 100%;
  }

  .cont-filtro-titulo {
    flex-direction: column;
  }

  .cont-filtro-titulo h1 {
    margin-bottom: 14px;
    text-align: center;
  }

  .cont-filtro-titulo {
    margin-bottom: 40px;
  }

  .card-programa {
    width: 100%;
  }

  .img-encuesta {
    width: 45%;
  }

  .btn-enviar {
    width: auto;
  }

  .cont-formulario .info-input-group {
    width: 100%;
  }

  .content-footer {
    flex-direction: column;
    align-items: center;
  }

  .cont-social-logo {
    width: 50%;
  }

  .cont-sobre-nosotros {
    width: 100%;
  }

  .cont-navegacion {
    width: 100%;
    text-align: center;
  }

  .navegacion-footer li {
    margin-bottom: 6px;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
  }

  .aceptar-politicas {
    width: 100%;
  }

  .content-stream .iframe-radioangel {
    transform: translateY(-56px);
    height: 346px;
  }

  .hero picture img {
    transform: translate(0px, -100px);
  }

  .titulo-interna {
    text-align: center;
  }

  .formulario-subir .info-input-group {
    width: 100%;
  }

  .contenido-interna .subir-archivo {
    width: 100%;
  }

  .contenido-interna .aceptar-politicas {
    width: 100%;
  }
}

@media (max-width: 660px) {
  .programas {
    margin-bottom: 150px;
  }
}

@media (max-width: 550px) {
  .programas {
    margin-bottom: 50px;
    margin-top: -40px;
  }
}
