/*
Theme Name: tema hijo
Theme URI: https://logicalweb.bo
Version: 1.0
Description: Tema hijo del twentytwentyfour
Author: jose
Author URI: https://logicalweb.bo
Template: twentytwentyfour
*/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
 body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif   !important;
  background-color: white !important;
}
main{
  margin: 0;
}
.entry-content{
  margin-top: 0;
}
.wp-block-button__link{
  padding: 16px 32px !important;
}

/**************************************************************/
.formulario {
  width: 100%;

}

a[aria-current="page"] {
  color: white; /* Cambia el color del texto a blanco */
  font-weight: bold; /* Hace el texto en negrita */
  }
  #h1_home{
  font-size: clamp(55px, 4vw, 80px) !important;
  font-weight: 700 !important;
}
p:not(header p):not(.fondo_inicio p):not(footer p):not(.p_recapcha )  {
  line-height: 27px !important;
  font-size: clamp(16px, 2vh, 20px) !important;
  color: #5e5e5e !important;
  font-weight:400;
}
.p_recapcha {
  position: relative;
  margin-top: -20px !important;
  margin-bottom: 30px !important;
  font-size: 12px !important;
}
h1,h2{

  font-family: "League Spartan", sans-serif !important;
  line-height:67.2px;
  vertical-align:baseline;
  letter-spacing:normal;
  word-spacing:0px;
  color: #141414 ;
}
h4{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif   !important;
font-size:clamp(22px,2vw,24px)  !important;
line-height: 30px !important;
color: #151515;
}
h1,h2{
  font-size: clamp(40px, 4vw, 60px) !important;
  font-weight: 700 !important;
  color: #141414 ;
}

.wp-element-button:hover, .wp-block-button__link:hover {
  background-color: black !important;


}
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="tel"],
.formulario textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc; /* Color del borde */
  border-radius: 4px; /* Redondea los bordes */
  outline: none;
  font-size: 18px;

}
a:not(.abona_tarjeta a) {
  text-decoration: none !important;
}
.formulario textarea {
  height: 200px; /* Ajusta la altura según tus preferencias */
}

/* Placeholder */
.formulario input[type="text"]::placeholder,
.formulario input[type="email"]::placeholder,
.formulario input[type="tel"]::placeholder,
.formulario textarea::placeholder {
  transition: transform 0.3s ease-out; /* Agrega transición para la transformación */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif   !important;
  font-size: 18px;
  outline: none;
}

.formulario input[type="text"].filled::placeholder,
.formulario input[type="email"].filled::placeholder,
.formulario textarea.filled::placeholder {
    opacity: 1 !important; /* Asegura que el placeholder permanezca visible */
    transition: opacity 0.3s ease; /* Agrega una transición suave */
}


.formulario input[type="submit"] 
{
 text-transform: uppercase !important;
 letter-spacing: 1.13px !important;
 font-size: 16px !important;
}
.formulario input[type="submit"] {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background-color: #141414; /* Color de fondo del botón */
  color: white; /* Color del texto del botón */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif   !important;
  font-size: 18px;
}

.formulario input[type="submit"]:hover {
  background-color: #242323; /* Color de fondo del botón al pasar el cursor */
}

/**************************nav*******************************************************/
.nav_scroll {
  position: relative;
  transition: background-color 0.3s ease, height 0.3s ease; /* Añadimos una transición suave */
  padding: 20px; /* Ajusta los paddings según sea necesario */
  z-index: 5;
  width: 100%;
  background-color: #141414;
}

.nav_scroll.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(22, 22, 22, 0.9 ) !important; /* Color de fondo con transparencia */
  padding:  0 20px; /* Paddings para compensar el cambio de altura */
}
.nav_scroll.fixed img {
  height: 64px; /* Cambiamos la altura de la imagen cuando la navegación se vuelve fija */
}
.p_home{
  bottom: -150px;
    position: relative;
}

.btn_home a{
  font-weight: 700 !important;
}
.separador_paypal{
  margin-left: 0;

}

#fondo_map iframe {
position: relative;
bottom: -10px !important;
}
footer{
  margin-top: 0 !important; 
}
.blog_indv:hover {
  box-shadow: rgb(187, 187, 187) 0px 0px 28px -3px;
}

.clic_fil:hover{
  cursor: pointer;

}
  /********************************icon_llamada *******************************************/
  .cont_lla{
    position: fixed;
    z-index: 1;
    bottom: 25px;
    right: 23px;
  }
  .icon_llamada {
    padding: 13px;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 2; /* Asegura que la imagen esté sobre el círculo */
}
.icon_llamada  img {
  position: relative;
  z-index: 4;
}

.icon_llamada::before {
    content: ""; /* Agrega un contenido al pseudo-elemento */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 3; /* Asegura que el círculo esté detrás de la imagen */
    border-radius: 50%;
}
  /*****************************************************************************/
  /***************************************************contact flotante****************************************************/
  #wpcs_content_main_326{
  
    top: 10vh !important;
    width: 385px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 18px;
    overflow-y: scroll !important;
    max-height: 800px !important;

  }
  #wpcs_content_inner_326{
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
  }
  #wpcs_overlay_326 {
    background: none !important;

  }
  #wpcs_content_main_326 h2{
    font-size: 30px !important;
    margin: 0 !important;
  }
  .p_for{
    padding: 10px !important;
    background: #B8B8B8 !important;
    border-radius: 4px !important;
    margin-top: -40px !important;
    margin-bottom: 35px !important;
    font-size: 16px !important;
}
#wpcs_content_main_326 .formulario{
  padding: 20px !important;
  box-sizing: border-box !important;

}
#wpcs_content_main_326 .formulario textarea{
height: 150px  !important;
}
.forh2{
  background-color: black !important;
}

.forh2 h2{
  color: white;
  padding: 30px 20px !important;
}

#wpcs_tab_326 {
 
  width: 60px !important;
  height: 60px !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(360deg) !important;
  z-index: 9999999;
  font-size: 18px;
  top: auto !important;
  bottom: 25px !important;
  right: 25px !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
} 
#wpcs_tab_326 img{
  width: 30px;
    height: 30px;
}

/*********************************************btn_paypla***************************************/
.btn_paypal_j {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 56px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  background-color: #141414;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.btn_paypal_j img {
  width: 24px; /* Ajusta el ancho de la imagen */
  margin-right: 8px; /* Ajusta el espacio entre la imagen y el texto */
}

.btn_paypal_j span {
  display: inline-block;
  vertical-align: middle;
}

.btn_paypal_j:hover {
  background-color: #333333;
}

.btn_paypal_j:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009cde;
}

.btn_paypal_j:active {
  background-color: #000000;
}
.grecaptcha-badge{
	display:none !important;
}

/* <===========================media queries para pc==========================> */
@media screen and (min-width:950px) {
    body {
    
    }
  }
/* <===========================media queries para tablet==========================> */

  @media screen and (min-width:601px) and (max-width:850px) {

   .nav_1 ul{
    display: none !important;
   }
   .wp-block-navigation__responsive-container-open {
    display: flex !important;
   }
   #modal-1-content ul li a{
    font-size: 20px !important;
    text-transform: none !important;
  }
  #modal-1-content ul {
    width: 100% !important;
  }
  #modal-1-content ul li {
    border-bottom: 1px solid rgba(76, 76, 76, 0.5);
    width: 100%;
    margin-top: 20px !important;
  }
  }
/* <===========================media queries para celular==========================> */

  @media screen and (max-width:599px) {
   
    #h1_home {
      line-height: 60px !important;
  }
  .p_home {
    bottom: -40px;
}
    .logo_sitio{
      width: 70px !important;
    }
    h1,h2,h3,h4{
      line-height: 40px !important;
    }
    .p_px22{
      font-size: 22px !important;
    }
    .margin_space{
      margin: 50px 0 !important;
    }
    .gap_columns{
      gap: 50px !important;
      margin-top: 50px !important;
    }
    .gap_columns1{
      margin-top: 10px !important;
    }
    .h2_700{
      font-weight: 700 !important;
    }
    .blog_inicio ul li .wp-block-group  {
      padding-top: 0 !important;
    }
    .plantilla_entrante{
      gap: 40px !important;
      text-align: center !important;
    }
   .fon_contac{
    text-align: center;
   }
    
   .formulario input[type="text"]::placeholder,
   .formulario input[type="email"]::placeholder,
   .formulario textarea::placeholder {
     font-size: 16px;
   }
 
   .wp-block-buttons{
    justify-content: center !important;
   }
   .grup_turno{
    margin-top: 50px !important;
   }
   .font_paypal{
    text-align: center !important;
   }
   .separador_paypal{
    margin-left:  auto !important;
  
  }
  .colum_paypal{
    display: grid !important;
    gap: 15px;

  }
  #modal-1-content ul li a{
    font-size: 20px !important;
    text-transform: none !important;
  }
  #modal-1-content ul {
    gap: 20px !important;
    width: 100% !important;
  }
  #modal-1-content ul li {
    border-bottom: 1px solid rgba(76, 76, 76, 0.5);
    width: 100%;
    margin-top: 20px !important;
  }
  .nav2 {
    margin: 20px 0 !important;
  }
  .nav2 ul{
    flex-direction: column !important;
    gap: 5px;
  }
  .nav2 ul li{
    font-size: 14px !important;
  }
  .numbers_us{
    line-height: 30px !important;
    margin: 40px 0 !important;
  }
  .cel_marg{
    margin: 30px 0 !important;
  }
  /**********************form-flotante***********************************************/
  #wpcs_content_main_326{

    width: 100% !important;
    top: 0 !important;
  }
 
  }