/*!
Theme Name: Webcom WP
Author: webcom
Version: 1.3
*/
:root {
  --h1-font-size: 2.5rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.5rem;
}
@media (max-width: 640px) {
  :root {
    --h1-font-size: 2rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.2rem;
  }
}

:root {
  --z-index-back: -10;
  --z-index-normal: 1;
  --z-index-tolltip: 10;
  --z-index-fixed: 100;
  --z-index-modal: 1000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
  color: #374A69;
  font-size: 13px;
  font-weight: 500;
  cursor: default;
}

a {
  cursor: pointer;
}
a * {
  cursor: pointer;
}

p {
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Montserrat";
  font-weight: 500;
  color: #374A69;
  line-height: initial;
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

body {
  background-color: #fff;
  font-size: 13px;
  font-family: "Montserrat";
  color: #374A69;
}

li {
  list-style-position: inside;
  margin-left: 1rem;
  line-height: 1.6rem;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  border: none;
}
table td {
  border-style: solid;
  border-width: 1px;
  padding: 1rem;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #656565 !important;
  font-weight: normal;
}
table th {
  border-style: solid;
  border-width: 1px;
  border-color: #656565 !important;
  background-color: #e20a0a;
  color: #fff;
  height: 4rem;
  font-weight: normal;
}
table .td_titulo {
  font-weight: bold;
}
table .td_valor {
  background-color: #a7ffa7;
}

blockquote {
  margin: 1rem 0 1rem 0;
  padding-left: 1rem;
  line-height: 22px;
  font-style: italic;
  display: inline-block;
  border-left-style: solid;
  border-color: #656565;
  font-family: "Montserrat";
}
blockquote p {
  font-size: 1.2rem;
  margin: 1rem 0rem 1rem 0rem;
  font-family: "Montserrat";
}

p {
  margin: 0rem 0rem 1rem 0rem;
}

ul, ol {
  margin: 0 0 1rem 1rem;
}

ol > li::marker {
  font-weight: 600;
}

li {
  line-height: 1.6rem;
  list-style-position: outside;
}

.separador-05 {
  height: 0.5rem;
  width: 100%;
}

.separador-1 {
  height: 1rem;
  width: 100%;
}

.separador-2 {
  height: 2rem;
  width: 100%;
}

.separador-3 {
  height: 3rem;
  width: 100%;
}

.linea-aux {
  height: 2px;
  background-color: #AFA47D;
  width: 30%;
  margin-top: 1.5rem;
}

.wp-block-file a {
  border: none;
  cursor: pointer;
  background-image: url("./images/svg/file-download-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.3rem 0rem 0.3rem 2rem;
}

.content_grid {
  display: grid;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}

.content_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.wp-block-button {
  margin: 0;
}

.wp-block-button__link {
  background-color: #b30016;
  font-family: "Montserrat";
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5;
  border-style: none;
  border-radius: 3px;
  border-width: 0px;
  border-color: none;
  margin: 1rem 0rem 1rem 0rem;
  padding: 0.8rem 2rem 0.8rem 2rem;
  border-radius: 3px;
  width: max-content;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  background-color: #d9001b;
}
.wp-block-button__link:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.uagb-section__wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.wp-block-uagb-columns, .uagb-column__inner-wrap {
  padding: 0 !important;
  margin: 0 !important;
  z-index: 0 !important;
}

.section-bg {
  width: 100%;
  display: flex;
  align-items: center;
}
.section-bg .uagb-section__inner-wrap {
  z-index: 0;
  width: 100%;
}

.container {
  width: 90%;
  max-width: 1050px !important;
  min-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-tb-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-tb-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-tb-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.page_content {
  width: 100%;
  padding: 3rem 0 3rem 0;
}
@media (max-width: 640px) {
  .page_content {
    padding: 1.5rem 0 1.5rem 0;
  }
}

.icono-wrap {
  height: 1rem;
  width: 2rem;
  float: left;
  margin-left: 1rem;
}

.icono {
  fill: #fff;
}

.content_page .icono {
  fill: #AFA47D;
}

p:has(> svg.icono) {
  height: 50px;
  background-color: aqua;
  display: flex;
  align-items: center;
}

.btn-lateral {
  width: 100%;
}

.btn-lateral a {
  width: 100%;
  font-size: 1.2rem;
  margin: 0rem 0rem 1rem 0rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 900px) {
  .onlysmart {
    display: none;
  }
}
.gris {
  background-color: #eaeaea;
}

.dorado {
  background-color: #d0cab3;
}

@media (max-width: 700px) {
  .uag-hide-mob {
    display: none;
  }
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-0 {
  padding-top: 0rem;
}

.wp-block-card {
  box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

.padding1 {
  padding: 1rem;
}

.mb0 {
  margin-bottom: 0;
}

.wp-block-cover, .wp-block-cover-image {
  min-height: 1px;
}

.footer-card .menu li a {
  text-decoration: none;
}

.youtubewc div iframe {
  width: 100%;
  height: 500px;
}

.justify-end {
  justify-content: end;
  justify-items: end;
  justify-self: end;
}

.redes-iconos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.redes-iconos a svg {
  fill: #fff;
  margin: 0rem 0rem 0rem 0.6rem !important;
  transition: all 0.2s;
}
.redes-iconos a svg:hover {
  fill: #b30016;
}

.redes-texto {
  margin-top: 1rem;
}
.redes-texto p {
  margin: 0;
}

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

.wp-block-cover {
  margin-left: calc(50% - 50vw - 9px);
  margin-right: calc(50% - 50vw - 9px);
  max-width: 100vw;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 0;
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 445px) {
  .wp-block-cover {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.wp-block-cover .wp-block-group {
  width: 90%;
  margin: auto;
}

.wp-block-columns {
  margin-bottom: 0;
}

.portaretrato figure img {
  border: 1px solid #ddd;
  border-radius: 4px !important;
  padding: 5px;
  background-color: #f1f1f1;
}

.wp-block-image {
  margin: 0 0 1rem;
}
.wp-block-image figure {
  margin: 0 !important;
}

div[class^=wp-container] {
  gap: 2;
}
@media (max-width: 860px) {
  div[class^=wp-container] {
    gap: 0;
  }
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: #374A69;
}

header {
  background-color: #001444;
  width: 100%;
  z-index: var(--z-index-fixed);
  position: relative;
  box-shadow: none;
  border-bottom-style: none;
  border-color: transparent;
  border-width: 1px;
}
header .content_flex {
  padding-top: 0;
  padding-bottom: 0;
}

.header_top {
  display: none;
  height: 0px;
  width: 100%;
  align-items: center;
  background-color: #AFA47D;
  font-family: "Montserrat";
  color: #fff;
}
.header_top span {
  font-family: "Montserrat";
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.02rem;
}

.header_top-left .contact-card {
  margin-right: 2rem;
}

.header_top-right {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-items: center;
}
.header_top-right .icono-wrap {
  display: grid;
  height: fit-content;
  width: fit-content;
  margin-left: 0rem;
}
.header_top-right .icono-wrap .icono {
  font-size: 2rem;
  margin: 0rem 0.3rem 0rem 0.3rem;
  color: #fff;
  transition: all 0.3s;
  height: 1rem;
  width: auto;
}
.header_top-right .icono-wrap .icono:hover {
  fill: #b30016;
}

.contact-card {
  grid-template-areas: "c_icono c_text";
  width: fit-content;
  justify-items: start;
}
.contact-card .icono-wrap {
  display: grid;
  height: fit-content;
  width: fit-content;
  margin-left: 0rem;
}
.contact-card .icono-wrap .icono {
  font-size: 2rem;
  margin: 0rem 0.3rem 0rem 0.3rem;
  color: #fff;
  height: 1rem;
  width: auto;
}

.header_top-whatsapp-movil {
  display: none;
}

.header {
  align-items: center;
  height: 90px;
  margin: 0rem auto 0rem auto !important;
}

.page_header_cover {
  background: #f1f1f1;
  height: 100%;
}
.page_header_cover h1 {
  color: #b30016;
}

.page_header {
  height: 100px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: var(--z-index-normal);
}
.page_header .container {
  padding: 0rem;
  margin: auto !important;
}
.page_header .container h1 {
  margin: 0;
  padding: 0;
}

.header__logo {
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.header__logo img {
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}
.header__logo span {
  font-family: "Montserrat";
  color: #AFA47D;
}

.logo-title {
  display: none;
  height: fit-content;
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #AFA47D;
  margin-left: 0.6rem;
  cursor: pointer;
}

.header__logo_min {
  display: none;
}

@media (max-width: 1000px) {
  .logo-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .header_top-right i {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  .logo-title {
    display: none;
  }

  .header_top-whatsapp-movil {
    display: block;
  }

  .header_top-whatsapp {
    display: none;
  }
}
@media (max-width: 570px) {
  .contact-card-variable {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 450px) {
  .header_top-right i {
    font-size: 1.3rem;
    padding: 0rem 0.3rem 0rem 0.3rem;
  }
}
@media (max-width: 370px) {
  .header__logo img {
    height: 25px;
  }
}
.menu_header {
  margin: 0rem auto 0rem auto !important;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.menu_header a {
  cursor: pointer;
}
.menu_header a span {
  cursor: pointer;
  font-family: "Montserrat";
  color: #fff;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
}
.menu_header .navmenu {
  height: 100%;
  width: 100%;
}
.menu_header .w--current {
  background: transparent !important;
  border-bottom-style: solid;
  border-color: #942627;
}
.menu_header .current-menu-parent > a {
  background: transparent !important;
  color: #fff !important;
}
.menu_header .menu {
  height: 100%;
  position: relative;
  margin-left: 0rem;
  /* Flexbox */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: var(--z-index-fixed);
}
.menu_header .menu li {
  margin-left: 0;
  height: 100%;
  flex: auto;
  list-style: none;
  position: relative;
}
.menu_header .menu li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.7rem 1.1rem 0.7rem 1.1rem;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}
.menu_header .menu li > a span {
  transition: all 0.3s;
  width: 100%;
  font-weight: 400;
}
.menu_header .menu li a {
  transition: all 0.3s;
}
.menu_header .menu li a:hover {
  background: rgba(0, 0, 0, 0.2784313725) !important;
}
.menu_header .menu li a span:hover {
  color: #fff !important;
  border-color: #fff;
}
.menu_header .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  width: max-content;
  min-width: 100%;
  margin-top: 0.1rem;
  border-radius: 2px;
  font-family: "Montserrat";
  margin-left: 0;
  box-shadow: -6px 6px 5px -4px rgba(0, 0, 0, 0.4);
  list-style: none;
  background-color: #942627;
  position: absolute;
}
.menu_header .sub-menu .sub-menu {
  min-width: fit-content;
}
.menu_header .sub-menu .w--current {
  background: #6b1b1c !important;
}
.menu_header .sub-menu li a {
  display: flex;
  padding: 0.7rem 1rem 0.7rem 1rem;
  color: #fff;
  text-decoration: none;
  text-align: -webkit-match-parent;
  white-space: nowrap;
  border-bottom: solid 1px #942627;
}
.menu_header .sub-menu li .top-level-arrow {
  transform: rotate(-90deg);
  margin-right: 0rem;
}
.menu_header .sub-menu .fas, .menu_header .sub-menu .fab, .menu_header .sub-menu .far {
  margin-right: 0.6rem;
}
.menu_header .menu .menu-item-has-children .sub-menu li ul {
  left: 100%;
  top: 0px;
}
.menu_header .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.menu_header .arrow {
  margin-left: 0.6rem;
  color: #fff;
}

.menu_bg {
  display: flex;
  width: 100%;
  background-color: transparent;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  color: #374A69;
  float: left;
}

#breadcrumbs li {
  float: left;
  text-transform: lowercase;
  color: #374A69;
  cursor: pointer;
}
#breadcrumbs li a {
  color: #374A69;
  cursor: pointer;
}

#breadcrumbs .separator {
  color: #374A69;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#breadcrumbs .separator_category {
  margin: 0;
}

.current_page_item, .current-lang {
  background: transparent !important;
}

.lang-item a {
  padding: 0.7rem 0.2rem 0.7rem 0.2rem !important;
}

.menu_btn-bar {
  width: 2.2rem;
  height: 1.6rem;
  /* background: linear-gradient(
                              #000 20%, transparent 20%,
                              transparent 40%, #000 40%,
                              #000 60%, transparent 60%,
                              transparent 80%, #000 80%);*/
  grid-area: menusd;
  display: none;
}
@media (max-width: 1024px) {
  .menu_btn-bar {
    display: block;
  }
}
.menu_btn-bar .fas {
  font-size: 1.6rem;
}

.button-show {
  visibility: visible !important;
  opacity: 1 !important;
}

.back-top {
  width: 52px;
  height: 52px;
  border-radius: 3px;
  position: fixed;
  bottom: 242px;
  right: 30px;
  z-index: var(--z-index-fixed);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #001444;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-top span {
  color: #fff;
}

.back-top:hover {
  background-color: #00206c;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.back-top:hover * {
  cursor: pointer;
}
.back-top:hover span {
  color: #fff;
}

@media (max-width: 1024px) {
  .menu .menu-item-has-children .sub-menu li ul {
    left: 0px !important;
    top: 0px;
  }

  .navmenu {
    display: none;
  }

  .menu li:last-child a {
    border-bottom: none !important;
  }

  .menu_header {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #001444;
    top: 90px;
  }
  .menu_header .content {
    width: 100%;
  }
  .menu_header .menu {
    margin: 1rem;
    height: fit-content;
    background-color: #001444;
    display: block;
  }
  .menu_header .menu li {
    width: 100%;
    margin: 0;
  }
  .menu_header .menu li a {
    text-align: left;
    background: #001444;
    border-bottom: 1px solid #001f68;
    width: 100%;
    color: #fff;
    border-radius: 0px;
  }
  .menu_header .menu li:hover {
    background-color: inherit;
  }
  .menu_header .menu .w--current span {
    color: #fff !important;
  }
  .menu_header .menu .current-menu-item {
    background-color: #942627 !important;
  }
  .menu_header .sub-menu {
    display: none;
    background-color: #001444;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    box-shadow: none;
    transition: all 0.3s;
  }
  .menu_header .sub-menu li a {
    text-align: left;
    background: #001444;
    width: auto;
  }
  .menu_header .sub-menu li a .top-level-arrow {
    transform: rotate(0deg);
  }
  .menu_header .sub-menu li a {
    padding-left: 2.3rem;
  }
  .menu_header .sub-menu li ul li a {
    padding-left: 4rem;
  }
  .menu_header .sub-menu li ul li ul li a {
    padding-left: 6rem;
  }
}
.button {
  width: 8rem;
  height: 7rem;
  /* background-color: red; */
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}

.button::before,
.button::after {
  content: "";
  display: block;
}

.button::before,
.button::after,
.line {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: black;
  border-radius: 6px;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}

.button::before {
  top: 0;
}

.line {
  top: 50%;
  transform: translatey(-50%);
  opacity: 1;
  transition: opacity 0.3s;
}

.button::after {
  bottom: 0;
}

.button.active {
  /* transform: rotate(90deg); */
}

.button.active .line {
  opacity: 0;
}

.button.active::before {
  top: 50%;
  transform: translatey(-50%) rotate(-45deg);
}

.button.active::after {
  bottom: 50%;
  transform: translatey(50%) rotate(45deg);
}

.raw-menu {
  display: grid;
  grid-template-columns: max-content min-content;
}

.buttonh {
  width: 2rem;
  height: 1.7rem;
  /* background-color: red; */
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}

.buttonh::before,
.buttonh::after {
  content: "";
  display: block;
}

.buttonh::before,
.buttonh::after,
.line {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}

.buttonh::before {
  top: 0;
}

.line {
  top: 50%;
  transform: translatey(-50%);
  opacity: 1;
  transition: opacity 0.3s;
}

.buttonh::after {
  bottom: 0;
}

.buttonh.active {
  /* transform: rotate(90deg); */
}

.buttonh.active .line {
  opacity: 0;
}

.buttonh.active::before {
  top: 50%;
  transform: translatey(-50%) rotate(-45deg);
}

.buttonh.active::after {
  bottom: 50%;
  transform: translatey(50%) rotate(45deg);
}

.menuarrow {
  height: 0.8rem;
  width: 0.8rem;
  margin-left: 0.5rem;
  background-image: url(./images/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.menuarrow-up {
  transform: rotate(180deg);
}

.page_content_sidebar {
  display: grid;
  grid-template-columns: 70% 30%;
}
@media (max-width: 640px) {
  .page_content_sidebar {
    grid-template-columns: 1fr;
  }
}

.content_sidebar {
  margin: 0 0 0 2rem;
  padding: 0 0 0 1rem;
  border-left: solid 1px #f1f1f1;
  box-shadow: none;
}
@media (max-width: 640px) {
  .content_sidebar {
    margin: 2rem 0 1rem 0;
    padding: 0;
    border-left: none;
    box-shadow: none;
  }
}
.content_sidebar a {
  text-decoration: none;
}
.content_sidebar h3, .content_sidebar h4, .content_sidebar h5 {
  color: #b30016;
  font-weight: 600;
}
.content_sidebar figure {
  display: flex;
  justify-content: center;
}

/*
.sidebar_page {
    flex-basis: auto !important;

    border-left-style: $sidebar-border-style;
    border-left-color: $sidebar-border-color;
    border-left-width: 1px;
    padding-left: 2rem;
    box-shadow: $sidebar-shadow;
}

.sidebar_page_date {
  color: $sidebar-boulet-color;
  font-family: $font;
  text-transform: capitalize;
  margin: 0rem 0rem 2rem 0rem;
}

.sidebar_page .widget {
    margin: 0rem 0rem 2rem 0rem;
    a {
      cursor: pointer;
      color: $sidebar-p-font-color;
      &:visited {color: $sidebar-p-font-color;}
    }

    li {
      list-style: initial;
      color: $sidebar-boulet-color;}

    ul {margin-left: 1.3rem;}
    h3 {margin: 0rem 0rem 0rem 0rem;}
}

.separator-left {
  background-color: $sidebar-separador-color;
  height: 1px;
  margin: 0.8rem 0rem 1rem 0rem;
}

.sidebar_page_img {
  margin-bottom: 1rem;

  img {
    border: $service-tarjeta-image-border;
    box-shadow: $service-tarjeta-image-box-shadow;
    //filter: $service-tarjeta-image-filter;
    height: $service-tarjeta-image-height;
    width: auto;
    border-radius: $service-tarjeta-image-border-radius;}
}

.sidebar_page_excerpt {
  margin-bottom: 2rem;
  p {font-size: 0.9rem;}
}

.sidebar_page {
  width: 22%;
  @include bp(medium){width: 100%;}
}
*/
.content-grid-3r {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 640px) {
  .content-grid-3r {
    grid-template-columns: 1fr;
  }
}

.content-grid-2r {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 640px) {
  .content-grid-2r {
    grid-template-columns: 1fr;
  }
}

.blog-card-dest {
  grid-template-rows: min-content min-content auto min-content;
  background-color: #fff;
  border: solid 1px #f1f1f1;
  box-shadow: -1px 1px 3px 1px rgb(225, 225, 225);
  padding: 0 0 1rem 0;
  border-radius: 3px;
  gap: 0;
  align-items: start;
  transition: all 0.3s;
  height: 100%;
}
.blog-card-dest:hover {
  box-shadow: -3px 3px 7px 3px rgb(225, 225, 225);
}
.blog-card-dest .blog-card-image {
  overflow: hidden;
  width: 100%;
}
.blog-card-dest .blog-card-image img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: none;
  transition: all 0.3s;
}
.blog-card-dest .blog-card-image img:hover {
  transform: scale(1.05);
}
.blog-card-dest a {
  text-decoration: none;
}
.blog-card-dest .blog-card-title {
  width: 100%;
  padding: 1rem 1rem 0 1rem;
}
.blog-card-dest .blog-card-title a {
  width: 100%;
  border-bottom: solid 1px #f1f1f1;
  display: inline-block;
  padding-bottom: 10px;
}
.blog-card-dest .blog-card-title a:hover {
  text-decoration: none;
}
.blog-card-dest .blog-card-title h3 {
  padding: 0;
  font-weight: 600;
}
.blog-card-dest .blog-card-desc {
  width: 100%;
  padding: 1rem 1rem 0 1rem;
}
.blog-card-dest .blog-card-desc p {
  margin: 0;
}
.blog-card-dest .blog-card-read-more {
  padding: 1rem 1rem 0 1rem;
  width: 100%;
  display: grid;
  justify-items: right;
}
.blog-card-dest .blog-card-read-more a {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 1rem;
  color: #fff;
  background-color: #b30016;
  border-radius: 3px;
  margin-top: 6px;
  padding: 0.8rem;
  transition: all 0.3s;
}
.blog-card-dest .blog-card-read-more a:hover {
  background-color: #d9001b;
}

/*



.blog-card {
  grid-template-areas:
    "b_imagen"
    "b_title"
    "b_linea"
    "b_desc";
  grid-template-columns: 100%;
  grid-template-rows: 200px min-content 5px 138px;
  align-items: flex-start;

  margin: 1rem 0 1rem 0;
  padding: 0;
  justify-items: left;

  width: $post-tarjeta-width;
  @include bp(960px) {
    width: 45%;
  }
  @include bp(630px) { 
    width: 100%;
  }

  background-color: $post-tarjeta-bg-color;

  border-style: $post-tarjeta-boder;
  border-color: $post-tarjeta-boder-color;
  border-width: 1px;
  border-radius: 3px;

  box-shadow: $post-tarjeta-shadow;

  transition: 0.3s;
  &:hover {
    transform: scale(1.03);
  }

  .blog-card__image {
    grid-area: b_imagen;
    height: 200px;
    width: fill-available;
    background-size: cover;

    cursor: pointer;
  }

  a {
    width: 100%;
  }

  .blog-card__title {
    grid-area: b_title;
    text-align: left;
    padding: 1.3rem 1.3rem 1.3rem 1.3rem;
    margin: 0;
    font-family: $post-tarjeta-h-font;
    color: $post-tarjeta-h-font-color;
    font-size: $post-tarjeta-h-font-size;
    font-weight: 400;

    cursor: pointer;
  }

  .blog-sub-title {
    grid-area: b_title;
    text-align: center;
    margin: 0;
    padding: 0rem 1rem 1rem 1rem;

    font-family: $post-tarjeta-h-font;
    color: $post-tarjeta-h-font-color;

    font-style: italic;
    font-weight: 100;
    font-size: 1.2rem;
    cursor: pointer;
  }

  .blog-linea {
    grid-area: b_linea;
    margin-left: 1.3rem;
    margin-bottom: 0;
    margin-top: 0;
  }

  .blog-card__desc {
    grid-area: b_desc;
    align-self: start;
    text-align: left;

    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;

    padding: 1.3rem 1.3rem 1.3rem 1.3rem;
    font-family: $post-tarjeta-p-font;
    color: $post-tarjeta-p-font-color;

    cursor: pointer;
    p {
      cursor: pointer;
    }
  }
}

.content_grid_flex {
  grid-template-columns: 1fr 1fr;
}

.blog-col-text {
  align-items: start;
  justify-items: start;
  width: 100%;
  gap: 1rem;
}

.content_grid_dest {
  grid-template-columns: 1fr;
  gap: 3rem;
}

.blog-content {
  margin-right: 3rem;
  @include bp(xmedium) {
    margin-right: 0;
  }
}



.blog-card-read-more {
  text-decoration: none;
  padding: 0.8rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #afa47d;
  color: #fff;
  border-radius: 3px;
  margin-top: 6px;
}

.blog-card-dest2 {
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  align-items: start;

  .blog-card__title {
    padding: 0;
    font-size: 1.25rem;
  }

  .blog-card__image {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 3px;
  }

  a {
    text-decoration: none;
  }
}

.gris { 
  .blog-card-dest2 {
    background-color: #FFF;
    height: 100%;
    padding: 1rem;
    border-radius: 3PX;
    box-shadow: -2px 2px 5px 2px rgb(0 0 0 / 10%);
  }

}

.hr-blog {
  height: 1px;
  background-color: #afa47d;
  border: none;
  margin: 3rem 0 3rem 0;
}

.blog-card-min {
  grid-template-columns: 50px auto;
  grid-gap: 1rem;
  align-items: start;
  justify-content: left;
  justify-items: left;
  padding-bottom: 0.5rem;
  width: 100%;

  .blog-card-image-content {
    width: 100%;
    height: 38px;
  }

  .blog-card__image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 2px;
  }

  .blog-card__title {
    padding: 0;
  }

  .blog-card-sub-title {
    grid-column: span 2;
    margin: -0.5rem 0 0 0;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.1rem;
    display: inline-block;
    color: #afa47d;
  }
  a {
    text-decoration: none;
  }
}

.category_desc {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.bloc-more {
  @include bp(960px) {
    width: 80%;
  }
  @include bp(630px) {
    width: 80%;
  }
}

*/
footer {
  width: 100%;
  background-color: rgba(0, 20, 68, 0.88);
  font-family: "Montserrat";
  color: #fff;
  background-image: url("./images/imgfooter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  overflow: hidden;
  letter-spacing: 0.02rem;
}
footer .background-color {
  background-color: rgba(0, 20, 68, 0.88);
  display: grid;
}
footer h3 {
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: 0.02rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
footer span, footer p, footer li, footer a {
  color: #fff;
  font-size: 0.9rem;
}
footer a {
  line-height: 1.7rem;
}

.site-footer > .content_grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  justify-items: left;
  align-items: start;
}

.footer-col1 div img {
  margin-bottom: 1rem;
}

.footer-col1 {
  width: 60%;
  margin: 1rem 0 1rem 0;
}

.footer-col2 {
  width: 40%;
  margin: 1rem 0 1rem 0;
}

.footer-title {
  grid-area: f_title;
  display: flex;
  width: 100%;
  height: 24px;
}
.footer-title h3 {
  margin: 0px;
  display: contents;
  white-space: nowrap;
}

.linea-aux {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.6rem;
  width: -webkit-fill-available;
  width: fill-available;
  height: 1px;
  background-color: #AFA47D;
}

.footer-card {
  background-color: transparent;
  grid-template-columns: 1fr;
  justify-items: left;
  align-items: start;
  margin-top: 1rem;
  width: 47%;
  height: 100%;
  font-family: "Montserrat";
}
.footer-card .footer-subtitle {
  width: 100%;
}
.footer-card .menu li {
  text-transform: uppercase;
  list-style-position: outside;
  list-style-type: disc;
  line-height: 1.7rem;
  color: #AFA47D;
}
.footer-card .menu li a {
  color: #fff;
  cursor: pointer;
  text-transform: none;
}

.footer-card-s {
  width: 38%;
}

.footer-card-l {
  width: 60%;
}

.bg-content-copyright {
  background-color: "Trasparent";
  color: #4f679f;
  padding-top: 0px;
  padding-bottom: 0.4rem;
  height: auto;
  border: none;
  border-width: 0px 0px 0px 0px;
}

.footer__copyright {
  margin: 0rem auto 0rem auto !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-width: 0px 0px 0px 0px;
}
.footer__copyright span {
  color: #4f679f;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
}
.footer__copyright a {
  cursor: pointer;
}
.footer__copyright a span {
  cursor: pointer;
}

.widget-footer {
  width: 100%;
}

@media (max-width: 950px) {
  .footer-card-s, .footer-card-l {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 630px) {
  .footer-card {
    width: 100%;
    height: auto;
  }

  .footer__copyright span {
    font-size: 0.8rem;
  }

  .footer-mailchimp form .mc4wp-form-fields {
    grid-template-columns: auto !important;
  }
}
@media (max-width: 570px) {
  .footer-col1, .footer-col2 {
    width: 100%;
  }

  footer .footer-col2 {
    justify-content: center;
  }
  footer .footer-col2 .redes {
    justify-items: center;
  }
  footer .footer-col2 .redes-texto {
    justify-items: center;
  }
}
@media (max-width: 400px) {
  .footer__copyright span {
    font-size: 0.7rem;
  }
}
.wpcf7 {
  display: flex;
  justify-content: center;
}
.wpcf7 p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1rem 1rem 1rem;
}

.wpcf7-form {
  width: 100%;
  z-index: var(--z-index-normal);
}
.wpcf7-form input:-internal-autofill-selected {
  -webkit-text-fill-color: #374A69 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.wpcf7-form textarea {
  width: 100%;
  height: 90px;
}
.wpcf7-form input {
  width: 100%;
}
.wpcf7-form input[type=checkbox] {
  width: auto;
}
.wpcf7-form input, .wpcf7-form textarea {
  padding: 2px;
  margin: 0px 5px 20px 5px;
  color: #374A69;
  padding: 1rem;
  line-height: 1.5;
  border: 1px solid #c7c7c7;
  box-shadow: none;
  background: #f9f9f9;
  transition: all 0.3s ease-in-out 0.2s;
  border-radius: 3px;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #acacac;
}
.wpcf7-form input p, .wpcf7-form textarea p {
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .wpcf7-submit {
  background-color: #b30016;
  font-family: "Montserrat";
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  border-style: none;
  border-radius: 3px;
  border-width: 0px;
  border-color: none;
  margin: 1rem 0rem 1rem 0rem;
  padding: 0.8rem 2rem 0.8rem 2rem;
  border-radius: 3px;
  width: fit-content;
  float: right;
  cursor: pointer;
  transition: all 0.3s;
}
.wpcf7-form .wpcf7-submit:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #d9001b;
}

.documento input {
  width: 150px;
}

.captcha .wpcf7-quiz-label {
  color: #656565;
}
.captcha input {
  width: 100px;
}

.contact {
  width: max-content;
  font-family: "Montserrat";
  color: #374A69;
}
.contact div {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  margin-bottom: 1rem;
}
.contact div span {
  font-family: "Montserrat";
  font-size: 1.2rem;
}
.contact div i {
  color: #374A69;
  font-size: 1.2rem;
}
.contact div a i {
  color: #374A69;
  font-size: 1.8rem;
}
.contact .in_line_social_name {
  display: flex;
  cursor: pointer;
}
.contact .in_line_social_name span {
  cursor: pointer;
  color: #374A69;
  margin-left: 0.5rem;
}
.contact .in_line_social_name a {
  border-style: solid;
  border-width: 1px;
  padding: 6px;
  border-color: #374A69;
  border-radius: 3px;
  margin-right: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: center;
}
.contact .in_line_social_name a i {
  margin: 0;
}

.page_content_contact {
  width: 80%;
  margin: auto;
  align-items: start;
  justify-items: left;
  grid-template-areas: "contact_content content_form" "contact content_form";
  grid-template-columns: 1fr 1fr;
}
.page_content_contact p, .page_content_contact h3, .page_content_contact .wp-block-spacer {
  width: 100%;
}

.contact_content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: contact_content;
  margin-bottom: 1rem;
}

.content_form {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: content_form;
  width: 100%;
  margin-bottom: 1rem;
}

.contact {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: contact;
  margin-bottom: 1rem;
}

.wpcf7-mail-sent-ok {
  border: none;
  color: #AFA47D;
  text-align: center;
  border: 1px solid #8fe46a;
  width: fit-content;
  margin: 1rem;
  padding: 1rem;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
  border: 1px solid #ff0000 !important;
  width: fit-content !important;
}

.wpcf7-spam-blocked {
  border: 1px solid #ffa500 !important;
  width: fit-content !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 1px solid #f7e700 !important;
  width: fit-content !important;
}

.campos-requeridos {
  color: red;
  font-style: italic;
}
.campos-requeridos .asterisco {
  color: red;
  font-style: italic;
}

@media (max-width: 630px) {
  .wpcf7 p {
    margin-left: 0px;
  }

  .page_content_contact {
    width: 100%;
    grid-template-areas: "contact_content" "contact" "content_form";
    grid-template-columns: 1fr;
  }

  .contact div {
    grid-template-columns: 2rem 1fr;
    margin-bottom: 1rem;
  }
  .contact div span {
    font-size: 1rem;
  }
  .contact div i {
    font-size: 1rem;
  }
  .contact div a i {
    font-size: 1.2rem;
  }

  .contact_content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .content_form {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .contact {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.wp-block-gallery {
  margin-left: 0 !important;
}
.wp-block-gallery .blocks-gallery-item figure {
  background-color: black;
}
.wp-block-gallery .blocks-gallery-item img {
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.32) 0 1px 6px;
  transition: all 0.3s;
}
.wp-block-gallery .blocks-gallery-item img:hover {
  cursor: pointer;
  opacity: 0.5;
  background: blue;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.search-card {
  grid-template-areas: "s_title" "s_search";
  grid-template-rows: auto min-content;
  width: 100%;
  align-items: flex-start;
  margin: 1rem 0 1rem 0;
  padding: 0;
  justify-items: left;
  background-color: #fff;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
  box-shadow: -1px 1px 3px 1px rgb(225, 225, 225);
  padding: 1.3rem 1.3rem 1.3rem 1.3rem;
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination_desc {
  color: #656565;
  background: none !important;
  padding-left: 0 !important;
}

.pagination_nav {
  border-radius: 3px;
  width: 120px;
  font-family: "Montserrat";
  color: #656565;
  border: 1px solid #656565;
  font-size: 0.8rem;
}

.pagination_current, .pagination_inactive {
  border-radius: 3px;
  width: 3rem;
  height: 3rem;
  font-family: "Montserrat";
  color: #fff;
  background: #656565;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 5px 5px 5px 0;
  padding: 1rem 1rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  transition: all 0.3s;
}

.pagination a:hover {
  background: #888888;
  color: #fff;
}

.pagination .pagination_current {
  padding: 1rem 1rem 1rem;
  background: #888888;
}

.search-form {
  display: grid;
  grid-template-columns: auto 4rem;
}
.search-form .search-field {
  font-family: "Montserrat";
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.6rem;
  font-size: 1rem;
  border: 1px solid #656565;
}
.search-form .search-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0.5rem;
  background-color: #b30016;
  border: none;
  font-size: 0.8rem;
  color: #fff;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form .search-button:hover {
  cursor: pointer;
}
.search-form .search-button svg path {
  fill: #fff;
}