/*
Theme Name: Builder Theme Child
Template: tenweb-website-builder-theme
Author: Child Theme Configurator
Description: This is a basic theme which helps you design your website.
Version: 2.1.19.1772544163
Updated: 2026-03-03 13:22:43

*/

/* Cambios en español */

.about_us_h2 h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

.custom-lang-dropdown .current-lang {
    color: #000000;
}

@media (min-width: 1200px) {
    #third-counter .elementor-counter {
        margin-left: -40px;
    }
    .tabs_espanol .e-n-tabs-heading button {
        padding-left: 30px;
        padding-right: 30px;
    }    
    .tabs_ruso .e-n-tabs-heading button {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*Eliminación de márgenes del carousel*/

 .admin-bar .mobile_menu {
    margin-top: 46px !important;
 }
/* CONTENEDOR */
.custom-lang-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

/* IDIOMA ACTUAL */
.custom-lang-dropdown .current-lang {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 18px; /* espacio para flecha */
    position: relative;
}

/* FLECHA */
.custom-lang-dropdown .current-lang::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
}

/* BANDERAS EN CÍRCULO */
.custom-lang-dropdown img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

/* LISTA DESPLEGABLE */
.custom-lang-dropdown .lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    display: none;
    min-width: 100%;
    border-radius: 6px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
    .custom-lang-dropdown .lang-list {
        display: none !important;
        padding: 8px 10px;
        z-index: 99;
    }
    .custom-lang-dropdown.open .lang-list {
        display: block !important;
    }
    .custom-lang-dropdown.open .current-lang::after {
        transform: translateY(-50%) rotate(180deg);
    }
     .custom-lang-dropdown.open .lang-list li span {
        color: black;
        font-size: 16px;
    }
}

/* MOSTRAR AL HACER HOVER */
.custom-lang-dropdown:hover .lang-list {
    display: block;
}

/* ITEMS */
.custom-lang-dropdown .lang-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    text-decoration: none;
    color: #000;
}

/* HOVER ITEMS */
.custom-lang-dropdown .lang-list li a:hover {
    background: #f5f5f5;
} 

.owl-stage {
    padding: 0 !important;
}

/*Botones de la primera sección en movil y tablet*/
.button-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto !!important;
    padding-top: 20px;
}

.button-main {
    background: #1BC493;
    color: #fff;
    padding: 10px 10px;
    border-radius: 25px;
    text-decoration:none;
    flex: 1;
    text-align: center;
    min-width: 120px;
}

/*Ajustar tamaños del bloque de contadores*/
.about-advantages {
background: linear-gradient(90deg,#053386,#225dd8 50%,#12bdd9);
    height: 150px;
}

.ue-carousel-prev {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .about-advantages {
        height: auto;
    }
}

@media (max-width: 767px) {
    .tabs_testimonial_carousel_home .ue_title {
        font-size: 28px !important;
    }
    .hfe-nav-menu {
        min-width: 250px;
    }
    .uc_quote_slider .button-div {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
    }
}

/*Centrar segundo contador del bloque*/
@media (min-width: 767px) {
    #second-counter .elementor-counter-title, #third-counter .elementor-counter-title {
        padding-left: 20px;
    }

    #second-counter .elementor-counter-number {
        padding-left: 78px;
    }
}

/*Estilo texto pequeño de las tarifas*/
.small-text-tariff {
    font-size: 14px;
    font-weight: 500;
}

/*Botón de "ver más" para las tarifas en móvil y tablet*/
.toggle-phone { display: none; }



@media (max-width: 1024px) {

    

    .tariff-content {

        max-height: 0px; 

        overflow: hidden;

        transition: max-height 0.4s ease-in-out;

    }

    

    .tariff-wrapper:has(.toggle-phone:checked) .tariff-content {
        max-height: 2500px;
    }

    .show-more-button {
        display: block;
        background: transparent;
		border: 2px solid #1743DD;
        color: #1743DD;
        padding: 8px 28px;
        border-radius: 25px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 15px;
        font-family: inherit;
        font-weight: 600;
        font-size: 1.3em;
    }

    

    .toggle-phone:checked ~ .show-more-button::after { content: "SEE LESS"; }

    .toggle-phone:not(:checked) ~ .show-more-button::after { content: "SEE MORE"; }

    .spanish_version .toggle-phone:checked ~ .show-more-button::after { content: "VER MENOS"; }

    .spanish_version .toggle-phone:not(:checked) ~ .show-more-button::after { content: "VER DETALLES"; }

    .russian_version .toggle-phone:checked ~ .show-more-button::after { content: "Свернуть"; }

    .russian_version .toggle-phone:not(:checked) ~ .show-more-button::after { content: "Подробнее"; }

}


@media (min-width: 1024px) {

    .show-more-button { display: none !important; }

}

/* Iconos personalizados para la sección de FAQ */
.e-n-accordion-item-title-icon .e-closed svg,
.e-n-accordion-item-title-icon .e-opened svg {
    display: none;
}

.e-n-accordion-item-title-icon {
    position: relative;
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    display: flex !important;
    align-self: center;
}

.e-n-accordion-item-title-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2026/02/btnPlus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s ease, background-image 0.3s ease;
}

.e-n-accordion-item-title[aria-expanded="false"]:hover .e-n-accordion-item-title-icon::after {
    background-image: url(/wp-content/uploads/2026/02/accordion-hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon::after {
    background-image: url(/wp-content/uploads/2026/02/btnPlus.svg);
    transform: rotate(135deg);
}

.e-n-accordion-item-title[aria-expanded="true"]:hover .e-n-accordion-item-title-icon::after {
    background-image: url(/wp-content/uploads/2026/02/accordion-hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(135deg);
}

/* Reducción de tamaño del icono para móvil y tablet */
@media (max-width: 1024px) {
    .e-n-accordion-item-title-icon {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
    }
}

/*Texto verde al hacer hover en cualquier zona del grid de posts*/
.uc_post_grid_style_one_item.ue-item:hover .uc_post_title a,
.uc_post_grid_style_one_item.ue-item:hover .ue_p_title {
    color: #1BC493 !important;
}

/*Fecha y hora del post grid y single post*/
.ue-meta-data, .elementor-post-info {
  background: #edf5ff;
  width: fit-content;
  border-radius: 15px;
  padding: 5px 10px;
}

.uc_post_title a:hover, .post-content a:hover {
    text-decoration: none;
}

/*Estilo del contenido de single post*/
.wp-block-heading {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #1743dd;
    line-height: 1.2;
    text-wrap: balance;
}

.post-content a {
    color: #1bc493;
}

/*Estilo del grid de servicios*/
.services .twbb-image-container a {
    background-color: #edf5ff;
    border-radius: 15px;
}

.services .elementor-post__text .elementor-post__title a:hover,
.services .elementor-post:hover .elementor-post__title a {
    color: #1BC493;
    text-decoration: none;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: contain;
    width: 100% !important;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img:hover {
    transform: scale(1.2) !important;
}

/*Imagen del servicio*/
#thumbnail div img {
    object-fit: scale-down;
}

/*Lista de condiciones de servicios*/
.conditions-list {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.46em;
    color: #002756;
    margin: 0;
}

.conditions-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    padding-bottom: 15px;
}

.conditions-list li::before {
    content: "";
  position: absolute;
  left: 0;
  color: #002756;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2026/03/arrow-services-conditions.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 1px;
}

/* KIT DIGITAL */

.row-partners-container {
    background-color: #ffffff;
    padding-bottom: 10px;
}

.row-partners-containers {
    padding-bottom: 10px;
    text-align: center;
    background-color: white;
}

.row-partners-inner {
    display: inline-block;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
}

.row-partners-containers img.kit-partner {
    height: 50px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .br-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .row-partners-containers img.kit-partner {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*  FIN DE KIT DIGITAL */