a.btn-contact {
  border-radius: 10px;
  border: 2px solid #539391;
  color: #3e3e3d;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 12px;
}
.compartir_redes span {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.compartir_redes span a {
  background: #549591;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #549591;
  margin: 5px;
}
.compartir_redes span a:hover {
  background: #fff;
  color: #549591;
}
.tooltip--content .tooltip {
  display: none;
}
@media all and (min-width: 1200px) {
  .tooltip--content:hover .tooltip {
    display: block;
    -webkit-animation: fade-in 0.3s linear 1, move-up-tooltip 0.3s linear 1;
    -moz-animation: fade-in 0.3s linear 1, move-up-tooltip 0.3s linear 1;
    -ms-animation: fade-in 0.3s linear 1, move-up-tooltip 0.3s linear 1;
  }
  .tooltip--content .tooltip {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    bottom: 46px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    font-family: 'Helvetica', sans-serif;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 10px;
    position: absolute;
    width: 200px;
    z-index: 500;
  }
  .tooltip--content .tooltip:before {
    border-top: 7px solid rgba(0, 0, 0, 0.85);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
  }
}
.transparencia {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000040;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.transparencia.active {
  opacity: 1;
  visibility: visible;
}
.pop-up-form {
  position: fixed;
  z-index: 20000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 768px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  -webkit-box-shadow: 5px 5px 14px 2px rgba(63, 62, 62, 0.8);
  box-shadow: 5px 5px 14px 2px rgba(63, 62, 62, 0.8);
}
.pop-up-form.active {
  opacity: 1;
  visibility: visible;
}
.pop-up-form .pop-up-form--content .franja {
  background: linear-gradient(90deg, #079693 0%, #85be53 100%);
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pop-up-form .pop-up-form--content .franja p {
  flex-basis: calc((100% - 30px - 10px));
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.pop-up-form .pop-up-form--content .franja .close {
  position: relative;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}
.pop-up-form .pop-up-form--content .franja .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  border-radius: 1px;
  width: 20px;
  background-color: #ffffff;
}
.pop-up-form .pop-up-form--content .franja .close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-up-form .pop-up-form--content .franja .close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pop-up-form .pop-up-form--content form {
  overflow: auto;
  max-height: calc((100vh - 140px));
  padding: 20px;
  background-color: #f5f4f5;
}
@media all and (min-width: 992px) {
  .pop-up-form .pop-up-form--content form {
    padding: 20px 60px 60px;
  }
}
.pop-up-form .pop-up-form--content form .form--content {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.pop-up-form .pop-up-form--content form .form--content:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .pop-up-form .pop-up-form--content form .form--content.last {
    flex-direction: row;
    justify-content: flex-end;
  }
  .pop-up-form .pop-up-form--content form .form--content.last .acceptance-mod {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.pop-up-form .pop-up-form--content form .form--content label {
  text-transform: uppercase;
  color: #539391;
  margin-bottom: 8px;
  font-weight: bold;
}
.pop-up-form .pop-up-form--content form .form--content input[type="text"],
.pop-up-form .pop-up-form--content form .form--content textarea {
  border: 1px solid #3e3e3d !important;
  color: #3e3e3d !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
}
.pop-up-form .pop-up-form--content form .form--content input[type="text"]:focus,
.pop-up-form .pop-up-form--content form .form--content textarea:focus {
  outline: none;
}
.pop-up-form .pop-up-form--content form .form--content input[type="submit"] {
  background: linear-gradient(90deg, #079693 0%, #85be53 100%);
  color: #ffffff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  border: none;
  width: initial !important;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance_mod {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media all and (min-width: 992px) {
  .pop-up-form .pop-up-form--content form .form--content .acceptance_mod {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.pop-up-form .pop-up-form--content form .form--content .acceptance_mod input {
  margin-right: 12px;
  width: initial !important;
  cursor: pointer;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance_mod label {
  cursor: pointer;
  margin-bottom: 0;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance {
  margin-bottom: 16px;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance input {
  width: 0 !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance label {
  position: relative;
  padding-left: 24px;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #3e3e3d;
}
.pop-up-form .pop-up-form--content form .form--content .acceptance label::before {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #3e3e3d;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.pop-up-form .pop-up-form--content form .form--content .submit {
  display: flex;
  justify-content: flex-start;
}
@-webkit-keyframes move-up-tooltip {
  from {
    bottom: 30px;
  }
  to {
    bottom: 46px;
  }
}
@-moz-keyframes move-up-tooltip {
  from {
    bottom: 30px;
  }
  to {
    bottom: 46px;
  }
}
@-ms-keyframes move-up-tooltip {
  from {
    bottom: 30px;
  }
  to {
    bottom: 46px;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-up {
  from {
    bottom: 40px;
  }
  to {
    bottom: 62px;
  }
}
@-moz-keyframes move-up {
  from {
    bottom: 40px;
  }
  to {
    bottom: 62px;
  }
}
@-ms-keyframes move-up {
  from {
    bottom: 40px;
  }
  to {
    bottom: 62px;
  }
}
header.header {
  background-color: #D7D8D8;
}
header.header .header--content {
  padding: 0 5vw;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 1360px) {
  header.header .header--content {
    padding: 0;
  }
}
header.header .header--content ul.languages {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header.header .header--content ul.languages li:nth-last-of-type(1) {
  margin-left: 4px;
}
header.header .header--content ul.languages li a {
  color: #3E3E3D;
  opacity: .4;
}
header.header .header--content ul.languages li a.active {
  opacity: 1;
  font-weight: bold;
  color: #539391;
}
@media all and (min-width: 1200px) {
  header.header .header--content ul.languages li a {
    position: relative;
  }
  header.header .header--content ul.languages li a.active::after {
    opacity: 1;
    background-color: #539391;
  }
  header.header .header--content ul.languages li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0%;
    transition: .3s ease;
    background-color: #3e3e3d;
    opacity: .4;
  }
  header.header .header--content ul.languages li a:hover::after {
    width: 100%;
  }
}
header.header .header--content .text a {
  margin-bottom: 0;
  color: #3E3E3D;
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  header.header .header--content .text a {
    position: relative;
  }
  header.header .header--content .text a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #3e3e3d;
    transition: .3s ease;
  }
  header.header .header--content .text a:hover::after {
    width: 100%;
  }
}
@media all and (min-width: 1360px) {
  .main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}
body.page-template-tpl-mapa-php header.elementor-section {
  display: none;
}
body.page-template-tpl-mapa-php .site-content {
  display: block;
}
.wat-mainrow.page-mapa {
  width: 100%;
}
.wat-mainrow.page-mapa section.wat-section.cabecera {
  margin: 24px 0 30px;
}
@media all and (min-width: 1200px) {
  .wat-mainrow.page-mapa section.wat-section.cabecera {
    margin: 40px 0 48px;
  }
}
.wat-mainrow.page-mapa section.wat-section.cabecera .cabecera--content {
  padding: 0 5vw;
}
@media all and (min-width: 1360px) {
  .wat-mainrow.page-mapa section.wat-section.cabecera .cabecera--content {
    padding: 0;
  }
}
.wat-mainrow.page-mapa section.wat-section.cabecera .cabecera--content .image {
  display: flex;
}
.wat-mainrow.page-mapa section.wat-section.cabecera .cabecera--content .image img {
  width: 100%;
}
.wat-mainrow.page-mapa section.wat-section.buttons {
  margin-bottom: 80px;
}
.wat-mainrow.page-mapa section.wat-section.buttons .buttons--content {
  padding: 0 5vw;
  display: flex;
  justify-content: flex-end;
}
@media all and (min-width: 1360px) {
  .wat-mainrow.page-mapa section.wat-section.buttons .buttons--content {
    padding: 0;
  }
}
.wat-mainrow.page-mapa section.wat-section.marcas {
  margin-bottom: 80px;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content {
  padding: 0 5vw;
}
@media all and (min-width: 1360px) {
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content {
    padding: 0;
  }
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category {
  border-left: 10px solid var(--color);
  padding-left: 10px;
  margin-bottom: 40px;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category h4 {
  font-weight: bold;
  color: var(--color);
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 20px));
  padding-bottom: 15px;
}
@media all and (min-width: 1200px) {
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content {
    padding-bottom: 13px;
  }
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 10px;
  height: calc((100% - 16px));
  background-color: #f5f4f5;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 100%;
  height: 10px;
  background-color: #f5f4f5;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca {
  flex-basis: calc((100% - (1 * 5px)) / 2);
  margin-right: 5px;
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca .popover {
  display: none;
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca img {
  width: auto;
  max-width: calc((100% - 72px));
  height: auto;
  max-height: calc((100% - 24px));
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca::before {
  content: "";
  z-index: 40;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: .3s ease;
  background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
}
.wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:nth-of-type(2n) {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca {
    flex-basis: calc((100% - (3 * 5px)) / 4);
    margin-right: 5px;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:nth-of-type(2n) {
    margin-right: 5px;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca {
    flex-basis: calc((100% - (6 * 5px)) / 7);
    margin-right: 5px;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:nth-of-type(4n) {
    margin-right: 5px;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:nth-of-type(7n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca img {
    max-width: calc((100% - 40px));
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca .popover {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    bottom: 62px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    font-family: 'Helvetica', sans-serif;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 10px;
    position: absolute;
    width: 200px;
    z-index: 500;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca .popover:before {
    border-top: 7px solid rgba(0, 0, 0, 0.85);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:hover .popover {
    display: block;
    -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
    -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
    -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  }
  .wat-mainrow.page-mapa section.wat-section.marcas .marcas--content .marcas-by-category .marcas-by-category--content a.marca:hover::before {
    background: #79943f;
    opacity: .3;
  }
}
.wat-mainrow.page-ficha {
  width: 100%;
}
.wat-mainrow.page-ficha .wat-section.informacion {
  margin-top: 40px;
  margin-bottom: 80px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content {
  padding: 0 5vw;
}
@media all and (min-width: 1360px) {
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content {
    padding: 0;
  }
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo {
  margin-bottom: 32px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .logo {
  margin-bottom: 16px;
  width: 100%;
  height: calc((90vw * 9 / 16));
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ffffff 0%, #f5f5f5 100%);
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .logo .pass_check_logo {
  position: absolute;
  width: 30px !important;
  top: 10px;
  right: 10px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .logo .pass_check_logo img {
  width: 100%;
  max-width: initial;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .logo img {
  width: 100%;
  max-width: calc((100% - 80px));
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .info-text p {
  font-size: 10px;
  margin-left: auto;
  text-align: right;
  color: #79943f;
  line-height: 14px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .compartir_redes span {
  justify-content: flex-end;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .compartir_redes span a {
  font-size: 16px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .franja {
  background: linear-gradient(90deg, #079693 0%, #85be53 100%);
  padding: 0 10px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .franja p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row {
  margin: 0;
  background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
  list-style: none;
  padding: 20px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons .icon,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons .icon {
  flex-basis: calc((100% - (6 * 12px)) / 7);
  margin-right: 12px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons .icon:nth-of-type(7n),
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons .icon:nth-of-type(7n) {
  margin-right: 0;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons .icon img.desactive,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons .icon img.desactive {
  display: none;
}
@media all and (min-width: 768px) {
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons,
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons {
    justify-content: flex-start;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons .icon,
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons .icon {
    margin-right: 24px;
    flex-basis: 40px;
  }
}
@media all and (min-width: 1200px) {
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col .icons,
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row .icons {
    margin-bottom: 22px;
  }
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li {
  margin-bottom: 16px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li.redes,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li.redes {
  display: flex;
  justify-content: space-between;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li:nth-last-of-type(1),
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .icon,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .icon {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .icon img,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .icon img {
  width: 14px;
  margin-right: 24px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .icon:nth-last-of-type(1),
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .icon:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .icon i,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .icon i {
  font-size: 20px;
  line-height: 24px;
  color: #3e3e3d;
  margin-right: 8px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li p,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #539391;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li p span,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li p span {
  text-transform: initial;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #3e3e3d;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li p span a,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li p span a {
  text-transform: initial;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #3e3e3d;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .text,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .text {
  margin-top: 8px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .text p,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .text p {
  color: #3e3e3d;
  text-transform: initial;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 8px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .text p:nth-last-of-type(1),
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .text p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .compartir_redes,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .compartir_redes {
  margin-top: 6px;
}
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li .compartir_redes span a,
.wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li .compartir_redes span a {
  font-size: 16px;
}
@media all and (min-width: 1200px) {
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos {
    display: flex;
    flex-wrap: wrap;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .franja {
    flex-basis: 100%;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col {
    padding: 40px 20px;
    flex-basis: 50%;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row {
    padding: 40px 20px;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .col li,
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .datos .row li {
    margin-bottom: 22px;
  }
}
@media all and (min-width: 992px) {
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content {
    font-size: 0;
    width: 100%;
    display: block;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo {
    margin-top: 90px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: sticky;
    top: 48px;
    width: 260px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-logo .logo {
    height: 260px;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 260px - 20px));
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .titulo {
    position: relative;
    z-index: -1;
  }
  .wat-mainrow.page-ficha .wat-section.informacion .informacion--content .informacion-empresa .titulo::before {
    content: "";
    left: -30px;
    position: absolute;
    top: 0;
    height: 90px;
    width: 10px;
    background-color: #539391;
  }
}
.wat-mainrow.pop-up {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.wat-mainrow.pop-up.active {
  opacity: 1;
  visibility: visible;
}
.wat-mainrow.pop-up section.wat-section.transparencia-form {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(99, 99, 99, 0.6);
}
.wat-mainrow.pop-up section.wat-section.pop-up--content {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  background: linear-gradient(to right, #549592 0%, #799740 100%);
  border-radius: 10px;
  padding: 24px 5vw;
  max-height: calc((100vh - 96px));
  overflow: auto;
  max-width: 768px;
}
@media all and (min-width: 768px) {
  .wat-mainrow.pop-up section.wat-section.pop-up--content {
    padding: 40px;
  }
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item {
  margin-bottom: 12px;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item .form-item--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item .form-item--content br {
  display: none;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item .form-item--content label {
  margin-bottom: 4px;
  color: white;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item .form-item--content label span {
  color: #ff886d;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item .form-item--content span.wpcf7-form-control-wrap {
  width: 100%;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-item .form-item--content span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-weight: 700;
  font-size: 12px;
  margin-top: 6px;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance {
  margin-top: 24px;
  margin-bottom: 20px;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance .form-acceptance--content .wpcf7-list-item {
  margin: 0;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance .form-acceptance--content .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance .form-acceptance--content .wpcf7-list-item label input {
  position: absolute;
  top: 4px;
  width: initial !important;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance .form-acceptance--content .wpcf7-list-item label span.wpcf7-list-item-label {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance .form-acceptance--content .wpcf7-list-item label span.wpcf7-list-item-label a {
  color: white;
  text-decoration: underline;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-acceptance .form-acceptance--content .wpcf7-list-item label span.wpcf7-list-item-label span {
  margin: 0 12px;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-submit .form-submit--content {
  position: relative;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-submit .form-submit--content .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .form-submit .form-submit--content input {
  height: 40px;
  font-weight: 700 !important;
  font-size: 16px !important;
  background-color: #cf607a;
  font-family: "Muli", sans-serif !important;
  color: white !important;
}
.wat-mainrow.pop-up section.wat-section.pop-up--content form .wpcf7-response-output {
  text-align: center;
  margin: 0;
  margin-top: 20px;
  padding: 16px;
  color: white;
}
.transparencia-loader {
  position: fixed;
  z-index: 100000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(99, 99, 99, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.transparencia-loader.active {
  opacity: 1;
  visibility: visible;
}
.transparencia-loader .loader {
  width: 120px;
}
