/*
  Theme Name: Hello Elementor Child
  Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
  Description: A lightweight and minimalist WordPress theme for Elementor page builder.
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: hello-elementor
  Text Domain: hello-elementor-child 
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
  Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* ---------- HEADER ---------- */

/* ---------- HEADER - BOTONES CTA ---------- */

header .telefono_ultranet,
header .telefono_ultranet:hover {
  color: white;
}

header .elementor-icon-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px !important;
  padding: 5px 0px !important;
  font-weight: 500;
}

header .presupuesto .elementor-icon-list-item span {
  width: 100%;
}

header .telefono .elementor-icon-list-item {
  background-color: #0075bd;
}

header .presupuesto .elementor-icon-list-item {
  background-color: #f5a813;
}

/* ---------- HEADER - ANCHO DESPLEGABLE ---------- */
.elementor-67
  .elementor-element.elementor-element-7e49bba
  .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  min-width: 370px !important;
}

.elementor-menu-toggle {
  padding-right: 0 !important;
}

/* ---------- COPYRIGHT ------------ */
.copyright-text,
.copyright-text a,
.copyright-text a:active,
.copyright-text a:hover {
  color: black;
  font-size: 10px;
}

.copyright-text p {
  margin-bottom: 0;
  display: inline;
}

/* ---------- FOOTER ------------ */

footer .telefono_ultranet,
footer .correo_electronico_ultranet {
  font-size: 14px !important;
  text-decoration: underline !important;
}

footer .telefono_ultranet,
footer .correo_electronico_ultranet,
footer .telefono_ultranet:hover,
footer .correo_electronico_ultranet:hover {
  color: black;
}

footer .menu_footer_3 .menu-item:first-child {
  margin-bottom: 10px !important;
}

.blog_menu_footer a:hover {
  color: #0075bd;
}

/*********************Gtranslate*************************/

.gtranslate_wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
	margin-left: 10px;
}
.elementor-nav-menu--main .elementor-nav-menu .gtranslate_wrapper .glink {
	position:relative;
    padding: 0;
    color: #000;
    font-size: 15px;
    line-height: 1;
}

.elementor-nav-menu--main .elementor-nav-menu .gtranslate_wrapper .glink:not(:last-of-type)::after {
    content: "|";
    color: #000;
    position: absolute;
    right: 0;
    top: -1.2px;
    transform: translateX(1.1rem);
}


/* ---------- BLOG - MORE POST ---------- */

.elementor-4458
  .elementor-element.elementor-element-dfe63fb
  .elementor-post:last-child {
  border-width: 0px 0px 0px 0px;
}

.post-navigation__next--label:after {
  content: " >";
  margin-left: 20px;
}

.post-navigation__prev--label:before {
  content: "< ";
  margin-right: 20px;
}

.more_posts .elementor-post__text h3 {
  height: 100%;
  display: flex;
  align-items: center;
}

.more_posts article:last-child {
  padding-bottom: 0px !important;
}

/* ---------- FORMULARIO ---------- */

.accept_consent .wpcf7-list-item-label {
  margin-top: 2px;
  font-weight: 500 !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.6rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #46b450;
  margin: 10px 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #dc3232;
  margin: 10px 0;
}

.wpcf7 textarea {
  height: 150px !important;
}

/* ---------- FORMULARIO -  CHECKBOX ---------- */

/*  CHECKBOX DEFAULT */
#yourConsent {
  margin: 0 20px 20px 0;
  visibility: hidden;
}

.accept_consent {
  position: relative;
}

/*  CHECKBOX CUSTOMIZE */

.checkbox-wrapper-18 {
  position: absolute;
}

.checkbox-wrapper-18 .round {
  position: relative;
}

.checkbox-wrapper-18 .round label {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  display: block;
}

.formulario-contacto .checkbox-wrapper-18 .round label {
  border: 1px solid #151515;
}

.formulario-serv-contact .checkbox-wrapper-18 .round label {
  border: 1px solid #a3a3a3;
}

.checkbox-wrapper-18 .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  width: 12px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* ---------- CHECKBOX 1 - FORMULARIO AZUL ---------- */

.checkbox-wrapper-15 {
  position: absolute;
  top: 10px;
}

.checkbox-wrapper-15 .round {
  position: relative;
}

.checkbox-wrapper-15 .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.checkbox-wrapper-15 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-15 .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #fff;
}
.checkbox-wrapper-15 .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
}

.checkbox-wrapper-15 .cbx span:last-child {
  margin-left: 8px;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
  border-color: #66bb6a;
  background: #66bb6a;
}
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
  color: #ffffff;
}
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}

/* ---------- FORMULARIO - AZUL ---------- */

.formulario-azul .accept_consent > div {
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: 1fr;
  margin-bottom: 40px;
}

.row {
  margin: 0px !important;
}

.formulario-azul .checkbox-wrapper-18 {
  top: 10px;
}

.formulario-azul .wpcf7 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background-color: transparent;
  padding: 0 !important;
}

.formulario-azul .wpcf7 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.formulario-azul .wpcf7 p {
  margin-bottom: 15px;
}

.formulario-azul .wpcf7 label {
  display: block;
  margin-bottom: 5px;
  color: white;
}

.formulario-azul .wpcf7 input[type="text"],
.formulario-azul .wpcf7 input[type="tel"],
.formulario-azul .wpcf7 input[type="email"],
.formulario-azul .wpcf7 textarea {
  width: 100%;
  padding: 10px 0 !important;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  background-color: transparent;
  color: white;
  outline: none;
  margin-bottom: 5px;
}

.formulario-azul .wpcf7 input[type="text"]::placeholder,
.formulario-azul .wpcf7 input[type="tel"]::placeholder,
.formulario-azul .wpcf7 input[type="email"]::placeholder,
.formulario-azul .wpcf7 textarea::placeholder {
  color: white;
  opacity: 1;
}

.formulario-azul .wpcf7 textarea {
  height: 120px;
}

.formulario-azul .wpcf7 input[type="submit"] {
  background-color: #0075bd;
  color: white;
  padding: 12px 20px;
  border: 1px solid #0075bd;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  width: fit-content !important;
}

.formulario-azul .wpcf7 .accept_consent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.formulario-azul .wpcf7 .accept_consent {
  margin: 0;
  color: white;
}

.formulario-azul .wpcf7 .accept_consent .wpcf7-list-item {
  margin: 0;
}

.formulario-azul .wpcf7 .accept_consent .wpcf7-acceptance label {
  color: white;
}

.formulario-azul .wpcf7 .accept_consent .wpcf7-submit {
  margin-left: auto;
}

.formulario-azul .submit-button {
  display: flex;
  flex-direction: row-reverse;
}

.formulario-azul .wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  visibility: hidden;
  margin-right: 20px;
}

.formulario-azul .wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: white;
}

/* ---------- FORMULARIO - SERVICIOS Y CONTACTO ---------- */

.formulario-serv-contact .accept_consent > div {
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: 1fr;
}

.formulario-serv-contact .wpcf7 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  border-radius: 5px;
  background-color: transparent !important;
  margin: 0 !important;
}

.contact_form_data .telefono_ultranet,
.contact_form_data .correo_electronico_ultranet {
  color: #a3a3a3;
}

.formulario-serv-contact .wpcf7 .row label {
  display: block;
  margin-bottom: 0px;
  color: #3f3f3f;
  width: 100%;
}

.formulario-serv-contact .wpcf7 input[type="text"],
.formulario-serv-contact .wpcf7 input[type="tel"],
.formulario-serv-contact .wpcf7 input[type="email"],
.formulario-serv-contact .wpcf7 textarea {
  width: 100%;
  padding: 10px !important;
  border: none !important;
  border-radius: 5px !important;
  background-color: #eee !important;
  color: #a3a3a3 !important;
  margin: 10px 0 5px 0 !important;
  outline: none;
}



.formulario-serv-contact .wpcf7 input[type="text"]::placeholder,
.formulario-serv-contact .wpcf7 input[type="tel"]::placeholder,
.formulario-serv-contact .wpcf7 input[type="email"]::placeholder,
.formulario-serv-contact .wpcf7 textarea::placeholder {
  color: #a3a3a3 !important;
}

.formulario-serv-contact .wpcf7 textarea {
  height: 80px !important;
}

.formulario-serv-contact .textarea-container {
  width: 100%;
}

.formulario-serv-contact .wpcf7 input[type="submit"] {
  width: fit-content;
  background-color: #0075bd;
  color: #fff;
  padding: 12px 20px;
  border: 1px solid #0075bd !important;
  border-radius: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}

.formulario-serv-contact .wpcf7 input[type="submit"]:hover {
  background-color: white !important;
  color: #0075bd;
}

.formulario-serv-contact .boton-mas-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 29px;
}

.formulario-serv-contact .info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #a3a3a3 !important;
  font-weight: 500;
}

.formulario-serv-contact .info a {
  color: #a3a3a3 !important;
  text-decoration: none;
}

.formulario-serv-contact .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
}

.formulario-serv-contact .accept_consent .wpcf7-list-item-label {
  color: #a3a3a3 !important;
}

.formulario-serv-contact .accept_consent {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 30px;
}

.formulario-serv-contact .accept_consent div:first-child {
  width: 100%;
}

.formulario-serv-contact .wpcf7-response-output {
  position: relative;
}

.formulario-serv-contact .wpcf7-acceptance > span > label {
  display: flex !important;
}

.formulario-serv-contact .checkbox-wrapper-18 {
  top: 5px;
}

/* ------------ INICIO - PESTAÑAS (CONTENIDO) -----------*/

.tabs_homepage_component .tab-content > .tab-pane > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.tabs_homepage_component .tab-content > .tab-pane > div > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tabs_homepage_component .tab_content_button {
  background-color: #f5a813;
  padding: 14px 20px;
  font: 600 16px "Poppins";
  line-height: 15px;
  color: white;
  border-radius: 3px;
  text-align: center;
  margin-top: 20px;
  width: fit-content;
}

.tabs_homepage_component .homepage_tabs a {
  text-transform: uppercase;
}

.tabs_homepage_component .tab_content_button:hover {
  background-color: #0075bd;
}

/* ------------ INICIO - PESTAÑAS (TABS) -----------*/

.tabs_homepage_component .homepage_tabs {
  margin-bottom: 20px !important;
}

.tabs_homepage_component .nav-link {
  background-color: #a0d6f9 !important;
  color: white !important;
  border: none;
  border-radius: 0px !important;
  display: flex;
  flex-direction: row;
  text-align: left;
  text-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 0.9rem;
}

.tabs_homepage_component .svg_icon {
  width: 40px;
  display: flex;
  justify-content: center;
}

.tabs_homepage_component .nav-item {
  width: 100%;
}

.tabs_homepage_component .nav-pills .nav-link.active {
  background-color: #7ecb41 !important;
}

.tabs_homepage_component .nav-link {
  gap: 20px;
}

/* ---------- ICONOS ---------- */

/* TAMAÑOS ICONOS PARA NO ROMPER LA ESTRUCTURA EN CASO DE CANVIAR ICONOS*/

.iconos-home-recuadros {
  width: 40px;
  height: 40px;
}

.iconos-home-redondos svg {
  width: 62px !important;
  height: 62px !important;
}

.iconos-comunidades {
  width: 98px;
  height: 83px;
}

.iconos-nuestro-compromiso {
  width: 54px;
  height: 53px;
}

/*ICONO CON FONDO BLANCO PARA LA POSICIÓN ABSOLUTE */

.icono-check-azul-parking {
  width: 41px;
  height: 42px;
}

/*ESTE ICONO ES EL CHECK AZUL. ESTÁ EN MUCHAS PAGINAS Y MIDE LO MISMO*/
.Icono-check-azul-transparentes {
  width: 23px;
  height: 23px;
}

/* ACORDEON FAQS */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 20px 20px 0;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  color: #fff;
}

ul.accordion-list li.active h3:after {
  content: "-" !important;
}

ul.accordion-list h3 {
  color: #fff;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding-right: 30px;
  font-size: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

ul.accordion-list h3:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 23px !important;
  font-weight: 500;
}

ul.accordion-list div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0;
  font-size: 14px;
}

/**************Home ************************/

.hero_home_container {
  aspect-ratio: 16/5;
}

.hero_home_container .elementor-element-d9c34e4,
.hero_home_container .elementor-element-4ac03d58 {
  height: 100%;
}

.elementor-4031 .elementor-element.elementor-element-30f7f54 {
  position: absolute;
  top: -130px;
}

.row_ultranet_form input,
.row_ultranet_form textarea {
  font-size: 12px;
}

.fetaured_posts_wrapper {
  display: flex;
  gap: 15px;
}

.fetaured_posts_wrapper > div {
  flex: 1;
}

.single_fetaured_post_wrapper {
  box-shadow: 4px 4px 30.6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.single_fetaured_post_wrapper a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.aditional_fetaured_posts_wrapper .single_fetaured_post_wrapper a {
  flex-direction: row;
}

.single_fetaured_post_wrapper img {
  aspect-ratio: 555 / 212;
  object-fit: cover;
}

.aditional_fetaured_posts_wrapper .single_fetaured_post_wrapper img {
  aspect-ratio: 1/ 1;
  max-width: 30%;
}

.single_fetaured_post_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  flex: 1;
  color: #000;
}

.single_fetaured_post_content_main h3 {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  color: #0075bd !important;
}

.read_more_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0075bd;
}

.aditional_fetaured_posts_wrapper .read_more_wrappe {
  margin-top: 8px;
}

.aditional_fetaured_posts_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.secondary_fetaured_posts_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #a3a3a3;
  padding-left: 11px;
}

/********************Servicios *********************************/

.services_form_wrapper
  .elementor-4031
  .elementor-element.elementor-element-30f7f54 {
  position: relative;
  top: unset;
}

/* ------------ MOVIL -----------*/

@media screen and (max-width: 767px) {
  /*******************Home *******************/

  .aditional_fetaured_posts_wrapper .single_fetaured_post_wrapper a {
    flex-direction: column;
  }

  .aditional_fetaured_posts_wrapper .single_fetaured_post_wrapper img {
    aspect-ratio: 555 / 212;
    max-width: 100%;
  }
  /* ---------- FORMULARIO ---------- */
  .row {
    grid-gap: 0px !important;
  }

  /* ---------- FORMULARIO - AZUL ---------- */
  .formulario-azul .wpcf7 .row {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .formulario-azul .wpcf7 .accept_consent {
    flex-direction: column;
    align-items: flex-start;
  }

  .formulario-azul .wpcf7 .accept_consent .wpcf7-submit {
    margin-left: 0;
    margin-top: 20px;
  }

  .formulario-azul .submit-button,
  .formulario-azul .submit-button .wpcf7-submit {
    width: 100% !important;
  }

  .formulario-azul .submit-button {
    flex-direction: column;
  }

  /************Contacto ******************/

  .form_data_mobile {
    position: absolute !important;
    bottom: 0;
  }
  .formulario-serv-contact .wpcf7 input[type="submit"]{
    z-index: 1;
  }

  .formulario-serv-contact .checkbox-wrapper-18 {
    transform: scale(0.8);
}
}



/* ------------ TABLET -----------*/

@media (max-width: 1024px) {
  /* ---------- HEADER ------------ */
  header .elementor-nav-menu {
    padding-bottom: 20px;
  }

  .elementor-4458 .elementor-element.elementor-element-86fc1b4 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17) !important;
  }

    /*******************Home *******************/

    .fetaured_posts_wrapper > .single_fetaured_post_wrapper {
      width: 40%;
    }
  
    .fetaured_posts_wrapper .aditional_fetaured_posts_wrapper {
      width: 60%;
    }
  
    .fetaured_posts_wrapper > div {
      flex: unset;
    }
}

@media (max-width: 850px) {
  .fetaured_posts_wrapper {
    flex-direction: column;
  }

  .elementor-element-739d3be2.e-con > .e-con-inner, .elementor-element-b63797f.e-con > .e-con-inner {
    gap: 0;
  }

    /*******************Home *******************/

    .fetaured_posts_wrapper > .single_fetaured_post_wrapper{
      width: 100%;
    }
  
    .fetaured_posts_wrapper .aditional_fetaured_posts_wrapper {
      width: 100%;
    }
}

@media (min-width: 767px) {
  .iconos-home-redondos svg {
    width: 102px !important;
    height: 102px !important;
  }

  /* ---------- HEADER ------------ */
  header .elementor-icon-list-item {
    font-size: inherit !important;
    padding: 5px 30px !important;
  }

  /* ---------- HEADER - BOTONES CTA ---------- */

  header .elementor-icon-list-item {
    padding: 5px 20px !important;
  }

  /* ---------- FORMULARIO ---------- */

  .accept_consent .wpcf7-list-item-label {
    margin-top: 8px;
  }

  /* ---------- CHECKBOX 1 - FORMULARIO AZUL ---------- */

  .checkbox-wrapper-15 {
    top: 0px;
  }

  /* ------------ TABS EN HOMEPAGE - (CONTENIDO) -----------*/
  .tabs_homepage_component .tab-content > .tab-pane > div > div {
    margin-top: 0px;
  }

  .tabs_homepage_component .tab-content > .tab-pane > div {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .tabs_homepage_component .tab-content > .tab-pane > div > img {
    width: 50%;
    height: 480px;
  }

  .tabs_homepage_component .tab-content > .tab-pane > div > div {
    width: 50%;
    padding: 20px;
  }

  /* ------------ INICIO - PESTAÑAS (TABS) -----------*/
  .tabs_homepage_component .nav-link {
    gap: 0;
  }

  .tabs_homepage_component .nav-item a {
    display: flex;
    justify-content: space-evenly;
  }

  .tabs_homepage_component .homepage_tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    margin-bottom: 5px !important;
  }

  .tabs_homepage_component .nav-link {
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }

  .tabs_homepage_component .nav-link img {
    height: 40px;
  }

  /* ------------ FORMULARIO SERVICIOS Y CONTACTO -----------*/
  .formulario-serv-contact .wpcf7-response-output {
    width: 50%;
  }

  .formulario-serv-contact .accept_consent {
    flex-direction: row;
  }

  .formulario-serv-contact .checkbox-wrapper-18 {
    top: -7px;
    transform: scale(0.7);
  }

  .formulario-contacto .checkbox-wrapper-18 {
    top: 10px !important;
  }
}

/* ------------ LAPTOP -----------*/

@media (min-width: 1024px) {
  /* ---------- FORMULARIO ---------- */

  .accept_consent .wpcf7-list-item-label {
    margin-top: 2px;
  }

  /* ------------ FORMULARIO SERVICIOS Y CONTACTO -----------*/
  .formulario-serv-contact .accept_consent {
    flex-direction: column;
  }

  .wpcf7-response-output {
    bottom: 60px;
  }

  /* ------------ FORMULARIO  CONTACTO -----------*/

  .formulario-contacto .accept_consent {
    flex-direction: row;
    align-items: center;
  }

  .formulario-contacto .wpcf7-response-output {
    top: 5px;
  }

  /* ---------- FAQS ACORDEÓN ---------- */

  .acordeon_comunidades .elementor-tab-title {
    height: 80px;
  }

  /* ------------ TABS EN HOMEPAGE - CONTENIDO -----------*/
  .tabs_homepage_component .tab-content > .tab-pane > div > div {
    padding: 60px;
  }

  /* ------------ INICIO - PESTAÑAS (TABS) -----------*/
  .tabs_homepage_component .nav-link {
    height: 160px;
    font-size: 1rem;
  }

  .tabs_homepage_component .nav-link img {
    height: 48px;
  }
}

/* ------------ DESKTOP -----------*/

@media (min-width: 1366px) {
  .formulario-contacto .checkbox-wrapper-18 {
    top: 0px !important;
  }

  /* ------------ INICIO - PESTAÑAS (TABS) -----------*/
  .tabs_homepage_component .nav-link {
    height: 140px;
    font-size: 1rem;
  }
}

/* ------------ WIDESCREEN -----------*/

@media (min-width: 1600px) {
  .formulario-contacto .checkbox-wrapper-18 {
    top: 0px !important;
  }

  .elementor-4031 .elementor-element.elementor-element-30f7f54 {
    top: 0;
  }

  .aditional_fetaured_posts_wrapper .single_fetaured_post_wrapper img {
    max-width: 25%;
  }
}
