@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap");
@import url("./plug/swiper-bundle.min.css");
@import url("./plug/sweetalert2.min.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

* {
  outline: none;
}

*:before, *:after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

body ol,
body ul {
  padding-left: 0;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

p {
  line-height: 20px;
  margin: 0 0 1em 0;
}

img {
  vertical-align: top;
  margin: 0;
}

*:focus {
  outline: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}

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

body {
  color: #4A4A4A;
}
body a {
  text-decoration: none;
  color: #00376F;
}
body a:focus, body button:focus, body .button.alt:focus, body input:focus, body textarea:focus, body input[type=button]:focus, body input[type=reset]:focus, body input[type=submit]:focus, body input[type=email]:focus, body input[type=tel]:focus, body input[type=url]:focus, body input[type=password]:focus, body input[type=search]:focus {
  box-shadow: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Lato", sans-serif;
  font-family: "Montserrat", sans-serif;
}

button {
  border-radius: 0px;
}

.content_all {
  opacity: 0;
}

.text-lato {
  font-family: "Lato", sans-serif;
}

.text-montserrat {
  font-family: "Montserrat", sans-serif;
}

.text-worksans {
  font-family: "Work Sans", sans-serif;
}

.text-roboto {
  font-family: Roboto;
}

.pointer {
  cursor: pointer;
}

.bg-dark-blue {
  background-color: #00376F;
}

.bg-middle-blue {
  background-color: #2690A6;
}

.bg-light-blue {
  background-color: #219DE0;
}

.bg-cyan {
  background-color: #74E7E0;
}

.bg-white {
  background-color: white;
}

.text-dark-blue {
  color: #00376F;
}

.text-middle-blue {
  color: #2690A6;
}

.text-cyan {
  color: #74E7E0;
}

.text-light-blue {
  color: #219DE0;
}

.text-gray {
  color: #4A4A4A;
}

.w-full {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .content-flex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.page-title-2 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  .page-title-2 {
    font-size: 30px;
  }
}

body {
  /*-- Alerts --*/ 
}
body .btn,
body .swal2-styled.swal2-confirm {
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  box-shadow: none;
  background: white;
  border-color: white;
  color: #00376F;
  padding: 0.375rem 1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
body .btn::focus, body .btn::active, body .btn.active,
body .swal2-styled.swal2-confirm::focus,
body .swal2-styled.swal2-confirm::active,
body .swal2-styled.swal2-confirm.active {
  box-shadow: none !important;
  outline: none !important;
}
body .btn.large,
body .swal2-styled.swal2-confirm.large {
  padding: 0.575rem 1.1rem;
}
body .btn.txt-black,
body .swal2-styled.swal2-confirm.txt-black {
  color: #51565E;
}
body .btn-primary {
  background: white;
  border-color: white;
  color: #00376F;
}
body .btn-primary:hover, body .btn-primary:focus + .btn-primary, body .btn-primary:focus {
  background: #00376F;
  border-color: #00376F;
  color: white;
}
body .btn-primary.txt-black:hover, body .btn-primary.txt-black:focus + .btn-primary, body .btn-primary.txt-black:focus {
  color: white;
}
body .btn-dark {
  background: #00376F;
  border-color: #00376F;
  color: white;
}
body .btn-dark:hover {
  background: #219DE0;
  border-color: #219DE0;
}
body .btn-check:active + .btn-primary:focus,
body .btn-check:checked + .btn-primary:focus,
body .btn-primary.active:focus,
body .btn-primary:active:focus,
body .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
body .btn-check:focus + .btn,
body .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
body .btn-light:hover {
  background: #2690A6;
  border-color: #2690A6;
  color: white;
}
body .swal2-styled.swal2-confirm {
  background: #00376F;
  border-color: #00376F;
  color: white;
}
body .swal2-styled.swal2-confirm:hover, body .swal2-styled.swal2-confirm:focus {
  background: #219DE0;
  border-color: #219DE0;
}

body a.bg-middle-blue {
  border: 0;
  border-radius: 0;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  word-break: break-all;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
body a.bg-middle-blue:hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333333;
}
@media only screen and (max-width: 576px) {
  body a.bg-middle-blue {
    word-break: break-word;
    text-align: center;
    line-height: 21px;
  }
}

.scroll-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  cursor: pointer;
  transition: transform 100ms;
  position: absolute;
  right: 0;
  bottom: 18px;
}
.scroll-icon img {
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .scroll-icon img {
    height: 28px;
  }
}
.scroll-icon:hover {
  transform: scale(1.05);
}
.scroll-icon p {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  user-select: none;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .scroll-icon p {
    font-size: 13px;
  }
}

.header-page-basic {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 15vh;
}
@media only screen and (max-width: 576px) {
  .header-page-basic {
    margin-top: 60px;
  }
}
.header-page-basic .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-page-basic h1 {
  font-weight: bold;
  font-size: 42px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .header-page-basic h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .header-page-basic h1 {
    font-size: 28px;
  }
}
.header-page-basic p {
  position: relative;
  z-index: 2;
  font-size: 13px;
  max-width: 690px;
  color: white;
  text-align: center;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .header-page-basic p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .header-page-basic p {
    font-size: 14px;
  }
}
.header-page-basic .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(235.73deg, rgba(0, 0, 0, 0.2) 3.59%, rgba(0, 0, 0, 0.581409) 89.67%);
}
@media only screen and (max-width: 576px) {
  .header-page-basic .overlay {
    background: linear-gradient(235.73deg, rgba(0, 0, 0, 0.3) 3.59%, rgba(0, 0, 0, 0.7) 89.67%);
  }
}

.header-page-basic-height {
  height: 260px;
}
@media only screen and (max-width: 576px) {
  .header-page-basic-height {
    height: auto;
    min-height: 230px;
  }
}

.container-page {
  display: flex;
  width: 100vw;
}
@media only screen and (max-width: 576px) {
  .container-page {
    flex-direction: column;
  }
}

.sections-page {
  width: calc(100% - 100px);
  position: relative;
}
@media only screen and (max-width: 576px) {
  .sections-page {
    width: 100%;
  }
}
.sections-page.top {
  padding: 30px 0 0;
  width: 100%;
  margin-left: 100px;
}
@media only screen and (max-width: 576px) {
  .sections-page.top {
    margin-left: 0px;
  }
}

.loader-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  z-index: 20;
  transform: scale(1);
}
.loader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 2px solid rgba(0, 55, 111, 0.2);
  border-top: 2px solid;
  border-radius: 50%;
  animation: spin2 0.5s infinite linear;
  border-radius: 100%;
  z-index: 1;
}

@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.cd-tabs-layer,
.cd-reserv-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.cd-loader-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.cd-loader-layer .loader-layer,
.cd-tabs-layer .tabs-layer,
.cd-reserv-overlay-layer .reserv-overlay-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-98%);
  height: 100%;
  width: 2500%;
  background: url(../images/others/loader.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.cd-tabs-layer.visible,
.cd-loader-layer.visible,
.cd-reserv-overlay-layer.visible {
  opacity: 1;
  visibility: visible;
}

.cd-tabs-layer.opening .tabs-layer,
.cd-loader-layer.opening .loader-layer,
.cd-reserv-overlay-layer.opening .reserv-overlay-layer {
  animation: cd-sequence 0.8s steps(24);
  animation-fill-mode: forwards;
}

.cd-tabs-layer.closing .tabs-layer,
.cd-reserv-overlay-layer.closing .reserv-overlay-layer {
  animation: cd-sequence-reverse 0.8s steps(24);
  animation-fill-mode: forwards;
}

.cd-loader-layer.closing .loader-layer {
  animation: cd-sequence-reverse 0.8s steps(24);
  animation-fill-mode: forwards;
}

@keyframes cd-sequence {
  0% {
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    transform: translateY(-50%) translateX(-2%);
  }
}
header.navbar-top {
  position: fixed;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 15vh;
  top: 0;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.06);
  /* Stores Theme */ 
}
header.navbar-top .textContactUs strong {
  color: #1a428a;
}
@media only screen and (max-width: 576px) {
  header.navbar-top .textContactUs {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  header.navbar-top {
    height: 60px;
    z-index: 4;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
header.navbar-top #open-nav {
  transition: all 200ms;
  border-radius: 0;
}
header.navbar-top #open-nav:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
header.navbar-top .container-fluid {
  height: 100%;
  padding-bottom: 10px;
}
header.navbar-top .container-fluid a img {
  height: 10vh;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  header.navbar-top .container-fluid a img {
    height: 40px;
  }
}
header.navbar-top .actions-header {
  position: relative;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  header.navbar-top .actions-header img {
    height: 26px;
  }
}
@media only screen and (max-width: 576px) {
  header.navbar-top .actions-header {
    align-items: center;
  }
}
header.navbar-top .actions-header .mt-auto {
  border-radius: 50%;
  border: 2px solid #958244;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: shadowPulse 1.9s infinite;
  -o-animation: shadowPulse 1.9s infinite;
  -ms-animation: shadowPulse 1.9s infinite;
  -moz-animation: shadowPulse 1.9s infinite;
  animation: shadowPulse 1.9s infinite;
}
@media only screen and (max-width: 576px) {
  header.navbar-top .actions-header .mt-auto {
    height: 38px !important;
    margin-right: 8px !important;
    border: 1px solid #958244;
  }
}
header.navbar-top .actions-header .beagle {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  right: -10px;
  background: #219DE0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
header.navbar-top .actions-header .beagle p {
  font-size: 11px;
  font-weight: 900;
}
header.navbar-top .actions-header img.cart-header {
  height: 38px;
}
header.navbar-top .storefront-primary-navigation,
header.navbar-top .site-branding,
header.navbar-top .skip-link {
  display: none;
}
header.navbar-top .site-search {
  margin: 0;
  display: none;
}
header.navbar-top .site-search .widget_product_search {
  margin: 0;
}

#navigation {
  position: fixed;
  z-index: 4;
  display: none;
  justify-content: space-between;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 300ms;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}
#navigation .border-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #fff;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #navigation .border-nav {
    height: 30px;
  }
}
#navigation .border-nav p {
  color: #fff;
  font-size: 14px;
  margin: 12px auto;
}
@media only screen and (max-width: 1300px) {
  #navigation .border-nav p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #navigation .border-nav p {
    font-size: 12px;
  }
}
#navigation .border-nav p a {
  color: #2A753A;
  text-decoration: none;
}
#navigation .border-nav-responsive {
  display: none;
}
#navigation #nav-links {
  width: 30%;
  height: 100%;
  position: relative;
  background-color: #00376F;
  margin-left: -30%;
  transition: margin-left 300ms;
  padding-top: 40px;
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links {
    width: 60%;
  }
}
#navigation #nav-links #close-nav {
  position: absolute;
  top: 15px;
  right: 20px;
  transition: all 200ms;
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links #close-nav {
    top: 11px;
    right: 12px;
  }
}
#navigation #nav-links #close-nav:hover {
  opacity: 0.8;
  transform: scale(1.05);
  top: 14px;
}
#navigation #nav-links #close-nav img {
  height: 40px;
}
#navigation #nav-links .logo {
  margin-left: 20%;
  margin-right: 20%;
}
@media only screen and (max-width: 768px) {
  #navigation #nav-links .logo {
    margin-left: 25%;
    margin-right: 25%;
  }
}
#navigation #nav-links .links {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 40px;
}
#navigation #nav-links .links li {
  margin-left: 0px;
  padding-left: 15%;
  list-style: none;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1500px) {
  #navigation #nav-links .links li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #navigation #nav-links .links li {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links .links li {
    padding-right: 20px;
  }
}
#navigation #nav-links .links li:hover ~ .active .img-hover {
  opacity: 0;
}
#navigation #nav-links .links li:hover a {
  font-weight: bold;
  margin-left: -3px;
}
#navigation #nav-links .links li:hover .img-hover {
  opacity: 1;
}
#navigation #nav-links .links li a {
  text-decoration: none;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #FFFFFF;
  transition: opacity 200ms;
}
@media only screen and (max-width: 1500px) {
  #navigation #nav-links .links li a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  #navigation #nav-links .links li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links .links li a {
    font-size: 17px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
  }
}
#navigation #nav-links .links li .img-hover {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  left: 100%;
  opacity: 0;
  z-index: 5;
  transition: opacity 500ms;
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links .links li .img-hover {
    width: 85%;
  }
}
#navigation #nav-links .links li .img-hover img {
  object-fit: cover;
  margin-left: -100%;
}
#navigation #nav-links .links .active a {
  font-weight: bold;
}
#navigation #nav-links .links .active .img-hover {
  opacity: 1;
}
#navigation #nav-links .contacto {
  display: none;
  position: absolute;
  bottom: 120px;
  z-index: 1;
  left: 15%;
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links .contacto {
    display: block;
    bottom: 107px;
  }
}
#navigation #nav-links .contacto .col:nth-child(1) {
  margin-bottom: 10px;
}
#navigation #nav-links .contacto .col p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}
#navigation #nav-links .redes {
  display: none;
  position: absolute;
  left: 15%;
  bottom: 70px;
}
@media only screen and (max-width: 576px) {
  #navigation #nav-links .redes {
    display: block;
    bottom: 71px;
    left: 13%;
  }
  #navigation #nav-links .redes div {
    margin-top: 0 !important;
  }
}
#navigation #nav-info {
  width: 40%;
  height: 100%;
  position: relative;
  margin-right: -40%;
  background-color: rgba(0, 23, 47, 0.95);
  transition: margin-right 300ms;
}
@media only screen and (max-width: 576px) {
  #navigation #nav-info {
    display: none;
  }
}
#navigation #nav-info .nav-info-content {
  margin-top: 50%;
  padding: 0px 10%;
}
#navigation #nav-info .nav-info-content .row .col:nth-child(1) {
  border-right: 1px solid #fff;
}
#navigation #nav-info .nav-info-content .row .col:nth-child(2) {
  padding-left: 30px;
}
#navigation #nav-info .nav-info-content .row .col .bold-info {
  font-weight: 900;
}
#navigation #nav-info .nav-info-content .row .col p {
  color: #fff;
  margin: 2px 0px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #navigation #nav-info .nav-info-content .row .col p {
    font-size: 14px;
  }
}

.nav-quick-access {
  background-color: #00376F;
  position: sticky;
  height: 85vh;
  top: 15vh;
  left: 0px;
  width: 100px;
  padding: 10px 0px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .nav-quick-access {
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 60px;
    -moz-height: 60px;
    -webkit-height: 60px;
    -o-height: 60px;
    -khtml-height: 60px;
    -ms-height: 60px;
    -chrome-height: 60px;
    width: 100vw;
    top: 60px;
    justify-content: space-around;
    padding: 5px 15px;
  }
}
.nav-quick-access .item-quick-access {
  text-decoration: none;
  transition: opacity 150ms;
  border-radius: 10px;
  transition: background-color 200ms;
  padding: 5px 10px;
  width: 85%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.nav-quick-access .item-quick-access:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.nav-quick-access .item-quick-access img {
  height: 39px;
}
@media only screen and (max-width: 768px) {
  .nav-quick-access .item-quick-access img {
    height: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .nav-quick-access .item-quick-access img {
    height: 24px;
  }
}
.nav-quick-access .item-quick-access p {
  color: white;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: 13px;
}
@media only screen and (max-width: 768px) {
  .nav-quick-access .item-quick-access p {
    height: 11px;
  }
}
@media only screen and (max-width: 576px) {
  .nav-quick-access .item-quick-access p {
    margin-top: 6px;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.nav-quick-access .social {
  height: 80px;
  margin-bottom: -10px;
  border-top: 1px solid white;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nav-quick-access .social {
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .nav-quick-access .social {
    display: none;
  }
}

.container-home {
  position: fixed;
  z-index: 3;
  top: 15vh;
  height: 85vh;
  width: 52%;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .container-home {
    width: 100%;
    top: 0;
    flex-direction: column;
    position: relative;
  }
}

.initialModal img {
  margin: 2rem 0;
}

.sections-home {
  height: 85vh;
  width: 100%;
}
.sections-home .content-home {
  height: 100%;
}
.sections-home .content-home .section-carousel-scroll {
  overflow: hidden;
}
.sections-home .content-home .section-carousel-scroll .scroll-section {
  height: 80px;
  background-color: #219DE0;
  border-top: 1px solid white;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section {
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section {
    height: 80px;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section p {
  margin-bottom: 0px;
}
.sections-home .content-home .section-carousel-scroll .scroll-section .scroll-action {
  padding-left: 8%;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .scroll-action {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .scroll-action img {
    width: 30px;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .scroll-action p {
  color: white;
  font-size: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .scroll-action p {
    font-size: 15px;
    margin-right: 10px;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section {
    width: 100%;
    justify-content: space-evenly;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact-card {
  z-index: 1;
  position: absolute;
  margin-bottom: -100%;
  background-color: #00376F;
  padding: 22px;
  padding-bottom: 30px;
  text-align: center;
  min-width: 100%;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  transition: margin-bottom 200ms;
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact-card {
    width: 90%;
    right: 0;
    justify-content: center;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact-card img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 10px;
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact-card h6 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact-card p {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .whatsapp {
  position: relative;
  z-index: 2;
  background-color: #219DE0;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .whatsapp {
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .whatsapp {
    padding: 20px;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact {
  position: relative;
  z-index: 2;
  background-color: #219DE0;
  height: 100%;
  transition: all 200ms;
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact {
    width: 100%;
    justify-content: center;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact p {
  color: white;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact p {
    font-size: 25px;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact:hover + .contact-card {
  margin-bottom: 80%;
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact:hover + .contact-card {
    margin-bottom: 40%;
  }
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact:hover {
  background-color: #fff;
}
.sections-home .content-home .section-carousel-scroll .scroll-section .contact-section .contact:hover p {
  color: #00376F;
}
.sections-home .content-home .section-carousel-scroll #carouselHome {
  height: 100%;
  position: relative;
  z-index: 1;
  background: #00376F;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-indicators {
  right: 0;
  margin-left: calc(100% - 161px);
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  width: 150px;
  place-content: flex-end;
  bottom: 3px;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-indicators [data-bs-target] {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: gray;
  border: 1px solid white;
  position: relative;
  margin: 0 6px;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-indicators [data-bs-target] .border-indicators {
  position: absolute;
  border: 1px solid #fff;
  height: 180%;
  width: 180%;
  top: -40%;
  left: -40%;
  border-radius: 100%;
  opacity: 0;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-indicators .active {
  background-color: #00376F;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-indicators .active .border-indicators {
  opacity: 1;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner {
  width: 100%;
  height: 100%;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 3.59%, rgba(0, 0, 0, 0.581409) 89.67%);
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item img {
  position: absolute;
  width: auto;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .tablet, .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .phone {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .desktop {
    display: none;
  }
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .tablet {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .tablet {
    display: none;
  }
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .phone {
    display: block;
  }
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption {
  height: 90%;
  margin-left: -6%;
  text-align: left;
  padding-top: 4.25rem;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption {
    height: 98%;
  }
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption .carousel-action {
  text-decoration: none;
  padding: 7px 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #00376F;
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption p {
    font-size: 16px;
    width: 70%;
  }
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
    width: 60%;
  }
}
.sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption h5 {
  font-weight: bold;
  color: white;
  font-size: 37px;
  line-height: 41px;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .sections-home .content-home .section-carousel-scroll #carouselHome .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 26px;
    line-height: 30px;
    width: 90%;
  }
}

.scroll-content-top {
  height: 57.5vh;
  width: 48%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .scroll-content-top {
    height: auto;
    width: 100%;
  }
}
.scroll-content-top #pinContainer {
  width: 100%;
  height: 100%;
  background-color: #00376F;
}
@media only screen and (max-width: 576px) {
  .scroll-content-top #pinContainer {
    width: 100%;
    height: auto;
  }
}
.scroll-content-top #pinContainer #slideContainer {
  width: 200%;
  height: 100%;
  margin-left: 108%;
}
@media only screen and (max-width: 576px) {
  .scroll-content-top #pinContainer #slideContainer {
    height: auto;
    margin-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.scroll-content-top #pinContainer #slideContainer .item-01 {
  width: 50.5%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .scroll-content-top #pinContainer #slideContainer .item-01 {
    width: 100%;
    flex-direction: column;
  }
}
.scroll-content-top #pinContainer #slideContainer .item-02 {
  width: 49.5%;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 576px) {
  .scroll-content-top #pinContainer #slideContainer .item-02 {
    width: 100%;
    flex-direction: column;
  }
}
.scroll-content-top #pinContainer #slideContainer .item {
  margin-top: 15vh;
  height: calc(101% - 15vh);
  float: left;
}
@media only screen and (max-width: 576px) {
  .scroll-content-top #pinContainer #slideContainer .item {
    margin-top: 0px;
  }
}

.scroll-content-bottom {
  height: 100vh;
  width: 48%;
  margin-left: 52%;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media only screen and (max-width: 576px) {
  .scroll-content-bottom {
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}
.scroll-content-bottom #pinContainer2 {
  width: 100%;
  height: 100%;
  padding-top: 58vh;
  position: relative;
  z-index: 1;
  background-color: #00376F;
}
@media only screen and (max-width: 576px) {
  .scroll-content-bottom #pinContainer2 {
    padding-top: 0px;
    height: auto;
  }
}
.scroll-content-bottom #pinContainer2 #slideContainer2 {
  width: 150%;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .scroll-content-bottom #pinContainer2 #slideContainer2 {
    height: auto;
    margin-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.scroll-content-bottom #pinContainer2 #slideContainer2 .item-01 {
  width: 66.666%;
}
@media only screen and (max-width: 576px) {
  .scroll-content-bottom #pinContainer2 #slideContainer2 .item-01 {
    width: 100%;
    flex-direction: column;
  }
}
.scroll-content-bottom #pinContainer2 #slideContainer2 .item-02 {
  width: 33.333%;
}
@media only screen and (max-width: 576px) {
  .scroll-content-bottom #pinContainer2 #slideContainer2 .item-02 {
    width: 100%;
    flex-direction: column;
  }
}
.scroll-content-bottom #pinContainer2 #slideContainer2 .item {
  position: relative;
  z-index: 20;
  height: 100%;
  float: left;
}

.width-card-1 {
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .width-card-1 {
    height: 300px;
    width: 100%;
  }
}

.width-card-2 {
  height: 100%;
  width: 35%;
}
@media only screen and (max-width: 576px) {
  .width-card-2 {
    height: 300px;
    width: 100%;
  }
}

.width-card-3 {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .width-card-3 {
    height: 300px;
    width: 100%;
  }
}

.width-card-4 {
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .width-card-4 {
    height: 300px;
    width: 100%;
  }
}

.card-scroll {
  margin: 0px;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0px;
}
.card-scroll:hover .content-hover {
  margin-top: 0%;
}
.card-scroll:hover .content-hover.bg-middle-blue:hover {
  background: #2690A6;
  border-color: #2690A6;
}
.card-scroll h5 {
  position: relative;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  width: 80%;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .card-scroll h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .card-scroll h5 {
    font-size: 31px;
  }
}
.card-scroll .subtitleRef {
  z-index: 3;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 1rem;
  margin-top: 1rem;
  width: 100%;
  padding-inline: 10%;
}
.card-scroll .bg-img {
  z-index: 1;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.card-scroll .overlay {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(238.05deg, rgba(0, 0, 0, 0.0001) 6.64%, rgba(0, 0, 0, 0.581409) 86.42%);
}
.card-scroll .content-hover {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: 280%;
  transition: margin-top 200ms;
}

.card-scroll-plan {
  height: 100%;
  width: 20%;
  background-color: #E5DA4D;
  padding: 5% 3%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .card-scroll-plan {
    width: 40%;
    height: 300px;
    margin-top: -300px;
    margin-left: 60%;
    padding: 10% 3%;
  }
}
.card-scroll-plan h5 {
  font-size: 22px;
  font-weight: bold;
  color: #00376F;
}
@media only screen and (max-width: 768px) {
  .card-scroll-plan h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .card-scroll-plan h5 {
    font-size: 25px;
  }
}
.card-scroll-plan .logo-plan {
  position: absolute;
  width: 110%;
  bottom: 0;
  left: -10%;
  overflow: hidden;
}
.card-scroll-plan .logo-plan img {
  width: 100%;
}

.cards-scroll-basic .content-hover {
  padding: 0px 15%;
}
.cards-scroll-basic .content-hover h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
}
.cards-scroll-basic .content-hover .icon-card {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
}
.cards-scroll-basic .content-hover .icon-card img {
  width: 26px;
}

.card-scroll-obituario {
  margin-top: 0%;
}
.card-scroll-obituario .icon-dove {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 30px;
  right: 4%;
}
@media only screen and (max-width: 576px) {
  .card-scroll-obituario .icon-dove {
    right: 0px;
  }
}
.card-scroll-obituario .icon-dove img {
  width: 30px;
  height: 30px;
}
.card-scroll-obituario .content-hover {
  padding: 0px 6%;
  background-color: #EAE9E9;
  flex-wrap: wrap;
}
.card-scroll-obituario .content-hover .d-flex {
  width: 100%;
}
.card-scroll-obituario .content-hover form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 25px;
}
.card-scroll-obituario .content-hover form input {
  background: transparent url("../images/icons/search.svg") right center no-repeat;
  background-size: auto 70%;
  border-bottom: 1px solid #00376F;
  outline: none;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0;
  color: #00376F;
  font-size: 18px;
}
.card-scroll-obituario .content-hover form input::placeholder {
  font-size: 16px;
  color: #9B9B9B;
}
.card-scroll-obituario .content-hover form button {
  width: 110px;
  width: 110px;
  margin: auto;
}
.card-scroll-obituario .content-hover .input {
  border-bottom: 1px solid #00376F;
  padding-bottom: 5px;
  outline: none;
  position: relative;
  margin-bottom: 30px;
}
.card-scroll-obituario .content-hover .input h4 {
  position: absolute;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  transition: opacity 200ms;
  margin-top: 45px;
}
.card-scroll-obituario .content-hover .input .search {
  position: absolute;
  margin-top: 45px;
  width: 100%;
  opacity: 0;
  transition: opacity 200ms;
}
.card-scroll-obituario .content-hover .input .search a {
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  background-color: #fff;
  color: #00376F;
  padding: 6px 10px;
}
.card-scroll-obituario .content-hover .input input {
  background-color: #EAE9E9;
  border: none;
  width: 150%;
}
.card-scroll-obituario .content-hover .input input:focus ~ h4 {
  opacity: 0;
}
.card-scroll-obituario .content-hover .input input:focus ~ .search {
  opacity: 1;
}
.card-scroll-obituario .content-hover .input .icon-search img {
  margin-left: 10px;
  width: 20px;
}

.card-scroll-news {
  height: 100%;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .card-scroll-news {
    height: 300px;
  }
}
.card-scroll-news .news-header {
  height: 40px;
  width: 100%;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-header {
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-header {
    height: 40px;
  }
}
.card-scroll-news .news-header p.text-light {
  padding: 2px 0 0;
}
.card-scroll-news .news-header div div {
  padding: 10px 10px;
  height: 100%;
}
.card-scroll-news .news-header div div p {
  font-size: 14px;
  color: #00376F;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-header div div p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .card-scroll-news .news-header div div p {
    font-size: 14px;
  }
}
.card-scroll-news .news-header div img {
  width: 30px;
  height: 30px;
  margin: 0px 15px;
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-header div img {
    display: none;
  }
}
.card-scroll-news .news-content {
  top: 0;
  position: absolute;
  padding: 60px 30px 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-content {
    padding: 45px 20px 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .card-scroll-news .news-content {
    padding: 60px 20px 20px 20px;
  }
}
.card-scroll-news .news-content h6 {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-content h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .card-scroll-news .news-content h6 {
    font-size: 20px;
  }
}
.card-scroll-news .news-content p {
  font-size: 14px;
  height: 42%;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .card-scroll-news .news-content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .card-scroll-news .news-content p {
    font-size: 16px;
  }
}
.card-scroll-news .see {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.container-nosotros {
  display: flex;
  width: 100vw;
}
@media only screen and (max-width: 576px) {
  .container-nosotros {
    flex-direction: column;
  }
}

.sections-nosotros {
  width: calc(100% - 100px);
  display: flex;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .sections-nosotros {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.content-nosotros {
  width: 64%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .content-nosotros {
    width: 100%;
  }
}
.content-nosotros .content-nosotros-top {
  height: 85vh;
}
@media only screen and (max-width: 576px) {
  .content-nosotros .content-nosotros-top {
    height: 466px;
    margin-bottom: 393px;
  }
}
.content-nosotros .content-nosotros-top .header-nosotros {
  height: 40%;
}
.content-nosotros .content-nosotros-top .header-nosotros .cover {
  object-fit: unset;
}
@media only screen and (max-width: 576px) {
  .content-nosotros .content-nosotros-top .header-nosotros .cover {
    object-fit: cover;
  }
}
.content-nosotros .content-nosotros-top .header-nosotros .scroll-icon {
  position: absolute;
  right: -11px;
  bottom: 10px;
}
.content-nosotros .content-nosotros-top .cards-nosotros {
  height: 60%;
}
@media only screen and (max-width: 576px) {
  .content-nosotros .content-nosotros-top .cards-nosotros {
    height: 53%;
  }
}
.content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros {
  width: 50%;
  height: 100%;
  padding: 5% 5% 5% 5%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros {
    padding: 3%;
  }
}
@media only screen and (max-width: 576px) {
  .content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros {
    padding: 4%;
  }
}
.content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros h4 {
  font-size: 26px;
  color: #00376F;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros p {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros p {
    font-size: 11px;
    line-height: 15px;
  }
}
.content-nosotros .content-nosotros-top .cards-nosotros .vision {
  background-color: white;
}
.content-nosotros .content-nosotros-top .cards-nosotros .mision {
  background-color: #EBEBEB;
}
.content-nosotros .content-nosotros-bottom {
  position: relative;
  height: 250px;
}
.content-nosotros .content-nosotros-bottom .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(182.41deg, #050505 -49.03%, rgba(38, 144, 166, 0) 117.63%);
}
.content-nosotros .content-nosotros-bottom img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-nosotros .content-nosotros-bottom .content {
  position: relative;
  z-index: 1;
  height: 100%;
  widows: 100%;
}
.content-nosotros .content-nosotros-bottom .content h3 {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .content-nosotros .content-nosotros-bottom .content h3 {
    font-size: 26px;
  }
}
.content-nosotros .content-nosotros-bottom .content p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 10px 0px 20px 0px;
}
.content-nosotros .content-nosotros-bottom .content button {
  color: #00376F;
}

.time-line-home {
  width: 35%;
  right: 0;
  top: 15vh;
  margin: auto;
  height: 85vh;
  position: sticky;
  overflow: hidden;
  background-color: white;
}
@media only screen and (max-width: 576px) {
  .time-line-home {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 525px;
  }
}
.time-line-home .time-cards {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .time-line-home .time-cards {
    height: auto;
  }
}
.time-line-home .time-cards .time-card-tab {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 400ms, transform 400ms;
  text-align: center;
}
.time-line-home .time-cards .time-card-tab h2 {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  margin: 0px 5%;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .time-line-home .time-cards .time-card-tab h2 {
    font-size: 22px;
    margin: 0px 1%;
  }
}
@media only screen and (max-width: 576px) {
  .time-line-home .time-cards .time-card-tab h2 {
    font-size: 25px;
    margin: 0px 5%;
  }
}
.time-line-home .time-cards .time-card-tab img {
  height: 40%;
  width: 100%;
  object-fit: cover;
}
.time-line-home .time-cards .time-card-tab .content {
  height: 60%;
  background-color: #2690A6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .time-line-home .time-cards .time-card-tab .content {
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .time-line-home .time-cards .time-card-tab .content {
    padding: 20px;
  }
}
.time-line-home .time-cards .time-card-tab .content h4 {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 22px;
}
@media only screen and (max-width: 768px) {
  .time-line-home .time-cards .time-card-tab .content h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .time-line-home .time-cards .time-card-tab .content h4 {
    font-size: 18px;
  }
}
.time-line-home .time-cards .time-card-tab .content p {
  color: #FFFFFF;
  font-size: 15px;
  overflow-y: auto;
  margin: 8px 0;
}
.time-line-home .time-cards .time-card-tab .content p::-webkit-scrollbar-track {
  background-color: #2690A6;
}
.time-line-home .time-cards .time-card-tab .content p::-webkit-scrollbar {
  width: 4px;
  background-color: white;
}
.time-line-home .time-cards .time-card-tab .content p::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .time-line-home .time-cards .time-card-tab .content p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .time-line-home .time-cards .time-card-tab .content p {
    font-size: 13px;
  }
}
.time-line-home .tabs-time {
  width: 64px;
  background: #F2F2F2;
  overflow-y: auto;
}
.time-line-home .tabs-time::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}
.time-line-home .tabs-time::-webkit-scrollbar {
  width: 3px;
  background-color: white;
}
.time-line-home .tabs-time::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 100px;
}
.time-line-home .tabs-time .icon {
  padding: 15px 0px;
}
.time-line-home .tabs-time .years .year-tab-link {
  font-size: 16px;
  color: #4A4A4A;
  padding: 20px 0px;
  border-bottom: 1px solid #4A4A4A;
  cursor: pointer;
  transition: opacity 200ms;
}
.time-line-home .tabs-time .years .year-tab-link:hover {
  opacity: 0.6;
  user-select: none;
}
.time-line-home .tabs-time .years .year-tab-link p {
  margin: 0px;
  opacity: 0.7;
}
.time-line-home .tabs-time .years .active p {
  font-weight: bold;
  opacity: 1;
}
.time-line-home .tabs-time .years .year-tab-link:last-child {
  border-bottom: none;
}

.corporate-values-home {
  padding: 5em 3em 2em 3em;
  background-color: #F6F6F6;
  position: relative;
}
.corporate-values-home h2 {
  color: #00376F;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  padding: 0px 20%;
}
@media only screen and (max-width: 768px) {
  .corporate-values-home h2 {
    font-size: 22px;
    padding: 0px 5%;
  }
}
.corporate-values-home .column-rigth {
  margin-top: 175px;
}
@media only screen and (max-width: 768px) {
  .corporate-values-home .column-rigth {
    margin-top: 0px;
  }
}
.corporate-values-home .card-corporate-values {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .card-corporate-values {
    width: 100%;
    height: auto;
  }
}
.corporate-values-home .card-corporate-values h4 {
  font-size: 18px;
  color: #00376F;
  margin: 20px 0px;
}
@media only screen and (max-width: 768px) {
  .corporate-values-home .card-corporate-values h4 {
    font-size: 16px;
  }
}
.corporate-values-home .card-corporate-values p {
  font-size: 15px;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .corporate-values-home .card-corporate-values p {
    font-size: 14px;
  }
}
.corporate-values-home .list_valores {
  padding-top: 2em;
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .list_valores {
    padding-top: 0px;
  }
}
.corporate-values-home .list_valores .card-corporate-values {
  padding: 0px 40px;
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .list_valores .card-corporate-values {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .list_valores .card-corporate-values.col-6 {
    width: 100%;
  }
}
.corporate-values-home .list_valores .col-6:nth-child(even) {
  margin-top: 20%;
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .list_valores .col-6:nth-child(even) {
    margin-top: 0%;
  }
}
.corporate-values-home .list_valores .col-6:nth-child(odd) {
  margin-top: -20%;
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .list_valores .col-6:nth-child(odd) {
    margin-top: 0%;
  }
}
.corporate-values-home .list_valores .col-6:nth-child(1) {
  margin-top: 0%;
}
@media only screen and (max-width: 576px) {
  .corporate-values-home .list_valores .col-6:nth-child(1) {
    margin-top: 0%;
  }
}

.content-nosotros .content-nosotros-top .cards-nosotros .card-nosotros {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tabs-blog {
  color: #6A6D73;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  margin: 10px 0px;
}
.tabs-blog a {
  color: #6A6D73;
  border-bottom: 1px solid #FFA619;
  text-decoration: none;
}

.blog-posts {
  padding: 2em 3em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .blog-posts {
    padding: 15px;
  }
}
.blog-posts .featured-post {
  position: relative;
  height: 380px;
  width: 60%;
  margin: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .blog-posts .featured-post {
    height: 280px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .blog-posts .featured-post {
    height: 3 60px;
  }
}
.blog-posts .featured-post .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-posts .featured-post .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(148, 148, 148, 0.8);
  mix-blend-mode: multiply;
}
.blog-posts .featured-post .content {
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .blog-posts .featured-post .content {
    padding: 40px 25px;
  }
}
.blog-posts .featured-post .content h2 {
  font-family: Roboto;
  font-size: 38px;
  color: white;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .blog-posts .featured-post .content h2 {
    font-size: 25px;
  }
}
.blog-posts .featured-post .content p {
  font-family: "Work Sans", sans-serif;
  color: white;
}
@media only screen and (max-width: 768px) {
  .blog-posts .featured-post .content p {
    font-size: 16px;
  }
}
.blog-posts .single-post {
  width: 30%;
  margin: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .blog-posts .single-post {
    width: 45%;
  }
}
@media only screen and (max-width: 576px) {
  .blog-posts .single-post {
    width: 100%;
  }
}
.blog-posts .single-post .image {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .blog-posts .single-post .image {
    height: 280px;
  }
}
.blog-posts .single-post .content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 16px 0px 11px 0px;
}
@media only screen and (max-width: 768px) {
  .blog-posts .single-post .content h4 {
    font-size: 18px;
    margin: 15px 0px;
  }
}
.blog-posts .single-post .content p {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #6A6D73;
}
@media only screen and (max-width: 768px) {
  .blog-posts .single-post .content p {
    font-size: 15px;
  }
}

.pagination-blog {
  margin: 23px 0px 58px 0px;
}
.pagination-blog .link {
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 20px;
  margin: 3px;
}
.pagination-blog .link a {
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-size: 23px;
  color: #999999;
}
.pagination-blog .wp-pagenavi span.pages {
  display: none;
}
.pagination-blog .wp-pagenavi > span.current,
.pagination-blog .wp-pagenavi > a.page,
.pagination-blog .wp-pagenavi > a {
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-size: 19px;
  color: #999999;
  display: inline-block;
  border: none;
  padding: 0;
}
.pagination-blog .wp-pagenavi > span.current.nextpostslink,
.pagination-blog .wp-pagenavi > a.page.nextpostslink,
.pagination-blog .wp-pagenavi > a.nextpostslink {
  background: #4B525B;
  color: white;
  margin-left: 5px;
}
.pagination-blog .wp-pagenavi > span.current.previouspostslink,
.pagination-blog .wp-pagenavi > a.page.previouspostslink,
.pagination-blog .wp-pagenavi > a.previouspostslink {
  background: #4B525B;
  color: white;
  margin-right: 5px;
}
.pagination-blog .wp-pagenavi > span.current {
  background: #2690A6;
  color: white;
}
.pagination-blog .active {
  background: #2690A6;
}
.pagination-blog .active a {
  color: white;
}
.pagination-blog .next {
  background: #4B525B;
  margin-left: 5px;
}

.post-title-feature {
  font-size: 37px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .post-title-feature {
    font-size: 27px;
  }
}

.post-title {
  font-weight: 900;
  font-size: 48px;
  margin: 50px 0px 30px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 34px;
    margin: 40px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .post-title {
    font-size: 23px;
    margin: 20px 0px 20px 0px;
    width: 100%;
  }
}

.post-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #999999;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .post-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .post-subtitle {
    font-size: 17px;
    margin-bottom: 17px;
  }
}

.post-paragraph {
  color: #6A6D73;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .post-paragraph {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .post-paragraph {
    font-size: 14px;
  }
}

.post-title-section {
  font-weight: 900;
  font-size: 21px;
  width: 80%;
  margin: 30px 0px;
  color: #666666;
}
@media only screen and (max-width: 768px) {
  .post-title-section {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .post-title-section {
    font-size: 18px;
    width: 100%;
    margin: 30px 0px 15px 0px;
  }
}

.blog-detail-content {
  padding: 1em 6em 5em 6em;
}
@media only screen and (max-width: 576px) {
  .blog-detail-content {
    padding: 1.5em 1.6em 2em;
  }
}
.blog-detail-content .img-post {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .blog-detail-content .img-post {
    height: 350px;
  }
}
.blog-detail-content .footer-img-post {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .blog-detail-content .footer-img-post {
    margin-top: 20px;
  }
}
.blog-detail-content .footer-img-post h5 {
  font-weight: 900;
  font-size: 21px;
  color: #666666;
}
@media only screen and (max-width: 768px) {
  .blog-detail-content .footer-img-post h5 {
    font-size: 16px;
  }
}
.blog-detail-content .footer-img-post h6 {
  font-size: 17px;
  color: #2690A6;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .blog-detail-content .footer-img-post h6 {
    font-size: 14px;
  }
}

body .content-blog-editor {
  font-family: Roboto;
}
body .content-blog-editor .wp-block-image.is-style-circle-mask img,
body .content-blog-editor .wp-block-image.is-style-rounded img {
  width: 100%;
  height: auto;
}
body .content-blog-editor h1,
body .content-blog-editor h2,
body .content-blog-editor h3,
body .content-blog-editor h5,
body .content-blog-editor h6 {
  font-family: Roboto;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #6D7178;
}
body .content-blog-editor h2 {
  font-size: 39px;
  margin: 0 0 30px;
}
body .content-blog-editor h2 {
  font-size: 32px;
  line-height: 35px;
  margin: 45px 0 20px;
}
body .content-blog-editor h3 {
  font-size: 24px;
  line-height: 31px;
  line-height: 27px;
  margin: 33px 0 27px;
}
@media only screen and (max-width: 576px) {
  body .content-blog-editor h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 33px 0 15px;
  }
}
body .content-blog-editor p {
  font-size: 16px;
  line-height: 138%;
  color: #6A6D73;
}
@media only screen and (max-width: 576px) {
  body .content-blog-editor p {
    font-size: 14px;
  }
}

.share-post {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 120px;
  background-color: #2690A6;
  border-radius: 30px;
  padding-left: 0px;
  padding-right: 10px;
}
@media only screen and (max-width: 576px) {
  .share-post {
    top: 30px;
    right: 0;
    bottom: 0;
  }
}
.share-post img {
  height: 20px;
}
.share-post .share {
  width: 33px;
  height: 33px;
  background-color: red;
  background: #E5DA4D;
  border-radius: 30px;
  margin: -1px;
}

.share-post-hover {
  width: 32px;
  overflow: hidden;
  transition: width 200ms;
}
.share-post-hover:hover {
  width: 74px;
}
.share-post-hover:hover .share {
  position: relative;
}
.share-post-hover .share {
  position: absolute;
}

.podcast-blog {
  background-color: #2690A6;
  width: 100%;
  padding: 5em 10%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .podcast-blog {
    padding: 2em 10%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .podcast-blog {
    padding: 2em 3%;
  }
}
.podcast-blog .video-content, .podcast-blog .info {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .podcast-blog .video-content, .podcast-blog .info {
    width: 100%;
  }
}
.podcast-blog .video-content {
  height: 290px;
}
@media only screen and (max-width: 576px) {
  .podcast-blog .video-content {
    height: 183px;
  }
}
.podcast-blog .video {
  margin-right: 2em;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .podcast-blog .video {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .podcast-blog .video {
    margin-left: 10px;
  }
}
.podcast-blog .content {
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  .podcast-blog .content {
    padding-left: 10px;
    margin-top: 30px;
  }
}
.podcast-blog .content h2 {
  font-size: 38px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: white;
}
@media only screen and (max-width: 768px) {
  .podcast-blog .content h2 {
    font-size: 26px;
  }
}
.podcast-blog .content h6 {
  font-family: "Work Sans", sans-serif;
  color: #74E7E0;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .podcast-blog .content h6 {
    font-size: 15px;
  }
}
.podcast-blog .content p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin: 30px 0px 40px 0px;
}
@media only screen and (max-width: 768px) {
  .podcast-blog .content p {
    margin: 15px 0px 20px 0px;
    font-size: 15px;
  }
}

.subscription-blog {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .subscription-blog {
    flex-direction: column;
  }
}
.subscription-blog .subscription-form, .subscription-blog .tags-container {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .subscription-blog .subscription-form, .subscription-blog .tags-container {
    width: 100%;
  }
}
.subscription-blog h3 {
  font-size: 44px;
  font-weight: 600;
  width: 50%;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 992px) {
  .subscription-blog h3 {
    font-size: 30px;
    width: 80%;
  }
}
.subscription-blog .subscription-form {
  padding: 2em 3em;
  background-color: #2690A6;
}
@media only screen and (max-width: 992px) {
  .subscription-blog .subscription-form form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .subscription-blog .subscription-form form button {
    margin-top: 30px;
  }
}
.subscription-blog .subscription-form .email {
  background-color: transparent;
  color: #fff;
  border: 0;
  outline: none;
  width: 100%;
  border-bottom: 1px #fff solid;
  margin: 20px 0px;
  font-family: "Montserrat", sans-serif;
}
.subscription-blog .subscription-form .email::placeholder {
  color: white;
  font-family: "Montserrat", sans-serif;
}
.subscription-blog .subscription-form .check label {
  font-weight: 300;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.tags-container {
  padding: 0px 30px;
}
@media only screen and (max-width: 992px) {
  .tags-container {
    padding: 50px 30px;
  }
}
.tags-container .tags-list .tag {
  padding: 10px 40px;
  border: 0.838875px solid white;
  color: white;
  border-radius: 10px;
  transition: transform 200ms;
}
@media only screen and (max-width: 576px) {
  .tags-container .tags-list .tag {
    font-size: 13px;
    padding: 5px 22px 4px 22px;
    border-radius: 6px;
  }
}
.tags-container .tags-list .tag p {
  font-family: "Work Sans", sans-serif;
}
.tags-container .tags-list .tag-white {
  border: 0.838875px solid #fff;
  background-color: #fff;
}
.tags-container .tags-list .active {
  border: none;
  background: #E5DA4D;
  color: #646464;
}

.news-sections-bootom-padding {
  padding: 3em 6em 3em 6em;
}
@media only screen and (max-width: 576px) {
  .news-sections-bootom-padding {
    padding: 2.5em 1.6em;
  }
}

@media only screen and (max-width: 576px) {
  .footer-news {
    padding-left: 5em;
  }
}
@media only screen and (max-width: 576px) {
  .footer-news .column-links {
    flex-direction: column;
  }
}
.footer-news .column-links .list {
  margin: 1em 8em 0em 0em;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .footer-news .column-links .list {
    margin: 1em 1em 2em 0em;
  }
}
.footer-news a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0px;
  color: #54565A;
}

.trabaja-content {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .trabaja-content {
    height: calc(100vh - 60px);
  }
}
.trabaja-content #work-categories-side {
  transition: transform 200ms;
}
@media only screen and (max-width: 768px) {
  .trabaja-content #work-categories-side {
    position: absolute;
    top: 0;
    transform: translate(-100%, 0);
    z-index: 1;
  }
}
@media only screen and (max-width: 576px) {
  .trabaja-content #work-categories-side {
    height: calc(100vh - 60px);
  }
}
.trabaja-content #work-offers-side {
  background-color: white;
  transition: transform 200ms;
}
@media only screen and (max-width: 768px) {
  .trabaja-content #work-offers-side {
    position: absolute;
    top: 0;
    transform: translate(-100%, 0);
    z-index: 1;
  }
}
@media only screen and (max-width: 576px) {
  .trabaja-content #work-offers-side {
    height: calc(100vh - 60px);
  }
}
.trabaja-content .work-areas {
  height: 85vh;
  position: relative;
  border-right: 1px solid #F3F3F3;
}
@media only screen and (max-width: 576px) {
  .trabaja-content .work-areas {
    height: calc(100vh - 60px);
  }
}
.trabaja-content .work-areas .pagination-blog {
  height: 50px;
  background: #F3F3F3;
}
.trabaja-content .work-areas .work-top {
  height: 50px;
}
.trabaja-content .work-areas .scroll-work-areas {
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 50px);
}
.trabaja-content .work-areas .scroll-work-areas .card-work-area {
  position: relative;
  width: 100%;
  height: 220px;
  cursor: pointer;
  padding: 2em;
}
.trabaja-content .work-areas .scroll-work-areas .card-work-area h3 {
  position: relative;
  transition: opacity 200ms;
  text-align: center;
}
.trabaja-content .work-areas .scroll-work-areas .card-work-area .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trabaja-content .work-areas .scroll-work-areas .card-work-area .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(276.87deg, rgba(0, 0, 0, 0.0001) -50.04%, rgba(0, 0, 0, 0.581409) 104.65%);
  transition: background 200ms;
}
.trabaja-content .work-areas .scroll-work-areas .active h3 {
  opacity: 0.7;
}
.trabaja-content .work-areas .scroll-work-areas .active .overlay {
  background: linear-gradient(276.87deg, rgba(0, 0, 0, 0.7) -50.04%, rgba(0, 0, 0, 0.581409) 104.65%);
}
.trabaja-content .work-areas .scroll-offers-areas {
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 100px);
}
.trabaja-content .work-areas .scroll-offers-areas .empty-alert {
  widows: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.trabaja-content .work-areas .scroll-offers-areas .empty-alert img {
  width: 65px;
  margin-bottom: 20px;
}
.trabaja-content .work-areas .scroll-offers-areas .empty-alert h4 {
  text-align: center;
}
.trabaja-content .work-areas .scroll-offers-areas .active {
  background: #EEEEEE;
}
.trabaja-content .work-areas .scroll-offers-areas .card-offers {
  border: 1px solid #DBDBDB;
  border-right: none;
  position: relative;
  cursor: pointer;
}
.trabaja-content .work-areas .scroll-offers-areas .card-offers .date {
  position: absolute;
  top: 10px;
  right: 10px;
}
.trabaja-content .work-areas .scroll-offers-areas .card-offers p {
  font-size: 14px;
  margin-bottom: 13px;
}

.content-work-areas {
  height: 85vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .content-work-areas {
    height: calc(100vh - 60px);
    position: absolute;
    background: white;
  }
}
.content-work-areas .content-offers-top {
  height: 50px;
}
.content-work-areas .content-offers-top .share-post {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .content-work-areas .content-offers-top .share-post {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 576px) {
  .content-work-areas .content-offers-top .share-post {
    top: 0;
  }
}
.content-work-areas .card-work-default {
  height: 100%;
}
.content-work-areas .card-work-default .content-work-areas-top {
  height: 30%;
}
.content-work-areas .card-work-default .content-work-areas-bottom {
  height: 70%;
}
.content-work-areas .card-work {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: white;
  transform: translate(-100%, 0);
  transition: opacity 200ms, transform 200ms;
}
.content-work-areas .card-work .close {
  height: 20px;
  position: absolute;
  transform: rotate(180deg);
  top: 20px;
  left: 30px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 576px) {
  .content-work-areas .card-work .close {
    display: block;
  }
}
.content-work-areas .card-work .content-work-areas-bottom {
  height: 100%;
}
.content-work-areas .card-work .content-work-areas-bottom p {
  font-weight: 300;
}
.content-work-areas .cards-offers-scroll {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  width: calc(100% - 12px);
}
.content-work-areas .cards-offers-scroll .empty-alert {
  height: calc(90% - 50px);
  padding: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.content-work-areas .cards-offers-scroll .empty-alert img {
  width: 48px;
  margin-bottom: 20px;
}
.content-work-areas .cards-offers-scroll .empty-alert h4 {
  text-align: center;
}
.content-work-areas .cards-offers-scroll .card-offer-tab {
  position: absolute;
  opacity: 0;
  height: 100%;
  margin-bottom: 30px;
  width: 100%;
  transition: opacity 200ms, transform 200ms;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .card-offer-banner {
  position: relative;
  height: 30%;
  width: 100%;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .card-offer-banner .close {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  height: 20px;
  cursor: pointer;
  transform: rotate(180deg);
  display: none;
}
@media only screen and (max-width: 768px) {
  .content-work-areas .cards-offers-scroll .card-offer-tab .card-offer-banner .close {
    display: block;
  }
}
.content-work-areas .cards-offers-scroll .card-offer-tab .card-offer-banner .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .card-offer-banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(235.73deg, rgba(0, 0, 0, 0.54) 3.59%, rgba(0, 0, 0, 0.581409) 89.67%);
}
.content-work-areas .cards-offers-scroll .card-offer-tab .card-offer-banner .icon {
  position: relative;
  z-index: 1;
  height: 40%;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .contrato p {
  font-size: 13px;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .content-offers p {
  font-size: 14px;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .content-offers ul {
  margin-left: 20px;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .content-offers ul br {
  display: none;
}
.content-work-areas .cards-offers-scroll .card-offer-tab .content-offers ul li {
  list-style: disc;
  font-family: Roboto;
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .content-work-areas .cards-offers-scroll .card-offer-tab .content-offers .button-apply {
    flex-direction: column;
  }
  .content-work-areas .cards-offers-scroll .card-offer-tab .content-offers .button-apply button.me-4 {
    margin: 0 0 13px 0 !important;
  }
}
.content-work-areas #apply-offer {
  background: #51565E;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-right: 11%;
  padding-left: 10%;
  top: 0;
  left: 0;
  margin-left: -100%;
  transition: margin-left 200ms;
}
@media only screen and (max-width: 576px) {
  .content-work-areas #apply-offer {
    padding-top: 215px;
    padding-bottom: 80px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.content-work-areas #apply-offer .close {
  height: 30px;
  position: absolute;
  top: 20px;
  left: 30px;
  cursor: pointer;
}
.content-work-areas #apply-offer .text-header {
  color: white;
  font-weight: 500;
  line-height: 127%;
}
.content-work-areas #apply-offer label {
  color: white;
  font-size: 13px;
  line-height: 110%;
  opacity: 0.7;
}
.content-work-areas #apply-offer label.error {
  opacity: 1;
  color: #ff5959;
  font-size: 11px;
  padding: 4px 0 0;
}
.content-work-areas #apply-offer label a {
  color: white;
  opacity: 1;
  text-decoration: underline;
}
.content-work-areas #apply-offer select option {
  color: #51565E;
}
.content-work-areas #apply-offer .apply-offer-input {
  background-color: transparent;
  fill: none;
  color: white;
  height: 28px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #BAC2CB;
  padding: 0;
}
.content-work-areas #apply-offer .apply-offer-input-file::before {
  content: "Select some files";
}
.content-work-areas #apply-offer .input-file-work {
  position: relative;
  flex-direction: column;
}
.content-work-areas #apply-offer .input-file-work > input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.content-work-areas #apply-offer .input-file-work .apply-offer-input {
  width: 100%;
  padding: 0 29px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-work-areas #apply-offer .input-file-work img.ms-2 {
  position: absolute;
  right: 0;
}

.new-card {
  width: 320px;
  height: 520px;
  background-color: white;
  border: 1px solid rgba(102, 102, 102, 0.05);
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 1em;
}
@media only screen and (max-width: 576px) {
  .new-card {
    width: 100%;
  }
}
.new-card .new-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.new-card .new-content {
  padding: 25px;
}
.new-card .new-content .new-date p:nth-child(1) {
  color: #999999;
  padding-right: 10px;
  margin-right: 10px;
  height: 20px;
  border-right: 1px #999999 solid;
}
.new-card .new-content .new-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  color: #666666;
  margin-bottom: 10px;
  position: relative;
}
.new-card .new-content .new-p-content {
  font-size: 12px;
  color: #666666;
}
.new-card .new-more {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  right: 25px;
  bottom: 25px;
}
.new-card .new-more img {
  height: 20px;
  width: 20px;
}
.new-card .new-more p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 6px;
  font-size: 12px;
  color: #999999;
}

body .blog-detail-content.news-detail-content {
  padding: 5em 6em 5em 6em;
}
@media only screen and (max-width: 576px) {
  body .blog-detail-content.news-detail-content {
    padding: 3em 1.5em;
  }
}

.content-news {
  padding: 4em;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .content-news {
    padding: 3em 1.5em;
  }
}
.content-news .bg-gray {
  position: absolute;
  height: 550px;
  left: 0;
  top: 0;
  width: 100%;
  background: #F3F3F3;
}
.content-news .top-news {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .content-news .top-news {
    margin: 0 0 11px !important;
  }
}
.content-news .top-news .title-news {
  width: 45%;
  font-size: 48px;
  font-weight: 900;
  color: #7c818a;
}
@media only screen and (max-width: 768px) {
  .content-news .top-news .title-news {
    width: 90%;
    font-size: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .content-news .top-news .title-news {
    font-size: 25px;
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .content-news .top-news .button-next {
    margin: 0 !important;
    transform: translateY(-4px);
  }
  .content-news .top-news .button-next img {
    height: 20px;
  }
}
.content-news .main-news {
  width: calc(100% + 4em + 170px);
  margin-left: 0px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .content-news .main-news {
    margin-left: -2em;
  }
}
.content-news .list-news {
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content-news .list-news {
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .content-news .list-news {
    margin: 0 !important;
  }
}

.search-obiturario {
  background: #6A6D73;
  padding: 40px 0 55px;
}
.search-obiturario::after {
  clear: both;
  content: "";
}
@media only screen and (max-width: 576px) {
  .search-obiturario {
    padding: 22px 30px 35px 30px;
  }
}
.search-obiturario form {
  width: 100%;
  max-width: 726px;
  margin: 0 auto;
  position: relative;
}
.search-obiturario form button {
  background: transparent;
  right: 0;
  position: absolute;
  font-size: 23px;
  color: white;
  bottom: 0;
  padding: 7px 2px;
}
.search-obiturario form button:focus {
  background: transparent;
}

.feature-obituarios {
  position: relative;
  width: 100%;
  background: #E3E3E3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios {
    padding: 40px 30px 45px;
  }
}
.feature-obituarios .button-next {
  position: absolute;
  right: 3.3em;
  top: 30px;
  display: flex;
  background: transparent;
  padding: 0.6180469716em 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #4A4A4A;
  align-items: center;
}
.feature-obituarios .button-next:hover {
  background: transparent;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios .button-next {
    position: relative;
    right: 0;
    top: 0;
    padding: 0.6180469716em 0;
    margin: 13px 0 10px;
    font-size: 16px;
    font-weight: 600;
  }
}
.feature-obituarios .button-next img {
  margin: 0 0 0 20px;
  height: 22px;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios .button-next img {
    margin: 0 0 0 12px;
    height: 17px;
  }
}
.feature-obituarios .txt {
  color: #4A4A4A;
  font-family: Roboto;
  font-weight: 400;
  font-size: 25px;
}
.feature-obituarios .txt strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00376F;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios .txt strong {
    font-size: 20px;
  }
}
.feature-obituarios .txt h2 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #00376F;
  border-bottom: 1px dashed #2690a5;
  padding: 0 0 10px;
  width: 90%;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios .txt h2 {
    font-size: 27px;
  }
}
.feature-obituarios .txt h3 {
  font-family: "Roboto", sans-serif;
  color: #4A4A4A;
  border: none;
  font-weight: 300;
  margin: 0 0 20px;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios .txt h3 {
    font-size: 22px;
    margin: 4px 0 15px;
    padding: 0;
  }
}
.feature-obituarios .txt p {
  font-family: "Roboto", sans-serif;
  color: #4A4A4A;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .feature-obituarios .txt p {
    font-size: 18px;
  }
}

.card-obituarios {
  width: 100%;
  height: 600px;
  background-image: url("../images/plantillaObituarios.jpg");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 1em;
}
@media only screen and (max-width: 576px) {
  .card-obituarios {
    height: auto;
  }
}
.card-obituarios .date-obituario {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: inherit;
  color: black;
  text-align: right;
}
.card-obituarios .date-obituario strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 576px) {
  .card-obituarios .date-obituario {
    font-size: 15px;
  }
}
.card-obituarios .obituario-content {
  padding: 30px 40px;
}
.card-obituarios .obituario-content .title {
  width: 100%;
  display: block;
  padding: 15px 0 4px 0;
  position: relative;
  margin: 26px 0;
}
.card-obituarios .obituario-content .title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  margin: 0;
  color: #4A4A4A;
}
@media only screen and (max-width: 576px) {
  .card-obituarios .obituario-content .title h4 {
    font-size: 24px;
  }
}
.card-obituarios .obituario-content .title span {
  font-family: "Roboto", sans-serif;
  font-size: 17.2606px;
  color: #9B9B9B;
}
.card-obituarios .obituario-content .title .avatar {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #E3E3E3;
  padding: 3px;
  border-radius: 50%;
  overflow: hidden;
}
.card-obituarios .obituario-content .title .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-obituarios .obituario-content > p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17.2606px;
  color: #4A4A4A;
}
@media only screen and (max-width: 576px) {
  .card-obituarios .obituario-content > p {
    font-size: 16px;
  }
}
.card-obituarios .obituario-content .ubication {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 26px 0 0;
}
.card-obituarios .obituario-content .ubication i {
  font-size: 20px;
  color: #9B9B9B;
  margin: 0 12px 0 0;
}
.card-obituarios .obituario-content .ubication p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15.3427px;
  color: #898989;
  margin: 0;
}
.card-obituarios .obituario-content .ubication p span {
  color: #2690A6;
}
.card-obituarios .obituario-content .ubication.col-ubi {
  flex-direction: column;
  place-items: flex-start;
  margin: 15px 0 0;
}
.card-obituarios .obituario-content .ubication.col-ubi p {
  margin: 0 0 5px;
}
.card-obituarios .lote {
  display: block;
  width: 100%;
  padding: 0 25px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #64BD79;
}
.card-obituarios .icon-flores {
  position: absolute;
  right: 7px;
  bottom: 13px;
  padding: 4px 5px;
}
.card-obituarios .icon-flores::before {
  content: "";
  width: 35px;
  height: 35px;
}
.card-obituarios .icon-flores a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background: white url("../images/obituarios/icon-flores.svg") center no-repeat;
  background-size: 70%;
  -webkit-animation: shadowPulse 1.9s infinite;
  -o-animation: shadowPulse 1.9s infinite;
  -ms-animation: shadowPulse 1.9s infinite;
  -moz-animation: shadowPulse 1.9s infinite;
  animation: shadowPulse 1.9s infinite;
}
.card-obituarios .icon-flores a:hover {
  background: #00376F url("../images/obituarios/icon-flores-hover.svg") center no-repeat;
  background-size: 70%;
}

.all-obituarios {
  padding: 2em 4em;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .all-obituarios {
    padding: 40px 30px 45px;
  }
}
.all-obituarios .card-obituarios {
  margin: 0 0 30px;
}
.all-obituarios-cards {
  display: flex;
  justify-content: space-around;
}
.all-obituarios-cards-detail {
  width: 375px !important;
}

.filter-btns {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}
.filter-btns button {
  background-color: #00376F;
  color: #fff;
  width: 150px;
}
.filter-btns button:hover {
  background-color: #0d6efd;
}

body .feature-obituarios.notpost {
  padding: 0;
}
body .feature-obituarios.resultSearch {
  padding: 3em 4em 5em 4em;
}
@media only screen and (max-width: 576px) {
  body .feature-obituarios.resultSearch {
    padding: 37px 30px 45px;
  }
}
body .results-search-obituarios {
  position: relative;
  display: none;
}
body .results-search-obituarios.open {
  display: flex;
  justify-content: space-around;
}
body .results-search-obituarios.open .card-obituarios {
  margin-bottom: 32px;
}
body .results-search-obituarios h3 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 576px) {
  body .results-search-obituarios h3 {
    font-size: 21px;
    margin: 0 0 14px;
  }
}
body .results-search-obituarios h3 .button-next {
  right: 1.3em;
  top: 15px;
}
@media only screen and (max-width: 576px) {
  body .results-search-obituarios h3 .button-next {
    right: 0;
    top: 0;
  }
}
body .results-search-obituarios .alert-search {
  display: flex;
  max-width: 520px;
  margin: 0 auto;
  align-items: end;
  padding: 4rem 0;
}
body .results-search-obituarios .alert-search img {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 576px) {
  body .results-search-obituarios .alert-search img {
    margin: 0 22px 0 0;
    height: 40px;
  }
}
body .results-search-obituarios .alert-search .txt h4 {
  margin: 0 0 30px;
}
@media only screen and (max-width: 576px) {
  body .results-search-obituarios .alert-search .txt h4 {
    margin: 0 0 13px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  body .results-search-obituarios .alert-search .txt p {
    font-size: 15px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.payments {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  margin-top: 15vh;
}
.payments__header {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="606" viewBox="0 0 1440 606" fill="none"><path d="M728.441 534.703C308.277 415.989 -12 606 -12 606L-11.9999 0L1441 0.000127025L1441 534.703C1441 534.703 1148.61 653.417 728.441 534.703Z" fill="%230E4C81"/></svg>');
  height: 15vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: scaleX(-1);
}
.payments__title {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  width: 800px;
}
.payments__title h1 {
  font-size: 5rem;
  color: #1a428a;
  font-family: "Roboto", sans-serif;
}
.payments__title h1 span {
  color: #30b29b;
}
.payments__title p {
  font-size: 1.8rem;
  color: #1a428a;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.payments__logo {
  position: absolute;
  right: 10%;
  top: 50px;
}
.payments__logo img {
  width: 350px;
  height: auto;
}
.payments__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payments__center p {
  margin: 0;
  font-size: 1.8rem;
  color: #1a428a;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.payments__btn {
  background-color: #30b29b;
  align-self: center;
  width: 600px;
  height: 60px;
  border: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-radius: 40px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payments__btn:hover {
  opacity: 0.8;
}
.payments .btn__bottom {
  width: 350px;
  font-size: 1.2rem;
  height: 40px;
}
.payments__banks {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 1rem 0;
}
.payments__banks article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payments__banks article strong {
  font-size: 2rem;
  margin: 1rem 0;
}
.payments__banks article span,
.payments__banks article b {
  color: #1a428a;
  font-size: 1.3rem;
}
.payments__banks article figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
  gap: 1rem;
  width: 100%;
}
.payments__banks article figure section {
  height: 250px;
  width: 250px;
  border: 3px solid #1a428a;
  border-radius: 20px;
  padding: 10px;
}
.payments__banks article figure section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}
.payments__banks article figure figcaption {
  text-align: center;
  width: 100%;
}
.payments__banks article figure figcaption ol {
  text-align: left;
  margin-top: 1rem;
  padding-inline: 18%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.payments__banks article figure figcaption ol li {
  font-size: 1rem;
  color: #1a428a;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-inline: 5%;
}
.payments__banks article figure figcaption ol li b {
  font-size: 1rem;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.payments__banks article figure figcaption ol li b::before {
  content: "•";
  font-size: 1rem;
}
.payments__banks article figure figcaption ol li strong {
  font-size: 1rem;
}
.payments__banks article:first-child, .payments__banks article:last-child {
  width: 25%;
}
.payments__banks article:nth-child(2) {
  width: 50%;
  border: 2px dashed gray;
  border-top: none;
  border-bottom: none;
  display: flex;
}
.payments__banks article:nth-child(2) div {
  display: flex;
}
.payments__banks article:nth-child(2) div figure {
  width: 50%;
}
.payments__banks article:nth-child(2) div figure figcaption {
  display: flex;
  flex-direction: column;
}
.payments__banks article:nth-child(2) div figure figcaption small {
  margin-top: 1rem;
}
.payments__banks article:nth-child(2) div figure figcaption article {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 1rem;
}
.payments__banks article:nth-child(2) div figure figcaption article section {
  width: 100px;
  height: 100px;
  border: 2px solid #1a428a;
  border-radius: 15px;
}
.payments__banks article:nth-child(2) div figure figcaption article section img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.payments__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.payments__bottom figure {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payments__bottom figure img {
  margin-bottom: 1rem;
  width: 200px;
  height: auto;
}
.payments__bottom figure p,
.payments__bottom figure span,
.payments__bottom figure b {
  margin: 0;
  color: #1a428a;
}
.payments__bottom figure span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.payments__bottom figure span::before {
  content: "•";
  font-size: 1.5rem;
}
.payments__bottom figure:nth-child(2) {
  border: 2px dashed gray;
  border-top: none;
  border-bottom: none;
}
.payments__bottom figure:nth-child(2) img {
  width: 60px;
}
.payments__footer {
  height: 30vh;
  width: 100%;
  background: url('data:image/svg+xml,<svg width="1440" height="542" viewBox="0 0 1440 542" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M700.098 73.1272C1134.14 194.889 1465 0 1465 0L1465 542L-35.9999 542L-35.9999 73.1272C-35.9999 73.1272 266.054 -48.6348 700.098 73.1272Z" fill="%230E4C81"/></svg>');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10%;
  transform: scaleX(-1);
}
.payments__footer figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transform: scaleX(-1);
  margin-top: 100px;
}
.payments__footer figure figcaption {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.payments__footer figure figcaption b,
.payments__footer figure figcaption a {
  color: #dcd269;
  font-family: "Roboto", sans-serif;
}
.payments__footer figure figcaption b {
  font-size: 1.8rem;
}
.payments__footer figure figcaption a {
  font-size: 1.2rem;
  text-decoration: underline;
}
.payments__footer figure img {
  width: 200px;
  height: auto;
}

@media (max-width: 1024px) {
  .payments__title {
    width: auto;
    margin-top: 2rem;
    text-align: center;
  }
  .payments__title h1 {
    font-size: 3.5rem;
  }
  .payments__logo img {
    width: 250px;
  }
  .payments__center p {
    font-size: 1.2rem;
  }
  .payments__banks {
    flex-direction: column;
  }
  .payments__banks article {
    width: 100%;
  }
  .payments__banks article:first-child, .payments__banks article:last-child, .payments__banks article:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .payments__title h1 {
    font-size: 3rem;
  }
  .payments__title p {
    font-size: 1.5rem;
  }
  .payments__logo {
    top: 80px;
  }
  .payments__logo img {
    width: 200px;
  }
  .payments__btn {
    width: 80%;
  }
  .payments__banks {
    flex-direction: column;
  }
  .payments__banks article:first-child, .payments__banks article:last-child, .payments__banks article:nth-child(2) {
    width: 100%;
  }
  .payments__banks article:nth-child(2) {
    border: none;
    border-top: 2px dashed gray;
    border-bottom: 2px dashed gray;
  }
  .payments__banks article ol li {
    font-size: 1rem;
  }
  .payments__bottom {
    flex-direction: column;
    gap: 2rem;
  }
  .payments__bottom figure {
    width: 100%;
  }
  .payments__bottom figure:nth-child(2) {
    padding: 1rem 0;
    border: none;
    border-top: 2px dashed gray;
    border-bottom: 2px dashed gray;
  }
  .payments__footer {
    min-height: 40vh;
  }
  .payments__footer figure {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 650px) {
  .payments__title {
    margin-top: 6rem;
  }
  .payments__title h1 {
    font-size: 2.5rem;
  }
  .payments__title p {
    font-size: 1.2rem;
  }
  .payments__logo {
    top: 120px;
  }
  .payments__btn {
    font-size: 1.2rem;
    padding-inline: 5%;
  }
  .payments .btn__bottom {
    width: 60%;
  }
  .payments__center p {
    font-size: 1rem;
    margin-top: 0;
    text-align: center;
  }
  .payments__banks article:nth-child(2) div {
    flex-direction: column;
  }
  .payments__banks article:nth-child(2) div figure {
    width: 100%;
  }
  .payments__banks article strong {
    font-size: 1.5rem;
  }
  .payments__banks article span,
  .payments__banks article b {
    font-size: 1rem;
  }
  .payments__banks article figure figcaption p {
    font-size: 0.8rem;
  }
  .payments__footer figure figcaption b {
    font-size: 1.2rem;
  }
  .payments__footer figure figcaption a {
    font-size: 0.8rem;
  }
}
@media (max-width: 560px) {
  .payments {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .contact-info .card-text-contact {
    padding: 30px;
    text-align: center;
  }
}
.contact-info .card-text-contact p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #4A4A4A;
  max-width: 566px;
}
@media only screen and (max-width: 576px) {
  .contact-info .card-text-contact p {
    font-size: 15px;
  }
}
.contact-info .card-text-contact p strong {
  font-weight: 700;
}
.contact-info .card-phone {
  color: white;
  padding: 60px 50px;
}
.contact-info .card-phone h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: white;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 14px;
  margin: 0 0 35px;
}
@media only screen and (max-width: 576px) {
  .contact-info .card-phone h3 {
    font-size: 27px;
    line-height: 31px;
    text-align: center;
  }
}
.contact-info .card-phone img {
  margin: 0 30px 0 0;
}
.contact-info .card-phone .text h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #74E7E0;
}
.contact-info .card-phone .text p {
  margin: 0;
}

.contact-form .img-contact {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.contact-form .img-contact::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background: linear-gradient(235.73deg, rgba(0, 0, 0, 0.0001) 3.59%, rgba(0, 0, 0, 0.581409) 89.67%);
}
.contact-form .img-contact h3 {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: white;
  max-width: 330px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 576px) {
  .contact-form .img-contact h3 {
    max-width: 305px;
    font-size: 28px;
    line-height: 29px;
  }
}
.contact-form .img-contact img {
  width: 100%;
}
.contact-form .img-contact:hover::before, .contact-form .img-contact.active::before {
  background: linear-gradient(235.73deg, rgba(0, 0, 0, 0.3001) 3.59%, rgba(0, 0, 0, 0.781409) 89.67%);
}
.contact-form .img-contact:hover h3, .contact-form .img-contact.active h3 {
  transform: translateY(-20px);
}

.form-contact {
  background: #51565E;
  position: relative;
}
.form-contact > span.close {
  background: url("../images/icons/row-down-white.svg") center no-repeat;
  width: 40px;
  height: 60px;
  z-index: 3;
  position: absolute;
  top: -33px;
  left: 3%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  transform: scale(0);
}
.form-contact > span.close:hover {
  transform: translateY(5px);
}
.form-contact.open > span.close {
  transform: scale(1);
}
.form-contact .form-wrapper {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 81px 0px;
  display: none;
}
@media only screen and (max-width: 576px) {
  .form-contact .form-wrapper {
    padding: 50px 25px;
  }
}
.form-contact .form-wrapper .title-form-contact {
  padding: 0 10% 0 0;
  margin: 0 0 30px;
  display: block;
}
@media only screen and (max-width: 576px) {
  .form-contact .form-wrapper .title-form-contact {
    padding: 0 7% 0 0;
    margin: 0 0 25px;
  }
}
.form-contact .form-wrapper .title-form-contact span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 21px;
  color: #74E7E0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 576px) {
  .form-contact .form-wrapper .title-form-contact span {
    font-size: 17px;
  }
}
.form-contact .form-wrapper .title-form-contact h3 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 2px;
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  .form-contact .form-wrapper .title-form-contact h3 {
    font-size: 31px;
  }
}

.contacto-sedes {
  padding: 5em 4em;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes {
    padding: 3em 1em;
  }
}
.contacto-sedes h2 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 1px;
  color: #2690A6;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes h2 {
    font-size: 30px;
  }
}
.contacto-sedes .list-sedes {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes {
    flex-direction: column;
  }
}
.contacto-sedes .list-sedes li {
  padding: 0 13px;
}
.contacto-sedes .list-sedes li .card-sedes {
  background: #F8F8FA;
  box-shadow: 0px 5.69312px 10.5729px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 343.41px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes li .card-sedes {
    width: 100%;
    margin: 0 0 30px;
  }
}
.contacto-sedes .list-sedes li .card-sedes img {
  width: 100%;
}
.contacto-sedes .list-sedes li .card-sedes h6 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  color: #51565E;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes li .card-sedes h6 {
    font-size: 22px;
  }
}
.contacto-sedes .list-sedes li .card-sedes strong {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20.3326px;
  text-align: center;
  color: #999999;
  margin: 0 0 15px;
  display: block;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes li .card-sedes strong {
    font-size: 18.3326px;
    margin: 0px 0 4px;
  }
}
.contacto-sedes .list-sedes li .card-sedes p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.813303px;
  color: #999999;
  margin: 0 0 4px;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes li .card-sedes p {
    font-size: 15px;
  }
}
.contacto-sedes .list-sedes li .card-sedes i {
  color: #2690A6;
  display: block;
  text-align: center;
  font-size: 28px;
  margin: 17px 0;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes li .card-sedes i {
    font-size: 28px;
    margin: 10px 0;
  }
}
.contacto-sedes .list-sedes li .card-sedes i.red {
  color: #B8391D;
}
.contacto-sedes .list-sedes li .card-sedes span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 17px;
  line-height: 113%;
  text-align: center;
  color: #999999;
}
@media only screen and (max-width: 576px) {
  .contacto-sedes .list-sedes li .card-sedes span {
    font-size: 15px;
  }
}

.sede-administrative {
  background: #EAEAEA;
  padding: 45px 100px;
}
@media only screen and (max-width: 576px) {
  .sede-administrative {
    padding: 30px 22px;
    flex-direction: column;
    text-align: left;
    align-items: start;
  }
}
.sede-administrative h5 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 28px;
  color: #6A6D73;
  text-align: right;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid #999999;
}
@media only screen and (max-width: 576px) {
  .sede-administrative h5 {
    border-right: none;
    border-bottom: 1px solid #999999;
    text-align: left;
    padding: 0 20px 6px 0;
    margin: 0 20px 10px 0;
    font-size: 23px;
  }
  .sede-administrative h5 br {
    display: none;
  }
}
.sede-administrative p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 17px;
  color: #999999;
  margin: 2px 0;
}
@media only screen and (max-width: 576px) {
  .sede-administrative p {
    font-size: 15px;
  }
}

@-webkit-keyframes shadowInfo {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.button-banner {
  position: absolute;
  z-index: 1;
  right: 50px;
  bottom: 30px;
}

.icon-banner-guardianes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 55%;
}
@media only screen and (max-width: 992px) {
  .icon-banner-guardianes {
    height: 32%;
  }
}
.icon-banner-guardianes img {
  height: 100%;
}

.plans-content .intro-section {
  height: calc(100vh - 260px - 15vh);
  background-color: #F3F3F3;
}
@media only screen and (max-width: 576px) {
  .plans-content .intro-section {
    height: calc(100vh - 260px - 60px);
  }
}
.plans-content .intro-section.intro-prenecesidad {
  height: auto;
  padding: 55px 0 48px;
}
.plans-content .intro-section p {
  width: 60%;
  font-size: 20px;
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 130%;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .plans-content .intro-section p {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .plans-content .intro-section p {
    font-size: 18px;
  }
}
.plans-content .services-section {
  background-color: #4B525B;
  text-align: center;
  padding: 3em;
}
.plans-content .services-section .services-card-w-1 {
  width: 11%;
  margin: 20px 6%;
}
.plans-content .services-section .services-card-w-2 {
  width: 13%;
  margin: 20px 5%;
}
.plans-content .services-section .services-card-w-3 {
  width: 17%;
  margin: 20px 4%;
}
@media only screen and (max-width: 992px) {
  .plans-content .services-section .services-card-w-1, .plans-content .services-section .services-card-w-2, .plans-content .services-section .services-card-w-3 {
    width: 200px;
    margin: 20px 4%;
  }
}
@media only screen and (max-width: 576px) {
  .plans-content .services-section .services-card-w-1, .plans-content .services-section .services-card-w-2, .plans-content .services-section .services-card-w-3 {
    width: 150px;
    margin: 20px 2%;
  }
}
.plans-content .services-section h2 {
  font-size: 35px;
  color: white;
  font-weight: 600;
}
.plans-content .services-section img.cover {
  max-height: 52px;
}
.plans-content .plans-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.plans-content .plans-section .button-next {
  position: absolute;
  right: 5%;
  top: 60px;
}
.plans-content .plans-section .btn-border {
  color: #4A4A4A;
  border: 1px solid gray;
}
.plans-content .plans-section .btn-border:hover {
  color: white;
  background-color: #4A4A4A;
  border: 1px solid gray;
}
.plans-content .plans-section .plans-list {
  width: 105%;
  padding-right: 10%;
}
.plans-content .plans-section .plans-list .plan-item {
  padding: 15px 10px;
  font-size: 15px;
  text-decoration: none;
  outline: none;
  line-height: 110%;
  text-align: center;
  color: #2F2F2F;
  background: #F7F7F7;
  border: 1px solid #9B9B9B;
  box-sizing: border-box;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  cursor: pointer;
  transition: background 500ms, color 500ms;
}
@media only screen and (max-width: 576px) {
  .plans-content .plans-section .plans-list .plan-item {
    padding: 12px 10px;
    font-size: 13px;
  }
}
.plans-content .plans-section .plans-list .plan-item-p2 {
  padding: 5px 15px;
}
.plans-content .plans-section .plans-list .plan-active {
  background: #2690A6;
  color: white;
  border: 1px solid #2690A6;
}
.plans-content .plans-section .plans-list .plan-item:hover {
  background: #2690A6;
  color: white;
}
.plans-content .plans-section .plans-list .plan-item.plan-emp:hover {
  background: transparent;
  color: #2690A6;
  border-color: #2690A6;
}
.plans-content .plans-section .plans-list .plan-item.plan-emp:hover h5 {
  color: #2690A6;
}
.plans-content .plan-info {
  display: none;
  animation: 200ms shadowInfo;
}
.plans-content .plan-info .card-info {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .plans-content .plan-info .card-info {
    width: 70%;
  }
}
@media only screen and (max-width: 576px) {
  .plans-content .plan-info .card-info {
    width: 80%;
  }
}
.plans-content .plan-info .card-info h6, .plans-content .plan-info .card-info p {
  font-size: 15px;
  color: #898989;
  font-family: "Work Sans", sans-serif;
}

#carouselStore {
  margin-top: 15vh;
  height: 60vh;
}
@media only screen and (max-width: 576px) {
  #carouselStore {
    margin-top: 60px;
  }
}
#carouselStore .carousel-inner {
  height: 100%;
}
#carouselStore .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
  width: 100%;
}
#carouselStore .carousel-inner .carousel-item .logo-slide {
  width: 200px;
  height: 100px;
  position: absolute;
  z-index: 2;
  bottom: -3%;
  right: 0;
}
#carouselStore .carousel-inner .carousel-item .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 40%;
}
@media only screen and (max-width: 992px) {
  #carouselStore .carousel-inner .carousel-item .content {
    width: 70%;
  }
}
#carouselStore .carousel-inner .carousel-item .content h1 {
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 576px) {
  #carouselStore .carousel-inner .carousel-item .content {
    font-size: 42px;
  }
}
#carouselStore .carousel-inner .carousel-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#carouselStore .carousel-inner .carousel-item .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(235.73deg, rgba(0, 0, 0, 0.0001) 3.59%, rgba(0, 0, 0, 0.581409) 89.67%);
}
#carouselStore .carousel-indicators [data-bs-target] {
  border: none;
  height: 10px;
  width: 10px;
  margin: 0px 5px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid white;
  position: relative;
  opacity: 1;
}
#carouselStore .carousel-indicators [data-bs-target] .border-indicators {
  position: absolute;
  border: 1px solid #fff;
  height: 180%;
  width: 180%;
  top: -40%;
  left: -41%;
  border-radius: 100%;
  opacity: 0;
}
#carouselStore .carousel-indicators .active {
  background-color: #00376F;
}
#carouselStore .carousel-indicators .active .border-indicators {
  opacity: 1;
}

.store-content .plans-category .card-plan-category {
  width: 22%;
  margin: 20px 1%;
  height: 350px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .store-content .plans-category .card-plan-category {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .store-content .plans-category .card-plan-category {
    width: 40%;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .store-content .plans-category .card-plan-category {
    height: 250px;
  }
}
.store-content .plans-category .card-plan-category img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.store-content .plans-category .card-plan-category .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(-135deg, rgba(0, 0, 0, 0.3) 0%, rgba(174, 174, 174, 0.3) 100%);
}
.store-content .plans-category .card-plan-category .content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 15%;
  justify-content: flex;
  align-items: center;
  justify-content: center;
}
.store-content .plans-category .card-plan-category .content .btn {
  position: absolute;
  bottom: 40px;
}
.store-content .plans-category .card-plan-category .content h3 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  text-shadow: 0px 3.44614px 3.44614px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .store-content .plans-category .card-plan-category .content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .store-content .plans-category .card-plan-category .content h3 {
    font-size: 24px;
  }
}
.store-content .bouquets {
  padding-bottom: 80px;
  position: relative;
}
.store-content .bouquets .footer-div {
  background: #F2F2F2;
  height: 250px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.store-content .bouquets .bouquet-card {
  width: 29%;
  margin: 20px 1%;
  text-align: center;
  background: #FFFFFF;
  padding-bottom: 5px;
  transition: filter 300ms;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .store-content .bouquets .bouquet-card {
    width: 40%;
  }
}
.store-content .bouquets .bouquet-card img {
  width: 100%;
}
.store-content .bouquets .bouquet-card:hover {
  filter: drop-shadow(0px 4.15259px 19.7248px rgba(0, 0, 0, 0.12));
}
.store-content .bouquets .bouquet-card:hover .top .overlay {
  background: rgba(0, 0, 0, 0.32);
}
.store-content .bouquets .bouquet-card:hover .top .action {
  opacity: 1;
}
.store-content .bouquets .bouquet-card .top {
  position: relative;
  padding: 20px 20px 0;
}
.store-content .bouquets .bouquet-card .top .overlay {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: background 300ms;
}
.store-content .bouquets .bouquet-card .top .action {
  opacity: 0;
  background: rgba(29, 29, 29, 0.5);
  display: flex;
  padding: 6px 10px;
  color: white;
  border-radius: 15px;
  position: absolute;
  bottom: 10%;
  transition: opacity 300ms;
  align-items: center;
}
.store-content .bouquets .bouquet-card .top .action img {
  height: 20px;
  width: 29px;
}
.store-content .bouquets .bouquet-card .top .product {
  width: 88%;
  margin-left: 6%;
  margin-top: 15px;
}
.store-content .bouquets .bouquet-card .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 3px;
}

body #plan-full h6,
body #plan-full p.text-uppercase {
  font-family: "Montserrat", sans-serif;
}

.planes-empres {
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.planes-empres img {
  height: 50px;
  margin: 0 auto 15px;
  opacity: 0.7;
}
.planes-empres h5 {
  font-size: 14px;
  font-weight: 700;
}

.card-prenecesidad {
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 19px;
  height: 390px;
  margin: 0 0 35px;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.05);
}
.card-prenecesidad:hover {
  background: rgba(0, 0, 0, 0.2);
}
.card-prenecesidad img {
  width: 100%;
  max-height: 156px !important;
  height: 156px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 0 13px;
}
.card-prenecesidad h4 {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.card-prenecesidad p {
  font-size: 14px;
  margin: 0;
}

.carrusel-planes .swiper-pagination {
  position: relative;
  bottom: auto;
}
.carrusel-planes .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.carrusel-planes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00376F;
}

.footer .bottom {
  background: #EAEAEA;
  width: 100%;
  padding: 10px 0px;
}
@media only screen and (max-width: 576px) {
  .footer .bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .bottom a {
  color: #4A4A4A;
}
.footer .bottom a:hover span {
  text-decoration: underline;
}
.footer .bottom span {
  color: #3F7D40;
}
.footer .bottom p {
  margin: 0px;
  font-size: 13px;
}
@media only screen and (max-width: 576px) {
  .footer .bottom p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .footer .bottom .redes {
    margin-top: 20px;
  }
}
.footer .bottom .redes img {
  padding: 0px 10px;
}
.footer .bottom .redes a:nth-child(3) {
  border-left: 1px solid gray;
  padding-left: 20px;
  margin-left: 10px;
}
.footer .content {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding-right: 5%;
}
.footer .content .footer-divider {
  border-right: 1px solid #979797;
  margin: 30px 0px;
  width: 1px;
}
@media only screen and (max-width: 576px) {
  .footer .content .footer-divider {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .footer .content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    padding-bottom: 18px;
    display: block;
  }
}
.footer .content .logo-content {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5%;
}
@media only screen and (max-width: 576px) {
  .footer .content .logo-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.footer .content .logo-content .logo {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer .content .logo-content .logo {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .footer .content .logo-content .logo {
    width: auto;
    margin: 22px auto;
    height: 58px;
  }
}
.footer .content .section {
  padding: 40px 20px;
}
@media only screen and (max-width: 576px) {
  .footer .content .section {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .footer .content .section.col-footer {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 576px) {
  .footer .content .section.col-certi {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .content .section.col-certi::after, .footer .content .section.col-certi::before {
    clear: both;
    content: "";
    display: block;
  }
  .footer .content .section.col-certi h5 {
    display: none;
  }
  .footer .content .section.col-certi img {
    margin: 8px auto 0;
    height: 84px;
    display: block;
  }
}
.footer .content .section h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .footer .content .section h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .footer .content .section h5 {
    font-size: 20.2px;
  }
}
.footer .content .section ul {
  padding: 0;
  margin: 0;
  display: block;
}
.footer .content .section ul li {
  display: block;
  list-style: none;
}
.footer .content .section ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #4A4A4A;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer .content .section ul li a:hover {
  padding: 0 0 0 3px;
  color: #00376F;
}
@media only screen and (max-width: 576px) {
  .footer .content .section ul li a:hover {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer .content .section ul li a {
    font-size: 14px;
  }
}

.input-text,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  box-shadow: none;
}

.form-global {
  display: flex;
  flex-direction: column;
}
.form-global label {
  color: white;
  font-size: 13px;
  line-height: 110%;
  opacity: 0.7;
}
.form-global label.error {
  opacity: 1;
  color: #ff5959;
  font-size: 11px;
  padding: 4px 0 0;
}
.form-global label a {
  color: white;
  opacity: 1;
  text-decoration: underline;
}
.form-global input,
.form-global select,
.form-global textarea {
  background-color: transparen;
  fill: none;
  color: white;
  height: 34px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  border-bottom: 1px solid #BAC2CB;
}
.form-global input:focus,
.form-global select:focus,
.form-global textarea:focus {
  background: transparent;
}
.form-global select option {
  color: #51565E;
}
.form-global textarea {
  height: 130px;
  border: 1px solid #BAC2CB;
  border-radius: 5px;
}
.form-global input[type=number]::-webkit-inner-spin-button,
.form-global input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@-webkit-keyframes shadowPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(2, 51, 110, 0.85);
  }
  70% {
    -webkit-box-shadow: 0 0 0 13px rgba(2, 51, 110, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(2, 51, 110, 0);
  }
}

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