/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

:root {
  --negro: #000000;
  --azul: #223b7a;
  --rojo: #cd1327;
  --blanco: #ffffff;
}

body {
  font-family: "Titillium Web", serif;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--negro);
}

.top-header {
  padding: 5px;
  background: var(--negro);
  color: var(--blanco);
  font-size: 18px;
}

.top-header .link-header {
  text-decoration: underline;
}

#menu-menu-principal {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  font-size: 18px;
  flex-wrap: wrap;
}

.brxe-container {
  width: 1450px !important;
}

p.gform_required_legend {
  display: none;
}

.gfield_description {
  display: none !important;
}

h2.gform_title {
  display: none;
}

input#gform_submit_button_1 {
  color: var(--blanco);
  background: #000000;
}

input#gform_submit_button_2 {
  color: var(--blanco);
  background: #000000;
}

.container-contacto > div {
  flex: 1;
}

.title-sectores {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}

.description-sectores {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .title-sectores {
    font-size: 48px;
  }

  .description-sectores {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .title-sectores {
    font-size: 36px;
  }

  .description-sectores {
    font-size: 18px;
  }
}

@media (max-width: 478px) {
  .title-sectores {
    font-size: 25px;
  }

  .description-sectores {
    font-size: 16px;
  }
}

.brxe-ffkfvy {
  border: 1px solid var(--azul);
  padding: 2px;
}

.brxe-ffkfvy img {
  width: 100%;
  object-fit: cover;
  height: 194px;
}

.guillermo-texto {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .guillermo-texto {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .guillermo-texto {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 478px) {
  .guillermo-texto {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.delegaciones-item p {
  margin-bottom: 10px;
}

.delegaciones-item .brxe-div {
  min-width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 500px;
  transition: transform 0.4s cubic-bezier(0.25, 1.5, 0.5, 1.3),
    box-shadow 0.4s ease-in-out;
}

.delegaciones-item .brxe-div:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.delegaciones-item .brxe-image {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.delegaciones-item .brxe-heading {
  font-size: 1.2em;
  color: #333;
  margin: 10px 15px;
  font-weight: bold;
}

.delegaciones-item .brxe-text-basic p {
  font-size: 0.9em;
  color: #666;
  margin: 5px 15px;
}

.delegaciones-item .brxe-text-basic a {
  color: var(--negro);
  text-decoration: none;
  font-weight: bold;
}

.delegaciones-item .brxe-button {
  display: block;
  text-align: center;
  background-color: var(--blanco);
  color: var(--negro);
  border: 1px solid #000000;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 15px;
  border-radius: 5px;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.delegaciones-item .brxe-button:hover {
  background-color: black;
  color: white;
}

/*.delegaciones-item .brxe-div:hover  .brxe-button {*/
/*    background-color: black;*/
/*    color:white;*/
/*}*/

i.fas.fa-map-location-dot {
  margin-right: 5px;
}

#brxe-ygbffw:hover #brxe-xjlzsv {
  background-color: #000000;
  color: var(--blanco);
}

#brxe-fcaagw:hover #brxe-mpmtcv {
  background-color: #000000;
  color: var(--blanco);
}

#brxe-vdovch:hover #brxe-mvtbda {
  background-color: #000000;
  color: var(--blanco);
}

#brxe-ztmekg:hover #brxe-bugtgn {
  background-color: #000000;
  color: var(--blanco);
}

.check-container {
  width: auto !important;
  padding: 0px !important;
}

.check-container-img img {
  width: 100px;
}

.hover-check {
  position: absolute;
  transition: opacity 0.3s ease;
}

.check-container .hover-check {
  opacity: 0;
}

.check-container.brx-open .hover-check {
  opacity: 1;
}

.check-container.brx-open .default-check {
  opacity: 0;
}

.check-container.brx-open .title-check {
  color: var(--blanco);
}

.check-container:hover .hover-check,
.check-container:active .hover-check,
.check-container:focus .hover-check {
  opacity: 1;
}

.check-container:hover .default-check,
.check-container:active .default-check,
.check-container:focus .default-check {
  opacity: 0;
}

.title-check {
  font-weight: bold;
  color: #7f7f7f;
  transition: color 0.3s ease;
}

.check-container.brx-open .title-check {
  color: var(--blanco);
}

#brxe-bnlzqu .repeater-item [data-field-id="jbqzsw"] {
  display: inline-block;
  padding: 0px 10px;
}

#brxe-bnlzqu .repeater-item [data-field-id="qcuufy"] {
  margin-top: 10px;
  font-size: 15px !important;
  color: #000000 !important;
  font-weight: 500;
}

#brxe-bnlzqu strong {
  color: var(--rojo);
  font-size: 25px;
}

.social-footer {
  background: white;
  color: black;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid transparent;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.social-footer:hover {
  background: black;
  color: white;
  border: 2px solid white;
}

.politica-container h1 {
  margin-bottom: 10px;
  font-size: 3.5rem;
}

@media (max-width: 1200px) {
  .politica-container h1 {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }
}

.politica-container h2,
.politica-container h3 {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .politica-container h2,
  .politica-container h3 {
    font-size: 18px;
  }
}

.politica-container p,
.politica-container ul {
  margin: 20px 0;
}

.politica-container ul {
  list-style-type: none;
}

.politica-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.politica-container table,
.politica-container th,
.politica-container td {
  border: 1px solid #ddd;
}

.politica-container th,
.politica-container td {
  padding: 12px;
  text-align: left;
}

.politica-container th {
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .politica-container table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .politica-container th,
  .politica-container td {
    padding: 8px;
  }

  .politica-container th {
    font-size: 14px;
  }

  .hover-opacity a img,
  .hover-opacity a h3,
  .hover-opacity .tab-title img,
  .hover-opacity .tab-title h3 {
    opacity: 0.7 !important;
    transition: opacity 0.3s ease;
  }
}

.politica-container .note {
  background-color: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #2196f3;
  margin: 20px 0;
}

.hover-opacity a img,
.hover-opacity a h3,
.hover-opacity .tab-title img,
.hover-opacity .tab-title h3 {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.hover-opacity a:hover img,
.hover-opacity a:hover h3,
.hover-opacity .tab-title:hover img,
.hover-opacity .tab-title:hover h3,
.hover-opacity .tab-title.brx-open img,
.hover-opacity .tab-title.brx-open h3 {
  opacity: 1;
}

@media (max-width: 768px) {
  .hover-opacity a img,
  .hover-opacity a h3,
  .hover-opacity .tab-title img,
  .hover-opacity .tab-title h3 {
    opacity: 1 !important;
    transition: opacity 0.3s ease;
  }
}
