/* Sizes */
/* Colors: */
/* Colors: */
/* Font/text values */
@font-face {
  font-family: "Adobe Clean";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/adobe-clean-cufonfonts/AdobeCleanLight.otf") format("opentype");
}
@font-face {
  font-family: "Adobe Clean";
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/adobe-clean-cufonfonts/AdobeCleanRegular.otf") format("opentype");
}
@font-face {
  font-family: "Adobe Clean";
  font-display: swap;
  font-weight: bold;
  src: url("../fonts/adobe-clean-cufonfonts/AdobeCleanBold.otf") format("opentype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-display: swap;
  font-weight: normal;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-display: swap;
  font-weight: bold;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-display: swap;
  font-style: italic;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Roboto/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: normal;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: medium;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: italic;
  src: url("../fonts/Roboto/Roboto-Italic.ttf");
}
header {
  z-index: 10;
  position: sticky;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.88);
}
header ul, header ol {
  padding: 0;
  margin: 0;
}
header .svg-logo {
  width: 250px;
  height: 17px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  header .svg-logo {
    height: 20px;
  }
}
@media (min-width: 1400px) {
  header .svg-logo {
    height: 24px;
  }
}
header .svg-logo #Trazado_415 {
  fill: #030E2F;
}
header #desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  header #desktop-header {
    padding-right: 0px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  header #desktop-header {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  header #desktop-header {
    max-width: 1516px;
    height: 90px;
  }
}
header #desktop-header .header-logo img {
  height: 20px;
}
@media (min-width: 1400px) {
  header #desktop-header .header-logo img {
    height: 24px;
  }
}
header .header-contact {
  margin-right: 0.25em;
  font: normal normal normal 14px/17px "Roboto Condensed";
  color: #000008;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 15px;
  width: 90px;
  height: 24px;
}
header .header-contact:hover {
  color: #C79528;
  border-color: #C79528;
}
@media (min-width: 1700px) {
  header .header-contact {
    width: 110px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
header .wrapper_logo img {
  width: 280px;
  height: 75px;
}
header .desktop_menu {
  height: 75px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
header .desktop_menu .search-icon {
  margin-right: 33px;
  margin-left: 4px;
  cursor: pointer;
  height: 20px;
}
@media (min-width: 1700px) {
  header .desktop_menu .search-icon {
    height: 24px;
  }
}
header .desktop_menu .active_list a {
  opacity: 0.5;
}
header .desktop_menu ul > li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
header .desktop_menu ul > li.menu-contact {
  display: none;
}
@media (min-width: 1200px) {
  header .desktop_menu ul > li {
    margin-right: 30px;
  }
}
header .desktop_menu ul > li a {
  font: normal normal normal 14px/17px "Roboto Condensed";
  letter-spacing: 0.36px;
  color: #050E2F;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  header .desktop_menu ul > li a {
    font-size: 18px;
    line-height: 20px;
  }
}
header .desktop_menu ul > li a:hover {
  text-decoration: none;
  color: #C79528;
}

#desktop-header,
#mobile-header {
  display: flex;
}

header#mobile-header {
  background-color: rgba(255, 255, 255, 0.88);
  display: flex;
  justify-content: center;
  padding: 10px 4px;
}
@media (min-width: 768px) {
  header#mobile-header {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 60px;
    justify-content: space-between;
  }
}
header#mobile-header .mobile-header-search, header#mobile-header .mobile-header-menu {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
}
@media (min-width: 768px) {
  header#mobile-header .mobile-header-search, header#mobile-header .mobile-header-menu {
    margin-right: 0.5em;
    bottom: unset;
    position: relative;
    background-color: transparent;
  }
}
header#mobile-header .mobile-header-search {
  right: 70px;
}
@media (min-width: 768px) {
  header#mobile-header .mobile-header-search {
    right: unset;
  }
}
header#mobile-header .mobile-header-menu {
  right: 20px;
}
@media (min-width: 768px) {
  header#mobile-header .mobile-header-menu {
    right: unset;
  }
}

.lang-select {
  position: relative;
  height: 21px;
  width: 100px;
}
@media (max-width: 1200px) {
  .lang-select {
    margin-bottom: 1.5em;
  }
}
.lang-select .lang-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 31px;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -12px;
  left: 0;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12px;
  background: transparent;
}
.lang-select .lang-container a {
  font: normal normal normal 16px/24px "Roboto Condensed";
  color: #000714;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (min-width: 1700px) {
  .lang-select .lang-container a {
    font-size: 18px;
  }
}
.lang-select .lang-container a i {
  transition: all 0.3s ease-out;
  margin-left: 8px;
}
.lang-select .lang-container a.active {
  order: 0;
}
.lang-select .lang-container a:not(.active) {
  order: 1;
  border-top: 1px solid #050E2F;
}
.lang-select .lang-container.active {
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  max-height: 150px;
}
.lang-select .lang-container.active a i {
  transform: rotateZ(180deg);
}

#mobile-menu {
  z-index: 10;
  position: absolute;
  right: 30px;
  top: 60px;
}
@media (min-width: 768px) {
  #mobile-menu {
    top: 64px;
  }
}
#mobile-menu .mobile-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 37px;
  background: #EAEADF;
  border-radius: 0 0 10px 10px;
}
#mobile-menu .mobile-menu-container .mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#mobile-menu .mobile-menu-container .lang-select .lang-container {
  z-index: 1;
  max-height: 28px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 12px;
}
#mobile-menu .mobile-menu-container .lang-select .lang-container.active {
  max-height: 150px;
}
#mobile-menu .mobile-menu-container .lang-select .lang-container a {
  padding: 3px 0;
  white-space: nowrap;
  z-index: 1;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto Condensed";
  letter-spacing: 0.7pt;
  color: #000008;
}
#mobile-menu .mobile-menu-container ul {
  margin-top: 14px;
  list-style: none;
  padding-left: 0;
}
#mobile-menu .mobile-menu-container ul li {
  width: 135px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(165, 165, 143, 0.5019607843);
  border-radius: 3px 3px 0 0;
  margin-bottom: 20px;
  position: relative;
}
#mobile-menu .mobile-menu-container ul li::before {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background-color: rgba(165, 165, 143, 0.5019607843);
}
#mobile-menu .mobile-menu-container ul li a {
  font-family: "Roboto Condensed";
  color: #000008;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.7pt;
}
#mobile-menu .bottom-flap, #mobile-menu main.single .header.vertical-header .header-flap, main.single .header.vertical-header #mobile-menu .header-flap {
  background-color: #A5A58F;
  width: 75px;
  height: 10px;
}

#lead-popup .container {
  max-width: 788px;
}

.lead-header {
  font: normal normal 300 14px/20px Roboto;
  color: #000008;
  text-align: center;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .lead-header {
    font-size: 24px;
    line-height: 30px;
  }
}

.lead-flap {
  margin: auto;
  max-width: 225px;
}
@media (min-width: 768px) {
  .lead-flap {
    margin-left: 0;
  }
}
.lead-flap div {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px;
  background-color: #D6D6BF;
  font: normal normal normal 14px/20px "Adobe Clean";
  letter-spacing: 0.03px;
  color: #000008;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 768px) {
  .lead-flap div {
    border-radius: 0 15px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .lead-container {
    padding: 70px;
  }
}

.contact-form {
  margin-bottom: 3em;
  border: 1px solid #707070;
  border-radius: 15px 15px 15px 15px;
  padding: 60px 25px 25px 25px;
}
@media (min-width: 768px) {
  .contact-form {
    border-radius: 0px 15px 15px 15px;
  }
}
@media (min-width: 992px) {
  .contact-form {
    padding: 80px 80px 30px 80px;
  }
}
.contact-form .leadField {
  margin-bottom: 40px;
}
.contact-form .leadField label {
  display: block;
  font: normal normal 300 16px/18px "Adobe Clean";
  color: #424955;
  letter-spacing: 0.24px;
  margin-bottom: 0.5em;
}
.contact-form .leadField input {
  width: 100%;
  font: normal normal 300 16px/18px "Adobe Clean";
  color: #424955;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
}
.contact-form .cta {
  margin-right: -20px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  width: auto;
  float: right;
  margin-bottom: 0;
}
.contact-form .wpcf7-list-item-label {
  font-family: Roboto;
}
.contact-form .wpcf7-list-item {
  margin-left: 0;
}

.contact-phone {
  font: normal normal bold 24px/30px Roboto;
  letter-spacing: 0px;
  color: #000008;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-phone {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1700px) {
  .contact-phone {
    font-size: 49px;
    line-height: 60px;
  }
}

.contact-email {
  font: normal normal bold 18px/30px Roboto;
  letter-spacing: 0.01px;
  color: #000008;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contact-email {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1700px) {
  .contact-email {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 35px;
  }
}

#search-popup .popup-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

#hire-popup {
  display: flex;
  flex-direction: column;
}
#hire-popup .container {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
#hire-popup .popup-body {
  display: flex;
  align-items: center;
  margin-top: 25px;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #707070;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  #hire-popup .popup-body {
    min-height: 50%;
    max-height: 494px;
    margin: 25px;
    padding: 50px 40px;
  }
}
#hire-popup .svg-logo {
  width: 100%;
  margin-bottom: 28px;
}
#hire-popup .svg-logo #Trazado_415 {
  fill: #030E2F;
}
#hire-popup .popup-text {
  padding: 0;
  background: transparent;
}
#hire-popup .popup-text p, #hire-popup .popup-text h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 768px) {
  #hire-popup .popup-text p, #hire-popup .popup-text h5 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 1400px) {
  #hire-popup .popup-text p, #hire-popup .popup-text h5 {
    font-size: 24px;
    line-height: 33px;
  }
}
#hire-popup .popup-text div {
  font-size: 16px;
}
@media (min-width: 768px) {
  #hire-popup .popup-text div {
    font-size: 24px;
  }
}

footer {
  margin-top: 40px;
  padding-top: 60px;
  background: #F2F2EC;
  text-align: center;
}
@media (min-width: 992px) {
  footer {
    text-align: left;
  }
}
footer ul {
  padding: 0;
  margin: 0;
}
footer .imagotipo {
  position: absolute;
  bottom: 40px;
  right: 170px;
}
footer .imagotipo #ImagotipoME {
  fill: white;
}
footer .svg-logo {
  width: 270px;
  margin-bottom: 14px;
}
footer .svg-logo #Trazado_415 {
  fill: #030E2F;
}
footer h3 {
  color: #0C114B;
}
footer .footer-text-wrapper {
  max-width: 272px;
}
footer .footer-text {
  letter-spacing: 0.39px;
  color: #000008;
  margin-bottom: 30px;
  font: normal normal 300 14px/20px Roboto;
}
@media (min-width: 992px) {
  footer .cta .cta-contact {
    display: none;
  }
}
footer .socialCircle {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  cursor: pointer;
  border: 1px solid #3E3E3E;
}
@media (min-width: 768px) {
  footer .socialCircle {
    border: none;
  }
}
footer .socialCircle:not(:last-child) {
  margin-right: 1em;
}
footer .socialCircle img {
  width: 20px;
}
footer .footer-menu-1 {
  list-style: none;
  columns: 1;
}
footer .footer-menu-1 li {
  margin-bottom: 6px;
}
footer .footer-menu-1 li a, footer .footer-menu-1 li span {
  cursor: pointer;
  text-transform: uppercase;
  font: normal normal normal 14px/17px "Roboto Condensed";
  letter-spacing: 0px;
  color: #030E2F;
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  footer .footer-menu-1 li a, footer .footer-menu-1 li span {
    font-size: 16px;
    line-height: 18px;
  }
}
footer .fab {
  font-size: 1.3em;
  margin-right: 1em;
}
footer #footer-data {
  min-height: 83px;
  display: flex;
  align-items: center;
  padding: 1em;
  background: #030E2F;
}
@media (min-width: 992px) {
  footer #footer-data {
    padding: 0;
  }
}
footer #footer-data span {
  font: normal normal bold 14px/20px "Adobe Clean";
  letter-spacing: 1.28px;
}
footer #footer-data .container > * {
  width: 100%;
}
footer #footer-data .footer-menu-2 {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  footer #footer-data .footer-menu-2 {
    flex-direction: row;
  }
}
footer #footer-data .footer-menu-2 li a {
  font: normal normal normal 10px/30px "Roboto Condensed";
  color: #FFFFFF;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  footer #footer-data .footer-menu-2 li a {
    font: normal normal normal 14px/30px "Roboto Condensed";
    margin-right: 47px;
  }
}

* {
  font-family: "Adobe Clean";
}
@media (min-width: 1400px) {
  * {
    font-family: Roboto;
  }
}

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

main {
  flex-grow: 1;
}

a, a:hover {
  text-decoration: none;
  color: #000000;
}

@media (max-width: 576px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 628px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1252px;
  }
}

html {
  margin-top: 0 !important;
}

.me-shadow {
  -webkit-box-shadow: 0px 10px 27px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 27px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -14px rgba(0, 0, 0, 0.3);
}

.radial-shadow {
  -webkit-box-shadow: 0px 51px 138px -91px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 51px 138px -91px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 51px 138px -91px rgba(0, 0, 0, 0.5);
}

.text_aviso_legal {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text_aviso_legal h2,
.text_aviso_legal h3 {
  margin-bottom: 15px;
}

.heateor_sss_sharing_container {
  display: none;
}

p {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
}

@media (min-width: 1700px) {
  .d-xxxl-flex {
    display: flex !important;
  }
}

@media (min-width: 1700px) {
  .d-xxxl-block {
    display: block !important;
  }
}

@media (min-width: 1700px) {
  .d-xxxl-none {
    display: none !important;
  }
}

.white-nowrap {
  white-space: nowrap;
}

.navigation {
  margin-bottom: 55px;
}
.navigation ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
}
.navigation ul li {
  font: normal normal 300 22px/22px "Roboto Condensed";
  color: #424955;
  letter-spacing: 4.4px;
  padding-right: 0;
  padding-left: 0.15em;
  margin-right: 0.5em;
  text-align: center;
}
.navigation ul li.active {
  border-bottom: 5px solid #B7B7A5;
}

.search-form-wrapper .search-text {
  text-align: center;
  font: normal normal 300 18px/20px Roboto;
  letter-spacing: 0px;
  color: #000008;
}
@media (min-width: 1400px) {
  .search-form-wrapper .search-text {
    font-size: 24px;
    line-height: 24px;
  }
}
.search-form-wrapper .search-form {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  height: 45px;
  width: 100%;
  max-width: 881px;
}
@media (min-width: 992px) {
  .search-form-wrapper .search-form {
    height: 61px;
  }
}
@media (min-width: 1400px) {
  .search-form-wrapper .search-form {
    height: 71px;
    width: 881px;
  }
}
.search-form-wrapper .search-form .search-field {
  flex-grow: 1;
  background-color: white;
  border: 1px solid #757575;
  outline: none;
  padding: 8px 14px;
  border-radius: 25px 0 0 25px;
}
@media (min-width: 992px) {
  .search-form-wrapper .search-form .search-field {
    border-radius: 34px 0 0 34px;
    padding: 14px 25px;
  }
}
.search-form-wrapper .search-form .searchCircle {
  cursor: pointer;
  background: #C79528;
  border: none;
  padding-left: 12px;
  padding-right: 25px;
  border-radius: 0 25px 25px 0;
  width: 48px;
}
@media (min-width: 992px) {
  .search-form-wrapper .search-form .searchCircle {
    padding-left: 20px;
    width: 73px;
    border-radius: 0 34px 34px 0;
  }
}
.search-form-wrapper .search-form .searchCircle img {
  height: 16px;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .search-form-wrapper .search-form .searchCircle img {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .search-form-wrapper .search-form .searchCircle img {
    height: 27px;
  }
}

h2.title {
  font-size: 1.5em;
  color: #434854;
  margin-bottom: 2em;
}

.text-yellow {
  color: #D0B021;
}

.card.small-card {
  border: none;
}
.card.small-card .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 250px;
  object-fit: cover;
}
.card.small-card .card-body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #AFAFAF;
}

.section-flap {
  margin: auto;
  height: 40px;
  border-radius: 15px 15px 0px 0px;
  background: #030E2F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 226px;
  font: normal normal normal 14px/1 Roboto;
}
@media (min-width: 1400px) {
  .section-flap {
    height: 56px;
    font-size: 18px;
  }
}

.section-flap-border {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 8, 0.5019607843);
  margin-top: -1px;
  margin-bottom: 20px;
}

.top-flap {
  margin: auto;
  width: 150px;
  height: 23px;
  background: #030E2F;
  border-radius: 10px 10px 0 0;
}

.bottom-flap, main.single .header.vertical-header .header-flap {
  margin: auto;
  width: 150px;
  background: #030E2F;
  border-radius: 0px 0px 10px 10px;
  height: 15px;
}
@media (min-width: 992px) {
  .bottom-flap, main.single .header.vertical-header .header-flap {
    height: 23px;
  }
}

.read-more {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
  background: #C79528 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.3s ease-out;
  outline: 0px solid white;
  color: #FDFBF8;
}
@media (min-width: 1200px) {
  .read-more {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .read-more {
    height: 46px;
    width: 46px;
  }
}
.read-more:hover {
  box-shadow: none;
  outline: none;
  background-color: #946E1E;
  height: 28px;
  width: 28px;
}
@media (min-width: 1200px) {
  .read-more:hover {
    height: 38px;
    width: 38px;
  }
}
@media (min-width: 1400px) {
  .read-more:hover {
    height: 44px;
    width: 44px;
  }
}
.read-more span {
  color: white;
  font-size: 33px;
  margin-top: -8px;
  font-weight: 100;
  font-family: "Adobe Clean";
}
@media (min-width: 1200px) {
  .read-more span {
    margin-top: -9px;
    font-size: 40px;
  }
}

.read-more-line {
  border-bottom: 1px solid rgba(0, 0, 8, 0.5019607843);
  width: 100%;
  height: 0;
}
.read-more-line .read-more {
  margin-right: 30px;
  transform: translateY(-50%);
}

.cta {
  transition: all 0.3s ease-out;
  cursor: pointer;
  background: #C79528;
  padding: 12px 35px;
  border-radius: 30px;
  border: none;
  outline: none;
  font: normal normal normal 14px/1 Roboto;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  box-shadow: 0px 11px 19px -6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .cta {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .cta {
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.cta:hover {
  box-shadow: none;
  outline: none;
  background-color: #946E1E;
}

.uppercase {
  text-transform: uppercase;
}

.popup-close {
  cursor: pointer;
}

.popup {
  overflow: auto;
  background-color: white;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .popup {
    padding-top: 64px;
  }
}
@media (min-width: 1400px) {
  .popup {
    padding-top: 84px;
  }
}
.popup .popup-header {
  display: none;
  justify-content: end;
}
@media (min-width: 1200px) {
  .popup .popup-header {
    display: flex;
    padding: 30px 60px;
  }
}
.popup .wpcf7-response-output {
  background-color: white;
  border-radius: 4px;
}
.popup .imagotipo {
  z-index: -1;
  position: absolute;
  bottom: 10%;
  right: 250px;
}

.carousel {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 8, 0.5019607843);
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .carousel {
    margin-bottom: 50px;
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .carousel {
    padding-bottom: 32px;
  }
}
.carousel .top-flap {
  height: 15px;
}
.carousel .row {
  flex-wrap: nowrap;
  overflow: hidden;
}
.carousel .row .col-4, .carousel .row .col-12 {
  transform: translateX(0);
  display: flex;
}
.carousel .row .col-4 {
  transition: all 2s ease-in-out;
}
.carousel .row .col-12 {
  transition: all 0.5s ease-in-out;
}
.carousel .carousel-image img {
  min-width: 100%;
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 15px;
}
.carousel .carousel-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #A5A58F;
}
.carousel .carousel-dot:not(.active) {
  cursor: pointer;
}
.carousel .carousel-dot:not(:last-child) {
  margin-right: 10px;
}
.carousel .carousel-dot.active {
  background: #A5A58F;
}
@media (min-width: 1400px) {
  .carousel .carousel-dot {
    width: 20px;
    height: 20px;
  }
}
.carousel .left-chevron.disabled, .carousel .right-chevron.disabled {
  opacity: 0.5;
}

@media (min-width: 1700px) {
  .mb-xxxl-4 {
    margin-bottom: 2em !important;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1700px) {
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1700px) {
  .col-xxl-4, .col-xxxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1700px) {
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.post-card .item-date {
  background-color: #A5A58F;
}

.blog-card .item-date {
  background-color: rgba(146, 103, 0, 0.9019607843);
}

.canal-tv-card .item-date {
  background-color: #96565A;
}

.blog-card .item-card-header, .post-card .item-card-header {
  height: 78px;
  display: flex;
}
.blog-card .item-content, .post-card .item-content {
  background: rgba(214, 214, 191, 0.3019607843);
  height: 290px;
}

.post-card, .blog-card, .canal-tv-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0px 15px 0px 15px;
  margin-bottom: 20px;
  max-width: 287px;
}
.post-card .item-card-header .item-date, .blog-card .item-card-header .item-date, .canal-tv-card .item-card-header .item-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 100%;
}
.post-card .item-card-header .item-date .item-date-day, .blog-card .item-card-header .item-date .item-date-day, .canal-tv-card .item-card-header .item-date .item-date-day {
  font: normal normal bold 50px/50px "Adobe Clean";
  letter-spacing: 0.01px;
  color: #FFFFFF;
}
.post-card .item-card-header .item-date .item-date-month-year, .blog-card .item-card-header .item-date .item-date-month-year, .canal-tv-card .item-card-header .item-date .item-date-month-year {
  font: normal normal normal 14px/16px "Adobe Clean";
  letter-spacing: 0px;
  color: #FFFFFF;
}
.post-card .item-card-header .item-img, .blog-card .item-card-header .item-img, .canal-tv-card .item-card-header .item-img {
  object-fit: cover;
  border-top-right-radius: 15px;
  height: 100%;
  flex-grow: 1;
}
.post-card .item-content, .blog-card .item-content, .canal-tv-card .item-content {
  border: 1px solid rgba(0, 0, 8, 0.5019607843);
  border-top: none;
  border-radius: 0px 0px 0px 15px;
  padding: 60px 25px 25px 25px;
}
.post-card .item-content .item-source, .blog-card .item-content .item-source, .canal-tv-card .item-content .item-source {
  font: normal normal normal 16px/18px "Adobe Clean";
  color: #000008;
  margin-bottom: 8px;
}
.post-card .item-content .item-title, .blog-card .item-content .item-title, .canal-tv-card .item-content .item-title {
  font: normal normal bold 24px/27px "Adobe Clean";
  letter-spacing: 0px;
  color: #000008;
  max-height: 162px;
  overflow: hidden;
}

.canal-tv-card .item-card-header {
  position: relative;
}
.canal-tv-card .item-card-header .item-date {
  z-index: 1;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
}
.canal-tv-card .item-card-header .reproductor {
  pointer-events: none;
}
.canal-tv-card .item-card-header .reproductor .imagen-previa {
  border-radius: 0 15px 0 0;
  height: 159px;
}
@media (min-width: 576px) {
  .canal-tv-card .item-card-header .reproductor .imagen-previa {
    height: 136px;
  }
}
@media (min-width: 1200px) {
  .canal-tv-card .item-card-header .reproductor .imagen-previa {
    height: 159px;
  }
}
.canal-tv-card .item-content {
  flex-grow: 1;
  padding-top: 18px;
}

.reproductor {
  cursor: pointer;
  position: relative;
}
.reproductor > div {
  position: relative;
}
.reproductor img {
  width: 100%;
  object-fit: cover;
}
.reproductor .youtube-play {
  height: 0;
  width: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 42px solid white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.reproductor .youtube-play:hover {
  opacity: 1;
}
.reproductor .imagen-previa {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .reproductor .imagen-previa {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .reproductor .imagen-previa {
    height: 223px;
  }
}

.archive-links {
  margin-bottom: 2em;
  padding-top: 23px;
  border-top: 1px solid rgba(0, 0, 8, 0.5019607843);
  margin-top: 1em;
}
@media (min-width: 992px) {
  .archive-links {
    margin-top: 2em;
  }
}
.archive-links .archive-link {
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 8, 0.5019607843);
}
.archive-links .archive-link a {
  transition: all 0.3s ease-out;
  margin: auto;
  display: block;
  color: white;
  background-color: #B7B7A5;
  font: normal normal normal 14px/1 "Adobe Clean";
  letter-spacing: 0.03px;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
  width: 270px;
}
.archive-links .archive-link a:hover {
  background-color: #A5A58F;
}
@media (min-width: 1400px) {
  .archive-links .archive-link a {
    font-size: 18px;
  }
}

main.single {
  position: relative;
}
main.single .section-flap,
main.single .bottom-flap,
main.single .header.vertical-header .header-flap,
main.single .top-flap {
  background-color: #A5A58F !important;
}
@media (max-width: 576px) {
  main.single .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  main.single .container {
    max-width: 624px;
  }
}
@media (min-width: 992px) {
  main.single .container {
    max-width: 939px;
  }
}
@media (min-width: 1400px) {
  main.single .container {
    max-width: 1263px;
  }
}
main.single .header.horizontal-header {
  position: relative;
  background: linear-gradient(180deg, #D6D6BF 180px, white 180px);
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  main.single .header.horizontal-header {
    background: #D6D6BF;
    height: 300px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  main.single .header.horizontal-header {
    margin-bottom: 90px;
  }
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header {
    height: 495px;
    margin-bottom: 146px;
  }
}
main.single .header.horizontal-header .container {
  position: relative;
  max-height: 100%;
}
main.single .header.horizontal-header .container .backlink {
  position: absolute;
  top: 143px;
  left: -45px;
}
main.single .header.horizontal-header .container .backlink img {
  height: 28px;
  object-fit: contain;
}
main.single .header.horizontal-header .container aside {
  position: relative;
  padding-top: 26px;
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header .container aside {
    padding-top: 140px;
  }
}
main.single .header.horizontal-header .container aside .bg-white {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.3;
  height: 100%;
  top: 0;
  left: -123px;
}
@media (min-width: 768px) {
  main.single .header.horizontal-header .container aside .bg-white {
    width: 418px;
  }
}
@media (min-width: 992px) {
  main.single .header.horizontal-header .container aside .bg-white {
    width: 515px;
  }
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header .container aside .bg-white {
    width: 640px;
  }
}
main.single .header.horizontal-header .container aside h1 {
  font: normal normal bold 16px/20px Roboto;
  letter-spacing: 0.01px;
  color: #000008;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  main.single .header.horizontal-header .container aside h1 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header .container aside h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }
}
main.single .header.horizontal-header .container aside .sidebar-email a {
  font: normal normal 300 22px/24px "Roboto Condensed";
  letter-spacing: 0.01px;
  color: #C79528;
}
main.single .header.horizontal-header .container aside .sidebar-address {
  display: block;
  font: normal normal 300 14px/17px Roboto;
  letter-spacing: 0.01px;
  color: #000008;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header .container aside .sidebar-address {
    font-size: 18px;
    line-height: 20px;
  }
}
main.single .header.horizontal-header .container aside .sidebar-address img {
  height: 30px;
  object-fit: contain;
  margin-right: 5px;
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header .container aside .sidebar-address img {
    margin-right: 12px;
  }
}
main.single .header.horizontal-header .container .thumbnail {
  object-fit: cover;
  width: 302px;
  height: 208px;
  margin: auto;
}
@media (min-width: 768px) {
  main.single .header.horizontal-header .container .thumbnail {
    flex-grow: 1;
    height: 300px;
  }
}
@media (min-width: 992px) {
  main.single .header.horizontal-header .container .thumbnail {
    width: 525px;
    height: 350px;
  }
}
@media (min-width: 1400px) {
  main.single .header.horizontal-header .container .thumbnail {
    flex-grow: unset;
    width: 850px;
    height: 589px;
  }
}
main.single .header.vertical-header {
  position: relative;
}
main.single .header.vertical-header .thumbnail {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 992px) {
  main.single .header.vertical-header .thumbnail {
    border-radius: 0;
    height: 300px;
  }
}
main.single .header.vertical-header h1 {
  font: normal normal bold 61px/70px "Adobe Clean";
  letter-spacing: 0.06px;
  color: #000008;
  margin-bottom: 24px;
}
main.single .header.vertical-header svg {
  position: absolute;
  color: black;
  font-size: 20px;
  top: 40px;
  left: 40px;
  cursor: pointer;
}
main.single .header.vertical-header .header-flap {
  height: 15px;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  main.single .header.vertical-header .header-flap {
    height: 23px;
    margin-bottom: 0;
    position: absolute;
    border-radius: 0 20px 0 0;
    width: 30%;
    left: 0;
    top: -23px;
  }
}
main.single .header.vertical-header .title-wrapper {
  background-color: transparent;
}
@media (min-width: 992px) {
  main.single .header.vertical-header .title-wrapper {
    padding: 30px 0;
    background-color: #F6F6F6;
    padding: 25px;
  }
}
main.single aside {
  width: 100%;
}
@media (min-width: 768px) {
  main.single aside {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  main.single aside {
    width: 316px;
    min-width: 316px;
  }
}
main.single aside .section-flap {
  height: 43px;
  width: 226px;
}
@media (min-width: 768px) {
  main.single aside .section-flap {
    width: 253px;
  }
}
main.single aside .area-card {
  display: block;
  font: normal normal 300 14px/18px "Roboto Condensed";
  letter-spacing: 0.01px;
  color: #000008;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 8, 0.5019607843);
}
@media (min-width: 1400px) {
  main.single aside .area-card {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  main.single .related-posts {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  main.single .related-posts .section-flap {
    width: 334px;
  }
}
main.single .related-posts .row {
  margin-left: -10px;
  margin-right: -10px;
}
main.single .related-posts .row > * {
  display: flex;
}
main.single .related-posts .row .col-xxl-4, main.single .related-posts .row .col-md-6, main.single .related-posts .row .col-12 {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1400px) {
  main.single .related-posts .related-content .col-md-6:nth-child(3) {
    display: none;
  }
}
main.single .related-posts .related-content .row {
  justify-content: center;
}
main.single .single-content {
  font-size: 16px;
  line-height: 18px;
  font-family: "Adobe Clean";
  letter-spacing: 0.01px;
  color: #000008;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  main.single .single-content {
    margin-bottom: 0;
  }
}
main.single .single-content * {
  color: #000008;
  font-family: Roboto;
}
main.single .single-content b {
  font-weight: bold;
}
main.single .single-content p {
  letter-spacing: 0.01px;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  main.single .single-content p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  main.single .single-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
main.single .single-content h2 {
  font: normal normal bold 20px/24px "Adobe Clean";
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  main.single .single-content h2 {
    margin-bottom: 20px;
    font: normal normal bold 45px/36px "Adobe Clean";
  }
}
main.single .single-content ul,
main.single .single-content ol {
  padding: 0;
  margin-bottom: 1em;
  margin-left: 1em;
}
@media (min-width: 992px) {
  main.single .single-content ul,
  main.single .single-content ol {
    margin-left: 1.5em;
  }
}
main.single .single-content ul li,
main.single .single-content ol li {
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  main.single .single-content ul li,
  main.single .single-content ol li {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  main.single .single-content ul li,
  main.single .single-content ol li {
    font-size: 18px;
    line-height: 22px;
  }
}
main.single .abogado-card {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main.single .abogado-card .abogado-img {
  object-fit: cover;
  border-radius: 50%;
  margin-right: 11px;
  width: 52px;
  height: 52px;
  min-width: 52px;
}
@media (min-width: 992px) {
  main.single .abogado-card .abogado-img {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1400px) {
  main.single .abogado-card .abogado-img {
    min-width: 56px;
    width: 56px;
    height: 56px;
  }
}
main.single .abogado-card .abogado-info .abogado-name {
  font: normal normal bold 14px/16px Roboto;
  color: #000008;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  main.single .abogado-card .abogado-info .abogado-name {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  main.single .abogado-card .abogado-info .abogado-name {
    font-size: 20px;
    line-height: 22px;
  }
}
main.single .abogado-card .abogado-info .abogado-role {
  text-transform: uppercase;
  font: normal normal 300 9px/11px "Roboto Condensed";
  color: #424955;
}
@media (min-width: 992px) {
  main.single .abogado-card .abogado-info .abogado-role {
    font-size: 12px;
    line-height: 14px;
  }
}
main.single .social-media .socialCircle {
  margin-bottom: 47px;
}
main.single .social-media .socialCircle:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 1400px) {
  main.single .social-media .socialCircle:not(:last-child) {
    margin-right: 1em;
  }
}
main.single .social-media .socialCircle img {
  height: 30px;
}
@media (min-width: 1400px) {
  main.single .social-media .socialCircle img {
    height: 47px;
  }
}

@media (min-width: 768px) {
  #single-abogado aside {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #single-abogado aside {
    width: auto;
  }
}
@media (min-width: 1400px) {
  #single-abogado aside {
    min-width: 402px;
    padding-right: 106px;
  }
}
@media (min-width: 768px) {
  #single-abogado aside .backlink {
    top: 25px;
  }
}
@media (min-width: 1400px) {
  #single-abogado aside .backlink {
    top: 143px;
  }
}
#single-abogado aside .abogado-role {
  font: normal normal 300 14px/16px Roboto;
  letter-spacing: 0.01px;
  color: #000008;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  #single-abogado aside .abogado-role {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
}
#single-abogado aside .abogado-email {
  margin-bottom: 11px;
}
#single-abogado aside .abogado-email a {
  font: normal normal 300 16px/18px "Roboto Condensed";
  letter-spacing: 0.01px;
  color: #C79528;
}
@media (min-width: 1400px) {
  #single-abogado aside .abogado-email a {
    font-size: 22px;
    line-height: 24px;
  }
}
#single-abogado aside .abogado-vcard {
  font: normal normal 300 14px/17px Roboto;
  letter-spacing: 0.01px;
  color: #000008;
}
#single-abogado aside .abogado-vcard img {
  font-size: 18px;
  line-height: 20px;
  margin-right: 5px;
  height: 24px;
  object-fit: contain;
}
#single-abogado aside .social-media {
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 8, 0.5019607843);
}
@media (min-width: 1400px) {
  #single-abogado aside .social-media {
    border-top: none;
    margin-top: 48px;
  }
}
#single-abogado aside .section-flap-border {
  margin-bottom: 0;
}
#single-abogado aside .section-flap {
  width: 215px;
}
#single-abogado .single-content h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  #single-abogado .single-content h5 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  #single-abogado .single-content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #single-abogado .single-content {
    width: auto;
  }
}

/*# sourceMappingURL=single-abogados.css.map */
