/*
Theme Name: Hello Biz Child
Template: hello-biz
Version: 1.0.0
*/

.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam  .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
}
.wpcf7-response-output{ 
    font-size: 12px;
    line-height: 1.5rem !important;
}
.sent  .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb!important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
.fila-dos-columnas > p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form div.fila-dos-columnas > p > label {
    width: calc(50% - 15px);
}
.wpcf7-form div > p > label{
    width: 100%;
}
.wpcf7-list-item-label a:hover{
    text-decoration: underline;
}
.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7-spinner{
    display: none;
}
.screen-reader-response{
    display: none !important;
}
span.wpcf7-list-item-label {
    margin-left: 7px;
}

.page-id-57 .wpcf7-form-control-wrap > input,
.page-id-57 .wpcf7-form-control-wrap > textarea{
    BACKGROUND: none;
    border: 0;
    border-bottom: 1px solid #898989;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Tenor Sans';
    text-transform: uppercase;
    letter-spacing: 3px;
}


.page-id-57 .wpcf7-form-control-wrap > textarea{
    height: 50px;
}
.page-id-57 .wpcf7-form div > p > label{
    position: relative;
    margin-bottom: 20px;
}
.page-id-57 .wpcf7-form div > p > label > span:not(.wpcf7-form-control-wrap){
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 20px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 22.5px;
    color: #343434;
    z-index: 5;
} 

.page-id-57 .wpcf7-form div.fila-dos-columnas > p > label:first-child{
    margin-right: 15px;
}
.page-id-57 .wpcf7-form div.fila-dos-columnas > p > label:last-child{
    margin-left: 15px;
}
.page-id-57 .wpcf7-form div > p textarea{
    margin-bottom: 0;
}
.page-id-57 .boton-formulario > p{
    text-align: center;
	width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.page-id-57 .boton-formulario [type=submit] {
   background: none;
    color: black;
    border: 1px solid black;
    padding: 7px 17px;
    max-width: 150px;
    width: 100%;
    border-radius: 20px;
    font-size: 17px;
}

.boton-formulario{
 width:auto;
}

.contenedor_form .aceptacion_form .wpcf7-list-item-label {
    BACKGROUND: none;
    font-size: 18px;
    font-family: 'Tenor Sans';
    text-transform: uppercase;
    letter-spacing: 1px;
}
#enlace-politicapriv-form {
    color: saddlebrown;
}

.boton-formulario {
    width: 25%;
    display: flex;
    flex-direction: row-reverse;
}

.contenedor_form{
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-id-57 .texto-contacto-subtitulo{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.nocomments{
    display: none;
}

.whatsapp-widget {
  position: fixed;
  bottom: 80px; /* ajusta según necesites */
  right: 15px;
  z-index: 9999;
}

.boton-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.boton-whatsapp:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    color: #fff;
    font-size: 30px;
}
.boton-whatsapp i {
  color: #fff;
}
@media (max-width: 479px) {
	.elementor-nav-menu--dropdown.elementor-nav-menu__container{
		margin-top: 7px;
	}
	.cmplz-cookiebanner.cmplz-show{
		width: calc(100% - 30px);
	}
   .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item {
        max-width: 50%;
    }
}