/************
1. Fonts
************/

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");

@font-face {
  font-family: beyond;
  src: url(../../fonts/beyond_the_mountains.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');


@font-face {
  font-family: 'Corbel-Regular';
  src: url('../../fonts/corbel/Corbel.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corbel-Bold';
  src: url('../../fonts/corbel/Corbel-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../../fonts/montserrat/Montserrat-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*********************************
2. Body and some general stuff
*********************************/

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
  -moz-user-select: text;
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

html {
  -moz-user-select: text;
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

:root {
  --primary: #0c3943;
  --second: #5ad6e2;
  --third: #0879b1;

  --font-text: "Assistant", sans-serif;
  --font-text-old-stand: "Old Standard TT", serif;

  --text-corbel-regular: 'Corbel-Regular', sans-serif;
  --text-corbel-bold: 'Corbel-Bold', sans-serif;
  --text-montserrat-bold: 'Montserrat-Bold', sans-serif;
}

body {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #a5a5a5;
}

[x-cloak] {
  display: none !important;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #7c7c7c;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

select {
  background: url(../../images/down-arrow.svg) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 100%;
  padding-right: 6px;
}

.tooltip-inner {
  white-space: pre-wrap;
}

p:last-of-type {
  margin-bottom: 0;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:hover::after {
  opacity: 0.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

form button.btn-primary {
  border-radius: 4px;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.nopadding {
  padding: 0px !important;
}

.home_link a {
  border-radius: 4px;
  background-color: var(--third);
}

.button {
  width: 160px;
  height: 46px;
  text-align: center;
  /* background: var(--primary); */
  border-radius: 3px;
  background: #5AD6E2 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
}

.button a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
}

.button :hover {
  background-color: var(--third);
  border-radius: 25px;

}

/*********************************
3. Header
*********************************/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.scrolled {
  top: -40px;
}

.down-nav {
  width: 100%;
  height: 10px;
  background-color: #5ad6e2;
  z-index: -1;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
  width: 100%;
  z-index: 10;
}

.top_bar_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top_bar_container {
  width: 100%;
  height: 100%;
  background-color: var(--primary);
}

.top_bar_content {
  width: 100%;
  height: 40px;
}

.top_bar_contact_list li {
  display: inline-block;
}

.top_bar_contact_list li i,
.top_bar_contact_list li>div,
.top_bar_contact_list li>div a {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
}

.top_bar_contact_list li>div {
  margin-left: 5px;
}

.top_bar_contact_list li:not(:last-child) {
  margin-right: 21px;
}

.social_list {
  margin-right: -10px;
}

.social_list li {
  display: inline-block;
}

.social_list li:not(:last-child) {
  margin-right: 6px;
}

.social_list li a i {
  font-size: 12px;
  color: #ffffff;
  padding: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social_list li:hover a i {
  color: var(--second);
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

.header_content {
  height: 120px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.scrolled .header_content {
  height: 80px;
}

/*********************************
3.3 Logo
*********************************/


.logo__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin-bottom: -75px;
}

.logo__content-wrapper {
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.scrolled .header_content .logo__content-wrapper {
  width: 155px;
  height: 155px;
}

.logo__content-element {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo__back-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate 7s linear infinite;
  z-index: 1;
}

.logo__content-element::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/logo/Front_Eng.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  animation: frontImageCycleLong 20s ease-in-out infinite;
}

.logo__content-element::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/logo/Front_Spa.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  opacity: 0;
  animation: frontImageCycleLong 20s ease-in-out infinite reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.logo__content-element::before {
  background-image: url('/images/logo/Front_Eng.png');
  animation: fadeInOut 20s linear infinite;
}

.logo__content-element::after {
  background-image: url('/images/logo/Front_Spa.png');
  animation: fadeInOut 20s linear infinite;
  animation-delay: 10s;
}

@keyframes fadeInOut {
  0%, 45% {
    opacity: 1;
  }
  50%, 95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo__back-image {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .logo__content-wrapper {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .logo__content-wrapper {
    width: 120px;
    height: 120px;
  }
}

@keyframes frontImageCycleLong {
  0%, 4.5% {
    opacity: 1;
    transform: scale(1);
  }
  5%, 9.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  10%, 14.5% {
    opacity: 1;
    transform: scale(1);
  }
  15%, 19.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  20%, 24.5% {
    opacity: 1;
    transform: scale(1);
  }
  25%, 29.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  30%, 34.5% {
    opacity: 1;
    transform: scale(1);
  }
  35%, 39.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  40%, 44.5% {
    opacity: 1;
    transform: scale(1);
  }
  45%, 49.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  50%, 54.5% {
    opacity: 1;
    transform: scale(1);
  }
  55%, 59.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  60%, 64.5% {
    opacity: 1;
    transform: scale(1);
  }
  65%, 69.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  70%, 74.5% {
    opacity: 1;
    transform: scale(1);
  }
  75%, 79.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  80%, 84.5% {
    opacity: 1;
    transform: scale(1);
  }
  85%, 89.5% {
    opacity: 0;
    transform: scale(0.95);
  }
  90%, 94.5% {
    opacity: 1;
    transform: scale(1);
  }
  95%, 100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

.logo,
.logo_text {
  display: inline-block;
}

.logo {
  width: 200px;
  height: 200px;
  padding-top: 40px;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo img {
  max-width: 100%;
}

.logo_text {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.75;
  color: #181818;
  vertical-align: middle;
  margin-left: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.scrolled .logo {
  width: 180px;
  height: 180px;
}

.header.scrolled .logo_text {
  font-size: 24px;
}

.social_list {
  display: flex;
  align-items: center;
}

.fa-user {
  margin-left: 30px;
}

.separdor-vertical {
  width: 1px;
  height: 24px;
  background-color: white;
  margin-left: 30px;
}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner {
  display: flex;
  align-items: center;
}

.main_nav {
  display: flex;
  align-items: center;
  align-content: center;
  height: 35px;
}

.main_nav .main_nav_li {
  min-width: 50px;
  max-width: 100px;
  max-height: 40px;
  text-align: center;
  margin-right: 10px;
}

.main_nav li:last-child {
  margin-right: 0px;
}

.submenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  background-color: white;
  z-index: 3;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
  margin-left: -22px;
  display: none;
}

.extend-li {
  width: 220px;
  margin-left: -65px;
}

.header_content .main_nav_contaner .main_nav .extend-li li a {
  width: 220px;
  padding: 20px;
}

.main_nav .submenu li {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-right: 0px;
}

.main_nav_contaner .main_nav .submenu li a {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 150px;
  min-height: 50px;
  padding: 10px;
  background-color: white;
}

.main_nav_contaner ul li a:hover+ul,
.main_nav_contaner .submenu:hover {
  display: block;
}

.main_nav_contaner .main_nav .submenu li a:hover {
  background-color: var(--third);
  color: white;
  transition: all 500ms ease;
}

.main_nav_contaner .main_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #181818;
  text-align: center;
  width: 100px;
  height: 35px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main_nav li a:hover,
.main_nav li.active a {
  color: var(--third);
}

.search_button {
  margin-left: 10px;
  cursor: pointer;
}

.search_button i {
  font-size: 16px;
  color: #181818;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search_button:hover i {
  color: var(--third);
}

.header_search_form {
  display: block;
  position: relative;
  width: 40%;
}

.header_search_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: var(--primary);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header_search_container.active {
  bottom: -73px;
  opacity: 1;
}

.header_search_content {
  width: 100%;
  height: 73px;
}

.search_input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 20px;
}

.header_search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger {
  display: none;
  cursor: pointer;
  margin-right: 10px;
}

.hamburger i {
  font-size: 20px;
  color: #353535;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hamburger:hover i {
  color: #eb4141;
}

/*********************************
4. Menu
*********************************/

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu.active {
  visibility: visible;
  opacity: 1;
  top: 0px;
}

.menu_search_form {
  display: block;
  position: relative;
  margin-top: 50px;
}

.menu_search_input {
  width: 400px;
  height: 40px;
  background: #c0c0c0;
  border: none;
  border-radius: 3px;
  outline: none;
  padding-left: 20px;
}

.menu_search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #c0c0c0;
}

.menu_nav {
  margin-top: 10px;
  text-align: left;
}
/* 
.menu_nav .submenu-responsive {
  padding-left: 20px;
} */

.menu_nav ul ul {
  display: none;
}

.menu_nav a span {
  position: absolute;
  right: 24px;
  font-size: 30px;
  font-weight: bold;
}

.menu_nav a {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.5px solid var(--primary);
}

.menu_nav ul li:not(:last-child) {
  margin-bottom: 6px;
}

.menu_nav ul li a {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_nav ul li a:hover {
  color: #eb4141;
}

.menu_close {
  position: absolute;
  top: 100px;
  right: 100px;
  cursor: pointer;
}

.menu_close i {
  font-size: 20px;
}

.menu_close:hover i {
  color: #eb4141;
}

/*********************************
5. Home
*********************************/

.home {
  width: 100%;
  height: 100vh;
}

.home_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home_background video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.home_background:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.home_content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.home_title-hero,
.home_title-index {
  font-family: beyond;
  font-size: 100px;
  color: #ffffff;
  line-height: 1.18;
}
h1.home_title-hero {
    line-height: 1;
    margin: 0;
    margin-top: 22.5px;
}
.home_subtitle-index {
  font-family: beyond;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.18;
}

.home_subtitle {
  font-size: 30px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  line-height: 1.18;
}

.home_text {
  font-size: 18px;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 27px;
}

.home_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
}

.btn-prayrequest {
  width: 200px;
  height: 46px;
  display: flex;
  text-align: center;
  align-items: center;
  background-color: var(--second);
  border: none;
  outline: none;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0;
}

.btn-prayrequest:hover {
  background-color: var(--third);
  border-radius: 25px;
}

.btn-prayrequest a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  line-height: 40px;
  font-size: 18px;
}

.carousel-indicators {
  margin-bottom: 80px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  margin-top: 65px;
}

.carousel-control-next-icon {
  font-size: 40px;
  background-image: none;
}

.carousel-control-prev-icon {
  font-size: 40px;
  background-image: none;
}

.subscribe-bulletin-container #mc-embedded-subscribe button {
  background-color: var(--primary);
  color: white;
  outline: none;
}

.subscribe-bulletin-container #mc-embedded-subscribe button:focus {
  outline: none;
}

.subscribe-bulletin-container #mc-embedded-subscribe button:hover {
  background-color: var(--second);
}

#carouselExampleControls {
  min-height: 700px;
}

.nav--certifactes {
  padding: 80px 0px;
}

.nav--certifactes .container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 260px));
  gap: 20px;
}

.nav--certifactes .item {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.nav--certifactes .item:hover::before {
  background: rgba(0, 0, 0, 0.9);
}

.nav--certifactes .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.nav--certifactes .item .icon {
  font-size: 4rem;
  color: var(--second);
  margin-bottom: 15px;
}

.nav--certifactes .item h3,
.nav--certifactes .item .icon {
  z-index: 3;
  position: relative;
}

.nav--certifactes .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  transition: all 0.3s;
}

.nav--certifactes .item:first-child {
  background-image: url(../../images/nav--sac1.webp);
}

.nav--certifactes .item:nth-child(2) {
  background-image: url(../../images/nav--sac2.webp);
}

.nav--certifactes .item:nth-child(3) {
  background-image: url(../../images/nav--sac3.webp);
}

.nav--certifactes .item:last-child {
  background-image: url(../../images/nav--sac4.webp);
}

/*********************************
6. Event
*********************************/

.event {
  width: 100%;
}

.event_container {
  height: 160px;
  background: #f9f9f9;
  margin-top: -80px;
  border-radius: 6px;
  padding-left: 70px;
  padding-right: 35px;
}

.event_date {
  width: 70px;
  height: 70px;
  background: var(--primary);
}

/*.event_content {
	padding-left: 60px;
}*/
.event_title,
.event_title a {
  font-size: 18px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.event_title a:hover {
  color: var(--third);
}

.event_row {
  margin-top: 5px;
}

.event_icon {
  display: inline-block;
  width: 14px;
  height: 15px;
}

.event_icon i {
  font-size: 16px;
  color: var(--primary);
}

.event_row li span {
  font-family: "Standard", serif;
  font-style: italic;
  font-size: 12px;
  color: #7c7c7c;
  margin-left: 6px;
}

.event_row li:not(:last-child) {
  margin-bottom: 7px;
}

.event_timer li {
  display: inline-block;
  height: 80px;
  width: 100px;
  text-align: center;
}

.event_timer li:not(:last-child) {
  border-right: solid 1px #e0e0e0;
}

.event_num {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.75;
  color: #181818;
  margin-top: 8px;
}

.event_ss {
  font-size: 16px;
  line-height: 0.75;
  color: #7c7c7c;
  text-transform: uppercase;
  margin-top: 19px;
}

/*********************************
   Subscribe
*********************************/
.subscribe-bulletin-container {
  background-image: url(../../images/Boletin.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: max-content;
}

.subscribe-bulletin {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.subscribe-bulletin h2 {
  font-weight: bold;
}

.subscribe-bulletin {
  font-family: var(--font-text);
}

.subscribe-bulletin p {
  color: white;
  margin-bottom: 10px;
}

.subscribe-bulletin form {
  display: flex;
  justify-content: center;
}

.subscribe-bulletin-container .subscribe-bulletin .form-inline input {
  height: 32px;
  width: 250px;
  outline: none;
  border: none;
}

.subscribe-bulletin-container .subscribe-bulletin .form-inline button {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--second);
  border: none;
  cursor: pointer;
}

.subscribe-bulletin-container .subscribe-bulletin .form-inline button:hover {
  background-color: var(--primary);
}

/*********************************
7. About
*********************************/
.col-lg-6 {
  text-align: justify;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.about {
  padding-top: 20px;
  padding-bottom: 60px;
  background: #ffffff;
}

.section_title_container {
  margin-top: 30px;
}

.section_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.185;
  color: #181818;
  text-transform: uppercase;
}

.section_subtitle {
  font-family: var(--font-text-old-stand);
  font-size: 16px;
  color: #7c7c7c;
  font-style: italic;
  margin-top: 5px;
}

.about_row {
  margin-top: 52px;
}

.about_image {
  width: 100%;
}

.about_image img {
  max-width: 100%;
}

.about_content {
  padding-left: 30px;
  padding-top: 11px;
}

.about_button {
  margin-top: 31px;
}

/*********************************
8. Sermons
*********************************/

.sermons {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}

.sermons .container {
  width: 90%;
  max-width: none;
}

.sermons .container .sermon_col iframe {
  width: 100%;
}

.sermons_row {
  margin-top: 52px;
}

.sermons_row p {
  text-align: center;
  font-size: 16px;
  color: var(--primary);
  margin-top: 40px;
  width: 100%;
}

.sermons_row p a {
  color: var(--third);
}

.sermons_row p a:hover {
  color: var(--second);
}

.card {
  display: block;
  /* IE fix for distorted card images */
  border: none;
  border-radius: 0px;
}

.card-img-top {
  border-radius: 0px;
}

.card-body {
  padding-top: 44px;
  padding-bottom: 50px;
}

.card-title {
  margin-bottom: 0;
}

.sermon_info_container {
  margin-top: 9px;
}

.sermon_info_title {
  display: inline-block;
}

.sermon_info_list {
  display: inline-block;
  margin-left: 4px;
}

.sermon_info_title {
  font-family: var(--font-text-old-stand);
  font-size: 13px;
  font-style: italic;
  color: #7c7c7c;
}

.sermon_info_list li {
  display: inline-block;
}

.sermon_info_list li a {
  font-family: var(--font-text-old-stand);
  font-size: 13px;
  font-style: italic;
  color: var(--third);
}

.sermon_title a {
  font-size: 18px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sermon_title a:hover {
  color: var(--third);
}

.sermon_links {
  margin-top: 24px;
}

.sermon_links ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6e6e6;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sermon_links ul li:not(:last-child) {
  margin-right: 16px;
}

.sermon_links ul li a {
  display: block;
}

.sermon_links ul li a i {
  line-height: 48px;
  font-size: 18px;
  color: #7c7c7c;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sermon_links ul li:hover {
  background: var(--primary);
}

.sermon_links ul li:hover a i {
  color: #ffffff;
}

/*********************************
9. Mission
*********************************/

.mission {
  padding-top: 97px;
  padding-bottom: 94px;
  background: transparent;
}

.mission_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mission_item {
  display: inline-block;
  width: 25%;
  padding-left: 70px;
  padding-right: 70px;
}

.mission_icon i {
  font-size: 36px;
  color: var(--primary);
}

.mission_title {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
}

.mission_text {
  color: #ffffff;
  margin-top: 17px;
}

.mission_item:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 30px);
  background: rgba(235, 235, 235, 0.2);
  content: "";
  z-index: 10;
}

/*********************************
10. Events
*********************************/

.events {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.events.events--page {
  min-height: 50vh;
}

.events_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, max-content));
  grid-gap: 30px;
  padding: initial;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 52px;
}

.events_item {
  width: 100%;
  padding-bottom: 30px;
  max-width: 530px;
  margin: 0 auto;
}

.events_item_image {
  width: 100%;
}

.events_item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: white;
}

.events_item_content {
  margin-top: 30px;
}

.events_item .event_content {
  padding-left: 30px;
  margin-top: -5px;
}

.events .events_item_content {
  margin-top: 0px;
}

.events .events_item .event_content {
  margin-top: 0px;
  padding: 10px;
}

.events .events_item_content {
  display: grid !important;
  grid-template-columns: 90px 1fr;
  margin-top: 0px;
}

.events .event_date {
  height: 100%;
  width: 100%;
}

.events .event_content {
  background-color: white;
}

.events .event_title a {
  color: var(--primary);
}

.events .event_row li span {
  font-style: normal;
  font-weight: normal;
}

/*********************************
11. Donations
*********************************/

.donations {
  width: 100%;
}

.annual__collection-index--container .donations {
  width: 100%;
  margin-bottom: 90px;
  margin-top: 90px;
}

.annual__collection-index--container .donations_background.parallax-window {
  min-height: 359px;
}

.donations_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(/images/bg-img-collection-index.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.donation_title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.donation_info_container {
  margin-top: 23px;
}

.donation_info_title {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-size: 14px;
  font-style: italic;
  color: #c0c0c0;
}

.donation_info_list {
  display: inline-block;
  margin-left: 4px;
}

.donation_info_list li {
  display: inline-block;
}

.donation_info_list li a {
  font-family: var(--font-text-old-stand);
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.donation_info_list li a:hover {
  color: var(--primary);
}

.donation_text {
  margin-top: 14px;
}

.donation_text p {
  color: #fff;
  text-align: left;

}

.donation_details_container {
  width: 100%;
}

.donation_details {
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.donations_content {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.donations_content figure {
  width: 120px;
  height: 170px;
}

.donations_content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.donation_funds_title {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-style: italic;
  font-size: 18px;
  color: #181818;
  font-weight: 400;
}

.donations_funds_value {
  display: inline-block;
  font-size: 36px;
  color: #181818;
  font-weight: 700;
  margin-left: 10px;
}

.donation_progress_container {
  margin-top: 54px;
}

.donation_button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.donation_button button {
  width: 120px;
  height: 32px;
  border: none;
  background-color: var(--primary);
  outline: none;
}

.donation_button button:hover {
  background-color: var(--third);
}

.donation_button button a {
  display: block;
  color: white;
  font-weight: bold;
}

.donation_progress_outer {
  width: 100%;
  height: 14px;
  background: #d7d7d7;
  border-radius: 7px;
}

.donation_progress {
  height: 100%;
  background: var(--third);
  border-radius: 7px;
}

.donation_progress_value {
  position: absolute;
  top: -38px;
  right: -25px;
  font-size: 24px;
  font-weight: 600;
  color: #181818;
  line-height: 0.75;
}

.donation_info {
  margin-top: 13px;
}

.donation_current,
.donation_goal {
  font-size: 18px;
  color: #7c7c7c;
}

.donation_current span,
.donation_goal span {
  color: #FFFFFF;
  font-weight: 700;
}

.donation-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: #5AD6E2;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all .2s ease;

}

.donation-close-btn:hover {
  background-color: #49b0b9;
}

.donation-close-btn span {
  color: #fff;
  font-size: 30px;
}

.modal-body-donations {
  padding: 2rem 0;
}

.modal-body-confirmation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 0 2rem;
}

.donation-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #585858;
  font-size: .8rem;
}

.donation-form input[type="radio"] {
  -webkit-appearance: radio;
}

.donation-form button,
.modal-body-confirmation button {
  padding: 8px 12px;
  font-weight: 600;
  color: #fff;
  border: none;
  background-color: #0C3943;
  cursor: pointer;
}

.checkbox-donation [type="radio"]:checked,
.checkbox-donation [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox-donation [type="radio"]:checked+label,
.checkbox-donation [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #FFFFFF;
}

.checkbox-donation [type="radio"]:checked+label:before,
.checkbox-donation [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.checkbox-donation [type="radio"]:checked+label:after,
.checkbox-donation [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #5AD6E2;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox-donation [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox-donation [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.donation-form .form-control,
.envelope-modal .form-control {
  min-width: 280px;
  border-radius: 25px;
  background-color: #FAFAFA;
  color: var(--primary);
}

.envelope-modal .form-control {
  width: 280px;
}

/*********************************
12. Quote
*********************************/

.quote {
  width: 100%;
  background: #ffffff;
  padding-top: 134px;
  padding-bottom: 134px;
}

.quote_container {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.quote_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.quote_quote {
  font-family: var(--font-text-old-stand);
  font-size: 26px;
  color: #181818;
  z-index: 10;
  line-height: 1.4;
}

.quote_source {
  font-family: var(--font-text);
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
  margin-top: 13px;
}

/*********************************
13. Gallery
*********************************/

.gallery_item {
  width: 20%;
}

.gallery_item a {
  display: block;
  width: 100%;
}

.gallery_item a img {
  width: 100%;
  max-width: 100%;
}

/*********************************
14. Latest News
*********************************/

.latest_news {
  padding-top: 97px;
  padding-bottom: 54px;
  background: #ffffff;
}

.news_row {
  margin-top: 52px;
  justify-content: center;
}

.news_post {
  width: 100%;
}

.news_image {
  width: 100%;
}

.news_image img {
  max-width: 100%;
}

.news_post_title {
  margin-top: 24px;
}

.news_post_col {
  margin-bottom: 40px;
}

.news_post_title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 700;
  line-height: 1.33;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news_post_title a:hover {
  color: var(--third);
}

.news_post_meta {
  margin-top: 9px;
}

.news_post_meta ul li {
  display: inline-block;
}

.news_post_meta ul li:not(:last-child) {
  margin-right: 18px;
}

.news_post_meta ul li i {
  color: var(--primary);
}

.news_post_meta ul li a {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-size: 12px;
  font-style: italic;
  color: #7c7c7c;
  margin-left: 6px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news_post_meta ul li a:hover {
  color: var(--primary);
}

.news_post_text {
  margin-top: 19px;
}

.news_post_text p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 1.57;
  word-wrap: break-word;
}

/*********************************
15. Footer
*********************************/
.footer {
  background-color: var(--primary);
}

.footer .footer_nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  grid-gap: 16px;
  padding: initial;
  justify-content: center;
  align-items: center;

  width: 60%;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .footer_nav li {
  width: 100px;
}

.footer .footer_nav li a {
  color: white;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 110px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.separador_footer {
  width: 100%;
  height: 1px;
  background-color: white;
}

.container-logo-footer a img {
  width: 180px;
  height: 180px;
}

.container-datos-footer,
.container-redes-footer,
.container-logo-footer,
.logo-roman {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 313px;*/
}

.container-datos-footer,
.container-redes-footer {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.container-datos-footer ul li {
  color: white;
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
}

.container-datos-footer ul li a {
  color: white;
}

.container-datos-footer ul li a:hover {
  color: #00c3f3;
}

.content-footer .container-datos-footer ul li img {
  width: 21px;
  height: auto;
  margin-right: 16px;
  min-width: 21px;
  min-height: 21px;
}

.container-redes-footer ul {
  display: flex;
  width: 200px;
  justify-content: space-between;
}

.container-redes-footer p {
  align-self: flex-start;
  color: white;
  line-height: 16px;
}

.container-redes-footer ul {
  margin-bottom: 16px;
  margin-top: 10px;
}

.container-redes-footer ul a img {
  width: 30px;
  height: auto;
}

.content-footer {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1262px;
  margin: 0 auto;
}

.logo-catolic {
  width: 100%;
  height: auto;
}

.logo-roman {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.logo-roman img {
  width: 100px;
  height: auto;
}

.separador-down-footer {
  margin: 0 auto;
  width: 85%;
  height: 1px;
  background-color: white;
}

.copyr {
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyr p {
  text-align: center;
  color: white;
}

.home-religious-background {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 170px;
}

.home-religious-background.with-btn {
  height: 220px;
}

.home-sacraments-background {
  background-image: url(../../images/recurso190.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-donation-background {
  background-image: url(../../images/Banner\ donacion0.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-times-background {
  background-image: url(../../images/recurso170.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-enjoyus-background {
  background-image: url(../../images/banner\ 10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-online-background {
  background-image: url(../../images/banner\ 30.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-update-background {
  background-image: url(../../images/banner\ 40.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-virtual-background {
  background-image: url(../../images/banner\ 50.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-verification-background {
  background-image: url(../../images/office_40.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-watch-background {
  background-image: url(../../images/banner_20.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-application-background {
  background-image: url(../../images/Recurso\ 130.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-baptism-background {
  background-image: url(../../images/banner\ 20.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 310px;
}

.home-religious-background .home_content-religious,
.home-sacraments-background .home_content-religious,
.home-donation-background .home_content-religious,
.home-times-background .home_content-religious,
.home-enjoyus-background .home_content-religious,
.home-online-background .home_content-religious,
.home-update-background .home_content-religious,
.home-virtual-background .home_content-religious,
.home-verification-background .home_content-religious,
.home-watch-background .home_content-religious,
.home-application-background .home_content-religious,
.home-baptism-background .home_content-religious {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.home-religious-background .home_content-religious .container .home_title,
.home-sacraments-background .home_content-religious .container .home_title,
.home-donation-background .home_content-religious .container .home_title,
.home-times-background .home_content-religious .container .home_title,
.home-enjoyus-background .home_content-religious .container .home_title,
.home-online-background .home_content-religious .container .home_title,
.home-update-background .home_content-religious .container .home_title,
.home-virtual-background .home_content-religious .container .home_title,
.home-verification-background .home_content-religious .container .home_title,
.home-watch-background .home_content-religious .container .home_title,
.home-application-background .home_content-religious .container .home_title,
.home-baptism-background .home_content-religious .container .home_title {
  font-family: var(--font-text);
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.75;
  text-align: center;
}

.home-religious-background .home_content-religious .container .col p,
.home-sacraments-background .home_content-religious .container .col p,
.home-sacraments-background .home_content-religious .container .col h2,
.home-donation-background .home_content-religious .container .col p,
.home-times-background .home_content-religious .container .col p,
.home-enjoyus-background .home_content-religious .container .col p,
.home-online-background .home_content-religious .container .col p,
.home-update-background .home_content-religious .container .col p,
.home-virtual-background .home_content-religious .container .col p,
.home-verification-background .home_content-religious .container .col p,
.home-watch-background .home_content-religious .container .col p,
.home-application-background .home_content-religious .container .col p,
.home-baptism-background .home_content-religious .container .col p,
.subtitle--banner {
  font-family: var(--font-text-old-stand);
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 1420px) {
  .home-religious-background {
    background-size: cover;
    background-position: 70%;
  }

  .first-communion {
    background-position: 50%;
  }
}

.bk-confirmation {
  background-position: center;
}

.contenido-education-container {
  font-size: 14px;
  color: #7c7c7c;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: justify;
  margin-bottom: 50px;
}

.contenido-education-container strong {
  color: var(--primary);
}

.contenido-education-container p {
  font-size: 14px;
  color: #7c7c7c;
}

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

.contenido-education-container .level-container p {
  font-size: 14px;
  color: #7c7c7c;
}

.contenido-education-container img.img_bible {
  width: 390px;
  float: right;
  height: auto;
  margin-left: 100px;
  margin-bottom: 24px;
  max-width: 465px;
}

.contenido-education-container .level-container .level-text-container {
  width: 60%;
}

.level-container ul li {
  font-weight: bold;
}

.level-container p {
  margin-right: 20px;
}

.level-container ul {
  margin-top: 20px;
}

.separador-education {
  width: 100%;
  height: 0.5px;
  background-color: black;
}

.baptism,
.holy_communion,
.reconciliation,
.confirmation {
  display: flex;
  align-items: center;
}

.baptism img,
.holy_communion img,
.reconciliation img,
.confirmation img {
  width: 40%;
  margin: 20px;
}

.baptism .single__text-sacrament {
  margin: 20px;
}

.holy_communion p,
.confirmation .text-confirmation {
  padding-right: 40px;
}

.list-actividades .confirmation .text-confirmation ul {
  margin-left: 20px;
  list-style: circle;
}

.title-adult-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
}

.title-adult-container h2 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
}

.adults-img-container img {
  width: 40%;
  float: right;
  max-width: 370px;
  min-width: 200px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
  align-self: center;
}

.link-adult-container a {
  display: block;
  width: 100%;
}

.sacraments-contenido-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60%, max-content));
  padding: initial;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sacraments-contenido-container .sacraments-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, max-content));
  grid-gap: 10px;
  padding: initial;
  justify-content: center;
  align-items: center;
}

.sacraments-contenido-container .sacraments-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 150px;
}

.sacraments-contenido-container .sacraments-top a:hover {
  background-color: rgba(12, 57, 67, 0.3);
}

.sacraments-top a h4 {
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

/* SACRAMENTS */
.sacraments-baptism,
.sacraments-first,
.sacraments-confirmation,
.sacraments-matrimony,
.sacraments-anointing,
.sacraments-penance {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sacraments-holy {
  background-image: url(../../images/Recurso\ 270.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  height: 100px;
}

.sacraments-holy h4 {
  font-size: 1.5rem;
  margin: 0;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}

.sacraments-holy a {
  font-size: 1.5rem;
  margin: 0;
  text-decoration: underline;
  font-weight: bold;
  z-index: 3;
  color: white;
}

.sacraments-holy a:hover {
  text-decoration: underline;
}

.element-sacraments h4 {
  z-index: 3;
}

/*DONARION SECCION */
.donation-up-container {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

.donation-down-container {
  text-align: justify;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 50px;
  padding-top: 0px;
  font-size: 16px;
  color: #7c7c7c;
}

.donation-down-container strong {
  color: var(--primary);
}

.text-up-donation-container {
  display: flex;
  text-align: justify;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  width: 50%;
}

.text-up-donation-container img {
  width: 30%;
  height: auto;
}

.img-up-donation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.img-up-donation-container img {
  width: 90%;
  max-width: 610px;
}

.text-up-donation-container a {
  margin-top: 10px;
  display: block;
  width: 200px;
  height: 30px;
  background-color: var(--primary);
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.text-up-donation-container a:hover {
  background-color: var(--third);
}

.donation-down-container h2 {
  font-size: 16px;
  color: var(--primary);
}

/* MASS TIMES */
.times-contenido-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  gap: 10px;
}

.times-contenido-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.times-contenido-left-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.times-contenido-left table th {
  min-height: 36px;
}

.times-contenido-left table td {
  min-height: 33px;
  padding: 5px 0;
}

.times-contenido-container table,
.baptism-application-schedule table {
  text-align: center;
  border-collapse: collapse;
  border: none;
  width: 100%;
  min-height: 256px;
  margin-right: 30px;
  border-bottom: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.times-contenido-container table{
      min-height: fit-content;
}

.baptism-application-schedule table {
  width: 100%;
  min-height: auto;
  max-height: 256px;
}

.times-contenido-container table:last-child {
  margin-right: 0px;
}

.times-img-container {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
}

.times-img-container img {
  border-radius: 15px;
  opacity: 1;
  width: 100%;
  height: auto;
  opacity: 1;
}

.times-img-container figure {
  width: 100%;
  margin: 0;
}

.times-img-container a {
  display: block;
  margin-bottom: 40px;
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 250px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
}

.times-img-container a:hover {
  background-color: var(--third);
}

.subtittle-times th {
  height: 32px;
  color: var(--primary);
  font-weight: bold;
  font-size: 16px;
  width: 25%;
  background-color: #e7e7e7;
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.horario-head {
  height: 32px;
  background-color: var(--primary);
  font-size: 18px;
  color: white;
}

.times-contenido-container table tr td,
.baptism-application-schedule table tr td {
  color: var(--primary);
  height: 30px;
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
}

.times-down-section {
  text-align: center;
  /* margin-top: 30px; */
  margin-bottom: 30px;
}

.times-down-section h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
}

.home_content-religious .col p i {
  font-family: var(--font-text-old-stand);
  font-style: italic;
}

/* BULLETIN */
.bulletin-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}

.bulletin-container .btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  width: 260px;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 30px;
  outline: none;
}

.bulletin-container a p {
  color: white;
  text-align: center;
}

.bulletin-container .form--container {
  display: flex;
  align-items: center;
}

.bulletin-container form label {
  font-size: 16px;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 0px;
}

.btn-download:hover {
  background-color: var(--third);
}

.bulletin-container form input[type="date"] {
  height: 40px;
  width: 180px;
  font-family: var(--font-text);
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
  outline: none;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 30px;
  border: 0.5px solid #707070;
  background-color: #FAFAFA;
  color: var(--primary);
}

.bulletin-container form button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 120px;
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  padding-left: 14px;
}

.bulletin-container form button:hover {
  background-color: var(--second);
}

.bulletin-container form .contianer-btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--second);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bulletin-container form .contianer-btn-search img {
  width: 60%;
  height: auto;
}

.table-bulletin {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.table-bulletin table {
  width: 100%;
  text-align: center;
}

.table-bulletin table th {
  font-size: 20px;
  font-weight: bold;
  color: white;
  height: 40px;
  background-color: var(--primary);
}

.table-bulletin table .name-table {
  width: 50%;
}

.table-bulletin table .date-table,
.table-bulletin table .options-table {
  width: 25%;
}

.table-bulletin table tr td a {
  display: block;
  max-width: 48px;
  max-height: 50px;
  min-width: 45px;
  min-height: 45px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.table-bulletin table tr td a img {
  width: 80%;
  margin-top: 2px;
}

.table-bulletin table tr td {
  height: 40px;
  font: 16px;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.table-bulletin table tr button {
  border: none;
  background-color: var(--primary);
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  height: 35px;
  width: 35px;
}

.table-bulletin table tr button img {
  width: 100%;
  height: 100%;
}

.social-whatsapp-icon {
  position: fixed;
  border-radius: 100%;
  background-color: var(--primary);
  right: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
}

.social-whatsapp-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.social-whatsapp-icon a i,
.social-whatsapp-icon a i::before {
  font-size: 30px;
  color: var(--second);
}




/* ONLINE REGISTRATION */
.online-contenido-container {
  display: flex;

  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-register {
  background-color: var(--primary);
  width: 30%;
  min-width: 170px;
  border: none;
  cursor: pointer;
  align-self: center;
}

.btn-register:hover {
  border: none;
  background-color: var(--third);
}

.form__register-container,
.form__update-container {
  width: 60%;

}

.form-resgister {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.needs-validation {
  margin-bottom: 10px;
}

.form-add-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.form-add-icon i,
.form-add-icon p {
  color: var(--primary);
}

.form-add-icon i {
  font-size: 1.5rem;
  cursor: pointer;
}

.form__family--container {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F5F5F5;
}

#formsContainer h3 {
  color: var(--primary);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.delete-family {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  background-color: #FF5583;
  border-radius: 6px;
  cursor: pointer;
}

.delete-family.yellow {
  background-color: #FFB200;
}

.delete-family i {
  color: #fff;
}

.coincidence-message {
  color: var(--primary);
  font-size: 1.5rem;
}

.coincidence-message i {
  margin-right: 10px;
}

.prayer-request-container form {
  margin-left: 0px;
  margin: 0 auto;
}

.form-resgister .form-row .form-control {
  border-radius: 0px;
  background-color: #f5f5f5;
  color: var(--primary);
}

.form-resgister.members .form-row .form-control {
  border-radius: 0px;
  background-color: #fff;
  color: var(--primary);
}

.form-resgister .form-row label {
  font-size: 16px;
  color: var(--primary);
}

.form-resgister button {
  width: 250px;
  margin: 0 auto;
  background-color: var(--primary);
  font-weight: bold;
  border: none;
  outline: none;
  border-radius: 0px;
}

.form-resgister button:hover {
  background-color: var(--third);
}

.form-resgister .form-row .form-control::placeholder {
  color: white;
}

.video-online-container {

  padding-top: 12px;
  width: 40%;
  margin-right: 30px;
}

.video-online-container video {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.video-online-container iframe {
  align-self: center;
  width: 100%;
}

.video-update-container video {
  margin-top: 0px;
}

.form-resgister h2 {
  color: var(--primary);
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.members-added-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 14px;
  background-color: #F5F5F5;
}

.members-added-info {
  display: flex;
  align-items: center;
}

.members-added-info i {
  margin-right: 10px;
  margin-left: 0;
  color: var(--primary);
}

.members-added-info p {
  color: var(--primary)
}

/* UPDATE INFORMATE */
.update-contenido-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-update {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  /* margin-left: 10px; */
}

.question-container {
  display: grid;
  place-items: center;
  height: 100%;

}

.question-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-container p {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}

.question-container p:first-child {
  font-size: 1.8rem;
}

.question-buttons {
  display: flex;
  gap: 10px;
}

.question-buttons button {
  width: 100px;
  transition: all .3s ease;
}

.question-buttons button:hover {
  background-color: #fff;
  border: 0.5px solid #707070;
}


.update-contenido-container .form-update .btntooltip,
.watch-contenido-container .down-watch-live .btntooltip,
#toolTip,
#div_ofrenda .form-row .btntooltip {
  background-image: url(../../images/Tooltip.png);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 10px;
  margin-bottom: 4px;
  padding: 0px;
}

.watch-contenido-container .down-watch-live .btntooltip {
  margin-top: 0px;
  display: initial;
}

.form-update button {
  width: 30%;
  min-width: 200px;
  background-color: var(--primary);
  cursor: pointer;
  border: none;
  border-radius: 0px;
  align-self: center;
}

.form-update button:hover {
  background-color: var(--third);
}

.form-update .form-control {
  border-radius: 0px;
  background-color: #c2c2c2;
  color: var(--primary);
}

.form-update label {
  font-size: 16px;
  color: var(--primary);
}

/* VIRTUAL OFFICE */
.virtual-office-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

.item-virtual-office {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 220px;
  height: auto;
  background-color: #d4d4d4;
  border-radius: 12px;
}

.subtitle-item-virtual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: var(--primary);
  border-radius: 12px;
}

.item-virtual-office img {
  width: 50%;
  margin-top: 20px;
}

.item-virtual-office h4 {
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  z-index: 4;
}

.virtual-office-container a {
  display: block;
  margin: 15px;
}

.virtual-office-container a:hover>.item-virtual-office .subtitle-item-virtual {
  background-color: var(--second);
}

.application-contenido-container {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.application-contenido-container .item-virtual-office {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0px;
  height: 100px;
  margin-bottom: 10px;
  padding: 30px;
}

.application-contenido-container .item-virtual-office h4 {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  z-index: 4;
}

.virtual-office-container a .capa,
.menu-enjoyus a .capa,
.sacraments-top a .capa,
.application-contenido-container a .capa {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-out;

}

.sacraments-top a .capa {
  background-color: rgba(0, 0, 0, 0.6);
  ;
}

.virtual-office-container a .capa,
.menu-enjoyus a .capa,
.application-contenido-container a .capa {
  background-color: rgba(11, 103, 123, 0.6);
  visibility: hidden;
  opacity: 0;

}

.sacraments-top a .element-sacraments:hover>.capa {
  background-color: rgba(11, 103, 123, 0.6);
}

.virtual-office-container a .item-virtual-office:hover>.capa,
.menu-enjoyus a .enjoyus-element-menu:hover>.capa,
.application-contenido-container a .item-virtual-office:hover>.capa {
  visibility: visible;
  opacity: 1;
}

/* New Intention */
.new-intention {
  flex-direction: row;
  margin-top: 220px;
  width: 80%;
}

.new-intention .mass_details-container {
  width: 50%;
  margin-left: 15px;
}

.new-intention .form_new-intention {
  margin-right: 15px;
}

.form_new-intention {
  width: 50%;
}

.new-intention .mass_details-card {
  background-color: #eeeeee;
  border-radius: 20px;
  width: 100%;
  min-width: 470px;
}

.mass_details-header {
  background-color: var(--primary);
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
  height: 60px;
}

.mass_details-header h2 {
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 0px;
}

.mass_details-body {
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
}

.mass_details-body p {
  color: #7c7c7c;
}

.mass_details-body strong {
  font-weight: bold;
  color: var(--primary);
}

.mass_details-items {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.mass_details-lastItem {
  justify-content: space-evenly;
  margin-bottom: 0px;
}

.mass_details-items .mass_detaiils-horizontalItem:nth-child(2) {
  border-left: 0.5px solid var(--primary);
  border-right: 0.5px solid var(--primary);
  padding: 0px 10px;
}

.mass_detaiils-horizontalItem {
  text-align: center;
}

.form_new-intention form .form-row .form-control {
  background-color: #eeeeee;
  border-radius: 10px;
}

.form_new-intention form .form-row textarea {
  resize: none;
}

#toolTip {
  display: initial;
  margin-top: 0px;
}

.new-intention button {
  display: flex;
  justify-content: center;
  width: 35%;
  margin: 0 auto;
  margin-top: 30px;
  min-width: 270px;
  background-color: var(--primary);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  cursor: pointer;
}

.new-intention label {
  font-size: 18px;
  color: var(--primary);
}

.title__newintention {
  color: var(--primary);
  text-align: center;
  margin-bottom: 32px;
  font-weight: bolder;
}

/* VERIFICATION */
.verification-contenido-container {
  width: 70%;
  min-height: 42vh;
  margin: 0 auto;
  margin-top: 90px;
}

.verification-contenido-container form .form-row {
  display: flex;
  justify-content: center;
}

.verification-contenido-container form {
  margin-bottom: 20px;
}

.verification-contenido-container center {
  margin: 0 auto;
}

.verification-contenido-container form button {
  display: flex;
  justify-content: center;
  width: 35%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  min-width: 270px;
  background-color: var(--primary);
  color: white;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  cursor: pointer;
}

.verification-contenido-container form button:hover {
  background-color: var(--third);
}

.verification-contenido-container .col label,
.verification-contenido-container .form-row label {
  font-size: 20px;
  color: var(--primary);
}

.captcha-verification {
  margin-top: 16px;
}

.captcha-verification input {
  height: 38px;
}

.verification-contenido-container .col input,
.verification-contenido-container .col select {
  border-radius: 0px;
  color: var(--primary);
  background-color: #d4d4d4;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.custom-checkbox label {
  margin-top: 0px;
}

/* WATCH LIVE */
.watch-contenido-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.watch-contenido-container .form-control {
  border-radius: 25px;
  background-color: #FAFAFA;
  color: var(--primary);
}

.watch-btntutorial {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: var(--primary);
  border-radius: 6px;
  width: 250px;
  max-height: 110px;
  color: white;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.watch-btntutorial:hover {
  color: white;
  background-color: var(--second);
}

i.fa-play-circle {
  font-size: 50px;
  vertical-align: middle;
  margin-right: 6px;
}

.watch-btntutorial_container {
  max-height: 100px;
  max-width: 100%;
}

.watch-btntutorial_container span {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
}

.watch-btntutorial_container p {
  font-family: var(--font-text);
  font-size: 12px;
  color: white;
  text-align: center;
}

.down-watch-live form button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: var(--primary);
  font-weight: bold;
  border: none;
  min-width: 230px;
  border-radius: 4px;
  cursor: pointer;
}

.down-watch-live form label {
  color: var(--primary);
  font-size: 16px;
}

.down-watch-live form button:hover {
  background-color: var(--third);
}

.down-watch-live form h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--primary);
}

.down-watch-live hr {
  margin-bottom: 20px;
}

.down-watch-live .sacraments-holy {
  margin-top: 30px;
  margin-bottom: 20px;
}

.top-watch-live {
  display: flex;
  gap: 20px;
}

.top-watch-live iframe {
  max-width: 770px;
}

.top-watch-live video {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.top-watch-live h2 {
  font-size: 24px;
  color: var(--primary);
  font-weight: bold;
  text-align: center;
}

#div_ofrenda,
#div_ofrenda2 {
  background-color: #F5F5F5;
  box-shadow: 0px 0px 15px 0px #707070;
}

#div_ofrenda {
  max-width: 400px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  position: relative;
  bottom: 90px;
  box-shadow: 0px 0px 15px 0px #707070;
}

#div_ofrenda.div_annualCollection {
  max-width: 600px;
  margin: auto;
  min-height: initial;
  position: initial;
  margin-top: 50px;
}

#div_ofrenda .form-row,
#div_ofrenda2 .form-row {
  flex-direction: column;
  gap: 10px;
}

#div_ofrenda2 {
  padding: 20px 10px;
}

#div_ofrenda2 .form-row {
  width: 60%;
  margin: auto;

}

/* APPLICATION FOR SACRAMENTS CERTIFICATES */
.application-contenido-container {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* CERTIFICATE BAPTISM */
.contenido-application-certificate {
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contenido-application-certificate label {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
}

.check-box {
  display: flex;
  flex-direction: column;
}

.form-check-box {
  display: flex;
  align-content: center;
  align-items: center;
  height: 35px;
  background-color: #d4d4d4;
  padding-left: 22px;
}

.form-check-box .form-check {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 10px;
}

.form-check-box .form-check label {
  padding-left: 0px;
}

.form-group .form-control,
.form-check-input {
  border-radius: 0px;
  background-color: #d4d4d4;
  border: none;
  color: var(--primary);
  font-size: 14px;
}

label.custom-control-label {
  line-height: 24px;
}

.form-group input[type="date"] {
  min-height: 32px;
}

.donation label {
  padding-left: 0px;
}

.donation {
  margin-left: 20px;
  margin-top: 10px;
}

.btn_donation {
  width: 200px;
}

.tittle-shipping {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary);
  text-align: center;
}

.subtittle-cursive {
  font-family: var(--font-text-old-stand);
  font-style: italic;
  text-align: center;
}

.contenido-application-certificate form h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary);
}

.contenido-application-certificate form p {
  color: var(--primary);
  font-size: 16px;
}

.donation-paypal-container {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}

.paypal-btn {
  display: flex;
  justify-content: center;
  background-color: var(--primary);
  font-weight: bold;
  width: 200px;
  margin: 0 auto;
  border-radius: 0px;
  border: 0px;
  cursor: pointer;
}

.paypal-btn:hover {
  background-color: var(--third);
}

.donation-paypal-container img {
  width: 100%;
}

.certificates__nextBtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.certificates__nextBtn button {
  padding: 8px 50px;
  background-color: #5AD3DF;
  color: #fff;
  border-radius: 14px;
  border: none;
  cursor: pointer;
}

/* ANNUAL COLLECTION */
.annual-contenido-container {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.collection__content {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 115px;
}

.collection__content .reflective__message {
  width: 100%;
  height: 349px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}

.collection__content .counter__59 {
  width: 371px;
  max-width: 100%;
  height: 60px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.collection__content .counter__74 {
  width: 419px;
  max-width: 100%;
  height: 60px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
}

.collection__content .counter__32 {
  width: 356px;
  max-width: 100%;
  height: 60px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
}

.collection__content .counter__8 {
  width: 290px;
  max-width: 100%;
  height: 60px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
}

.collection__content .emergency__lighting {
  width: 415px;
  max-width: 100%;
  height: 140px;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}

.collection__content .energy__renewal {
  width: 415px;
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}

.collection__content .wiring__food-pantry {
  width: 415px;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}

.collection__content .exterior__lighting {
  width: 415px;
  max-width: 100%;
  height: 177px;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.collection__content .counter__800 {
  width: 431px;
  max-width: 100%;
  height: fit-content;
  margin: 0 auto;
}

.collection__content .support__collection {
  width: 352px;
  max-width: 100%;
  height: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.collection__content .join__collection {
  width: 356px;
  max-width: 100%;
  height: 314px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.collection__content .goal__collection {
  width: 353px;
  max-width: 100%;
  height: 87px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}



.collection__content .first__text {
  color: #707070;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: var(--text-corbel-regular);
}

.collection__content .first__text.verse {
  color: #3B97D3;
  font-weight: 700;
  margin: 0;
}

.collection__content .first__subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.collection__content .first__subtitle p {
  color: #888;
  font-family: var(--text-montserrat-bold);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.collection__content .first__text-container {
  border: 2px solid #3D94D1;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 431px;
  height: fit-content;
}

.collection__content .first__text-container p {
  color: #3996D2;
  font-family: var(--text-corbel-bold);
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}


.main__annual-collection {
  position: relative;
  overflow-x: hidden;
}

.top__left-corner {
  position: absolute;
  top: 170px;
  left: 0;
  width: 139px;
  height: 330px;
  object-fit: contain;
}

.top__left-mid {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin: 0;
}

.top__left-mid>img:first-child {
  width: fit-content;
  height: 330px;
  object-fit: contain;
  margin-left: -5px;
}

.top__left-mid>img:last-child {
  width: 60px;
  height: fit-content;
  object-fit: contain;
}

.top__left-bottom {
  position: absolute;
  bottom: 260px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.top__left-bottom>img:first-child {
  position: relative;
  width: 100px;
  height: fit-content;
  left: -18px;
  object-fit: contain;
}

.top__left-bottom>img:last-child {
  width: 80px;
  height: fit-content;
  object-fit: contain;
}

.bottom__collection {
  position: absolute;
  bottom: 260px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 706px;
  height: 77px;
  object-fit: contain;
}

.top__right-corner {
  position: absolute;
  top: 170px;
  right: 0;
  width: 139px;
  height: 330px;
  object-fit: contain;
}

.top__right-mid {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin: 0;
}

.top__right-mid>img:first-child {
  width: fit-content;
  height: 330px;
  object-fit: contain;
  margin-left: -5px;
}

.top__right-mid>img:last-child {
  width: 60px;
  height: fit-content;
  object-fit: contain;
}

.top__right-bottom {
  position: absolute;
  bottom: 260px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  align-items: flex-end;
}

.top__right-bottom>img:first-child {
  position: relative;
  width: 100px;
  height: fit-content;
  right: -18px;
  object-fit: contain;
}

.top__right-bottom>img:last-child {
  width: 80px;
  height: fit-content;
  object-fit: contain;
}

.collection__content .dove {
  width: 394px;
  height: fit-content;
  object-fit: contain;
  margin: 0;
}

.collection__content .subtitle__goal,
.collection__content .subtitle__collection {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.collection__content .subtitle__collection p {
  font-family: var(--text-montserrat-bold);
  line-height: 1;
  color: #52B26E;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

.collection__content .subtitle__goal p {
  font-family: var(--text-montserrat-bold);
  line-height: 1;
  color: #52B26E;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

.collection__content .second__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 379px;
  max-width: 100%;
  height: fit-content;
}

.collection__content .second__text p {
  color: #3996D2;
  font-family: var(--text-corbel-bold);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.collection__content .subtitle__achievements {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: -30px;
  margin-bottom: 15px;
}

.collection__content .subtitle__achievements p {
  color: #3996D2;
  font-family: var(--text-montserrat-bold);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.collection__content .subtitle__achievements>p:nth-child(2) {
  margin-bottom: 10px;
}

.annual-contenido-container p {
  font-size: 16px;
  color: var(--primary);
  text-align: justify;
}

.annual-contenido-container img {
  width: 100%;
  float: right;
}

.annual-contenido-container .form-row label {
  color: var(--primary);
  font-weight: bold;
  font-size: 16px;
}

.annual-contenido-container .form-row {
  margin-top: 20px;
}

.paypal-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  margin: 0 auto;
}

.paypal-btn-container img {
  width: 250px;
  margin-left: 0px;
}

.paypal-btn-container button {
  border-radius: 0px;
  border: none;
  font-weight: bold;
  font-size: 20px;
  background-color: var(--primary);
  cursor: pointer;
}

.paypal-btn-container button:hover {
  background-color: var(--third);
}

.modal-anual .modal-body {
  padding: 0px;
}

.modal-anual .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--primary);
  border-radius: 50%;
  color: white;
  width: 25px;
  height: 25px;
  z-index: 10;
}

.modal-anual .modal-footer {
  display: flex;
  justify-content: space-around;
  background-color: var(--primary);
}

.modal-anual .modal-footer .btn {
  font-weight: bold;
  color: var(--primary);
  background-color: white;
  border: 1px solid var(--primary);
}

/* BLOG */
.home-blog {
  width: 100%;
  height: 310px;
}

.home_background-blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home_content-blog {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.home_content-blog .home_title {
  margin: 0 auto;
}

.home_content-blog .home_title h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-text);
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

.news {
  padding-top: 20px;
  background: #ffffff;
}

.section_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.185;
  color: #181818;
  text-transform: uppercase;
}

.section_subtitle {
  font-family: var(--font-text-old-stand);
  font-size: 16px;
  color: #7c7c7c;
  font-style: italic;
  margin-top: 5px;
}

.content--blogs {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 340px));
  gap: 30px;
  margin-top: 52px;
}

.content--blogs .news_post_col {
  margin-bottom: 0px;
}

.news_post {
  width: 100%;
  height: 100%;
}

.content--blogs .news_image {
  height: 170px;
  width: 100%;
}

.news_image {
  width: 100%;
  height: 260px;
}

.content--blogs .news_post_content {
  height: calc(100% - 195px);
  padding: 10px 20px;
  background-color: #f5f5f5;
}

.latest_news .news_post_title,
.latest_news .news_post_text {
  margin-top: 0px;
}

.latest_news .news_post_title {
  margin-bottom: 10px;
}

.news_post_content {
  padding: 20px;
  height: calc(100% - 260px);
  border: 1px solid #b4b4b4;
}

.content--blogs .news_post_content .data {
  margin: 10px 0px;
}

.content--blogs .news_post_content .data p {
  font-size: 12px;
}

.news_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f2f2f2;
}

.content--blogs .news_post_title {
  margin-top: 0px;
}

.content--blogs .news_post_text {
  font-family: 'Standard', serif;
  font-size: 14px;
  color: #7c7c7c;
}

.content--blogs .tags_blogs {
  display: flex;
  align-items: center;
  background-color: var(--second);
  padding: 4px 10px;
  height: 30px;
}

.content--blogs .tags_blogs span {
  display: inline-block;
  background-color: transparent;
  outline: none;
  border: 0px;
  font-size: .65rem;
  color: white;
  margin-right: 20px;
}

.news_post_col {
  margin-bottom: 40px;
  height: auto;
}

.news_post_title a,
.content--blogs .news_post_title p {
  font-size: 14px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content--blogs .news_post_title p {
  font-size: 16px;
}

.news_post_title a:hover {
  color: var(--third);
}

.news_post_meta {
  margin-top: 9px;
}

.news_post_meta ul li {
  display: inline-block;
}

.news_post_meta ul li:not(:last-child) {
  margin-right: 18px;
}

.news_post_meta ul li i {
  color: var(--primary);
}

.news_post_meta ul li a {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-size: 12px;
  font-style: italic;
  color: #7c7c7c;
  margin-left: 6px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news_post_meta ul li a:hover {
  color: var(--third);
}

.news_post_text p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 1.57;
}

.page_nav {
  text-align: center;
  margin-top: 10px;
}

.page_nav ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #e1e1e1;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page_nav ul li.active,
.page_nav ul li:hover {
  background: var(--third);
}

.page_nav ul li.active a,
.page_nav ul li:hover a {
  color: #ffffff;
}

.page_nav ul li:not(:last-child) {
  margin-right: 15px;
}

.captcha {
  display: flex;
  margin: 0 auto;
  margin-top: 25px;
}

.captcha label {
  font-size: 16px;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 0px;
}

.likes-coments {
  display: flex;
  justify-content: space-around;
}

.likes-coments button {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #181818;
}

.likes-coments button:hover {
  color: var(--second);
}

.page_nav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  line-height: 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.copyr p a {
  color: whithe;
}

.copyr p a {
  border-bottom: 0px;
}

.copyr p a:hover {
  background-color: transparent;
  color: #5ad6e2;
}

.terms_privacy {
  display: flex;
  justify-content: center;
}

.terms_privacy a {
  color: var(--second);
  text-decoration: none;
  padding: 1px 6px;
  margin: 10px;
}

.terms_privacy a:hover {
  color: var(--third);
}

/*********************************
6. Upcoming Event
*********************************/

.upcoming {
  padding-top: 160px;
  padding-bottom: 100px;
  background: #ffffff;
  min-height: 75vh;
}

.section_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.185;
  color: #181818;
  text-transform: uppercase;
}

.section_subtitle {
  font-family: var(--font-text-old-stand);
  font-size: 16px;
  color: #7c7c7c;
  font-style: italic;
  margin-top: 5px;
}

.about_row {
  margin-top: 30px;
}

.upcoming_image {
  width: 100%;
}

.btns_link-single {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btns_link-single a {
  text-align: center;
  display: block;
  height: 40px;
  min-width: 150px;
  line-height: 40px;
  font-size: 24px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: var(--primary);
  margin: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 10px;
  border-radius: 4px;
}

.btns_link-single a:empty {
  display: none;
}

.btns_link-single a:hover {
  background-color: var(--third);
}

.upcoming_image img {
  max-width: 100%;
  width: 100%;
}

.event {
  width: 100%;
}

.event_date {
  background: var(--primary);
}

.event_date>div {
  width: 70px;
  text-align: center;
}

.event_content_home {
  max-width: 520px;
  padding-left: 35px;
}

.event_content_home .event_title a {
  font-size: 14px;
}

.event_content_timer {
  max-width: 420px;
}

.event_day,
.event_month {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.75;
  text-align: center;
}

.event_day {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.evet_month_day {
  display: flex;
}

.event_year {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 0.75;
  margin-top: 5px;
}

.event-descrip {
  display: flex;
  flex-direction: column;
}

/*.event_content {
	padding-left: 35px;
}*/
.link-contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event_title {
  margin-top: -5px;
}

.event_title,
.event_title a {
  font-size: 14px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.event_title a:hover {
  color: var(--third);
}

.event_row {
  margin-top: 5px;
}

.event_icon {
  display: inline-block;
  width: 14px;
  height: 15px;
}

.event_icon i {
  font-size: 16px;
  color: var(--primary);
}

.event_row li span {
  text-align: left;
  font-family: "Standard", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  color: var(--primary);
  margin-left: 6px;
}

.event_row li:not(:last-child) {
  margin-bottom: 7px;
}

.event_timer_container {
  margin-top: 19px;
}

.event_timer li {
  display: inline-block;
  height: 80px;
  width: 100px;
  text-align: center;
}

.event_timer li:not(:last-child) {
  border-right: solid 1px #e0e0e0;
}

.event_num {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.75;
  color: #181818;
  margin-top: 8px;
}

.event_ss {
  font-size: 16px;
  line-height: 0.75;
  color: #7c7c7c;
  text-transform: uppercase;
  margin-top: 19px;
}

.event_text {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}

.event_text p {
  word-wrap: break-word;
}

.event_text table {
  width: 100% !important;
}

.img-event {
  align-items: flex-start;
}

.hours_events-container {
  width: 100%;
  margin-top: 20px;
}

.hours_events {
  text-align: center;
  width: 100%;
}

.hours_events tr {
  margin-bottom: 10px;
}

.hours_events-head {
  font-size: 18px;
  background-color: var(--primary);
  color: white;
  height: 32px;
  border-bottom: 8px solid white;
}

.hours_events-body {
  font-size: 16px;
  border-top: 8px solid white;
  border-bottom: 8px solid white;
  background-color: #e9e9e9;
  height: 36px;
}

.hours_events-body td {
  color: var(--primary);
}

.hours_events-body td a {
  display: block;
  height: 100%;
  margin: 5px;
  background-color: var(--primary);
  color: white;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.hours_events-body td a:hover {
  color: white;
  background-color: var(--second);
}

.container-date-event {
  display: flex;
  align-items: center;
}

.event_container-single {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background-color: #e9e9e9;
}

.event_container-single .event_title {
  text-align: left;
}

.logo-responsive {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.event_container-single .event_date>div {
  height: 70px;
}

/* BAPTISM SACRAMENT CONTAINER */
.sacrament-baptism-container,
.sacrament-communion-container,
.sacrament-confirmation-container {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sacrament-baptism-container article,
.sacrament-communion-container article,
.sacrament-confirmation-container article {
  text-align: justify;
}

.sacrament-baptism-container article h2,
.sacrament-communion-container article h2,
.sacrament-confirmation-container article h2 {
  color: var(--primary);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.sacrament-baptism-container article strong,
.sacrament-communion-container article strong,
.sacrament-confirmation-container article strong {
  color: var(--primary);
  /* font-size: 16px; */
  text-align: left;
}

.sacrament-baptism-container article img,
.sacrament-communion-container article img,
.sacrament-confirmation-container article img {
  float: right;
  width: 500px;
  margin-left: 20px;
  margin-bottom: 15px;
  border-radius: 25px;
}

.contianer-video {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog {
  padding-top: 200px;
  padding-bottom: 100px;
  background: #ffffff;
}

.blog_image {
  float: right;
  width: 500px;
  height: auto;
  margin: 0px 0px 10px 10px;
}

.blog_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.blog_post_title_container {
  margin-top: 40px;
}

.blog_post_date>div {
  width: 70px;
  height: 70px;
  background: var(--primary);
}

.blog_post_day {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.75;
}

.blog_post_month {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.75;
  margin-top: 11px;
}

.blog_post_title_content {
  padding-left: 30px;
}

.blog_post_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;
  margin-top: -5px;
  line-height: 1.2;
}

.blog_post_meta {
  margin-top: 9px;
}

.blog_post_meta ul li {
  display: inline-block;
}

.blog_post_meta ul li:not(:last-child) {
  margin-right: 18px;
}

.blog_post_meta ul li i {
  font-size: 18px;
  color: var(--primary);
}

.blog_post_meta ul li a {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-size: 16px;
  font-style: italic;
  color: #7c7c7c;
  margin-left: 6px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog_post_meta ul li a:hover {
  color: var(--primary);
}

.blog_post_meta .fa-user {
  margin-left: 0px;
}

.blog_post_text {
  margin-top: 31px;
}

.blog_post_text p {
  font-size: 16px;
  line-height: 1.5;
}

.blog_post_quote {
  max-width: 75%;
  font-size: 22px;
  color: #181818;
  margin-top: 21px;
  margin-bottom: 21px;
}

/***********************************************
   Estilos botones compartir en redes sociales
************************************************/

.share-buttons-row {
  height: 40px;

  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-buttons-left {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 10px;
}

.share-buttons-row>a {
  display: block;
  text-decoration: none;
  color: white;
  width: 100px;
  height: 25px;
  cursor: pointer;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  text-align: center;
  float: left;
  margin: 0.3em;
  padding: 1px;

  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 20px 20px;
}

.share-buttons-row>a:hover {
  color: white;
  text-decoration: none;
}

.share-buttons-row>a p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 25px;
  color: white;
  margin-left: 20px;
  height: 100%;
}

.share-fb {
  background-color: #2d609b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2LjY2NyAwaC0yMS4zMzRjLTIuOTQ1IDAtNS4zMzMgMi4zODgtNS4zMzMgNS4zMzR2MjEuMzMyYzAgMi45NDYgMi4zODcgNS4zMzQgNS4zMzMgNS4zMzRoMTAuNjY3di0xNGgtNHYtNGg0di0zYzAtMi43NjEgMi4yMzktNSA1LTVoNXY0aC01Yy0wLjU1MiAwLTEgMC40NDgtMSAxdjNoNS41bC0xIDRoLTQuNXYxNGg2LjY2N2MyLjk0NSAwIDUuMzMzLTIuMzg4IDUuMzMzLTUuMzM0di0yMS4zMzJjMC0yLjk0Ni0yLjM4Ny01LjMzNC01LjMzMy01LjMzNHoiPjwvcGF0aD48L3N2Zz4=);
}

.share-twitter {
  background-color: #00c3f3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMyIDYuMDc2Yy0xLjE3NyAwLjUyMi0yLjQ0MyAwLjg3NS0zLjc3MSAxLjAzNCAxLjM1NS0wLjgxMyAyLjM5Ni0yLjA5OSAyLjg4Ny0zLjYzMi0xLjI2OSAwLjc1Mi0yLjY3NCAxLjI5OS00LjE2OSAxLjU5My0xLjE5OC0xLjI3Ni0yLjkwNC0yLjA3My00Ljc5Mi0yLjA3My0zLjYyNiAwLTYuNTY1IDIuOTM5LTYuNTY1IDYuNTY1IDAgMC41MTUgMC4wNTggMS4wMTYgMC4xNyAxLjQ5Ni01LjQ1Ni0wLjI3NC0xMC4yOTQtMi44ODgtMTMuNTMyLTYuODYtMC41NjUgMC45Ny0wLjg4OSAyLjA5Ny0wLjg4OSAzLjMwMSAwIDIuMjc4IDEuMTU5IDQuMjg3IDIuOTIxIDUuNDY1LTEuMDc2LTAuMDM0LTIuMDg4LTAuMzI5LTIuOTc0LTAuODIxLTAuMDAxIDAuMDI3LTAuMDAxIDAuMDU1LTAuMDAxIDAuMDgzIDAgMy4xODEgMi4yNjMgNS44MzQgNS4yNjYgNi40MzctMC41NTEgMC4xNS0xLjEzMSAwLjIzLTEuNzMgMC4yMy0wLjQyMyAwLTAuODM0LTAuMDQxLTEuMjM1LTAuMTE4IDAuODM1IDIuNjA4IDMuMjYgNC41MDYgNi4xMzMgNC41NTktMi4yNDcgMS43NjEtNS4wNzggMi44MS04LjE1NCAyLjgxLTAuNTMgMC0xLjA1Mi0wLjAzMS0xLjU2Ni0wLjA5MiAyLjkwNSAxLjg2MyA2LjM1NiAyLjk1IDEwLjA2NCAyLjk1IDEyLjA3NiAwIDE4LjY3OS0xMC4wMDQgMTguNjc5LTE4LjY4IDAtMC4yODUtMC4wMDYtMC41NjgtMC4wMTktMC44NDkgMS4yODMtMC45MjYgMi4zOTYtMi4wODIgMy4yNzYtMy4zOTh6Ij48L3BhdGg+PC9zdmc+);
}

.share-google-plus {
  background-color: #eb4026;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjQ3MSAyYzAgMC02LjI4IDAtOC4zNzMgMC0zLjc1NCAwLTcuMjg3IDIuODQ0LTcuMjg3IDYuMTM4IDAgMy4zNjYgMi41NTkgNi4wODMgNi4zNzggNi4wODMgMC4yNjYgMCAwLjUyNC0wLjAwNSAwLjc3Ni0wLjAyNC0wLjI0OCAwLjQ3NS0wLjQyNSAxLjAwOS0wLjQyNSAxLjU2NCAwIDAuOTM2IDAuNTAzIDEuNjk0IDEuMTQgMi4zMTMtMC40ODEgMC0wLjk0NSAwLjAxNC0xLjQ1MiAwLjAxNC00LjY0OS0wLTguMjI4IDIuOTYxLTguMjI4IDYuMDMyIDAgMy4wMjQgMy45MjMgNC45MTYgOC41NzMgNC45MTYgNS4zMDEgMCA4LjIyOC0zLjAwOCA4LjIyOC02LjAzMiAwLTIuNDI1LTAuNzE1LTMuODc3LTIuOTI4LTUuNDQyLTAuNzU3LTAuNTM2LTIuMjA0LTEuODM5LTIuMjA0LTIuNjA0IDAtMC44OTcgMC4yNTYtMS4zNCAxLjYwNy0yLjM5NSAxLjM4NS0xLjA4MiAyLjM2NS0yLjYwMyAyLjM2NS00LjM3MiAwLTIuMTA2LTAuOTM4LTQuMTU5LTIuNjk5LTQuODM3aDIuNjU1bDEuODc0LTEuMzU1ek0xNC41NDYgMjIuNDgzYzAuMDY2IDAuMjggMC4xMDMgMC41NjkgMC4xMDMgMC44NjMgMCAyLjQ0NC0xLjU3NSA0LjM1My02LjA5MyA0LjM1My0zLjIxNCAwLTUuNTM1LTIuMDM1LTUuNTM1LTQuNDc4IDAtMi4zOTUgMi44NzktNC4zODkgNi4wOTMtNC4zNTQgMC43NSAwLjAwOCAxLjQ0OSAwLjEyOSAyLjA4MyAwLjMzNCAxLjc0NSAxLjIxMyAyLjk5NiAxLjg5OSAzLjM0OSAzLjI4MXpNOS40MDEgMTMuMzY4Yy0yLjE1Ny0wLjA2NS00LjIwNy0yLjQxMy00LjU4LTUuMjQ2czEuMDc0LTUuMDAxIDMuMjMxLTQuOTM3YzIuMTU3IDAuMDY1IDQuMjA3IDIuMzM4IDQuNTggNS4xNzFzLTEuMDc1IDUuMDc3LTMuMjMxIDUuMDEyek0yNiA4di02aC0ydjZoLTZ2Mmg2djZoMnYtNmg2di0yeiI+PC9wYXRoPjwvc3ZnPg==);
}

.share-linkedin {
  background-color: #0074a1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2LjYyNSAwaC0yMS4yNWMtMi45NTYgMC01LjM3NSAyLjQxOS01LjM3NSA1LjM3NXYyMS4yNWMwIDIuOTU2IDIuNDE5IDUuMzc1IDUuMzc1IDUuMzc1aDIxLjI1YzIuOTU2IDAgNS4zNzUtMi40MTkgNS4zNzUtNS4zNzV2LTIxLjI1YzAtMi45NTYtMi40MTktNS4zNzUtNS4zNzUtNS4zNzV6TTEyIDI2aC00di0xNGg0djE0ek0xMCAxMGMtMS4xMDUgMC0yLTAuODk1LTItMnMwLjg5NS0yIDItMiAyIDAuODk1IDIgMi0wLjg5NSAyLTIgMnpNMjYgMjZoLTR2LThjMC0xLjEwNS0wLjg5NS0yLTItMnMtMiAwLjg5NS0yIDJ2OGgtNHYtMTRoNHYyLjQ4M2MwLjgyNS0xLjEzMyAyLjA4Ni0yLjQ4MyAzLjUtMi40ODMgMi40ODUgMCA0LjUgMi4yMzkgNC41IDV2OXoiPjwvcGF0aD48L3N2Zz4=);
}

.share-pinterest {
  background-color: #ca212a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2IDBjLTguODM3IDAtMTYgNy4xNjMtMTYgMTYgMCA2Ljc3OCA0LjIxNyAxMi41NjggMTAuMTY5IDE0Ljg5OS0wLjE0LTEuMjY2LTAuMjY2LTMuMjA4IDAuMDU1LTQuNTkgMC4yOTEtMS4yNDkgMS44NzYtNy45NTMgMS44NzYtNy45NTNzLTAuNDc5LTAuOTU4LTAuNDc5LTIuMzc1YzAtMi4yMjUgMS4yOS0zLjg4NiAyLjg5NS0zLjg4NiAxLjM2NSAwIDIuMDI0IDEuMDI1IDIuMDI0IDIuMjU0IDAgMS4zNzMtMC44NzQgMy40MjUtMS4zMjUgNS4zMjctMC4zNzcgMS41OTMgMC43OTkgMi44OTIgMi4zNjkgMi44OTIgMi44NDQgMCA1LjAzMC0yLjk5OSA1LjAzMC03LjMyNyAwLTMuODMxLTIuNzUzLTYuNTA5LTYuNjgzLTYuNTA5LTQuNTUyIDAtNy4yMjUgMy40MTUtNy4yMjUgNi45NDMgMCAxLjM3NSAwLjUzIDIuODUgMS4xOTEgMy42NTEgMC4xMzEgMC4xNTggMC4xNSAwLjI5NyAwLjExMSAwLjQ1OS0wLjEyMSAwLjUwNi0wLjM5MSAxLjU5My0wLjQ0NCAxLjgxNS0wLjA3MCAwLjI5My0wLjIzMiAwLjM1NS0wLjUzNSAwLjIxNC0xLjk5OC0wLjkzLTMuMjQ4LTMuODUyLTMuMjQ4LTYuMTk4IDAtNS4wNDcgMy42NjctOS42ODIgMTAuNTcyLTkuNjgyIDUuNTUgMCA5Ljg2NCAzLjk1NSA5Ljg2NCA5LjI0MSAwIDUuNTE0LTMuNDc3IDkuOTUyLTguMzAyIDkuOTUyLTEuNjIxIDAtMy4xNDUtMC44NDItMy42NjctMS44MzcgMCAwLTAuODAyIDMuMDU1LTAuOTk3IDMuODAzLTAuMzYxIDEuMzktMS4zMzcgMy4xMzItMS45ODkgNC4xOTUgMS40OTcgMC40NjMgMy4wODggMC43MTMgNC43MzggMC43MTMgOC44MzYtMCAxNi03LjE2MyAxNi0xNnMtNy4xNjMtMTYtMTYtMTZ6Ij48L3BhdGg+PC9zdmc+);
}

.share-tumblr {
  background-color: #36465d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2LjY2OCAwaC0yMS4zMzRjLTIuOTM0IDAtNS4zMzQgMi40LTUuMzM0IDUuMzM0djIxLjMzMmMwIDIuOTM2IDIuNCA1LjMzNCA1LjMzNCA1LjMzNGgyMS4zMzRjMi45MzMgMCA1LjMzMi0yLjM5OCA1LjMzMi01LjMzNHYtMjEuMzMyYy0wLTIuOTMzLTIuMzk5LTUuMzM0LTUuMzMyLTUuMzM0ek0yMi44NjYgMjUuNzcxYy0wLjk0MiAwLjQ0My0xLjc5OCAwLjc1Ni0yLjU2MyAwLjkzNi0wLjc2NSAwLjE3OC0xLjU5MyAwLjI2Ny0yLjQ4MSAwLjI2Ny0xLjAxMCAwLTEuNjA1LTAuMTI3LTIuMzgxLTAuMzgxLTAuNzc1LTAuMjU2LTEuNDM4LTAuNjIxLTEuOTg0LTEuMDkwLTAuNTQ5LTAuNDczLTAuOTI4LTAuOTc1LTEuMTQtMS41MDZzLTAuMzE3LTEuMzAzLTAuMzE3LTIuMzEzdi03Ljc0NGgtM3YtMy4xMjdjMC44NjctMC4yODEgMS44NzMtMC42ODUgMi40OS0xLjIxMSAwLjYyLTAuNTI3IDEuMTE2LTEuMTU4IDEuNDktMS44OTYgMC4zNzUtMC43MzYgMC42MzMtMS42NzYgMC43NzQtMi44MTVoMy4xNDF2NS4xMDhoNS4xMDV2My45NDFoLTUuMTA2djUuNjYyYzAgMS4yODEtMC4wMTcgMi4wMjAgMC4xMTkgMi4zODMgMC4xMzUgMC4zNjEgMC40NzMgMC43MzYgMC44NDEgMC45NTMgMC40ODkgMC4yOTMgMS4wNDcgMC40MzkgMS42NzYgMC40MzkgMS4xMTggMCAyLjIzMS0wLjM2MyAzLjMzNi0xLjA5MHYzLjQ4MnoiPjwvcGF0aD48L3N2Zz4=);
}

.blogs--options {
  display: flex;
  justify-content: space-between;
}

.tags--left {
  display: flex;
  align-items: center;
}

.tags--left p {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: var(--second);
  margin-right: 20px;
}

.tags--left button {
  background-color: transparent;
  border: 0px;
  outline: none;
  color: var(--second);
  font-weight: bold;
  font-size: 16px;
  margin-right: 24px;
  display: inline-block;
  cursor: pointer;
}

/*********************************
7. Blog Social
*********************************/

.social_and_tags {
  margin-top: 32px;
}

.blog_social ul {
  margin-left: -10px;
}

.blog_social ul li {
  display: inline-block;
}

.blog_social ul li:not(:last-child) {
  margin-right: 8px;
}

.blog_social ul li a i {
  font-size: 18px;
  padding: 10px;
  color: #bfbfbf;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog_social ul li a i:hover {
  color: var(--primary);
}

/*********************************
8. Blog Tags
*********************************/

.blog_post_tags ul li {
  display: inline-block;
  height: 30px;
  border-radius: 3px;
  background: #f3f3f3;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 4px;
}

.blog_post_tags ul li:not(:last-child) {
  margin-right: 4px;
}

.blog_post_tags ul li a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  color: #7c7c7c;
  text-transform: uppercase;
  line-height: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog_post_tags ul li:hover {
  background: var(--primary);
}

.blog_post_tags ul li:hover a {
  color: #ffffff;
}

/*********************************
9. Comments
*********************************/

.comments_row {
  margin-top: 30px;
}

.comments {
  border-top: solid 1px #f1f1f1;
}

.comments_title {
  margin-top: 39px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #181818;
}

.comments_container {
  margin-top: 40px;
}

.comments_list>li:first-child>.comment_container {
  border-top: none;
  padding-top: 0;
}

.comment_container {
  padding-top: 51px;
  padding-bottom: 47px;
  /*border-top: solid 1px #f1f1f1;*/
}

.comment_container::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  content: "";
}

.avatar div {
  width: 100px;
  height: 100px;
}

.avatar div img {
  max-width: 100%;
}

.comment_content {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -6px;
}

.comment_name,
.comment_time {
  display: inline-block;
}

.comment_name {
  padding-left: 2px;
}

.comment_name a {
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.comment_name a:hover {
  color: var(--primary);
}

.comment_time {
  font-size: 16px;
  color: #bfbfbf;
  margin-left: 25px;
}

.comment_time span {
  margin-left: 5px;
}

.comment_text {
  margin-top: 18px;
}

.comment_text p {
  font-size: 16px;
  line-height: 1.5;
}

.reply {
  margin-top: 18px;
}

.reply a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #181818;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.reply a:hover {
  color: var(--primary);
}

.comment ul {
  padding-left: 128px;
}

/*********************************
10. Prayer Request Contianer
*********************************/
.form-prayer {
  width: 40%;
  margin: 0 auto;
}

.form-prayer label {
  font-size: 16px;
  color: var(--primary);
}

.form-prayer button {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  width: 250px;
  justify-content: center;
  font-weight: bold;
  background-color: var(--primary);
  border: var(--primary);
}

.form-prayer button:hover {
  background-color: var(--third);
}

.form-prayer button:active {
  background-color: var(--third);
}

.prayer-request-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.prayer-request-container p {
  margin-bottom: 10px;
  text-align: justify;
}

.prayer-request-container .custom-checkbox {
  display: flex;
  align-items: center;
  color: var(--primary);
}

.prayer-request-container .text-area-prayer label {
  font-size: 16px;
  color: var(--primary);
}

.prayer-request-container .text-area-prayer textarea {
  resize: none;
  background-color: #d4d4d4;
}

/*********************************
10. Leave Comments
*********************************/
.author {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-top: 30px;
}

.author figure {
  background-color: white;
}

.author figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.author .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 20px;
  height: 100%;
}

.author .content {
  margin: 10px 0px !important;
}

.author .text p {
  margin: 0px;
}

.author .text a {
  margin-top: 0px !important;
  padding: 6px 32px;
  height: auto !important;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

.leave_comment_row {
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 30px;
}

.leave_comment_row>.col {
  max-width: 850px;
  margin: 0 auto;
}

.leave_comment_title {
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
}

.leave_comment_form_container {
  margin-top: 30px;
}

.form_input {
  width: 100%;
  height: 50px;
  border: solid 1px #cccccc;
  outline: none;
  padding-left: 20px;
  font-size: 16px;
}

.leave_comment_row .form-group input,
.leave_comment_row .form-group textarea {
  border: 0px;
  border-radius: 8px;
}

.leave_comment_row .form-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0px auto;
  border-radius: 0px;
}

.leave_comment_row .form-group label {
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

.leave_comment_row .form_text {
  width: 100%;
  height: 150px;
  border: solid 1px #cccccc;
  outline: none;
  padding-left: 20px;
  font-size: 16px;
  padding-top: 15px;
  margin-top: 0px;
  border: 0px;
  border-radius: 8px;
  resize: none;
}

.form_input::-webkit-input-placeholder,
.form_text::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input:-moz-placeholder,
.form_text:-moz-placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input::-moz-placeholder,
.form_text::-moz-placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input:-ms-input-placeholder,
.form_text:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input::input-placeholder,
.form_text::input-placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_submit_button {
  width: 170px;
  height: 45px;
  cursor: pointer;
  background: var(--primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 3px;
  margin-top: 24px;
}

.form_submit_button:hover {
  background-color: var(--third);
}

.contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
}

.contact_title {
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
}

.contact_info {
  width: 100%;
}

.contact_info_content {
  margin-top: 35px;
}

.contact_info_content ul li:not(:last-child) {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.contact_info_content ul li div,
.contact_info_content ul li span {
  display: inline-block;
}

.contact_info_content ul li div {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: #ebebeb;
  text-align: center;
  border-radius: 50%;
}

.contact_info_content ul li div i {
  line-height: 40px;
  color: var(--primary);
}

.contact_info_content ul li span {
  font-size: 16px;
  color: #7c7c7c;
  margin-left: 30px;
}

.contact_info_content ul li span a {
  color: #7c7c7c;
}

.contact_info_content ul li span a:hover {
  color: #0c3943;
}

.contact_form_container {
  margin-top: 21px;
}

.form_input {
  width: 100%;
  height: 40px;
  border: solid 1px #cccccc;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
}

.form_text {
  width: 100%;
  height: 100px;
  border: solid 1px #cccccc;
  outline: none;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 14px;
  padding-top: 12px;
}

.form_input::-webkit-input-placeholder,
.form_text::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input:-moz-placeholder,
.form_text:-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input::-moz-placeholder,
.form_text::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input:-ms-input-placeholder,
.form_text:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_input::input-placeholder,
.form_text::input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c0c0c0 !important;
}

.form_submit_button {
  width: 170px;
  height: 40px;
  cursor: pointer;
  background: var(--primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 3px;
  margin-top: 24px;
}

.contact .container p,
.contact .container h2 {
  font-size: 16px;
  padding: 30px;
  padding-top: 0px;
  text-align: justify;
}

.map--contact {
  background-color: #f5f5f5;
  padding: 60px 0px;
}

.map--contact iframe {
  height: 400px;
  width: 100%;
}

.map--contact h3 {
  color: var(--primary);
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

/*********************************
6. Contact Map
*********************************/

.contact_map {
  width: 100%;
}

.map {
  width: 100%;
}

.google_map {
  width: 100%;
  height: 500px;
}

.map_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#map {
  width: 100%;
  height: calc(100% + 30px);
}

/* Calendar */
.guide_calendar {
  margin: 30px 0px;
}

.guide_calendar input[type="date"]:required:invalid::-webkit-datetime-edit {
  color: var(--primary);
}

.calendar .fc-center h2 {
  color: var(--primary);
}

.btn_date {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn_date:hover {
  background-color: var(--third);
}

.guide_calendar form {
  flex-wrap: nowrap;
}

.box_colors h2 {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--primary);
  font-weight: bold;
  width: 250px;
  height: 40px;
}

.contact_form label {
  font-size: 16px;
  color: #7c7c7c;
}

.box_colors.purple span {
  display: block;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d84149;
  margin-right: 12px;
}

.box_colors.green span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #55ad5d;
  margin-right: 12px;
}

.fc-center h2 {
  text-align: center;
}

.fc-toolbar button {
  text-transform: capitalize;
}

#calendar button {
  background-color: var(--primary);
  cursor: pointer;
}

#calendar button:hover {
  background-color: var(--third);
}

/* --------------------------------------------
			Modales de calendario
-----------------------------------------------*/
/* verde #67e729  */
.fc-row .fc-day-top a.fc-day-number,
.fc-day-header span {
  color: rgba(12, 57, 67, 0.5) !important;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: rgba(12, 57, 67, 0.5) !important;
}

.modal-calendar .modal-header {
  background-color: var(--primary) !important;
  color: white;
  text-align: center;
}

.modal-calendar .modal-header span {
  color: white;
}

.modal-calendar .modal-header h5 {
  font-size: 18px;
  font-weight: bold;
}

.modal-calendar #descripcionEvento p strong {
  color: var(--primary);
}

.modal-calendar #descripcionEvento .btn-primary {
  margin: 15px 0;
  background-color: #4eb64c;
  border-color: #4eb64c;
  border-radius: 30px;
}

.modal-calendar #descripcionEvento .btn-primary:hover {
  background-color: #5de05a;
  border-color: #5de05a;
}

.unavailable-intentions__text {
  margin: 15px 0;
  text-align: center;
  color: #d84149;
}

.modal-calendar .modal-footer .btn-secondary.btn-lg.btn-block {
  background-color: var(--second);
  border-color: var(--second);
  border-radius: 30px;
}

.modal-calendar .modal-footer .btn-secondary.btn-lg.btn-block:hover {
  background-color: var(--third);
  border-color: var(--third);
}

.modal-calendar #descripcionEvento .table-modal-intention {
  background-color: #f4f4f4;
  border-radius: 20px;
}

.table-options-first {
  margin-top: 20px;
  margin-bottom: 0px;
}

.table-options {
  margin-top: 0px;
  margin-bottom: 0px;
}

.table-options-first th,
.table-options th {
  border-top: 0px;
  color: #7c7c7c;
}

#descripcionEvento .table_intention th {
  vertical-align: middle;
}

#descripcionEvento .table_intention th.td_fallecido {
  width: 10%;
  background-color: var(--primary);
  border-radius: 20px 0px 0px 0px;
  padding: 6px;
}

#descripcionEvento .table_intention th.td_intention {
  background-color: var(--primary);
  border-radius: 0px 20px 0px 0px;
  padding: 6px;
}

#descripcionEvento .table_intention th.td_center {
  background-color: var(--primary);
  border-radius: 0px 0px 0px 0px;
  padding: 6px;
}

#descripcionEvento .table_intention .td_intention {
  width: 45%;
  text-align: center;
}

#descripcionEvento .table_intention .td_intention p {
  color: white;
  border-radius: 20px;

  font-weight: bold;
}

.td_fallecido {
  text-align: center;
}

#descripcionEvento .table_intention {
  background-color: #eeeeee;
  border-radius: 20px;
}

.table_intention thead th {
  border-bottom: 0px;
}

.table_intention td,
.table_intention th {
  border-top: 0px;
}

.table_intention td {
  color: var(--primary);
}

.table_intention th:nth-child(2),
.table_intention td:nth-child(2) {
  border-left: 0.5px solid rgb(167, 167, 167);
  border-right: 0.5px solid rgb(167, 167, 167);
}

#descripcionEvento .table-message {
  background-color: white;
}

.table-message td,
.table-message th {
  border-top: 0px;
}

/* --------------------------------------------
		Fin	Modales de calendario
-----------------------------------------------*/
.calendar .fc-event-container a {
  cursor: pointer;
}

.container .row .col .home_title {
  font-family: beyond;
  text-transform: capitalize;
  font-size: 40px;
}

.row.flex {
  display: flex;
  align-items: flex-end;
}

input[type="date"] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 32px;
}

.super_old_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: var(--primary);
}

.container_form {
  margin: 0 auto;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

.container_form h1 {
  color: var(--primary);
  text-align: center;
  font-size: 32px;
}

.container_form hr {
  height: 100%;
  width: 100%;
  color: var(--primary);
}

.container_form form {
  width: 100%;
}

.container_form form img {
  display: flex;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
  align-self: center;
}

.container_form form input {
  border-radius: 10px;
}

.container_form form button {
  background-color: var(--primary);
}

.page-error .header_container .main_nav_contaner {
  display: none;
}

.page-error .header_content {
  justify-content: center !important;
}

.error {
  position: relative;
  padding-top: 200px;
  min-height: 700px;
}

.error .image {
  background-image: url(../images/maria404.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.error a {
  position: absolute;
  right: 200px;
  top: 300px;
  display: block;
  background-color: var(--primary);
  border-radius: 4px;
  padding: 6px 24px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.error a:hover {
  background-color: var(--second);
}

.annual-collection {
  border-bottom: 4px solid var(--second);
}

.annual-collection .home_content-religious {
  bottom: 0px !important;
  height: 100%;
}

.annual-collection .home_content-religious .container {
  height: 100%;
}

.annual-collection .row {
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}

.annual-collection .row .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  text-align: center;
  padding: 0px 10px;
}

.annual-collection .row .text p,
.annual-collection .row .text h2 {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
  color: white;
  line-height: 1.3;
}

.annual-collection .row .text hr {
  margin: 5px 0px !important;
  width: 100%;
  height: 2px;
  background-color: orange;
}

.annual-collection .row figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 140px;
  margin-bottom: 0px;
}

.annual-collection .row figure img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.annual-contenido-container h1 {
  color: var(--primary);
  font-size: 1.6rem;
  text-align: center;
}

.annual-contenido-container p {
  text-align: center;
}

.annual-contenido-container hr {
  background-color: #064F7A;
  margin: 10px 0px;
  height: 2px;
}

.annual-contenido-container .card {
  display: grid;
  grid-template-columns: 350px 1fr;
  background-color: #f2f2f2;
  margin: 30px 0px;
  border-radius: 20px;
}

.annual-contenido-container .card.reverse {
  grid-template-columns: 1fr 350px;
}

.annual-contenido-container .card figure {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.annual-contenido-container .card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: none;
  margin: 0px;
  border-radius: 20px;
}

.annual-contenido-container .card .text {
  padding: 20px;
}

.annual-contenido-container .card .text p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5;
}

.annual-contenido-container .card .text p:last-of-type {
  margin-bottom: 0px;
}

.modal-inicio .close,
.modal--contact .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  background-color: #0c3943;
  color: white;
  z-index: 20;
}

.modal-inicio .close:hover {
  background-color: var(--second);
}

.modal--contact .modal-body {
  padding: 0px;
}

.modal--contact .modal-content {
  position: relative;
  border-radius: 20px;
  border: 0px;
}

.modal--contact .modal-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.modal--contact figure,
.modal--contact figure img {
  width: 100%;
  height: 100%;
}

.modal--contact figure img {
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}

.modal--contact .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.modal--contact .right .text {
  margin: 20px 0px;
  text-align: center;
}

.modal--contact .right .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0074a1;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.modal--contact .right button {
  border-radius: 0px;
  background-color: #0c3943;
}

.spinner--container {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all .3s ease;
}

.spinner--container i {
  font-size: 4rem;
  transform: scale(0);
  color: var(--second);
  animation: spinning 1s infinite .5s ease-out;
  transition: all .3s ease;
}

.show-spinner {
  visibility: visible;
  opacity: 1;

}

.scale-spinner-icon {
  transform: scale(1);
}

.baptism-application-page {
  margin-top: 170px;
  min-height: 65vh;
}

.baptism-application-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;

}

.baptism-application-section article:first-child {
  padding-top: 30px;
}

.baptism-application-section .form-resgister .form-control::placeholder {
  color: #999999;
}

.baptism-application-image {
  width: 100%;
  height: 100%;

}

.baptism-application-image img {
  width: 100%;
  height: 400px;
  object-fit: contain;

}

.baptism-application-schedule .horario-head {
  border-bottom: 1px solid #fff;
}

.baptism-table-header {
  font-size: 15px;
  background-color: var(--primary);
  color: #fff;
}

.baptism-table-header th {
  font-weight: 300;
}

.baptism-table-header th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.baptism-table-row:hover {
  background-color: #E9E9E9;
  cursor: pointer;
}

.form-text-gray {
  color: #666666;
}

.small-text {
  font-size: .8rem;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #5AD6E2 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #5AD6E2 !important;
}

.swal2-title {
  color: #000 !important;
}



.religious-program-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 430px;
  text-align: center;
  line-height: 1;
  color: #fff;

}



.btn-primary:disabled,
.brn-primary:disabled:hover {
  background-color: var(--primary) !important;
}




.program__prices--container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

.program__prices--img {
  width: 230px;
  height: 230px;
}

.program__prices--img img,
.program__payment--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}



.program__prices--info h2 {
  font-size: 1.5rem;
  text-align: initial;
}

.program__prices--info .program__prices:not(:last-child) {
  margin-bottom: 10px;
}

.program__prices p {
  font-size: .9rem;
  margin-bottom: 0;
  color: var(--primary);
}

.program__prices .bold {
  font-weight: 700;
}

.normal-gap {
  gap: 30px;
}

.program__payment--image,
.program__payment--info {
  width: 40%;
}

.program__payment--image {
  max-height: 300px;
}

.program__payment--container {
  display: flex;
  justify-content: center;
}

.program__payment--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.program__payment--price {
  padding: 30px 60px;
  background-color: var(--primary);
  border-radius: 15px;
}

.program__payment--price p {
  font-size: 1.5rem;
  color: #fff;
}

.envelope-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px;
}

.envelope-modal label,
.envelope-modal h2 {

  color: var(--primary);
}

.envelope-modal h2 {
  font-size: 1.5rem;
  text-align: center;
}



@media (max-width: 767px) {
  .row.flex .col-xs-6 {
    width: 100%;
  }

  label {
    margin-top: 5px;
  }

  .row.flex {
    flex-flow: wrap;
  }

  .container_form {
    width: 80%;
  }
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}



.container__event-home {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #707070;
  border-radius: 15px;
  opacity: 1;
  margin-top: -80px;
  margin-bottom: 50px;
}

.sldr-indtr-itm li {
  margin-top: -40px;
}

.filter__container-home {
  position: relative;
}

.filter__container-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 57, 67, 0.50);
  z-index: 1;
}

.subscribe-bulletin {
  z-index: 2;
}


.subscribe__bulletin-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.subscribe__bulletin-title img {
  margin-right: 10px;
}

.subscribe__bulletin-title h2 {
  margin: 0;
}

.subscribe-bulletin form input {
  border-radius: 22px !important;
  opacity: 1;
}

.subscribe-bulletin form .clear {
  margin-left: 10px;
}

.subscribe-bulletin .button {
  font: normal normal bold 0.8rem Helvetica;
  letter-spacing: 0px !important;
  color: #0C3943 !important;
  opacity: 1;
}

.subscribe-bulletin #mce-EMAIL {
  width: 450px !important;
  padding-left: 15px !important;
}

.filter__container-items a {
  position: relative;
}

.filter__container-items a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 57, 67, 0.75) !important;
  z-index: 1;
}

.news_post_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_post_text p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

h1.section_title,
h2.section_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

h2.section_title span {
  font-size: 30px;
  margin-right: 10px;
}

.text__container {
  text-align: center;
  font-family: var(--font-text);
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  margin: 0 auto;
  margin-top: 30px;
}

.event_card_container {
  min-height: 300px !important;
  max-height: 400px !important;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
}


.events .events_item_content {
  position: absolute;
  bottom: 0;
}


.event_card_container {
  display: flex;
  flex-direction: column;
}

.events_item_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event_card_container .event_content {
  height: 150px;
  overflow: hidden;
}


.event_card_container .event_title {
  margin-bottom: -10px;
  margin-top: 1px;
}

.event_card_container li p {
  line-height: 1.3;
}

.event_card_container .news_post_content {
  height: 200px;
  overflow: hidden;
  border: none;
  margin-top: -10px;
}

h2.section_title .link {
  font-size: 50px;
  margin-right: 10px;
}

.news_post .img__container-hm .news_image {
  height: 200px;
}

.news_post .img__container-hm img {
  height: 200px;
  object-position: center 0px;
}

.news_post_text p,
.news_post_title a {
  line-height: 1.3;
}



/* form home */

.form__container-home .contact {
  background: #F5F5F5;
}

.form__container-home .form_submit_button {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-top: 24px;
  padding: 5px 250px;
  background: #5AD3DF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  position: relative;

}

.btn__text-form {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center !important;
  padding-top: 1.5% !important;
}

.btn__text-form {
  font: normal normal 600 21px/25px Bahnschrift;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.form__container-home .mt-4 {
  margin: 0 !important;
}

.form_input,
.form_text {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 14px;
  opacity: 1;
  margin: 0;
  margin-top: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}


.contact .container p,
.contact .container h2 {
  padding: 0;
}






.contact_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
}


.contact {
  padding-top: 100px;
}

.container .contact_info {
  margin-top: 100px;
}

.contact_info figure {
  width: 500px;
  height: auto;
  overflow: hidden;
  background: transparent 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  position: absolute;
  bottom: -10px;
}

.contact_info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact_info_content {
  color: white;
  padding: 20px 60px 20px 60px;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  top: -80px;
  background: #0C3943 0% 0% no-repeat padding-box;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
  opacity: 1;
}

.contact_info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.contact_info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact_info_content ul li span,
.contact_info_content ul li span a {
  margin: 0;
  color: white;
  line-height: 1.5;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 8px;
}

.contact_info_content ul li span a:hover {
  color: white;
}



.contact_info_content ul li:not(:last-child) {
  margin: 0;
}

.contact_info ul li a {
  color: white;
  text-decoration: none;
}

.contact .text__container {
  margin: 0;
}



.container__where-worship figure {
  flex: 0 0 auto;
  margin-right: 20px;
}

.container__where-worship img {
  max-width: 100%;
  height: auto;
}

.container__text-where--worship {
  flex: 1 1 auto;
}

.container__text-where--worship h2,
.container__text-where--worship h3,
.container__text-where--worship p {
  margin-top: 0;
}

.container__where-worship {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.container__where-worship figure {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 20px;
}

.container__text-where--worship {
  flex-basis: 50%;
  max-width: 50%;
}


.container__text-where--worship .text__container {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
}



.container__text-where--worship .section_subtitle {
  margin-bottom: 20px;
  margin-top: 10px;
}

.news_image img {
  object-fit: cover;
}

.latest_news {
  background: #F5F5F5;
}

.news_image img {
  background-color: transparent;
}



.times-down-section p,
.times-down-section h2 {
  color: #000000;
}


p,
h1,
h2,
h3,
h4,
h5,
li,
a {
  color: #000000;
}








.mrp__importance-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mrp__importance-container {
  background: #F5F5F5 0% 0% no-repeat padding-box;
}


.img__text-mrp--importance img {
  width: 140px;
}

.section_title {
  margin: 0;
}

.img__mrp-importance {
  /* display: flex; */
  margin: 0 auto;
  /* align-items: center; */
}

.img__mrp-importance img {
  width: 400px;
  height: auto;
  border-radius: 15px;
}

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

.mrp__importance-content .text__container {
  text-align: justify;
  margin-top: 10px;
}

.content__group-2 {
  display: flex;
  flex-direction: column;
}

.content__group-2 h2.section_title {
  margin: 0;
  padding: 0;
  text-align: left;
  justify-content: left;
}

.times-down-section {
  padding-bottom: 50px;
}







.menu-enjoyus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.enjoyus-element-menu {
  flex: 1 1 300px;
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 30px;
  text-align: center;
  transition: transform 0.3s ease;
  margin: 9px;
  position: relative;
  margin-bottom: 40px;
}

.enjoyus-element-menu:hover {
  transform: translateY(-5px);
}

.enjoyus-element-menu figure {
  position: absolute;
  top: -22px;
  margin: 0 auto;
  left: 25px;
  margin-bottom: 20px;
}

.enjoyus-element-menu figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.enjoyus-element-menu h4 {
  text-align: left;
  letter-spacing: 0px;
  color: #0C3943;
  text-transform: uppercase;
  opacity: 1;
  padding-top: 30px;
  font-weight: bold;
}

.enjoyus-element-menu p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
  text-align: left;
  line-height: 1.5;
}

.enjoyus-contenido-container {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  opacity: 1;
}

.enjoyus__importance {
  background: white;
}

.enjoyus__importance .img__text-mrp--importance img {
  width: 80px;
}

.enjoyus__importance .mrp__importance-content .text__container {
  margin: 0;
  padding: 0;
}

.enjoyus__importance .img__mrp-importance img {
  margin-right: 30px;
  width: 400px;
}


.sacraments__container-cards .enjoyus-element-menu {
  width: 300px;
  margin-right: 0px;
}

.s__importance .img__mrp-importance img {
  width: 500px;
}

.sacraments__container-cards .menu-enjoyus {
  margin-bottom: 50px;
}



.sacrament-baptism-container article h3.section_subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}





.baptism__information-container {
  margin-top: 50px;
}

.card__baptism-information {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 15px;
  opacity: 1;
}

.card__baptism-information h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.card__baptism-information p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.card__baptism-information button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  font-weight: bold;

  background: #5AD6E2 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  outline: none;
}


.card__baptism-information .text__container {
  text-align: justify;
  margin-top: 5px;
}




.list__baptism-information {
  list-style-type: none;
  padding-left: 0;
}

.list__baptism-information li {
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.list__baptism-information li span.material-symbols-outlined {
  margin-right: 5px;
  color: skyblue;
  font-size: 30px;
}


.container__list__baptism-information .section_title {
  justify-content: left;
  margin-top: 30px;
  margin-bottom: 30px;
}


.bef__list-baptism--information {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.bef__list-baptism--information h3,
.bef__list-baptism--information p {
  color: #6F6F6F;
}


.bef__list-baptism--information h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 5px;
}


.bef__list-baptism--information p {
  margin-top: 5px;
}

.bef__list-baptism--information {
  padding-bottom: 30px;
}

.container__important-information--baptism {
  margin-top: 60px;
  margin-bottom: 80px;
}

.virtual__cards .enjoyus-element-menu {
  width: 380px;
  height: 150px;
}


.virtual__importance .content__group {
  margin-bottom: 30px;
}

.virtual__importance .img__text-mrp--importance img {
  width: 120px;
}

.virtual__importance .content__group-2 h2.section_title {
  font-size: 30px;
  margin-bottom: 10px;
}





.container__verification-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.container__information-certificates {
  grid-column: 1;
}

.verification__container-form {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.verification__container-form .btn {
  background: #0C3943 0% 0% no-repeat padding-box;
  border-radius: 25px;
  border: none;
  opacity: 1;
  margin-top: 15px;
  padding: 5px 70px;
}

.verification__container-form .form-row {
  display: flex;
  flex-direction: column;
}

.verification__container-form .form-row .col {
  margin-bottom: 10px;
}

.verification__container-form .form-control {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 14px;
  opacity: 1;
  width: 500px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}


.verification__container-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.verification__container-form select {
  background: url(../../images/down-arrow.svg) no-repeat right #F5F5F5 !important;
}

.container__verification-page {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container__information-certificates .text__container {
  text-align: justify;
}


.container__information-certificates .menu-enjoyus {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}



.application__card-container .enjoyus-element-menu figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}


.application__card-container .enjoyus-element-menu figure {
  position: unset;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  margin-left: -15px;
}

.application__card-container .enjoyus-element-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.application__card-container .enjoyus-element-menu h4 {
  margin: 0;
  padding: 0;
}

.application__card-container .menu-enjoyus {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}



.container__text-donation {
  display: flex;
  align-items: center;
}

.material-symbols-outlined {
  margin-right: 10px;
}

.text-content {
  text-align: left;
}


.donation-down-container {
  width: 100%;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  padding: 80px;
  margin-bottom: 80px;
}

.content__text-donation h2 {
  margin: 0;
  margin-bottom: -15px;
  padding: 0;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0px;
  color: #0C3943;
}

.container__text-donation .material-symbols-outlined {
  margin-right: 5px;
  top: 0;
  color: skyblue;
  font-size: 30px;
}


.donation-up-container {
  width: 100%;
}

.location__content-information {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 0px;
}


.donation__container-information {
  align-items: start;
}


.donation__container-meth {
  display: flex;
  margin: 0 auto;
}




.form__contact-container .contact {
  background: white;
}

.form__contact-container .contact_form {
  display: flex;
  flex-direction: column;
}

.form__contact-container .contact_title {
  order: 2;
}

.form__contact-container .text__container {
  order: 1;
}

.form__contact-container .contact_form_container {
  order: 3;
}

.form__contact-container .contact_form_container {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  padding: 60px 20px 20px 20px;
}

.form__contact-container .contact_title {
  margin: 0;
  padding: 0;
  margin-bottom: -70px;
  z-index: 2;
  margin-left: 25px;
}

.form__contact-container .text__container {
  margin-bottom: 50px;
}



.c__importance .mrp__importance-content {
  position: relative;
  margin-top: 200px;

  margin-bottom: 250px;
}


.c__importance .mrp__importance-content .text__mrp-importance {
  position: absolute;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  padding: 50px 50px 50px 320px;
  width: 900px;
  right: 0;
}

.c__importance .mrp__importance-content .img__mrp-importance {
  position: absolute;
  left: 0;
  z-index: 2
}

.map--contact {
  background-color: white;
}




.container__principal-registration {
  padding-top: 50px;
}

.progress__bar-form {
  padding-top: 25px;
}




.registration__religious-ed {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  background: #0C3943 0% 0% no-repeat padding-box;
  border: 5px solid #5AD3DF;
  border-radius: 42px;
  opacity: 1;
  padding: 0;
  overflow: hidden;
  align-items: center;
  margin-top: 35px;
}


.img__registration-religious--ed {
  grid-column: 1 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.img__registration-religious--ed img {
  width: 300px;
  padding: 0;
  margin: 0;
}

.text__container-religious {
  grid-column: 2 / 3;
}

.text__container-religious h2 {
  justify-content: left;
  text-align: left;
  letter-spacing: 0px;
  color: #F5F5F5;
  opacity: 1;
  font-size: 30px;
}

.text__container-religious p {
  text-align: left;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
}



.container__religious-edu {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  padding: 0;
  margin: 0;
  gap: 15px;
  padding: 5px;
}


.btn__container-prayrequest {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  padding-right: 25px;
}

.contenido-education-container {
  width: 100%;
}

.level-container {
  width: 80%;
  margin: 0 auto;
}

.contenido-education-container li {
  text-align: left;
  font-weight: bold;
  letter-spacing: 0px;
  color: #0C3943;
  opacity: 1;
}

.list__education-container {
  padding-left: 80px;
}

.contenido-education-container p {
  text-align: justify;
}


.card__education-container {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 1;
  margin: 9px;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}


.title__card-sacrament {
  display: flex;
  justify-content: left;
  text-align: left;
  align-items: center;
  flex-direction: row;
  padding-bottom: 15px;
}

.img__card-sacrament {
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  margin-right: 10px !important;
}

.img__card-sacrament img {
  padding: 0 !important;
  margin: 0 !important;
  width: 40px;
}

.title__card-sacrament h3 {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}


.baptism .img__first-card--education {
  width: 300px;
  height: 173px;
  object-fit: cover;
  margin: 20px;
  border-radius: 15px;
  opacity: 1;
}


.container__title-g {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
}

.btn__registration {
  background: #5AD6E2 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  color: white;
  padding: 5px 25px;
  font-weight: bold;
  margin: 0 auto;
}

.btn__registration:hover {
  color: white;
}

.subscribe__bulletin-title h2 {
  color: white;
}


.religious-card {
  background: #0C3943 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.religious-card h4,
.religious-card p {
  color: white;
}


.religious-card {
  position: relative;
}


.icon-bible {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  margin: 0 auto;
  left: 25px;
  margin-bottom: 20px;
}

.icon-bible i {
  font-size: 40px;
  color: #0C3943;
}


.section_title-form {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #0C3943;
  opacity: 1;
}

.text__container-form {
  text-align: justify;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}


.form-resgister .form-row .form-control {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 14px;
  opacity: 1;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  color: #6F6F6F;
}

.input-file {
  padding: 5px !important;
}

.img-form-bap {
  position: relative;
  width: auto;

  margin-right: -500px;
}

.img-form-bap img {
  position: absolute;
  height: 700px !important;
  margin-left: 21px;
}

.baptism-application-page {
  overflow: hidden;
}



.publicity__container-slider {
  position: fixed;
  z-index: 9;
  top: 84%;
  left: 0;
  transform: translateY(-50%);
  width: 500px;
  height: 180px;
  background-color: #f0f0f0;
  transition: left 0.5s ease;
  animation: slide-in 1s ease-in-out;
  overflow: visible;
  border-bottom-right-radius: 15px;
}

.publicity__container-slider .publicity__container {
  overflow: hidden;
  width: 500px;
  height: 180px;
  border-radius: 0;
  border-bottom-right-radius: 15px;
  cursor: grab;
}

.publicity__container-slider .slider-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.publicity__container-slider .slider-close .close-icon {
  font-size: 20px;
  color: white !important;
}

.publicity__container-slider .slider-publicity {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.publicity__container-slider .swiper-container {
  flex: 1;
}

.publicity__container-slider .swiper-slide img {
  max-width: 100%;
  height: 180px;
}

.publicity__container-slider .slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.publicity__container-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.publicity__container-slider .slider-navigation .swiper-pagination {
  display: flex;
}

.publicity__container-slider .slider-close {
  border-radius: 50%;
  background: #5AD3DF 0% 0% no-repeat padding-box !important;
  width: 40px;
  height: 40px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-right: -25px;
}


.container__page-form--marriage {
  margin-top: 0 !important;
}


.events_item {
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
  min-height: 300px !important;
  max-height: 400px !important;
}

.events .events_item .event_content {
  width: 100% !important;
}


.icon__contact-fom {
  display: flex;
  align-items: end !important;
}

.icon__contact-fom i {
  color: white;
  font-size: 11px;
  margin: 0;
  margin-bottom: 5px;
}

.button:hover {
  background-color: var(--third) !important;
  border-radius: 25px !important;
  color: white !important;
}

.form_submit_button:hover {
  background-color: var(--third);
  border-radius: 25px;
}

.content--blogs .news_post_content {
  height: calc(100% - 195px);
  padding: 10px 20px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


.news_image img {
  background-color: transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-position: center 0px;
}

.events .events_item .event_content {
  width: 230px;
}

.events_item_image img {
  height: 150px;
  object-position: center 0px;
}

.card__baptism-information h3 {
  color: #0C3943;
}

.card__baptism-information p {
  margin-bottom: 20px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
}

.container__second-sacrament {
  margin-bottom: 30px;
  padding: 15px;
  border: 0.5px solid #707070;
}


.container__second-sacrament h3 {
  font-size: 20px;
  color: #0C3943;
  margin-bottom: 10px;
  font-weight: bold;
}

.container__second-sacrament p {
  margin-bottom: 20px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
}

.container__principal-sacrament {
  margin-bottom: 30px;
  padding: 15px;
}

.container__principal-sacrament p {
  margin-bottom: 20px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
}

.list__baptism-information li {
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
}

.btn__registration:hover {
  background-color: var(--third);
  border-radius: 25px;
}

.grid__container-sacraments {
  display: grid;
  grid-template-columns: 1.5fr 1fr !important;
  grid-gap: 20px;
  align-items: center;
}

.grid__container-sacraments img {
  width: 350px !important;
  border-radius: 15px;
}

.baptism-application-section article:first-child {
  padding-top: 30px;
  display: flex;
  min-height: 650px;
  align-items: center;
  padding-bottom: 30px;
}

.baptism-application-section {
  padding-bottom: 0px;
}

select {
  background: url(../../images/down-arrow.svg) no-repeat right #F5F5F5 !important;
  cursor: pointer;
}

.baptism-application-section article:first-child input[type="file"] {
  padding: 5px;
}


.form-resgister {
  width: 100%;
}


.btn-prayrequest a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.container__text-donation {
  display: flex;
  align-items: flex-start;
}

.location__content-information p {
  color: #0C3943 !important;
  font-weight: bold;
}

.location__content-information i {
  margin-right: 5px;
}

.donation__container-information p {
  color: #6F6F6F;
}


.registration__container-religious {
  display: flex;
  flex-direction: row;
}

.container__info-edu h2 {
  font-size: 28px;
}




.container__home-video {
  width: 600px;
  height: 300px;
  height: auto;
  border-radius: 22px;
  margin: 0 auto;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 200px;
  left: 0;
  right: 0;
}

.live__message {
  display: flex;
  position: absolute;
  color: white;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  top: -15px;
  z-index: 2;
  right: 10px;
  background: #D74149 0% 0% no-repeat padding-box;
  border-radius: 11px;
}

.live__message p {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.live__message .material-symbols-outlined {
  background: white;
  border-radius: 50%;
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-right: 5px;
}

.video__home-live {
  border: 3px solid white;
  overflow: hidden;
  border-radius: 22px;
  width: 600px;
  height: 300px;
}

.btn__live-home {
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  bottom: -15px;
  width: 200px;
  height: 40px;
  align-items: center;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 3px;
  background: #5AD6E2 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
}

.btn__live-home a {
  color: white;
}

.btn__live-home:hover {
  background-color: var(--third);
}




.icon__progress-bar--form {
  width: 50px;
  height: 50px;
  color: white;
  background-color: #707070;
  border-radius: 50%;
  padding: 12px;
  margin: 0 23px;
}


.line-container {
  position: relative;
  display: inline-block;
}

.line-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  width: 50%;
  height: 2px;
  background-color: #707070;
  transform: translateY(-50%);
}


#section1 .btn__first-module {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 10px !important;
  color: white;
  background: #0C3943 !important;
  border: 1px solid #707070;
  border-radius: 32px;
  opacity: 1;
  cursor: pointer;
  display: flex !important;
  outline: none !important;
  align-items: center !important;
  justify-content: center !important;
}

#section1 .btn__first-module:hover {
  background-color: var(--third) !important;
}




.grid__container-sacraments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.text__container-principal--sacramental {
  grid-column: 1 / 2;
}

.sacrament__image-container {
  grid-column: 2 / 3;
}

.text__container-principal--sacramental h3,
.text__container-principal--sacramental p {
  margin: 0;
}

.text__container-principal--sacramental p {
  text-align: justify;
  border: 1px solid #707070;
  padding: 10px;
  margin-bottom: 20px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
}

.sacrament__image-container img {
  max-width: 100%;
  height: auto;
}


.text__container-principal--sacramental h3 {
  font-size: 20px !important;
  color: #0C3943;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  border: 1px solid #707070;
  border-bottom: none;
  padding: 10px;
}



.text__container-principal--sacramental {
  margin-bottom: 50px;
}


.notes__importants-container {
  border: 1px solid #707070;
  padding: 20px 30px 20px 50px;
}


.sacrament-baptism-container .text__container {
  text-align: justify;
  padding: 10px;
  margin-bottom: 20px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
}

.baptism__information-container {
  margin-top: 0;
}


.sacrament-baptism-container {
  width: 100%;
}

.sacrament-baptism-container article img {
  margin: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 350px !important;
  height: auto;
  align-items: center;
}

.text__container-principal--sacramental {
  margin-bottom: 0px;
}

.sacrament-baptism-container .text__container {
  margin-bottom: 0px;
}

.grid__container-sacraments {
  margin-bottom: 50px;
}

.bef__list-baptism--information {
  margin-top: 50px;
}

.text__container-principal--sacramental h3 {
  color: var(--primary);
  text-align: left;
  font-size: 30px !important;
  font-weight: bold;
}

.card__baptism-information h3 {
  color: var(--primary);
  text-align: left;
  font-size: 30px !important;
  font-weight: bold;
  margin-left: 5px;
}


.sacrament__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}


.contenido-education-container {
  margin-top: 50px;
}

.title__home-video {
  display: none;
}

.form_input,
.form_text {
  resize: none;
}

.btn__container-prayrequest button {
  margin: 0;
}

.menu {
  display: none;
}

.form-group select.select__inputOffering-form {
  background: url(../../images/down-arrow.svg) no-repeat right white !important;
  cursor: pointer;
}

.input__set-family--container input,
.input__set-family--container select {
  border-radius: 14px !important;
}

.input__set-container input,
.input__set-container select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #F5F5F5 0% 0% no-repeat padding-box !important;
  border: none;
  border-radius: 14px !important;
  opacity: 1;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  color: #6F6F6F;
}

.input__set-container select {
  background: url(../../images/down-arrow.svg) no-repeat right #F5F5F5 !important;
  cursor: pointer;
}


/* ============= Anuall collection ============= */

.container__page {
  max-width: 1110px;
  display: grid;
  margin: 0 var(--mr-3);
}

.termometer__principal-container {
  height: 100px;
  overflow: hidden;
  margin-top: -45px;
}

.termometer__wrapper {
  margin: auto;
  display: flex;
  flex-direction: row;
  height: 350px;
  align-items: self-end;
  transform: rotate(90deg);
  z-index: 1;
  margin-top: 45px;
}

.container__termometer {
  width: 30px;
  background: rgba(222, 223, 222, 255);
  height: 310px;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 255);
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.container__termometer:before,
.container__termometer:after,
.border__second:before,
.border__second:after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.container__termometer:after {
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: rgba(222, 223, 222, 255);
  top: -41px;
  border: 6px solid rgba(255, 255, 255, 255);
  z-index: -3;
  left: 50%;
}

.border__second:after {
  transform: translateX(-50%);
  width: 57px;
  height: 55px;
  top: -44px;
  border: 5px solid rgba(159, 208, 236, 255);
  z-index: -3;
  left: 50%;
}

.container__termometer .termometer__graduations {
  height: 59%;
  bottom: 20%;
  width: 50%;
  position: absolute;
  right: 0;
}

.container__termometer .termometer__graduations,
.container__termometer .termometer__graduations:before {
  position: absolute;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.container__termometer .termometer__graduations:before {
  content: "";
  height: 34%;
  width: 100%;
  top: 32%;
}

.container__termometer .termometer__temperature {
  bottom: 0;
  background: #ec6264;
  width: 100%;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  background-size: 100% 310px;
  transition: all 0.2s ease-in-out;
  position: absolute;
}

.container__termometer .termometer__temperature,
.container__termometer .termometer__temperature:before,
.container__termometer .termometer__temperature:after {
  position: absolute;
}

.container__termometer .termometer__temperature:before {
  content: attr(data-value);
  z-index: 2;
  transform: rotate(270deg);
  left: calc(100% + 25px / 1.5);
  top: -14px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.75;
}

.unit {
  display: none;
}

.container__termometer.dome:after {
  background-color: rgba(229, 7, 87, 255);
}

.border__second {
  border: 5px solid rgba(159, 208, 236, 255);
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.container__termometer .termometer__temperature:after {
  content: "";
  border-left: 40px solid #32A1B2;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

.donation_progress_outer {
  display: none;
}

.donation_funds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  max-width: 360px;
  margin: 0 auto;
}

.remaining__donation {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding-left: 2px;
  gap: 5px;
}

.donation_details * {
  color: #FFFFFF;
}

.donation_details_container .donate__form label {
  color: #FFFFFF;
}

.div_annualCollection .btn__donate-form {
  background: #ec6264;
  border-radius: 25px;
  animation: heartbeat 2s infinite;
  margin-bottom: 25px;
}

@keyframes heartbeat {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.btn__donate-form::before,
.btn__donate-form::after {
  content: "";
  position: absolute;
  border: 2px solid #ec6264;
  border-radius: 30px;
  padding: 5px 75px;
  animation: aro-animation 2s infinite;
}

.btn__donate-form::before {
  border: 3px solid #ec6264;
}

.btn__donate-form::before {
  min-width: 240px;
  height: 50px;
  top: -7px;
  left: -5px;
}

.btn__donate-form::after {
  min-width: 250px;
  height: 60px;
  top: -12px;
  left: -10px;
  opacity: 0;
}

@keyframes aro-animation {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 0;
  }
}


.donate__form .checkbox-donation label {
  color: #FFFFFF;
  text-align: center;
}

.donation_details_container .title__donation-details {
  margin: 0 auto;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0;
  padding-bottom: 20px;
}

.donations_funds_value {
  font-size: 18px;
  margin: 0;
}

.goal__donation {
  display: flex;
  flex-direction: row;
}

.donation_details {
  background: rgba(21, 94, 161, 255);
  width: 480px;
}

.amount__donate-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.amount__donate-row div label {
  font-family: var(--text-montserrat-bold);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amount__donate-row .col {
  padding: 0;
}

.amount__donate-row input {
  border-radius: 14px;
}


.donate__form-container #div_ofrenda.div_annualCollection {
  margin-top: 0px;
  background: transparent;
  background: #1C8E52;
  border-radius: 20px;
  width: 310px;
  display: flex;
  flex-direction: column;
  min-height: 328px;
  padding: 10px;
}

.donate__form-container #div_ofrenda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  position: relative;
  bottom: 0px;
  box-shadow: none
}

.annual__collection-section--container {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.annual__collection-right .donations {
  padding: 0;
}

.annual__collection-right {
  /* position: fixed; */
  right: 0;
  /* padding-right: 13.7%; */
  z-index: 5;
  /* margin-top: 1%; */
  transition: margin-top 0.3s ease;
  /* padding-top: 200px; */
}


.donation_details_container .donate__form label {
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.inputs__checkbox-donation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

.label__checkbox-donation {
  font-family: var(--text-montserrat-bold);
  padding-bottom: 5px;
}

.goal__donation .text__goal-donation {
  font-family: var(--font-text-old-stand);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}


/* left annual collection */


.annual__collection-left {
  margin: 0;
  margin-top: 15px;
  width: 711px;
  max-width: 100%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.annual__collection-left>img {
  width: 100%;
  height: 216px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: fill;
  position: relative;
}


.sidebar {
  position: relative;
}

.img__principal-annual--collection {
  margin: 0;
  width: 100%;
  padding: 0;
}

.img__principal-annual--collection img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

P.annual__collection-text {
  text-align: left;
  font-size: 14px;
  color: #707070;
}

P.right__text-annual--collection {
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  color: #004287;
}

.collection__information-container {
  background: #F5F5F5;
  border: 1px solid #FFFFFF;
  border-radius: 34px;
  padding: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 25px;
}

h1.collection__information-title,
.collection__information-title {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #004287;
  padding-bottom: 25px;
}

.img__information-container {
  margin: 0;
  padding: 0;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.img__information-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

p.collection__information-text {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.collection__information-text:first-of-type {
  border-bottom: 2px solid #707070;
}

.collection__information-text:nth-of-type(2) {
  padding-top: 10px;
}

.img__annual-collection--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.img__annual-collection {
  padding: 0;
  margin: 0;
  width: 350px;
}

.img__annual-collection img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blue__color {
  color: #004287;
}

p.collection__information-note {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}

p.text__annual-collection--gray {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
  padding-bottom: 10px;
}


.second__collection-information--container {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #F5F5F5;
  border-radius: 34px 0 0 34px;
  margin-bottom: 30px;
}

.text__second-collection--information {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  border: 1px solid #FFFFFF;
  border-radius: 34px 0 0 34px;
  padding: 15px;
}

.text__second-collection--information p {
  text-align: left;
  font-size: 15px;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
}

.number__second-collection--information {
  background: #32A1B2;
  border-radius: 21px 0px 21px 21px;
  padding: 15px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number__second-collection--information p {
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #FAFAFA;
}

.third__collection-information--container p.text__annual-collection,
p.text__annual-collection {
  text-align: center;
  font-size: 16px;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
}


.img__sacraments-collection--container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img__sacraments-collection--container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.img__sacraments-annual--collection {
  margin: 0;
  padding: 0;
  width: 350px;
}

.img__sacraments-annual--collection img {
  width: 100%;
  height: 100%;
}

.img__sacraments-annual--collection:first-of-type {
  width: 320px;
}

.img__sacraments-annual--collection:nth-of-type(2) {
  width: 450px;
}


.third__collection-information--container {
  background: #F5F5F5;
  border-radius: 53px;
  margin-left: -50%;
  padding-left: 50%;
  padding-top: 40px;
  padding-right: 32px;
  padding-bottom: 15px;
  z-index: 9;
}

h3.title__third-collection--information {
  text-align: center;
  font-size: 29px;
  font-weight: 900;
  color: #004287;
  padding-bottom: 25px;
  font-family: 'Segoe UI';
  line-height: 1.2;
}

h3.title__third-collection--information:nth-of-type(2) {
  padding-bottom: 5px;
}

.img__third-collection--information {
  margin: 0;
  padding: 0;
  width: 70%;
  margin: 0 auto;
  padding-left: 10px;
  margin: 25px;
  display: flex;
  justify-content: center;
}

.img__third-collection--information img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}


.third__collection-information--container p {
  text-align: center;
  font-size: 18px;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
}

p.text__third-collection--information {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #004287;
}

.four__collection-information--container {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 25px;
  margin-top: 40px;
}

p.text__four-collection--information {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
}


.check__icon-container--ac {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.check__icon-container--ac:nth-of-type(4) {
  margin-bottom: 20px;
}

.text__check-icon-ac p {
  text-align: center;
  font-size: 16px;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
  margin: 0;
}

.text__check-icon-ac p:first-of-type {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  font-family: 'Segoe UI';
  line-height: 1.2;
  color: #707070;
}

.check__icon-content--ac {
  margin: 0;
  width: 40px;
}

.check__icon-content--ac img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text__check-icon-ac {
  display: flex;
  flex-direction: column;
}



.vertical__line-collection {
  position: fixed;
  top: 33%;
  left: 0;
  width: 20px;
  height: 300px;
  background: #32A1B2;
  z-index: 10;
}

.img__collection-fixed {
  position: fixed;
  margin: 0;
  right: 0;
  bottom: 0;
  width: 150px;
}

.img__collection-fixed img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__annual-collection {
  z-index: 9;
}

.progress__information-collection,
.annual__form-container--mobile {
  display: none;
}


.img__principal-desktop {
  display: block;
}

.img__principal-mobile {
  display: none;
}


.donation__btn {
  display: none;
}

.annual__collection-right.position__progress {
  margin-top: -5%;
}

.annual__collection-right.absolute__progress {
  position: absolute;
  bottom: 1.5%;
  right: 0;
  padding-right: 0;
}

.stripe__btn {
  display: none;
}

.stripe__btn.show__btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}


.modal__payment-methods--container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  color: white;
  z-index: 1000;
}

.modal__payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: start;
  max-width: 600px;
  padding: 15px;
  border-radius: 12px;
  background: #FFFFFF;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.payment__methods-collection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title__payment-methods--collection {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0C3943;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* annual collection index */

.donate__btn-index {
  background: #ec6264;
  border-radius: 25px;
  padding: 7px 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.donations__details-index {
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 0 auto;
  width: 445px;
}

.donations__details-index .donation_funds {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: left;
  margin: 0;
  margin-left: 15px;
}


.donation__info-index {
  display: flex;
  flex-direction: row;
  max-width: 355px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.donate__btn-index:hover {
  color: #FFFFFF;
}

.donate__btn-index {
  animation: heartbeat 2.3s infinite;
}

@keyframes heartbeat {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.donate__btn-index::before,
.donate__btn-index::after {
  content: "";
  position: absolute;
  border: 2px solid #ec6264;
  border-radius: 30px;
  padding: 5px 75px;
  animation: aro-animation 2.3s infinite;
}

.donate__btn-index::before {
  min-width: 250px;
  height: 50px;
  top: -7px;
  left: -7px;
}

.donate__btn-index::after {
  min-width: 260px;
  height: 60px;
  top: -12px;
  left: -12px;
  opacity: 0;
}

@keyframes aro-animation {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 0;
  }
}


.donation__info-index .donation_current-index {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  margin-right: 5px;
}

.donation__info-index .donation__goal-index {
  display: inline-block;
  font-family: var(--font-text-old-stand);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}

.title__annual-collection--index {
  text-align: left;
  font: normal normal 900 35px Segoe UI;
  color: #004287;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to right, #32A1B2 70%, transparent 0);
  border-image-slice: 1;
}

p.text__annual-collection--index {
  text-align: left;
  font: normal normal normal 17px Segoe UI;
  letter-spacing: 0px;
  color: #707070;
}

.info__annuall-collection--index {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-bottom: 26px;
}

.logo__collection-index--container {
  display: flex;
  align-items: start;
  background: #004287;
}

.donations_content .logo__collection-index--container {
  width: 160px;
  height: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 98.25%, 94.5% 100%, 50.13% 89.25%, 5.75% 100%, 0% 98.25%);
}

.column__one-donation--content_index {
  position: relative;
}

.element__curve-left {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #004287;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.element__curve-right {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #004287;
  position: absolute;
  bottom: 16px;
  right: 0;
}

.info__annuall-collection--index .donations_content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.text__annual-collection--container {
  padding-top: 50px;
}

.donation__details-index--container {
  margin-top: 25px;
}



.custom__alert-step .swal2-close {
  background: #5AD3DF !important;
  color: white;
  font-size: 30px;
  margin-top: -15px;
  margin-right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.custom__alert-step .swal2-close:hover {
  background: #5AD3DF !important;
  color: white;
  font-size: 30px;
  margin-top: -15px;
  margin-right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}


.custom__alert-step .swal2-title {
  font-size: 24px;
  color: #0C3943 !important;
  text-transform: uppercase;
  font-weight: 700;

}

.custom__alert-step .swal2-html-container {
  margin-bottom: 20px !important;
}














/* 1366 * 768 */

@media only screen and (min-width: 1300px) and (max-width: 1366px) and (min-height: 600px) and (max-height: 768px) {

  .annual__collection-right {
    position: fixed;
    right: 0;
    padding-right: 9%;
    z-index: 5;
    margin-top: 1%;
    transition: margin-top 0.3s ease;
    padding-top: 200px;
  }

  .img__collection-fixed {
    position: fixed;
    margin: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    z-index: 5;
  }
}


.blog__image {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  text-align: left;
  width: fit-content;
  height: fit-content;
  max-width: 90vw;
  transition: transform 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0 auto;
}

.blog__image>figure {
  height: 630px;
  width: 1200px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog__image>figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.blog__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog__image {
    height: 425px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}


.g-recaptcha {
  margin: 0 auto;
}



.body__collection {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.main__collection {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  justify-content: center;
  padding-top: 230px;
}

.banner__collection {
  width: 711px;
  height: 216px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: fill;
  position: relative;
  margin-bottom: 20px;
}

.collection__container {
  width: 711px;
  z-index: 5;
}

.post {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.sidebar {
  position: relative;
  z-index: 5;
}

.sticky-content {
  position: sticky;
  top: 2rem;
  width: fit-content;
  margin-right: -310px;
}

header.scrolled~.main__collection .sidebar .sticky-content {
  top: 120px;
}

.sidebar h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #eee;
}

.sidebar ul {
  list-style: none;
  margin-bottom: 2rem;
}

.sidebar ul:last-child {
  margin-bottom: 0;
}

.sidebar li {
  margin-bottom: 0.5rem;
}

.sidebar a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sidebar a:hover {
  color: #2980b9;
}

@media (max-width: 768px) {
  .main__collection {
    grid-template-columns: 1fr;
  }

  .sticky-content {
    position: static;
  }
}

.donate__form-container {
  width: fit-content;
  height: 328px;
}

.sidebar .btn__collection {
  font-family: var(--text-montserrat-bold);
  border-radius: 15px;
  border: 2px solid #FFF;
  background: #52B26E;
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.form-row.donate__form .checkbox-donation [type="radio"]:checked+label:after,
.checkbox-donation [type="radio"]:not(:checked)+label:after {
  background: #3996D2;
}


@media (width <=1490px) {
  .collection__container {
    width: 600px;
  }

  .collection__content {
    padding: 0 25px;
  }

  .banner__collection {
    width: 100%;
  }

}

@media (width <=1390px) {
  .collection__container {
    width: 500px;
  }
}

@media (width <=1290px) {
  .collection__container {
    width: 500px;
  }
}

@media (width <=1270px) {
  .collection__container {
    width: 450px;
    max-width: 100%;
  }
}

@media (width <=1200px) {

  .top__left-corner,
  .top__left-mid,
  .top__left-bottom,
  .bottom__collection,
  .top__right-corner,
  .top__right-mid,
  .top__right-bottom {
    display: none;
  }

  .sidebar {
    width: 100%;
    height: 500px;
    background: #fff;
    display: flex;
    justify-content: center;
    border: 0;
    box-shadow: none;
    outline: 2px solid #FFF;
  }

  .collection__content {
    margin-bottom: 20px;
    margin-top: 20px;
  }


  .main__collection {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 180px;
  }

  header.scrolled~.main__collection .sidebar .sticky-content {
    top: 0;
  }

  .sticky-content {
    position: relative;
    top: 0;
    width: fit-content;
    margin-right: 0;
  }

}

@media (width <=800px) {
  .collection__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner__collection {
    width: 308px;
    max-width: 100%;
    height: fit-content;
    margin: 0 auto;
  }

  .collection__content .reflective__message {
    width: 300px;
    max-width: 100%;
    height: fit-content;
  }

  .collection__content .first__text {
    font-size: 12px;
    line-height: 1.1;
  }

  .collection__content .counter__800 {
    width: 301px;
    max-width: 100%;
    height: fit-content;
  }

  .collection__content .first__text-container {
    width: 299px;
    max-width: 100%;
    padding: 15px 10px;
  }

  .collection__content .first__text-container p {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
  }

  .collection__content .counter__59 {
    width: 266px;
    max-width: 100%;
    height: fit-content;
  }

  .collection__content .counter__32 {
    width: 255px;
    max-width: 100%;
    height: fit-content;
  }

  .collection__content .counter__8 {
    width: 208px;
    max-width: 100%;
    height: fit-content;
  }

  .collection__content .first__subtitle p {
    font-size: 10px;
  }

  .collection__content .subtitle__achievements p {
    font-size: 12px;
  }

  .collection__content .exterior__lighting,
  .collection__content .wiring__food-pantry,
  .collection__content .emergency__lighting,
  .collection__content .energy__renewal {
    width: 299px;
    max-width: 100%;
    height: fit-content;
  }

  .collection__content .second__text p {
    font-size: 12px;
  }

  .collection__content .subtitle__collection p,
  .collection__content .subtitle__goal p {
    font-size: 13px;
  }

  .collection__content .counter__74,
  .collection__content .dove,
  .collection__content .support__collection,
  .collection__content .join__collection,
  .collection__content .goal__collection {
    width: 300px;
    max-width: 100%;
    height: fit-content;
  }


  /* .bg__collection-top {
    height: 571px;
  } */

  /* .bg__collection-mid {
    position: absolute;
    display: flex;
    width: 100%;
    height: fit-content;
    top: 1570px;
    left: 0;
    right: 0;

    top: 130px;
    height: 571px;



    height: 1700px;
    object-fit: fill;
    z-index: 1;
  } */
}

@media (width <=575px) {
  /* .bg__collection-top {
    top: 130px;
  } */
}

