@charset "utf-8";
:root {
    --black: #000;
    --gray: #262626;
    --white: #FFF;
    --lightGray: #F1F1F1;
    --mainColor: #78480B;
    --secondColor: #F5E6C8;
    --thirdColor: #dac9b6;
    --sizeWidth: 1366px;
    --midSizeWidth: -683px;
}
@font-face {
    font-family:"Montserrat";
    src: url("/fonts/Montserrat-Regular.ttf");
    src: url("/fonts/Montserrat-Regular.ttf")
    format("ttf");font-weight:normal;font-style:normal;
}

@font-face {
    font-family:"Montserrat Light";
    src: url("/fonts/Montserrat-Light.ttf");
    src: url("/fonts/Montserrat-Light.ttf")
    format("ttf");font-weight:normal;font-style:normal;
}

@font-face {
    font-family:"Montserrat Bold";
    src: url("/fonts/Montserrat-Bold.ttf");
    src: url("/fonts/Montserrat-Bold.ttf")
    format("ttf");font-weight:normal;font-style:normal;
}

@font-face {
    font-family:"Consultant";
    src: url("/fonts/Consultant.otf");
    src: url("/fonts/Consultant.otf")
    format("ttf");font-weight:normal;font-style:normal;
}

* {
  box-sizing: border-box;
  font-family: 'Montserrat Light';
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 20px;
}

h1, h2, h3 {
  font-weight: normal !important;
}

body {
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.bg-snHistory {
  background: url(/img/sac-bg-history.jpg) center no-repeat;
  background-size: cover;
}

.btn_info_primary {
  font-family: 'Montserrat Bold';
  font-size: .7rem;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: .12rem;
}

.bg-primary {
  background-color: var(--mainColor) !important;
}

.bg-secondary {
  background-color: var(--secondColor) !important;
}

.text-primary {
  color: var(--mainColor) !important;
}

.text-secondary {
  color: var(--secondColor) !important;
}

.btn_info_primary:hover {
  color: var(--mainColor);
}

.btn-primary {
  background-color: var(--mainColor) !important;
}

.btn-primary:hover {
  border-color: var(--mainColor) !important;
}

.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle {
    background-color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem #78490b7b !important;
}

.sticky-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: var(--mainColor);
    display: none;
    padding: .5rem 0;
}

.sticky-top div.menu-main {
    display: flex;
    justify-content: space-around;
}

.sticky-top a.menu-link {
  text-align: center;
  color: rgba(255, 255, 255, .55);
  font-size: .65rem;
  padding: .5rem 0;
  margin: 0 1px;
}

.topbar-mobile {
  display: none;
}

.topbar-wrapper div.menu-main {
    background-color: var(--black);
    display: flex;
    justify-content: center;
}

.topbar-wrapper a.menu-link {
  width: 12%;
  text-align: center;
  color: rgba(255, 255, 255, .55);
  font-size: .65rem;
  padding: .5rem 0;
  background: #5555553d;
  margin: 0 1px;
}

.topbar-wrapper a.menu-link:hover {
  color: var(--black);
  background: var(--white);
}


.nav-link {
  width: 12%;
  text-align: center;
}


.navbar-brand svg {
  height: 3rem;
}

.navbar-brand svg path {
  fill: var(--secondColor);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55);
    font-size: .7rem;
}

.navbar-main {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  text-align: right;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  background: var(--black);
}

.navbar-link {
  font-family: 'Montserrat Bold';
  font-size: .6rem;
  color: var(--white);
  padding: 1rem 1.2rem;
  background-color: #78480B46;
  margin: 0 .05rem;
  width: 12%;
  text-align: center;
}

.navbar-link:hover {
  color: var(--mainColor);
  background-color: #FFF;
}

.topbar-wrapper {
  background-color: var(--mainColor);
  padding: .3rem 0 0;
}

.topbar-wrapper p {
  font-size: .6rem;
  color: var(--white);
  margin: 0;
}

.topbar-wrapper a {
  font-size: .6rem;
  color: var(--white);
  margin: 0;
}

.topbar-column-center {
  text-align: center;
}

.topbar-column-center span {
  margin-left: .5rem;
}

.topbar-column-right {
  text-align: right;
}

.carousel-inner {
    height: 750px;
    background-color: var(--secondColor);
}

.header-carousel {
  width: 100%;
  height: 750px;
  display: flex;  
  overflow: hidden;
  position: relative;
}

.header-carousel__info {
  background-color: var(--secondColor);
}

.header-carousel__container {
  padding: 3.5rem 4.7rem 5rem;
  width: 100%;
  height: 100%;
}

.header-carousel__seal {
  padding: .5rem;
}

.header-carousel__seal svg {
  width: 11rem;
  margin-left: 3.5rem;
  margin-bottom: 1rem;
}

.header-carousel__seal svg path {
  fill: var(--mainColor);
}

.header-carousel__title {
  font-family: "Consultant";
  font-size: 3rem;
  color: var(--mainColor);
  position: relative;
  margin-bottom: 3rem;
  text-align: left;
}

.header-carousel__title span {
  font-family: "Consultant";
  font-size: 1.45rem;
  color: var(--mainColor);
  display: block;
}

.header-carousel__description {
  margin-bottom: 2rem;
  font-size: .8rem;
  text-align: justify;
}

.one-column {
  padding: 30rem 3.5rem 7rem;
}

.one-column h2 {
  font-family: 'Montserrat Light';
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--mainColor);
}

.one-column p {
  color: var(--mainColor);
  letter-spacing: .1rem;
  font-size: .7rem;
}

.bMisas {
  background: var(--thirdColor) url(/img/pintura-snAgustin.jpg) top center no-repeat;
  background-size: 100%;
}

.two-columns-wrapper {
  background-color: var(--mainColor);
}

.two-columns-wrapper h2 {
  font-family: "Consultant";
  font-size: 3rem;
  color: var(--mainColor);
  position: relative;
  margin-bottom: 3rem;
}

.two-columns-wrapper img {
  width: 100%;
}

.two-columns-text {
  padding: 5rem !important;
}

.two-columns-text p {
  font-size: .8rem;
}

.two-columns-text a {
  color: var(--thirdColor);
  font-size: .7rem;
}

.two-columns-text a:hover {
  color: var(--white);
}

.row>* {
  padding: 0;
  margin: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.row {
  padding: 0;
  margin: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  align-items: center;
}

.parish-notice {
  background: var(--white) url(/img/exConvento-snAgustin.png) bottom right no-repeat;
  background-size: 35%;
}

.parish-notice h2 {
  font-family: 'Montserrat Bold';
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  color: var(--mainColor);
}

.parish-notice-item {
  margin-bottom: 2rem;
}

.parish-notice-section {
  width: 45%;
}

.parish-notice-separator {
  width: 5%;
}

.parish-notice-item h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--mainColor);
}

.parish-notice-item hr {
  margin: .5rem 0;
  border: 0;
  border-top: 1px var(--mainColor) solid;
}

.parish-notice-item p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0;
  color: var(--mainColor);
}

.back-to-top {
  position: fixed;
  z-index: 9999;
  background: var(--white);
  border-color: var(--mainColor);
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  font-size: smaller;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
  display: none;
  padding: .5rem .85rem !important;
}

.back-to-top i {
  font-size: small;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.footer {
  background-color: var(--gray);
}

.footer p {
  font-size: .6rem;
  color: var(--secondColor);
  margin: 0;
}

.footer-logo svg {
  height: 10rem;
}

.footer-logo svg path {
  fill: var(--secondColor);
}

.footer-info p {
  margin-bottom: 1rem;
}

.footer-info p a {
  font-size: .6rem;
  color: var(--secondColor);
  text-decoration: none;
}

.footer-network a {
  margin: 0 .3rem;
  width: 3rem;
}

.footer-menu a {
  font-size: .6rem;
  color: var(--mainColor);
  text-decoration: none;
  margin: 0 .5rem;
}

.btn-outline-light {
    color: var(--secondColor);
    border-color: var(--secondColor);
}

.btn-outline-light:hover {
    color: var(--mainColor);
    background-color: var(--secondColor);
    border-color: var(--secondColor);
}

.footer-legend {
  font-size: .7rem;
  width: 70%;
  text-align: justify;
  color: var(--secondColor);
}

.copyright {
  background-color: var(--white);
  padding: .5rem 0;
}

.copyright p {
  font-size: .6rem;
  color: var(--mainColor);
  margin: 0;
}

.copyright p a {
  font-size: .6rem;
  color: var(--mainColor);
  text-decoration: none;
}

.header-item {
    height: calc(50vh - 70px);
    min-height: 250px;
    position: relative;
}

.slider-text h1 {
  position: absolute;
  bottom: 2rem;
  color: #FFF;
  font-family: 'Consultant';
}

.stt-header-2c {
  border-bottom: 1rem #000 solid;
}

.stt-header-2c h1 {
  color: #FFF;
  font-family:"Consultant";
  font-size: 3rem;
  margin-bottom: 1rem;
}

.stt-header-2c p {
  color: #FFF;
  font-size: .8rem;
}

.stt-history-2c h3 {
  font-family:"Consultant";
  font-size: 1.5rem;
}

.stt-history-2c p span {
  display: block;
}

.topbar-mobile {
  background-color: var(--mainColor);
}

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
}

.nav-link {
    width: 15%;
}

.footer-info {
  margin: 2rem 0 !important;
}

@media screen and (max-width: 1200px) {
  .header-carousel {display: block; height: auto;}
    .stt-header-2c .d-flex {display: block !important;}
  .stt-history-2c .d-flex {display: block !important;}
  .topbar-wrapper {display: none;}
  .topbar-mobile {display: block;}
  .copyright {text-align: center;}

  .one-column {
      padding: 14rem 3.5rem 7rem;
  }

  .one-column div.d-flex {
    display: block !important;
  }

  .one-column-right {
    margin-top: 4rem;
  }

  .parish-notice h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 540px) {
  .header-carousel__container {
    padding: 3.5rem 2rem 5rem;
  }

  .parish-notice {
    padding: 2rem !important;
  }

  .parish-notice h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}