@charset "UTF-8";
/* *Theme Name: Vásquez & Rodríguez
 * *Theme URI: https://www.xlogam.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Vásquez & Rodríguez
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: vasquezyrodriguez.com
 * *Tags: custom-design */
.navbar-toggler {
  display: none;
}

.clientes {
  width: 95%;
  max-width: 1140px;
  margin: auto;
  padding-bottom: 20px;
  margin-top: 60px;
}
.clientes * {
  max-width: none;
}

.cliente {
  margin: 0px 20px;
}

.cliente-container {
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cliente-container img {
  max-width: 100%;
  max-height: 100%;
}

img {
  border: none;
  display: block;
  vertical-align: bottom;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #39383d;
}

header {
  background-image: url(img/fondo_header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.carousel-item img {
  max-width: 100%;
  height: auto;
}

.header-container {
  width: 95%;
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 24px;
}

.header-logo img {
  width: 295px;
  height: auto;
}

.navbar-nav .menu-item {
  margin: 0px;
  padding: 0px;
}
.navbar-nav .menu-item .nav-link {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  padding-left: 24px;
}

.banner-index {
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 45px;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}
.banner-index img {
  width: 100%;
  height: auto;
}

.copy-inicio h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  margin-top: 62px;
  margin-bottom: 50px;
}

.destacados {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.destacado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 170px;
  margin: 0px 30px;
  color: rgb(57, 56, 61);
}
.destacado:hover {
  color: rgb(24, 24, 24);
  text-decoration: none;
}
.destacado img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 170px;
  border-radius: 50%;
  -webkit-box-shadow: -10px 10px 10px rgba(22, 22, 22, 0.1);
          box-shadow: -10px 10px 10px rgba(22, 22, 22, 0.1);
  margin-bottom: 30px;
}
.destacado h2 {
  text-align: center;
  font-size: 20px;
}

.destacados-2 {
  background-color: #e4e6e8;
  padding-top: 150px;
  padding-bottom: 60px;
}

.destacados-2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}

.destacado-2 {
  max-width: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.destacado-2 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #39383d;
}
.destacado-2 p {
  text-align: justify;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.destacado-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25), 5px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25), 5px 5px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 25px;
  border-radius: 30px;
  color: #39383d;
  font-weight: 600;
}
.destacado-2 a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.destacado-2-img {
  width: 324px;
  height: 221px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25), 5px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25), 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.triangulo-gris {
  height: 100px;
  background-image: url(img/triangulo_gris.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 102% 100%;
}

.titulo-calidad {
  margin-top: 50px;
  margin-bottom: 60px;
}
.titulo-calidad h1, .titulo-calidad h2 {
  text-align: center;
  color: #555353;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.logos-calidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logos-calidad img {
  max-width: 90%;
  height: auto;
}

.cifras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 130px;
  margin-bottom: 40px;
  gap: 40px;
}

.cifra {
  background-color: #fff;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25), 5px 5px 5px rgba(0, 0, 0, 0.35);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25), 5px 5px 5px rgba(0, 0, 0, 0.35);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cifra p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1.3em;
}
.cifra .numero {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.solicita-servicio {
  background-image: url(img/triangulo_blanco.png), url(img/fondo.jpg);
  background-repeat: no-repeat;
  background-size: 102% 100px, cover;
  background-position: center top, center top;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
  z-index: 100;
}
.solicita-servicio button {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  color: #fff;
  background-color: #39383d;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #39383d;
}
.solicita-servicio button:hover, .solicita-servicio button:focus {
  background-color: #39383d;
  border-color: #39383d;
  outline: none;
}
.solicita-servicio button:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.solicita-servicio h2 {
  text-align: center;
  color: #39383d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
}
.solicita-servicio .formulario {
  width: 95%;
  max-width: 980px;
  margin: auto;
}
.solicita-servicio .formulario .service-form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.solicita-servicio .formulario .service-form-cols .form-group {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solicita-servicio .formulario .service-form-cols .form-group label {
  font-weight: 500;
}
.solicita-servicio .formulario .service-form-cols .form-group .form-control {
  border-radius: 12px;
}
.solicita-servicio .formulario p {
  font-size: 11px;
  text-align: justify;
  font-weight: 300;
}

.label-autorizacion {
  color: #000000;
  font-weight: 500;
}

footer {
  background-color: #e1e2e4;
  position: relative;
  z-index: 20;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-top-cols {
  width: 95%;
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer-top-cols ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-top-cols h2 {
  color: #39383d;
  font-weight: 600;
  font-size: 18px;
}
.footer-top-cols p, .footer-top-cols li, .footer-top-cols a {
  color: #39383d;
  font-weight: 200;
  font-size: 14px;
}
.footer-top-cols .footer-top-col-2 h2, .footer-top-cols .footer-top-col-2 p, .footer-top-cols .footer-top-col-2 li {
  text-align: right;
}

.redes-footer {
  margin-bottom: 0.6em;
}
.redes-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.footer-line {
  width: 95%;
  max-width: 1140px;
  height: 3px;
  background-color: #515054;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-credits p {
  color: #39383d;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
}

.banner-quienes-somos {
  width: 1000px;
  height: 560px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.banner-quienes-somos img {
  width: 100%;
  height: auto;
}
.banner-quienes-somos .video-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.banner-quienes-somos .video-container iframe {
  width: 110%;
  height: 110%;
}
.banner-quienes-somos .video-protection {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1000;
}

.titulo-quienes-somos {
  margin-bottom: 30px;
}

article {
  width: 95%;
  max-width: 1140px;
  margin: auto;
}
article p {
  text-align: justify;
  color: #555353;
}
article .texto-toggle, article .politica-toggle {
  color: #555353;
  font-weight: 600;
  cursor: pointer;
}
article .texto-oculto {
  display: none;
}

.mision-vision-fnd {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #ffffff), color-stop(50%, #e2e2e4), to(#e2e2e4));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #e2e2e4 50%, #e2e2e4 100%);
  position: relative;
  width: 100%;
}

.mision-vision-triangulo-sup {
  width: 100%;
  height: 100%;
  background-image: url(img/triangulo_sup_mision_vision.svg);
  background-repeat: no-repeat;
  background-position: center top 0px;
  background-size: 100% auto;
  overflow: hidden;
}

.mision-vision-triangulo-sup-fnd {
  background: linear-gradient(to bottom, #ffffff 1px, tranparent 2px);
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0px;
  height: 300px;
  width: 100%;
  z-index: 100;
}

.mision-vision-triangulo-inf {
  width: 100%;
  height: 100%;
  background-image: url(img/triangulo_bottom_mision_vision.svg);
  background-repeat: no-repeat;
  background-position: center bottom 2px;
  background-size: 100% auto;
  overflow: hidden;
}

.mision-vision-triangulo-inf-fnd {
  background: linear-gradient(to top, #e2e2e4 1px, #e2e2e4 4px, transparent 5px);
  overflow: hidden;
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 300px;
  width: 101%;
  z-index: 100;
}

.mision-vision-foto {
  background-color: #f2ecec;
  background-image: url(img/sra_leonor.avif);
  background-repeat: no-repeat;
  background-position: center top 5px;
  background-size: 65% auto;
}

.mision-vision {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  z-index: 5;
  position: relative;
}

.mision-vision-cols {
  position: relative;
  z-index: 100;
  padding-top: 350px;
  padding-bottom: 250px;
  width: 95%;
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 80px;
}

.mision-vision-col h2 {
  text-align: center;
  font-weight: 700;
  ont-family: "Montserrat", sans-serif;
}
.mision-vision-col p {
  text-align: justify;
  font-weight: 400;
}

.fnd-politica {
  background-color: #e2e2e4;
  overflow: hidden;
}
.fnd-politica article p {
  text-align: justify;
}
.fnd-politica article ul {
  padding-left: 20px;
}
.fnd-politica article ul li {
  margin-bottom: 1em;
  text-align: justify;
}
.fnd-politica article .politica-oculto {
  display: none;
}

.triangulo-politica {
  min-height: 138px;
  background-image: url(img/triangulo_quienes_somos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: 70px;
}

.otras-politicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  gap: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.otra-politica {
  width: 194px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #555353;
}
.otra-politica:hover {
  color: #555353;
  text-decoration: none;
}

.otra-politica-icono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.18);
          box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.18);
}

.otra-politica-texto p {
  text-align: center;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
}

.destacados-interior {
  margin-top: 40px;
}

.servicio-seccion {
  width: 95%;
  max-width: 1280px;
  margin: auto;
}

.wp-block-cb-carousel {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}

.servicio-seccion-fnd {
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.selvicio-impar {
  background-color: #e1e2e4;
  background-image: url(img/tri_blanco.png);
}

.selvicio-par {
  background-color: #ffffff;
  background-image: url(img/tri_gris.png);
}

.solicita-servicio-impar {
  background-image: url(img/tri_gris.png), url(img/fondo.jpg);
  background-size: auto, cover;
}

.solicita-servicio-par {
  background-image: url(img/tri_blanco.png), url(img/fondo.jpg);
  background-size: auto, cover;
}

.servicio-seccion h2 {
  text-align: center;
  color: #39383d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
.servicio-seccion p {
  color: #39383d;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: justify;
  font-size: 16px;
}
.servicio-seccion a {
  color: #39383d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.servicio-seccion em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.servicio-seccion em a {
  color: #ffffff;
  font-style: normal;
  background-color: #7f7e7e;
  padding: 8px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicio-seccion em a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.servicio-seccion .wp-block-group {
  display: none;
}
.servicio-seccion .slick-next, .servicio-seccion .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 33px;
  height: 48px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background-color: transparent !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.servicio-seccion .slick-next::before, .servicio-seccion .slick-prev::before {
  display: none;
}
.servicio-seccion .slick-next {
  background-image: url(img/caret_der.png);
  right: -35px;
}
.servicio-seccion .slick-next:hover {
  background-image: url(img/caret_der.png);
  opacity: 0.5;
}
.servicio-seccion .slick-prev {
  background-image: url(img/caret_izq.png);
  left: -35px;
}
.servicio-seccion .slick-prev:hover {
  background-image: url(img/caret_izq.png);
  opacity: 0.5;
}

.pagina-banner {
  width: 95%;
  max-width: 1280px;
  margin: auto;
}
.pagina-banner img {
  width: 100%;
  height: auto;
}

.boletin-fnd {
  background-color: #e1e2e4;
  background-image: url(img/tri_blanco.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.boletines-content {
  max-width: 1100px;
  margin: auto;
  width: 95%;
  color: #39383d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.boletines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}

.boletin {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boletin:hover {
  text-decoration: none;
}

.boletin-foto {
  overflow: hidden;
  border-radius: 20px;
  width: 270px;
  height: 270px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.boletin-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boletin-titulo {
  margin-top: 30px;
}
.boletin-titulo h2 {
  text-align: center;
  color: #39383d;
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.boletin-texto {
  text-align: justify;
  color: #39383d;
  font-weight: 400;
  font-size: 16px;
}
.boletin-texto p {
  margin: 0px;
  padding: 0px;
}

.boletines-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.boletines-call a {
  color: #ffffff;
  font-style: normal;
  background-color: #7f7e7e;
  padding: 8px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.boletines-call a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.certificados {
  background-color: #ffffff;
  background-image: url(img/tri_gris.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.certificados-content {
  max-width: 1100px;
  margin: auto;
  width: 95%;
  color: #39383d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.aviso-de-privacidad {
  background-color: #e1e2e4;
  background-image: url(img/tri_blanco.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.aviso-de-privacidad-content {
  max-width: 1100px;
  margin: auto;
  width: 95%;
  color: #39383d;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: justify;
}
.aviso-de-privacidad-content a {
  color: #39383d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.aviso-de-privacidad-content .wp-block-group {
  display: none;
}

.page-id-26 footer {
  background-image: url(img/tri_gris.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.formulario-contacto {
  background-color: #e1e2e4;
  background-image: url(img/tri_blanco.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.form-contacto {
  background-color: #e1e2e4;
}
.form-contacto button {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  color: #fff;
  background-color: #39383d;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #39383d;
}
.form-contacto button:hover, .form-contacto button:focus {
  background-color: #39383d;
  border-color: #39383d;
  outline: none;
}
.form-contacto button:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.form-contacto h2 {
  text-align: center;
  color: #39383d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
}
.form-contacto .formulario {
  width: 95%;
  max-width: 980px;
  margin: auto;
}
.form-contacto .formulario .service-form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.form-contacto .formulario .service-form-cols .form-group {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-contacto .formulario .service-form-cols .form-group label {
  font-weight: 500;
}
.form-contacto .formulario .form-control {
  border-radius: 12px;
}
.form-contacto .formulario p {
  font-size: 11px;
  text-align: justify;
  font-weight: 300;
}

.mapa {
  background-image: url(img/tri_gris.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 230px;
}

#map-canvas {
  min-height: 100px;
  width: 100%;
  height: 100%;
}

.map-container {
  width: 95%;
  max-width: 1280px;
  margin: auto;
  height: 500px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.staff-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.staff-foto {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

.staff h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.page-id-28 footer {
  background-image: url(img/tri_blanco.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.page-id-84 footer {
  background-image: url(img/tri_blanco.png);
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
}
.page-id-84 .boletines {
  padding-bottom: 80px;
}
.page-id-84 .boletin {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 20px;
}

.boletin-article {
  max-width: 800px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
.boletin-article .titulo-calidad h1 {
  text-align: left;
}

.contenido-texto a {
  color: #555353;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.contenido-texto a:hover {
  text-decoration: none;
}
.contenido-texto .wp-block-group {
  display: none;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999999;
  width: 40px;
}
.whatsapp-btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1920px) {
  .mision-vision-foto {
    background-size: 90% auto;
  }
  .mision-vision-cols {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    width: 35px;
    height: 35px;
    background-color: #FF6C17;
    padding: 6px;
    margin: 0px;
  }
  .navbar-toggler img {
    width: 100%;
    height: auto;
  }
  header {
    background-image: none;
    padding: 0px;
    margin: 0px;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  .header-logo {
    background-image: url(img/fondo_header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-superior {
    width: 100%;
  }
  .navbar-nav .menu-item {
    border-bottom: 1px solid #FF6C17;
    padding: 5px 0px;
  }
  .navbar-nav .menu-item:last-of-type {
    border-bottom: none;
  }
  .headerRight {
    width: 100%;
  }
  .banner-index {
    margin-top: 0px;
  }
  .navbar {
    padding: 0px;
  }
  .destacados-2-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .destacados-2 {
    padding-top: 50px;
  }
  .cifras {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 20px;
  }
  .mision-vision-fnd {
    background-position: center top;
  }
  .banner-quienes-somos {
    width: 800px;
    height: 420px;
  }
  .banner-quienes-somos .video-container {
    width: 780px;
    height: 400px;
  }
}
@media screen and (max-width: 770px) {
  .cifras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cifras .cifra {
    width: 90%;
  }
  .destacados {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .destacados .destacado {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0px;
  }
  .destacados {
    max-width: 560px;
  }
  .wp-block-cb-carousel {
    max-width: 270px;
  }
  .banner-quienes-somos {
    width: 620px;
    height: 350px;
  }
  .banner-quienes-somos .video-container {
    width: 600px;
    height: 330px;
  }
  .carousel-indicators {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header-logo img {
    width: 240px;
    height: auto;
  }
  .navbar-toggler {
    position: absolute;
    top: 2px;
    right: 2px;
  }
  .copy-inicio h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .destacado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    -ms-flex-flow: 1;
        flex-flow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .destacado img {
    max-width: 90px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .solicita-servicio .formulario .service-form-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
  .solicita-servicio .formulario .service-form-cols .form-group {
    width: 100%;
  }
  .footer-top-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-top-col {
    width: 100%;
  }
  .footer-top-cols .footer-top-col-2 h2, .footer-top-cols .footer-top-col-2 p, .footer-top-cols .footer-top-col-2 li {
    text-align: left;
  }
  .redes-footer ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .titulo-historia {
    margin-bottom: 20px;
  }
  .mision-vision-cols {
    width: 95%;
    max-width: 1140px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 30px;
  }
  .titulo-politica-calidad {
    margin-bottom: 40px;
  }
  .titulo-rse {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .titulo-rse h2 {
    font-size: 28px;
  }
  .triangulo-politica {
    margin-bottom: 0px;
  }
  .titulo-responsive {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .otras-politicas {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .otra-politica {
    width: 154px;
    margin-bottom: 0px;
  }
  .otra-politica .otra-politica-icono {
    -webkit-box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.13);
            box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.13);
  }
  .otra-politica .otra-politica-icono img {
    max-width: 100%;
    height: auto;
  }
  .form-contacto .formulario .service-form-cols {
    gap: 0px;
  }
  .form-contacto .formulario .service-form-cols .form-group {
    width: 100%;
  }
  .map-container {
    height: 300px;
  }
  .boletin-article .wp-block-image.size-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-quienes-somos {
    width: 300px;
    height: 170px;
  }
  .banner-quienes-somos .video-container {
    width: 280px;
    height: 150px;
  }
}

/* Estilos para la sección copy-inicio */
.copy-inicio h1.titulo-principal {
  margin-top: 32px;
  text-align: center;
  font-size: 1.5em;
}

.copy-inicio p.subtitulo {
  margin-top: 15px;
  text-align: center;
  font-size: 1em;
}

@media (max-width: 600px) {
  .copy-inicio p.subtitulo {
    font-size: 0.9em; /* Reduce el tamaño en móviles */
  }
}

/* Estilos para los destacados */
.destacado h3 {
  font-size: 0.9em;
  text-align: center;
  margin-top: 10px;
}

/* Estilos para los botones de contacto */
.botones-contacto {
  text-align: center;
  margin-top: 20px;
}

.botones-contacto a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-size: 1em;
  margin: 10px 15px;
}

.btn-contacto {
  background-color: grey;
}

.btn-whatsapp {
  background-color: green;
}

@media (max-width: 600px) {
  .botones-contacto a {
    display: block;
    margin: 10px auto;
  }
}

.titulo-calidad h2 {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}

/* Estilos para la sección de motores eléctricos industriales */
.seccion-motores-industriales {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.seccion-motores-industriales h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.seccion-motores-industriales .fila-secciones {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.seccion-motores-industriales .columna {
  flex: 1;
  max-width: 30%;
  margin: 0 20px;
  box-sizing: border-box;
}

.seccion-motores-industriales .contenido-columna {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seccion-motores-industriales img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 32px auto 0 auto;
  display: block;
}

.seccion-motores-industriales h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px; /* Reducimos el espacio entre el título y el párrafo */
  min-height: 60px;
}

.seccion-motores-industriales .columna h3 {
  text-align: center;
}

.seccion-motores-industriales p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  color: inherit;
  margin-top: 0;
}

@media (max-width: 768px) {
  .seccion-motores-industriales h2 {
    font-size: 26px;
  }

  .seccion-motores-industriales h3 {
    font-size: 16px;
  }

  .seccion-motores-industriales p {
    font-size: 13px;
  }

  .seccion-motores-industriales .columna {
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .seccion-motores-industriales .fila-secciones {
    flex-direction: column;
    align-items: center;
  }
}


/* Nuevo H2, mismo tamaño y estilo que los H3 */
.nuevo-h2-servicios {
  text-align: center;        /* Centrado */
  font-size: 28px;           /* Igual tamaño que el H3 */
  font-weight: 700;          /* Bold o semibold, ajusta a gusto */
  color: #333;               /* El color de texto que quieras */
  margin: 40px 0 30px;       /* Margen superior e inferior */
  /* text-transform: uppercase;   Descomenta si lo tenías en mayúsculas */
}

/* H3 (título de cada servicio) */
.titulo-servicio {
  text-align: center;
  font-size: 28px;           /* Mismo tamaño para que luzca igual */
  font-weight: 700;
  color: #333;
  margin: 40px 0 30px;
  /* text-transform: uppercase;   Descomenta si lo tenías en mayúsculas */
}






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