/* Global --------------------------------------------------------------------------------------------------------*/
.CUERPO {
  opacity: 1 !important;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #36424A;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex-grow: 1;
}

a {
  color: #2A485A;
  text-decoration: none;
}
a:hover {
  color: #E55302;
  text-decoration: none;
}

h1, .heading-1 {
  font-size: 3.75rem;
}

h2, .heading-2 {
  font-size: 1.375rem;
}

h3, .heading-3 {
  font-size: 1.25rem;
}

h4, .heading-4 {
  font-size: 1.0625rem;
}

h5, .heading-5 {
  font-size: 0.875rem;
}

h6, .heading-6 {
  font-size: 0.75rem;
}

small, .small-text {
  font-size: 0.75rem;
}

input[type=text], input[type=email], input[type=password], textarea, select {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #8E8E8E;
}

::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8E8E8E;
}

.hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #E6E6E6;
}

.mt-0 {
  margin-top: 0 !important;
}

.margin-auto {
  margin: 0 auto;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

strong, .font-weight-700 {
  font-weight: 700 !important;
}

.text-primary {
  color: #2A485A !important;
}

.bg-gray {
  background-color: #F9F9F5;
}

.bg-light-grey {
  background-color: rgba(54, 66, 74, 0.05);
}

.bg-dark-grey {
  background-color: rgba(54, 66, 74, 0.1);
}

.bg-ocre {
  background-color: rgba(196, 193, 160, 0.3);
}

.btn {
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 28px 10px;
  border-radius: 0;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary {
  background: #E55302;
}
.btn.btn-primary:hover {
  background: linear-gradient(92.01deg, #E55302 -6.06%, #E55302 138.54%);
  color: #fff;
}

.button-arrow {
  margin-left: 5px;
}

.section-title-outer {
  text-align: center;
}

.section-title {
  line-height: 2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.section-title:after, .section-title:before {
  display: none;
}
.section-title:after {
  background: #E55302;
  content: "";
  position: absolute;
  bottom: 0;
  left: -25px;
  right: 0;
  width: 30px;
  height: 5px;
  border-radius: 10px;
  margin: 0 auto;
}
.section-title:before {
  background: #2A485A;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -25px;
  width: 30px;
  height: 5px;
  border-radius: 10px;
  margin: 0 auto;
  opacity: 0.8;
  z-index: 1234;
}

.section-title-pera {
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 910px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.section-title-white {
  color: #fff;
}
.section-title-white:before {
  background: #fff;
}

.four-item-slider {
  margin: -15px -15px 0;
}
.four-item-slider .slick-track {
  display: flex;
}
.four-item-slider .four-item-slider-card {
  height: inherit;
  padding: 15px 0 15px 15px;
}

.four-item-slider-without-arrow {
  margin: -15px -15px 0;
}
.four-item-slider-without-arrow .slick-track {
  display: flex;
}
.four-item-slider-without-arrow .four-item-slider-without-arrow-card {
  height: inherit;
  padding: 15px 0 15px 15px;
}

.six-item-slider {
  margin: -15px -15px 0;
}
.six-item-slider .slick-track {
  display: flex;
}
.six-item-slider .six-item-slider-card {
  height: inherit;
  padding: 15px 0 15px 15px;
}

.six-item-slider-without-arrow {
  margin: -15px -15px 0;
}
.six-item-slider-without-arrow .slick-track {
  display: flex;
}
.six-item-slider-without-arrow .six-item-slider-without-arrow-card {
  height: inherit;
  padding: 15px 0 15px 15px;
}

.three-item-slider {
  margin: -15px -15px 0;
}
.three-item-slider .slick-track {
  display: flex;
}
.three-item-slider .three-item-slider-card {
  height: inherit;
  padding: 15px 0 15px 15px;
}

.five-item-slider {
  margin: -15px -15px 0;
}
.five-item-slider .slick-track {
  display: flex;
}
.five-item-slider .five-item-slider-card {
  height: inherit;
  padding: 15px 0 15px 15px;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.slick-arrow:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.slick-arrow.slick-prev {
  left: 0;
  background-image: url(../../imag/ic-prev-slide-arrow.svg);
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url(../../imag/ic-next-slide-arrow.svg);
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.slick-dots li + li {
  padding-left: 16px;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: rgba(102, 102, 102, 0.5);
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-dots li.slick-active button {
  width: 30px;
  background: #E55302;
}

.component-no {
  font-size: 1.875rem;
  padding: 20px;
  text-align: center;
  background: #000;
  color: #fff;
}
.component-no span {
  padding: 10px;
  background: #E55302;
  color: #fff;
  font-weight: 900;
  min-width: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
}

.select-outer {
  position: relative;
  margin-bottom: 15px;
}
.select-outer:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid #36424A;
  border-top: 0.2em solid #36424A;
  transform: rotate(135deg);
  margin-right: 0.5em;
  position: absolute;
  top: 23px;
  right: 30px;
}

.select {
  width: 100%;
  padding: 18px 60px 18px 30px;
  border: 1px solid rgba(54, 66, 74, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select:focus {
  border-color: #E55302;
}

.back-to-top-btn {
  position: absolute;
  right: 15px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: #fff url(../../imag/ic-up-arrow.svg) no-repeat center center;
  border: 3px solid rgba(54, 66, 74, 0.31);
  border-radius: 60px;
  z-index: 9;
}

.img-overlay .img-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.fancybox-bg {
  background-color: #000;
  opacity: 0.9;
}

.modal-obituario {
  background: #36424A;
  padding: 40px 20px;
}
.modal-obituario .fancybox-close-small {
  padding: 0px;
  right: 10px;
  top: 10px;
}
.modal-obituario .fancybox-button svg path {
  color: #ffffff;
}
.modal-obituario .content {
  padding: 20px 0;
}
.modal-obituario .content .inner-banner-button {
  margin-top: 30px;
  padding: 20px 30px;
  min-width: 170px;
}
.modal-obituario .content .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  max-width: 800px;
}
.modal-obituario .content .auxi .motivo {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
.modal-obituario .content .auxi h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 10px;
}
.modal-obituario .content .auxi .fechas {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.modal-obituario .content .auxi .lugar {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}
.modal-obituario .content .auxi p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
.modal-obituario .content .auxi .persona img {
  margin: 0 0 40px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.modal-light {
  background-color: #F9F9F5;
}
.modal-light .img-logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  justify-content: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.modal-light .img-logo img {
  display: block;
  margin-left: 0;
  width: 200px;
}
.modal-light .content {
  padding: 40px 0;
}
.modal-light .content .auxi p {
  color: #36424A;
  text-align: justify;
  font-size: 20px;
}
.modal-light .content .auxi a, .modal-light .content .auxi .txt-dest {
  color: #E55302;
  font-weight: 700;
}
.modal-light .fancybox-close-small {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url("../../imag/close-icon.svg");
}
.modal-light .fancybox-close-small svg {
  display: none;
}

.modal-img {
  padding: 0 !important;
}
.modal-img .content {
  padding: 0 !important;
}
.modal-img .img img {
  display: block !important;
  width: 100%;
}
.modal-img .fancybox-close-small {
  background-image: url("../../imag/close-icon-w.svg");
  right: 8px !important;
  top: 8px !important;
}

.fuente {
  color: #E55302;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.news-slider.bg-ocre .container .btn.btn-primary {
  margin: 40px auto;
  display: table;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 375px) {
  .button-arrow {
    margin-left: 30px;
  }
  .review-sect-outer.dos .review-sect-content {
    margin-bottom: 20px;
  }
  .modal-light .content .auxi p {
    font-size: 16px;
  }
  .modal-img {
    max-width: 90%;
  }
}
@media (min-width: 576px) {
  .btn {
    padding: 28px;
  }
  .review-sect-outer.dos .review-sect-content {
    margin-bottom: 20px;
  }
  .modal-img {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .modal-obituario {
    padding: 44px 70px;
  }
  .modal-obituario .fancybox-close-small {
    right: 30px;
    top: 30px;
  }
  .modal-obituario .content {
    padding: 40px 0 70px;
  }
  .modal-obituario .content .auxi h2 {
    font-size: 34px;
  }
  .modal-obituario .content .auxi p {
    font-size: 18px;
  }
  h1, .heading-1 {
    font-size: 2.125rem;
  }
  h2, .heading-2 {
    font-size: 1.875rem;
  }
  .section-title-outer {
    padding-bottom: 20px;
  }
  .section-title {
    line-height: 2.8125rem;
  }
  .four-item-slider {
    margin: -15px 0 0;
    padding: 0 70px;
  }
  .four-item-slider .four-item-slider-card {
    padding: 15px 10px;
  }
  .four-item-slider-without-arrow {
    margin: -15px -10px 0;
  }
  .four-item-slider-without-arrow .four-item-slider-without-arrow-card {
    padding: 15px 10px;
  }
  .three-item-slider {
    margin: -15px 0 0;
    padding: 0 70px;
  }
  .three-item-slider .three-item-slider-card {
    padding: 15px 7.5px;
  }
  .five-item-slider {
    margin: -15px 0 0;
    padding: 0 70px;
  }
  .five-item-slider .five-item-slider-card {
    padding: 15px 10px;
  }
  .six-item-slider {
    margin: -15px 0 0;
    padding: 0 70px;
  }
  .six-item-slider .six-item-slider-card {
    padding: 15px 10px;
  }
  .six-item-slider-without-arrow {
    margin: -15px 0 0;
    padding: 0 70px;
  }
  .six-item-slider-without-arrow .six-item-slider-card {
    padding: 15px 10px;
  }
  .back-to-top-btn {
    right: 50px;
    bottom: 50px;
  }
}

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