input:focus,
select:focus {
    outline: none;
}

.contenedor_emergente,
.contenedor_emergente2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-blanco);
    z-index: 5;
    padding: 50px;
    border-radius: 8px;
    display: none;
    width: 90%;
    max-width: 320px;
}

.contenedor_emergente2 .cuerpo_emergente p {
    text-align: center !important;
}

.centrar_boton2 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.cabecera_emergente {
    display: flex;
    justify-content: center;
}

.cuerpo_emergente {
    font-size: 16px;
    text-align: justify;
    margin: 20px 0px 0px 0px;
}

.cuerpo_emergente p {
    margin: 0;
}

#recaptcha-error {
    display: none;
}

.spinner_carga {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    display: none;
}

.spinner_carga svg {
    color: var(--color-verde-oscuro2);
}

.error {
    color: red !important;
}

.btn_menu {
    display: none;
    position: fixed;
    right: 30px;
    top: 25px;
    z-index: 5;
}

.contenedor_clientes ul {
    align-items: center;
}

.slider_clientes .uk-active a {
    background: var(--color-verde-oscuro2);
}

.fondo_header_scrol {
    background: var(--color-verde-oscuro) !important;
    transition-duration: 0.5s;
}

a:hover {
    text-decoration: none;

}

body {
    font-family: 'Almarai';
}


.cabecera_movil {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 270px;
    background: linear-gradient(35.82deg, var(--color-filtro1-movil) 23.5%, var(--color-filtro2-movil) 82.73%);
    z-index: 4;
    padding: 40px;
    transform: translateX(-100%);
    transition-duration: 0.8s;
}

.fondo_menu {
    z-index: 3;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(2 2 2 / 62%);
    display: none;
}

.barra_menu_movil {
    margin-top: 50px;
}

.barra_menu_movil ul {
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.sobreponer_todo {
    z-index: 4 !important;
}

.aparecer_barra_menu_s {
    transform: translateX(0);
    transition-duration: 0.8s;
}



.barra_menu_movil ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}


.centrar_boton {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.cabecera_browa {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition-duration: 0.5s;
}

header {
    justify-content: space-between !important;
    align-items: center;
}

.barra_menu ul {
    gap: 30px;
    margin-bottom: 0px !important;
}

.barra_menu ul li {
    margin-top: 0px !important;
}

.barra_menu ul li a {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-blanco);
    ;
}

.btn_unirse {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    background: var(--color-verde-claro);
    padding: 17px 24px;
    border-radius: 8px;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.btn_unirse::after {
    content: "";
    background: var(--color-verde-oscuro2);
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    -webkit-transition: all 0.40s;
    transition: all 0.40s;
}

.btn_unirse:hover {
    color: var(--color-blanco);
}

.btn_unirse:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.40s;
    transition: all 0.40s;

}


.fondo_banner {
    width: 100%;
    height: 700px;
    background-size: cover !important;
    display: flex;
    align-items: end;
    justify-content: center;

}

.contenedor_principal {
    align-items: center;
    gap: 25px;
}


.titulo_b1 {
    margin-bottom: 15px;
}

.titulo_b1 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.titulo_b1 h1:first-child {
    color: var(--color-blanco);
}

.titulo_b1 h1:last-child {
    color: var(--color-verde-claro);
}

.descripcion_b1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-blanco);
    margin-bottom: 20px;
}

.img_baner {
    border-radius: 8px;
    position: relative;
    top: 110px;
    -webkit-box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.4);
}

.titulo_seccion {
    width: 100%;
}

.titulo_seccion h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    margin: 0;
}

.titulo_seccion h2:first-child {
    color: var(--color-negro);
}

.titulo_seccion h2:last-child {
    color: var(--color-verde-claro);
}

.descrip_section {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: var(--color-negro);
}

.list_herramientas {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.row_list_herramientas {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
}

.item_herramientas {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item_herramientas img {
    width: 52px;
    height: 52px;
}

.item_herramientas h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 15px;
    color: var(--color-verde-claro);
    text-align: center;
}

.fondo_cris {
    background: var(--color-gris);
}

.clas_relative {
    position: relative;
}

.titulo_2_colores {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: var(--color-negro);
}

.titulo_2_colores strong {
    color: var(--color-verde-claro) !important;
}

.descrp_bloqmitad {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-negro);
}

.list_items_resporte {
    gap: 20px;
}

.img_reporte2 {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: -119px;
    -webkit-box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.padding_iz_20 {
    padding-left: 20px;
}

.item_funcion {
    background: var(--color-blanco);
    border-radius: 5px;
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px;
    box-sizing: border-box;
}

.item_funcion p {
    margin: 0;
}


.letra_alert .numero_fun,
.letra_alert .porcent_fun {
    color: var(--color-rojo);
}



.quitar_numero {
    opacity: 0;
}

.titu_fun {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-negro);
    display: flex;
    align-items: center;

}

.titu_fun img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-left: 5px;
}

.numero_fun {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-negro);
    padding: 15px 0px;
}

.porcent_fun {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.bloq_text_pontenciaNegocio {
    position: relative;
}

.contenedor_pontenciaNegocio {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--color-negro);
    margin: auto;
    margin-top: 20px;
}

.contenedor_pontenciaNegocio p strong {
    font-weight: 700;
}

.figure_agua {
    position: absolute;
    margin: 0;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
}

.figure_agua img {
    width: 100%;
    object-fit: contain;
}

.fondo_verde_gradiente {
    background-image: linear-gradient(to right, var(--color-negro), var(--color-verde-oscuro));
}

.contenedor_beneficios {
    align-items: center;
    gap: 25px;
}

.full_img {
    width: 100%;
    display: block;
}

.titulo_seccion2 {
    width: 100%;
}

.titulo_seccion2 h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
}

.titulo_seccion2 h2:first-child {
    color: var(--color-blanco);
}

.titulo_seccion2 h2:last-child {
    color: var(--color-verde-claro);
}

.descrip_section2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: var(--color-blanco);
}

.list_beneficios li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-blanco);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.list_beneficios li::before {
    content: '';
    display: table;
    width: 24px;
    height: 24px;
    background: url('../img/bullet.svg');
}

.text_centr_cliente {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-negro);
    margin-bottom: 40px;
    text-align: center;
}

.list_clientes {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.row_list_clientes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.item_clientes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.padding_iz_80 {
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fondo_cris .uk-section-xsmall {
    padding: 0px;
}

.contenedor_contacto {
    align-items: stretch;
}

.img_contacto_s {
    min-height: 100%;
}

.img_contacto_s img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.formulario_contacto {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.formulario_contacto label {
    width: 100%;
    box-sizing: border-box;
}

.formulario_contacto label input,
.formulario_contacto label textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--color-gris);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 19px;
    font-family: 'Almarai' !important;
    resize: none;
    box-sizing: border-box;
}

.formulario_contacto label input::placeholder,
.formulario_contacto label textarea::placeholder {
    color: var(--color-negro);
}

.formulario_contacto button {
    background: var(--color-verde-claro);
    border: 1px solid var(--color-verde-claro);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-blanco);
    padding: 19px 0px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}

footer p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-verde-claro);
    padding: 36px 15px;
}

footer p a {
    font-weight: 700;
    color: var(--color-verde-claro);
}

.slider_clientes ul.uk-slider-items li {
	padding: 0 20px;
}