/*
Theme Name: Smartics Child
Theme URI: http://www.smartics.ec
Description: This is a child theme for smartics Theme.
Author: Novaworks
Author URI: http: //www.robeto.com
Template: smartics
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.header-type-default {
  border-bottom: solid 0px var(--site-border-color);
}

.header-type-default .header-left-items {
  width: 15%;
  padding-left: 30px;
  padding-right: 30px;
}

.header-type-default .header-center-items>* {
  margin: 0 2.00rem;
}

.header-type-default .border_left {
  border-left: 2px solid var(--site-heading-color);
  padding-left: 10px;
}

.nav-menu>li:first-child {
  padding-left: 16px;
}

.header-type-default .nova-container {
  background-color: var(--site-header-bg-color);
  max-width: 100%;
}

.header-helper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 28px;
  background-color: var(--site-header-bg-color);
  margin-bottom: 5px;
  color: var(--site-header-text-color);
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  gap: 10px;
}

.header-helper li {
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.header-helper li button {
  padding: 8px;
  color: black;
  font-size: 17px;
  font-family: var(--site-secondary-font);
}


.main-navigation>ul>li:hover>a::before {
  height: 0px;
  background-color: none;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.header-type-default .nav-menu>li {
  padding: 0 10px;
}

.header-type-default .nav-menu>li>a {
  font-size: 13px;
  font-weight: 400;
}

.header-type-default .nav-menu>li:hover {
  background-color: var(--site-accent-color);
  
  font-weight: 600;
}
.main-navigation>ul>li.current-menu-item>a::before {
  height: 0px;
  background-color: none;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.open-overlay .nova-overlay-global {
  visibility: visible;
  opacity: 0.8;
}
.header-mobiles-wrapper .header-handheld-header-bar{
  width: 100%;
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target {
  position: relative;
  display: block;
  text-align: right;
  margin: 0 auto;
  padding: 0px 20px 0px 0px;
  color : var(--site-heading-color);

}
  .vertical1{
    text-orientation: revert-layer;
    height: auto;
    letter-spacing: 0.4rem;
    color: white;
    font-weight: 800;
  }
.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 1;
  padding: 0;
  border-left: 0px;
}
.button_pricing{
  padding: 0.5rem 0.5rem 0.5rem;
  font-size: 12px;
  border-radius: 3px 3px 3px 3px;
}
.clas_header_mov{
  width: 75%;
}
/* Opcional: Ajustes para que el menú desplegable ocupe el ancho completo a la derecha */
.settings-bar-dropdown-1 {
  position: absolute;
  height: auto !important;
  left: 0; /* Alinea el menú a la izquierda */
  top: 100%;
  width: 50vw; /* Ancho completo de la pantalla */
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

@media print, screen and (max-width: 47.9988em) {
  .header-mobiles-wrapper .header-mobiles {
      width: 100%;
      min-height: 1.5em;
      padding-left: 0.2rem;
      padding-right: 0.5rem;
  }
}

.entry-content .alignfull{
  margin: 0;
  width:100%;
}
/****************************************************************/
/****************************************************************/
.title {
  font-family: var(--site-main-font);
  font-size: clamp(26px, 5vw, 76px); /* Mínimo 36px, escala fluida, máximo 76px */
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 100;
  letter-spacing: clamp(0.5rem, 1.5vw, 1.5rem); /* Ajusta el espaciado dinámicamente */
}

.text-type-main{
  font-family: var(--site-main-font)!important;
  line-height: 1.4rem;
  text-align: justify;
}
.text-type-main strong{
  font-family: var(--site-main-font)!important;
  font-style: italic;
  font-weight: 400;
}
.h1, h1{
  font-family: var(--site-main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: -2px;
  letter-spacing: 0.4rem;
  color: #676464 !important;
  z-index: 100;
}

.h3, h3{
  font-size: 14px ;
  color: var(--site-text-color)!important;
  font-family: var(--site-main-font);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.h4, h4{
  color: var(--site-text-color)!important;
  font-size: 26px ;
  font-family: var(--site-main-font);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
}

.h5, h5{
  font-size: 26px ;
  font-family: var(--site-main-font);
  font-style: italic;
  font-weight: 600;
}

.h6, h6{
  font-size: 24px ;
  font-family: var(--site-main-font);
  font-style: italic;
  font-weight: 500;
}

.p, p{
  font-size: 16px ;
  font-family: var(--site-secondary-font);
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4rem;
}
.p em{
  font-size: 16px ;
  font-family: var(--site-secondary-font);
  font-style: italic;
  font-weight: 600;
  
}

.background-image{
overflow: inherit;
margin-bottom: 0;
}

.mark {
  width: 100%;
  background-color: var(--site-text-color);
  padding: 10px 10px 10px 10px; 
}
.margin-0{
  margin-top: 0!important;
}
.margin-full-0{
  margin: 0!important;
}
.margin-top-10{
  margin-top: 7%;

}

.overflow-border-right{
  margin: 0;
  position: relative;
  left: 3vh;
}
.padding-left-3{
  padding: 0px 0px 0px 13%;
}
.ul, ul{
  margin-left: 1.25rem;
  list-style-type: "- ";
  font-size: 13px;
}
.p-card{
  font-family: var(--site-main-font);
  color: var(--site-text-color) !important;
  font-size: 14px;
  font-style: inherit;
  font-weight: 300;
  

}
.p-card-normal{
  font-family: var(--site-main-font);
color: var(--site-text-color) !important;
font-size: 18px;
font-style: normal;
font-weight: 600;
margin-bottom: 5px;
}
.p-big-normal{
  font-family: var(--site-main-font);
color: var(--site-text-color) !important;
font-size: 16px;
text-align: justify;
font-style: inherit;
line-height: 1.5rem;
font-weight: 300;
}
.p-big{
  font-family: var(--site-main-font);
  font-style: italic;
  font-weight: 300;
  line-height: 2rem;
  font-size: 26px;
}

.vertical-text {
  writing-mode: sideways-lr; /* Orientación vertical de derecha a izquierda */
  position: absolute;
  right: 30px;
  top: 20px;
}

.btn-white a{
  background-color: transparent;
  color: var(--site-text-color)!important;
  border-radius: 0px;
  border: 1px solid black;
  font-size: 14px;
  text-transform: uppercase;
  
}
.wp-block-image .alignleft{
  margin: 0;
  
}
.wp-block-image .alignright {
  margin: 0;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.image-border {
    position: relative; /* Necesario para posicionar los pseudo-elementos */
}

.image-border::after {
  content: '';
  position: absolute;
  left: 0; /* Alineado con el borde derecho */
  top: -4px;
  width: 25%; /* Longitud de la línea horizontal en la esquina inferior derecha */
  height: 4px; /* Grosor de la línea */
  background-color: var(--site-heading-color); /* Color de la línea */
}
.image-border::before {
  content: '';
  position: absolute;
  left: -4px; /* Alineado con el borde derecho */
  top: -4px;
  width: 4px; /* Longitud de la línea horizontal en la esquina inferior derecha */
  height: 10rem; /* Grosor de la línea */
  background-color: var(--site-heading-color); /* Color de la línea */
}




.image-border-right {
  position: relative; /* Necesario para que los pseudo-elementos se posicionen dentro del contenedor */
}

.image-border-right::after {
  content: '';
  position: absolute;
  right: 0; /* Alineado con el borde derecho */
  bottom: -32.8rem; /* Alineado con el borde inferior */
  width: 25%; /* Longitud de la línea horizontal */
  height: 4px; /* Grosor de la línea horizontal */
  background-color: var(--site-heading-color); /* Color de la línea */
}

.image-border-right::before {
  content: '';
  position: absolute;
  right: -4px; /* Alineado con el borde derecho */
  bottom: -32.8rem; /* Alineado con el borde inferior */
  width: 4px; /* Grosor de la línea vertical */
  height: 10rem; /* Altura de la línea vertical */
  background-color: var(--site-heading-color);
}

.italic{
  font-style: italic;
}
.noupcasse{
  text-transform: none;
}

.center{
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .header-helper {
    margin:0px;
  }
  .p, p{
    font-size: 14px ;
    line-height: 1.2rem;
  }
  .p-big{
    line-height: 1.4rem;
    font-size: 16px;
  }
  .wp-block-cover,.wp-block-cover-image{
    overflow: inherit;
    min-height: 245px;
  }
  .h1, h1{
    font-size: 18px;
    top: -5px;
    letter-spacing: 0.2rem;
    position: relative;
    color: #504e4e !important;
  }

  .h4, h4 {
    font-size: 21px;
    margin-bottom: 40px;
}
.h5, h5{
  font-size: 21px ;
}
.p-big-normal {
  font-size: 14px;
  line-height: 1.3rem;
}
.ul, ul {
  font-size: 12px;
}
.margin-top-10 {
  margin-top: 3%;
}
.image-border-right::before {
  bottom: -24.2rem; /* Alineado con el borde inferior */
}
.image-border-right::after {
  bottom: -24.2rem; /* Alineado con el borde inferior */
}


}



@media (max-width: 768px) {


  .header-helper {
padding: 27px;
justify-content: center;
}
  .wp-block-cover,.wp-block-cover-image{
    overflow: inherit;
    min-height: 300px;
  }
  .image-border::after {
    left: 0; /* Alineado con el borde derecho */
    top: 0px;
    width: 0%; /* Longitud de la línea horizontal en la esquina inferior derecha */
    height: 0px; /* Grosor de la línea */
  }
  .image-border::before {
    left: 0; /* Alineado con el borde derecho */
    top: 0px;
    width: 0%; /* Longitud de la línea horizontal en la esquina inferior derecha */
    height: 0px; /* Grosor de la línea */
  }
  .image-border-right::after {
    left: 0; /* Alineado con el borde derecho */
    top: 0px;
    width: 0%; /* Longitud de la línea horizontal en la esquina inferior derecha */
    height: 0px; /* Grosor de la línea */
  }
  .image-border-right::before {
    left: 0; /* Alineado con el borde derecho */
    top: 0px;
    width: 0%; /* Longitud de la línea horizontal en la esquina inferior derecha */
    height: 0px; /* Grosor de la línea */
  }
}
/****************************************************************/
/****************************************************************/


.site-wrapper .site-content-wrapper .site-content {
  padding: 0 0;
}
.container-body {
  margin: 40px 10% 0px 10%;
}
.container-body-medium {
  margin: 0px 18% 0px 18%;
}

.container-body-right {
  margin: 0px 10% 0px 0px;
}

.responsive-only{
  display: none !important;

}
.responsive-only-flex{
  display: none !important;

} 
@media (max-width: 1024px) {
  .container-body {
    margin: 0px 5% 0px 5%;
  }
  .container-body-medium {
    margin: 0px 8% 0px 8%;
  }
  

}
@media (max-width: 1278px) {

  .menu {
    display: grid !important;
    font-size: 25px;
    place-items: center
  }

  
  

}


@media (max-width: 778px) {
  .container-body-right {
    margin: 0px 10% 0px 10%;
  }
  .responsive-none{
    display: none !important;
  }
  .responsive-only{
    display: block !important;
  
  }
  .responsive-only-flex{
    display: flex !important;
  
  }

}


.background-black{
  align-content: center;
  position: relative;
  padding: 50px 50px 50px 50px ;
  max-width: 600px; /* Ajusta la altura según necesites */
  min-height: 400px; /* Ajusta la altura según necesites */
  background-color: #373737;
  margin-top: 100px !important;
}

.font-black span{
  position: relative;
  height: 442px;
  /* align-self: center; */
}

.background-black::before {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 25%; /* Longitud de la línea */
  height: 4px; /* Grosor de la línea */
  background-color: var(--site-heading-color); /* Color de la línea */
}

.background-black::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  width: 4px; /* Grosor de la línea */
  height: 50%; /* Longitud de la línea */
  background-color: var(--site-heading-color); /* Color de la línea */
}

.yellow{

  font-weight: 300;
  font-style: normal;
  color: var(--site-heading-color) !important;
}
.yellow strong{
  
  color: var(--site-heading-color) !important;
}

.font-vapor{
  position: absolute;
  top:8rem;
  left: 0;
}
@media (max-width: 1024px) {
  .background-black{
    padding: 20px 20px 20px 20px ;
  }
  .font-black span {
    height: 220px;
  }
  .font-vapor {
    top: -2rem;
}
}

@media (max-width: 768px) {
  .font-black span {
    height: auto;
  }
  .font-vapor {
    top: 14rem;
}
}



/* Contenedor principal */
.container_testimonial {
  display: flex; /* Para alinear los items horizontalmente */
  flex-wrap: wrap; /* Permitir que los elementos se muevan a otra fila si no hay espacio */
  justify-content: center; /* Centra horizontalmente */
  gap: 5px; /* Espaciado entre elementos */
  padding: 20px;
}

/* Cada item */
.comments-item {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 360px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px 0px 40px;
  min-height: 380px;
}



/* Texto dentro del contenedor */
.container-comments-text {
  color: var(--site-text-color) !important;
  text-align: center; /* Centra el texto */
  font-family: Arial, sans-serif; /* Fuente legible */
  padding: px; /* Espaciado interno */
}

.comments-text-overlay {
  padding: 50px 20px 20px 20px;
  width: 100%;
}


.p-card, 
.text-center{
  font-size: 16px;
  font-family: var(--site-secondary-font);
  font-style: normal;
}

@media (max-width: 1024px) {
  .comments-item {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 290px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 9px 0px 25px;
    min-height: 370px;
  }
  .p-card, 
.text-center{
  font-size: 14px !important;
}
}

.line-separador{
  align-content: center;
  position: relative;
  max-width: 600px; 
  max-height: 400px;

}

.line-separador, .wp-block-image{
margin:0 !important;
}


.line-separador::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -10px;
  width: 1px; 
  height: 100%;
  background-color: var(--site-text-color);
}

.box-yellow figure{
  box-shadow: -7px 9px 0px var(--site-heading-color); /* Más intensa */
}

.font-image{
  overflow: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 80%;
}
.vertical-container{
  position: relative;
}
.vertical {
  position: relative;
  writing-mode: tb;
  text-orientation: revert-layer;
  font-size: 55px;
  height: auto;
  letter-spacing: 2.2rem;
  color: white;
  font-weight: 800;
  transform: rotate(180deg); /* Rota el texto 180 grados */
  left: 100%;
  top: -2%;
}
.imagen_overflow{
  position: relative;
  top: 1px;
  right: -19%;
}


.font-white-right{
  overflow: inherit;
  position: relative;
  width: 146%;
  top: 0;
  margin-right: unset;
  right: 50%;
  height: 50%!important;
  min-height: auto;
  box-shadow: 3px 5px 9px #00000061;
  padding: 4.5rem 3rem 3rem 3rem;

}
.font-white-right figure{
  position: absolute;
  /*right: -1.5rem;
  top: -1.5rem;
  */
  right: -4rem;
  top: -4rem;
}

.font-white-left{
  overflow: inherit;
  position: relative;
  width: 110%;
  top: 0;
  margin-right: unset;
  height: 50%!important;
  min-height: auto;
  box-shadow: 3px 5px 9px #00000061;
  padding: 4.5rem 3rem 3rem 3rem;

}
.font-white-left figure{
  position: absolute;
  /*left: -1.5rem;
  top: -1.5rem;*/
  left: -4rem;
  top: -4rem;
}
.padding-h2{
padding-left: 50%;
}

.border-items-about {
  overflow: inherit;
  min-height: 400px;
}

.border-items-about span{
  border: 2px solid var(--site-text-color);
  border-radius: 10px 10px 10px 10px;
}
 .image-sup {
  /* position: absolute;
  bottom: 85%; */

}
.sub-title {
  font-size: var(--site-main-font);
  color: var(--site-heading-color)!important;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.imagen-brillo{
  position: absolute;
  top: 25%;
  left: 10%;
}
.brillo-negro{
  position: relative;
  top: 1rem;
  z-index: 100;
}

.border-services{
  border: 1px solid var(--site-text-color);
  min-height: 430px;
  justify-items: center;
  text-align: center;
}

.image-opacity {
  position: relative; 
  display: inline-block;
  overflow: hidden; 
  bottom: 2rem;
}


.image-opacity::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  background-color: black; 
  opacity: 0.5;
  transition: opacity 0.3s ease; 
}

.image-opacity:hover::before {
  opacity: 0; 
}
.image-left{
  left: -4rem;
  box-shadow: 8px 8px 0 var(--site-heading-color);
  width: 155px;

}

.wpcf7-spinner {
	display: block;
}



.image-left-down{
  left: -7rem;
  box-shadow: 8px 8px 0 var(--site-heading-color);
  width: 220px;
}

.image-center{
  box-shadow: 0px 8px 0 var(--site-heading-color);
  width: 155px;
}

.image-center-down {
  box-shadow: 0px 8px 0 var(--site-heading-color);
  width: 220px;
  height: 156px;

}

.image-right{
  right: -1rem;
  box-shadow: -8px 8px 0 var(--site-heading-color);
  width: 155px;
}
.image-right-down{
  right: -2rem;
  box-shadow: -8px 8px 0 var(--site-heading-color);
  width: 220px;
}
.wp-image-983 {
  box-shadow: 10px -10px 0 var(--site-heading-color); /* Sombra amarilla en los lados superior y derecho */
  position: relative;
}

.wp-image-926 {
  width: 100%; /* La imagen ocupará el ancho completo del contenedor */
  max-width: 530px; /* Limita el ancho máximo para pantallas grandes */
  height: auto; /* Mantiene la proporción de la imagen */
}

.boder-left-top img {
  box-shadow: -10px -10px 0 var(--site-heading-color); /* Sombra amarilla en los lados superior e izquierdo */
  position: relative; /* Necesario si planeas añadir más efectos */
}

.boder-center-top{
  box-shadow: 0px -8px 0 var(--site-heading-color);
}
.boder-right-top{
  box-shadow: 6px -8px 0 var(--site-heading-color);
}

.gap-20{
  gap:8rem
}
.gap-10{
  gap:4rem
}

.checklist ul {
  font-family: var(--site-secondary-font);
  margin-left: 1.25rem;
  font-size: 13px;
  list-style: none; /* Ocultar la viñeta predeterminada */
  padding: 0;
}

.checklist ul li {
  display: flex; /* Crea un contenedor flexible */
  align-items: center; /* Alinea verticalmente texto con imagen */
  margin-bottom: 0.5rem; /* Espaciado entre elementos */
}

.checklist ul li::before {
  content: "";
  display: inline-block;
  background: url('assets/images/visto.jpg') no-repeat center center;
  background-size: contain;
  width: 30px; /* Tamaño del icono */
  height: 30px;
  margin-right: 0.7rem; /* Espaciado entre icono y texto */
}
@media (max-width: 1330px) {
  .border-items-about {
    min-height: 450px;
  }
}

@media (max-width: 1200px) {
  .image-sup {
    position: relative;
  
  }
  .border-services{
    border: 1px solid var(--site-text-color);
    min-height: 325px;
  }
 .gap-20{
    gap:4rem
  }

  .image-left{
    left: -1rem;
    width: 120px;
  
  }


  
  
  .image-left-down{
    left: -4rem;
    width: 150px;
  }
  
  .image-center{
    width:  120px;
  }
  
  .image-center-down {
    width: 150px;
    height: 105px;
  
  }
  
  .image-right{
    right: 0rem;
    width:  120px;
  }
  .image-right-down{
    right: 1rem;
    width: 150px;
  }


}



@media (max-width: 778px) {
  .border-imagen{
    box-shadow: -8px 8px 0 var(--site-heading-color);
  }
  .border-services{
    align-content: center;
    border: 1px solid var(--site-text-color);
    min-height: 300px;
    padding: 20px;
  }
  .vertical {
    position: relative;
    writing-mode: rl;
    transform: rotate(0deg); /* Rota el texto 180 grados */
    left: 0;
    top: 23px;
    font-size: 35px;
  }
  .font-white-left{
    /* width: 100%; */
    top: 0;
    min-height:75%!important;
    padding: 0.3rem 0.5rem 0.3rem 3rem;
  
  }
  .border-items-about {
    min-height: 300px;
  }

  .font-white-right{
    width: 100%;
    min-height:75%!important;
    right: 0;
    padding: 0.3rem 3rem 0.3rem 0.5rem;
  
  }
}


/*checkbox*/


.custom-checkbox {
  display: inline-block;
  width: 25px; 
  height: 25px;
  border: 2px solid var(--site-heading-color); 
  border-radius: 4px; 
  position: relative;
  cursor: pointer;
  background-color: transparent;
}

/* Estilo del "visto" dentro del checkbox */
.custom-checkbox::after {
  content: "✔"; 
  font-size: 18px; 
  color: var(--site-heading-color); 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; 
}

/* Mostrar el visto al seleccionar */
#custom-checkbox:checked + .custom-checkbox::after {
  display: block;
}

/* Mover el checkbox mas a la izquierda */
.custom-checkbox {
  margin-left: -20px; 
}

/*Fin de Checkbox*/

.gallery-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.thumbnails {

  display: flex;
  gap: 10px;
}
.container-thumbnails {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--site-text-color);
  position: relative; /* Agregar esta propiedad para asegurar que las flechas estén dentro del contenedor */
  margin-bottom: 3rem;
}

.thumbnails img {
  width: auto;
  height: auto;
  cursor: pointer;
  transition: border-color 0.4s;
}

.thumbnails img:hover {
  border-color: #0073aa;
}

/* Estilo para los botones de navegación */
.slider-btn {
  position: absolute;
  top: 50%; /* Centrar verticalmente las flechas */
  transform: translateY(-50%); /* Asegura que la flecha esté perfectamente centrada */
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px; /* Opcional, para bordes redondeados */
}

/* Botón izquierdo */
.left {
  left: 10px; /* Ajusta la distancia desde el borde izquierdo */
}

/* Botón derecho */
.right {
  right: 10px; /* Ajusta la distancia desde el borde derecho */
}

.border-contact{
  position: relative;
  border: 1px solid var(--site-text-color);
  min-height: 150px;
  max-width: 250px;
}

.border-contact figure{
  position: absolute;
  top: 25%;
  left: -15%;
}
.container-contact{
  width: 100%;
  min-height: 150px;
  padding-left: 20%;
}

.padding-left{
  padding-left: 8%;
}

/* Contenedor del formulario */
.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Cada columna del formulario */
.form-column {
  width: 48%;
}

/* Estilo general para las etiquetas */
.form-column label {
  display: block;
  margin-bottom: 15px;
}

/* Ajuste de ancho para los campos de entrada */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  font-family: var(--site-main-font);
  width: 100%;
  padding: 10px 0px 10px 20px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 0px solid var(--site-text-color);
  border-radius: 0px;

  font-size: 14px;
  background-color: var(--site-heading-color);
  font-style: italic;
  font-weight: 300;
  border-radius: 10px;
}

/* Estilo del botón de envío (opcional) */
.wpcf7 input[type="submit"] {
  width: 50%;
  padding: 10px 0px 10px 0px;
  background-color: var(--site-text-color);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 22px;
  text-transform: uppercase;
}
.wpcf7-form {
  width: 90%;
}

.button-submit {
  text-align-last: center;
}
.wpcf7 {
  text-align: -webkit-center;
  text-align: -moz-center;
  margin-top: 50px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: var(--site-heading-color);
  color: var(--site-text-color);
}
@media (max-width: 768px) {
  .form-column {
    width: 100%;
  }
  .form-column label {
    margin-bottom: 0px;
  }
}


/****************************************************************/
/****************************************************************/




.site-footer {
  min-height: 275px;
  position: relative;
  background-color: var(--site-footer-bg-color);
  color: var(--site-footer-text-color);


}
.site-logo-footer {
  justify-self: center;
}
.container-footer{
  min-height: 350px;
  display: grid;
  color: white;
  padding-top: 6%;
  padding-left: 5%;
  grid-template-columns: 25% 60% 15%; 
  background-position: left bottom;
  background-repeat: no-repeat;
}


.footer-items{
  display: flex; /* Usa flexbox para alinear los elementos */
    justify-content: space-between; /* Distribuye el espacio entre los elementos */
    padding: 0;
    margin-left: 2%;
    margin-right: 0%;
    list-style-type: none; /* Elimina los puntos de la lista */
}

.footer-contacts {
  flex: 1; /* Cada elemento ocupa el mismo espacio */
  padding: 0 10px; /* Espaciado interno para separación entre las secciones */
}

.container-footer label{
font-size: 16px;
font-family: var( --site-secondary-font);
color: white;

}
.container-footer p{
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--site-main-font);
  font-size: 12px;
  color: white;
  margin-top: 10px;
  text-align: justify; /* Justifica el texto */
  line-height: 1.3; /* Ajusta el espaciado entre las líneas */
  word-spacing: -1px;

  
  }
  

.footer-text {
  background-color: black;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.footer-navigation{
  margin-top: 10px;

}
.footer-menu {
  list-style-type: none;
  margin-left: 20px;
}

.footer-menu li {
  text-transform: uppercase; /* Convierte el texto a mayúsculas */
  line-height: 1; /* Ajusta el espaciado entre las líneas */
  font-size: 12px;
}

.footer-menu li + li {
  margin-top: 10px; /* Agrega un margen entre los elementos del menú */
}

.footer-menu li a {
  text-decoration: none; /* Quita el subrayado de los enlaces */
  color: inherit; /* Mantiene el color del texto heredado */
}
.footer-menu {
  list-style-type: none;
  margin-top: 0;
  margin-left: 20px;
}

.content_contact{
  margin-top: 10px;
  list-style-type: none;
  margin-left: 20px;
  line-height: 1; 
  font-size: 12px;
}
.social_media{
  margin-top: 10px;
  margin-left: 20px;
}
.class_brillo img{
  position: absolute;
  bottom: 20px;
}

@media (max-width: 900px) {
  .container-footer{
    grid-template-columns: auto; 
  }
  .footer-items{
    display: grid;
      padding: 5% 50% 0px 0px;
      margin-left: 0%;
      margin-right: 0%;
      list-style-type: none; 
  }
  .class_brillo img{
    position: absolute;
    bottom: 10%;
    left: 80%;
  }
  .footer-text {
    display: grid;
    font-size: 12px;
    min-height: 50px;
  }
  .comments-item{
    padding: 0px 10px 0px 20px;
  }
  .comments-text-overlay {
    padding: 50px 20px 90px 30px;
    width: 100%;
  }

  

}
