/*
 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=Montserrat:wght@400;700&display=swap');

#brx-footer{
  font-family: 'Montserrat', sans-serif;
}
body {
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
}
h2.gform_title {
    display: none;
}

div#popmake-817{
    padding:50px;
    width: 900px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{
    text-align:center;
}

.mystickyelements-contact-form .mystickyelements-social-icon i {
    transform: rotateZ(90deg);
}

textarea#input_1_10 {
    border: 2px solid #1c1259;
    text-align: center;
}

#gform_1 input{
        border: 2px solid #1c1259;
        text-align: center;
}
#brxe-myrxou {
    transform: scale(0.9);
    transition: transform 1s ease;
}

#brxe-myrxou:hover {
    transform: scale(1);
}

p.gform_required_legend {
    display: none !important;
}
.moove-gdpr-branding-cnt {
    display: none;
}

#brx-content.wordpress {
    padding: 25px;
}

#brx-content.wordpress a {
    color: #2ea3f2;
}

#brx-content.wordpress  {
    font-size: 14px;
}

#brx-content.wordpress h1, #brx-content.wordpress h2  {
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 15px;
    padding-top: 20px;
    font-weight: 500;
}

span.mystickyelements-social-icon.mystickyelements-contact-notext {
    width: 53px !important;
    height: 53px !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-medida{
    position: relative;
    height: 300px;
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .item-medida{
        flex: 1 1 100%;
    }
}


.subtitle-hidden{
    position: absolute;
    right: 52px;
    font-size: 0px;
    margin-top: 10px;
    font-weight: 700;
    color: #ee4266;
}

.description-hidden{
    font-size: 0px;
    font-weight: 600;
    color: #1C1259;
    transition: color 300ms ease 0ms,font-size 300ms ease 0ms;
}


.marketing-digital-home .subtitle-page.brxe-heading {
    color: white;
}

.marketing-digital-home .description-hidden{
    color: white;
}

.item-medida:hover .description-hidden,
.item-medida:hover .subtitle-hidden {
    font-size: 16px;
}

.jobs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 20px;
}
@media (max-width: 768px) {
    .jobs-container {
        gap: 20px !important;
        padding: 20px !important;
    }
}

@media (max-width: 980px) {
    .jobs-container {
         flex-direction: column;
        gap: 30px;
    }
}


.jobs-container > a{
    flex:1;
    position:relative;
}

.jobs-container .description-jobs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    background: #1c1259;
    text-align: center;
    color: white;
    display: none;
}


.brxe-kjkflh:hover .description-jobs {
    display: block;
}


.description-jobs h3{
    font-weight: 700;
    font-size: 21px;
}

.description-jobs p{
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
    margin: 0px;
}

#brxe-jlenac{
    display: none;
}

@media (max-width: 980px) {
#brxe-jlenac{
    display: block;
}
#brxe-nuknxp{
    display:none;
}
}.services-home__container {
  display: flex;
  width: 100%;
}

.services-home__sidebar {
  flex: 1;
  background-color: #1C1259;
  color: white;
  padding: 20px;
  box-sizing: border-box;
}

.services-home__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-home__menu-item {
  padding: 16px 14px 20px 16px;
  cursor: pointer;
  font-size: 20px;
}

.services-home__menu-item.active {
  background-color: #ee4266;
}

.services-home__menu-item:hover {
  color: #ee4266;
}

.services-home__content {
  flex: 1;
  padding: 50px;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

.services-home__content-item {
  display: none;
}

.services-home__content-item.active {
  display: block;
}

.services-home__subtitle {
  font-size: 20px;
  color: #1c1259;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 15px;
}

.services-home strong {
  color: #666;
}

.services-home p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 23.8px;
}

.services-home__menu-item.active:hover {
  color: white;
}

.accordion {
  background-color: transparent;
  color: white;
  padding: 16px 14px;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion.active {
  background-color: #ee4266;
}

.accordion:hover {
  background-color: #ee4266;
  color: white;
}

.accordion::after {
  content: '+';
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion.active::after {
  content: '-';
}

.panel {
  padding: 20px;
  display: none;
  background-color: #f9f9f9;
  overflow: hidden;
}

.panel p,
.panel ul {
  font-size: 14px;
  color: #1c1259;
  font-weight: 500;
  line-height: 23.8px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .services-home__container {
    flex-direction: column;
  }

  .services-home__sidebar {
    flex: unset;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .services-home__menu-item {
    font-size: 18px;
    padding: 12px 10px;
  }

  .services-home__content {
    padding: 20px;
  }

  .services-home__subtitle {
    font-size: 18px;
  }

  .services-home p {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion {
    font-size: 18px;
    padding: 14px;
  }

  .panel {
    padding: 14px;
  }
}

@media (max-width: 480px) {
  .services-home__menu-item {
    font-size: 16px;
    padding: 10px 8px;
  }

  .services-home__subtitle {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-home p {
    font-size: 13px;
    line-height: 18px;
  }

  .accordion {
    font-size: 16px;
    padding: 12px;
  }

  .panel {
    padding: 12px;
  }
}


.services-home__container {
  display: flex;
  width: 100%;
}

.services-home__sidebar {
  flex: 1;
  background-color: #1C1259;
  color: white;
  padding: 20px;
  box-sizing: border-box;
}

.services-home__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-home__menu-item {
  padding: 16px 14px 20px 16px;
  cursor: pointer;
  font-size: 20px;
}

.services-home__menu-item.active {
  background-color: #ee4266;
}

.services-home__menu-item:hover {
  color: #ee4266;
}

.services-home__content {
  flex: 1;
  padding: 50px;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

.services-home__content-item {
  display: none;
}

.services-home__content-item.active {
  display: block;
}

.services-home__subtitle {
  font-size: 20px;
  color: #1c1259;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 15px;
}

.services-home strong {
  color: #666;
}

.services-home p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 23.8px;
}

.services-home__menu-item.active:hover {
  color: white;
}

.accordion {
  background-color: transparent;
  color: white;
  padding: 16px 14px;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion.active {
  background-color: #ee4266;
}

.accordion:hover {
  background-color: #ee4266;
  color: white;
}

.accordion::after {
  content: '+';
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion.active::after {
  content: '-';
}

.panel {
  padding: 20px;
  display: none;
  background-color: #f9f9f9;
  overflow: hidden;
  text-align:left;
}

.panel p,
.panel ul {
  font-size: 14px;
  color: #1c1259;
  font-weight: 500;
  line-height: 23.8px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .services-home__container {
    flex-direction: column;
  }

  .services-home__sidebar {
    flex: unset;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .services-home__menu-item {
    font-size: 18px;
    padding: 12px 10px;
  }

  .services-home__content {
    padding: 20px;
  }

  .services-home__subtitle {
    font-size: 18px;
  }

  .services-home p {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion {
    font-size: 18px;
    padding: 14px;
  }

  .panel {
    padding: 14px;
  }
}

@media (max-width: 480px) {
  .services-home__menu-item {
    font-size: 16px;
    padding: 10px 8px;
  }

  .services-home__subtitle {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-home p {
    font-size: 13px;
    line-height: 18px;
  }

  .accordion {
    font-size: 16px;
    padding: 12px;
  }

  .panel {
    padding: 12px;
    
  }
}

.services-home__container {
  display: flex;
  width: 100%;
}

.services-home__sidebar {
  flex: 1;
  background-color: #1C1259;
  color: white;
  padding: 20px;
  box-sizing: border-box;
}

.services-home__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-home__menu-item {
  padding: 16px 14px 20px 16px;
  cursor: pointer;
  font-size: 20px;
}

.services-home__menu-item.active {
  background-color: #ee4266;
}

.services-home__menu-item:hover {
  color: #ee4266;
}

.services-home__content {
  flex: 1;
  padding: 50px;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  position:relative;
}

button.services-home__button {
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7;
    background-color: #ee4266;
    color: #ffffff;
    border: 2px solid transparent;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button.services-home__button:hover {
    background-color: #d62c4c;
    transform: scale(1.1);
}

button.services-home__button::after {
    content: ' \003E';
    display: inline-block;
    margin-left: 0.5em;
    font-size: 22px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

button.services-home__button:hover::after {
    opacity: 1;
    transform: translateX(0);
}


.services-home__content-item {
  display: none;
}

.services-home__content-item.active {
  display: block;
}

.services-home__subtitle {
  font-size: 20px;
  color: #1c1259;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 15px;
}

.services-home strong {
  color: #666;
}

.services-home p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 23.8px;
}

.services-home__menu-item.active:hover {
  color: white;
}

.accordion {
  background-color: transparent;
  color: white;
  padding: 16px 14px;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion.active {
  background-color: #ee4266;
}

.accordion:hover {
  background-color: #ee4266;
  color: white;
}

.accordion::after {
  content: '+';
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion.active::after {
  content: '-';
}

.panel {
  padding: 20px;
  display: none;
  background-color: #f9f9f9;
  overflow: hidden;
}

.panel p,
.panel ul {
  font-size: 14px;
  color: #1c1259;
  font-weight: 500;
  line-height: 23.8px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .services-home__container {
    flex-direction: column;
  }

  .services-home__sidebar {
    flex: unset;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .services-home__menu-item {
    font-size: 18px;
    padding: 12px 10px;
  }

  .services-home__content {
    padding: 20px;
  }

  .services-home__subtitle {
    font-size: 18px;
  }

  .services-home p {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion {
    font-size: 18px;
    padding: 14px;
  }

  .panel {
    padding: 14px;
  }
}

@media (max-width: 480px) {
  .services-home__menu-item {
    font-size: 16px;
    padding: 10px 8px;
  }

  .services-home__subtitle {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-home p {
    font-size: 13px;
    line-height: 18px;
  }

  .accordion {
    font-size: 16px;
    padding: 12px;
  }

  .panel {
    padding: 12px;

  }
}

.kit-digital-container strong{
    color: #1c1259;
}

.kit-digital-container p{
    font-size: 16px;
}

.btn-contactenos{
    margin-top: 43px;
    padding: 6px 20px;
    font-size: 20px;
    cursor:pointer;
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #1c1259;
}

.banner-formulario {
    width: 732.8px;
    margin: 0 auto;
}

.banner-formulario label {
    display: none;
}

label[for="politica"] {
  display: flex;
  align-items:center;
  gap: 5px;
}

label[for="politica"] input {
  width: auto;
}

.banner-formulario {
    max-width: 732.8px;
    margin: 0 auto;
    padding: 15px; /* Added padding for better spacing on smaller screens */
}

.banner-formulario label {
    display: none;
}

label[for="politica"] {
  display: flex;
  align-items: center;
  gap: 5px;
}

label[for="politica"] input {
  width: auto;
}

.banner-formulario .row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.banner-formulario .row div {
    flex: 1;
    min-width: 200px; /* Ensures columns don't get too narrow */
}

.banner-formulario input, 
.banner-formulario textarea {
    width: 100%;
    padding: 8px;
    border-width: 2px;
    color: #1c1259;
    border-color: #1c1259;
    box-sizing: border-box; /* Prevents inputs from overflowing */
}

.banner-formulario button {
    background-color: #1c1259;
    color: white;
    padding: 5px 70px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.banner-formulario button:hover {
    background-color: #45a049;
}

.banner-formulario h2 {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #1c1259;
    text-align: center;
}

.banner-formulario h3 {
    font-weight: 500;
    font-size: 25px;
    color: #1c1259 !important;
    text-align: center;
}

.banner-formulario input::placeholder, 
textarea::placeholder {
    text-align: center;
    color: #1c1259 !important;
    font-size: 14px;
}

.banner-formulario #descripcion {
    min-height: 150px;
    background-color: #e8e8e8;
}

@media (max-width: 768px) {
    .banner-formulario {
        max-width: 100%;
        padding: 10px;
    }
    
    .banner-formulario #descripcion {
    min-height: 100%;
}

    .banner-formulario .row {
        flex-direction: column;
        gap: 10px;
    }

    .banner-formulario .row div {
        min-width: 100%;
    }

    .banner-formulario h2 {
        font-size: 22px; 
    }

    .banner-formulario h3 {
        font-size: 22px;
    }

    .banner-formulario input::placeholder,
    textarea::placeholder {
        font-size: 12px;
    }

    .banner-formulario button {
        padding: 5px 50px;
    }
}

@media (max-width: 480px) {
    .banner-formulario h2 {
        font-size: 20px; 
    }

    .banner-formulario h3 {
        font-size: 20px;
    }

    .banner-formulario input::placeholder, 
    textarea::placeholder {
        font-size: 12px;
    }

    .banner-formulario button {
        padding: 5px 40px;
    }
}

.brxe-pkpqpe {
    display: none;
}

.brxe-kkrryc:hover .brxe-pkpqpe {
    display: block;
    align-content: center;
}

.subservicios-container{
    background: #1c1259;
    position: absolute;
    right: -475px;
    min-height: 100%;
    width: 100%;
}

/*@media (max-width: 991px) {*/
/*.subservicios-container{*/
/*    position: absolute;*/
/*}*/

.servicios-container{
    position:relative;
}

.row-servicios{
    display:flex;
}

.menu-servicios{
     flex: 0 0 30%;
}


.content-servicios h3{
    text-transform:uppercase;
    font-size: 25px;
    color: #333;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 500;
}

.content-servicios .wp-block-image{
    text-align:center;
    margin-top: 50px;
    margin-bottom:50px;
}

.content-servicios p{
    padding-bottom: 3px;
    margin: 0px;
}
.content-servicios {
  flex: 0 0 70%;
}

@media (max-width: 991px) {
.row-servicios{
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.menu-servicios{
     display:none;
}

.content-servicios {
  flex: 0 0 100%;
}
}


.row-footer{
    display:flex;
}

.logo-footer{
     flex: 0 0 30%;
}

.info-footer {
  flex: 0 0 70%;
}

@media (max-width: 991px) {
.row-footer{
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.logo-footer{
   flex: 0 0 100%;
   padding:25px;
}

.info-footer{
  flex: 0 0 100%;
}
}

.item-kit{
    width: 22.75%;
    background-color: #f9f9f9;
    height: 450px;
    max-height: 450px;
}

@media (max-width: 980px){
    .item-kit{
        width: 47.25%;
    }
}

.item-kit h3{
    background-color: #1c1259;
    padding: 24px 10px !important;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 24px;
}

.item-kit .description-card-kit{
    padding: 0px 15px 10px 15px;
    font-size: 14px;
    margin-right: 15px;
}