/*
 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
*/
@font-face {
  font-family: "Adlery Pro Blockletter";
  src: url("https://pezsalvaje.premiumservicios.dev/wp-content/uploads/Adlery-Pro-Blockletter-trial.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#menu-menu-principal li {
  margin: 0 0 0 15px;
  border-left: 2px solid #fb30a8;
  padding-left: 15px;
}

#menu-menu-principal li:first-child {
  border-left: none;
}

#menu-menu-principal a {
  color: #fb30a8;
  font-weight: 600;
}

#brxe-gmfucj,
#brxe-lcjqmn {
  display: flex;
  flex-direction: column;
}

#menu-menu-principal li:hover {
  border-left: 2px solid #4bb7e2;
}

#menu-menu-principal li:hover a {
  color: #4bb7e2;
}

#menu-menu-principal li:first-child:hover {
  border-left: none;
}

.title {
  font-family: "Anton", sans-serif;
}

#brxe-fajrsb {
  background: linear-gradient(161deg, white 82%, #7920a8 18%);
}

#brxe-erswkb {
  margin-top: 100px;
  background: linear-gradient(196deg, white 89%, #4bb7e2 11%);
}

@media (max-width: 980px) {
  #brxe-erswkb {
    background: none;
  }
}

#brxe-ngvvfn {
  color: white;
}

.title-banner {
  text-transform: uppercase;
  font-family: "Adlery Pro Blockletter", sans-serif;
  font-weight: bold;
}

#brxe-eswiqk {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

#brxe-tfupfg {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.social-icons {
  display: flex;
  justify-content: space-around;
  padding: 25px;
}

.social-icons i {
  background: #7920a8;
  font-size: 35px;
  color: white;
  border-radius: 50%;
  padding: 10px;
}

.social-icons i:hover {
  background: white;
  font-size: 35px;
  color: #7920a8;
  border-radius: 50%;
  padding: 10px;
}

.social-icons img {
  width: 50px;
  height: 50px;
}



@media (max-width: 767px) {
  #gform_submit_button_2 {
    width: 100%;
  }

  .social-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
  }

  .social-icons a {
    text-align: center;
  }

  .servicios-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 25px;
  }

  #brxe-gnklqx {
    width: 100% !important;
  }

  #brxe-rcklzu {
    width: 100% !important;
  }

  #brxe-fwjncz {
    width: 100% !important;
  }
}

@media (max-width: 1121px) {
  #brxe-wezzgx {
    gap: 20px;
  }

  #menu-menu-principal {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #menu-menu-principal li {
    margin: 0 0 0 15px;
    border-left: none;
    padding-left: 0px;
  }
}

.container-line {
  display: flex;
  flex-direction: column;
  gap: 59px;
  position: relative;
  align-items: center;
}

.circle {
  background-color: #7920a8;
  border-radius: 50%;
}

.large {
  width: 60px;
  height: 60px;
}

.small {
  width: 30px;
  height: 30px;
}

.line {
  position: absolute;
  width: 3px;
  background-color: #7920a8;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#brxe-dohpox > div {
  height: 250px;
}

#brxe-vckggt > div {
  height: 250px;
}

.brxe-rcesjj:hover .brxe-ydunpa {
  background-color: #7920a8;
}

.brxe-rcesjj:hover .brxe-ydunpa div {
  color: #ffffff;
}

.info-container {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  flex: 1;
  justify-content: center;
}

.info-item i {
  font-size: 55px;
  color: #7920a8;
  margin-right: 10px;
}

.info-item p {
  margin: 0;
}

.info-title {
  font-size: 18px;
  font-weight: bold;
}

.info-subtitle {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.title-item {
  margin-left: 15px;
  width: 250px;
}

.subscription-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #4bb7e2;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#brxe-vtriip textarea {
  min-height: 100%;
}

.left-section {
  flex: 1;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.left-section h2 {
  color: #7920a8;
  font-size: 24px;
  margin-bottom: 10px;
}

.left-section p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.right-section {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#brxe-xtwxjp input[type="email"] {
  padding: 12px;
  width: 100%;
  border: 2px solid #7920a8;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

#brxe-xtwxjp input[type="email"]:focus {
  outline: none;
  border-color: #4bb7e2;
  box-shadow: 0 0 10px rgba(75, 183, 226, 0.2);
}

#brxe-xtwxjp button {
  padding: 12px 0;
  background-color: #7920a8;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  padding: 10px 15px;
}

#brxe-xtwxjp button:hover {
  background-color: #4bb7e2;
  box-shadow: 0 6px 12px rgba(75, 183, 226, 0.2);
}

.privacy-policy {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/*.privacy-policy a brxe-rcesjj*/
/*  color: #4bb7e2;*/
/*  text-decoration: none;*/
/*  font-weight: bold;*/
/*}*/

.privacy-policy a:hover {
  text-decoration: underline;
}

.subscription-container label {
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  .info-container {
    flex-direction: column;
  }

  .subscription-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .right-section {
    padding-left: 0px;
  }
}

@media (max-width: 980px) {
  .info-container {
    flex-direction: column;
  }

  #brxe-ueomaf {
    display: block !important;
  }

  #brxe-fozzoq {
    display: none !important;
  }
}

#brxe-ueomaf {
  display: none;
}

#brxe-lnlnth > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

@media (max-width: 1182px) {
  #brxe-msdjaw {
    padding-right: 0px !important;
  }

  .title-banner.brxe-text-basic {
    font-size: 100px !important;
    letter-spacing: 10px;
    height: auto !important;
  }

  #brxe-ahwukx {
    margin-bottom: 0;
    padding-left: 0px !important;
  }

  #brxe-imornb {
    text-align: center !important;
  }
}

/* FORMULARIO OCULTAR CAMPOS */

.gform_title {
  display: none;
}

.gform_required_legend {
  display: none;
}

.charleft.ginput_counter.gfield_description {
  display: none;
}

input#gform_submit_button_1 {
  background: #7920a8;
  padding: 10px 15px;
  border-radius: 30px;
  width: 150px;
  font-size: 20px;
  text-transform: capitalize;
}

input#gform_submit_button_1:hover {
  background: #4bb7e2;
  color: white;
}

#brxe-uqnigj {
  background: linear-gradient(135deg, #7920a8 70%, #4bb7e2 30%);
  /*height: calc(100vh - 121.80px)*/
}

#brxe-kmiqst {
  padding: 25px 50px;
  background: white;
  margin: 100px auto;
}

#brxe-zyaoqn {
  margin-bottom: 15px;
}

.contact-list {
  list-style-type: none;
  padding: 0;
}

.contact-item {
  margin: 10px 0;
  font-size: 18px;
  list-style: none;
  font-weight: 700;
}

.contact-item i {
  margin-right: 10px;
  color: #7920a8;
  font-size: 35px;
}

#brxe-wlsyjf a {
  text-decoration: none;
  color: #7920a8;
  font-size: 28px;
}

#brxe-uqnigj a:hover {
  text-decoration: underline;
}

#gform_1 {
  input {
    border-bottom: 2px solid #7920a8 !important;
    border: none;
    outline: none;
    box-shadow: none;
  }
}

#gform_1 {
  textarea {
    border: 2px solid #7920a8 !important;
  }
}

/*FORMULARIO OCULTAR CAMPOS */

label.gform-field-label.gform-field-label--type-sub {
  display: none !important;
}

div#gform_fields_2 {
  row-gap: 20px;
}

#gform_submit_button_2 {
  background: #4bb7e2;
  color: white;
}

#input_2_3 {
  height: 80px;
}
