/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Navbar */

.menu-light .menu-smart > li.active > a,
.menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
    color: #676767;
}

#masthead .menu-item.active a {
    position: relative;
}

#masthead .menu-item.active a::after {
    content: '';
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FF2957;
}

#masthead .menu-item a {
    position: relative;
}

#masthead .menu-item a::before {
    content: '';
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #FF2957;
    transition: width 0.3s ease-in-out;
}

#masthead .menu-item a:hover::before {
    width: 100%;
}

@media (min-width: 960px) {
    .menu-smart > li {
      padding-left: 25px;
      padding-right: 25px;
    }
}

/* Bloque - Banner informativ solución integral */

div#banner-informativo {
    margin-top: -1%;
}

/* Bloque - Banner informativo impulsar el éxito de tu negocio */

.iconos-rejillas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.icono-item {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    box-sizing: border-box;
}

.icono-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
}

.icono-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.icono-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.icono-desc {
    font-size: 14px;
    line-height: 1.4;
}

.icono-item .icono-title {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 700;
    color: #012B3B;
}

.icono-subtitle {
    font-weight: 700;
    font-size: 18px;
    color: #012B3BCC;
    line-height: 1.4;
}

.icono-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #012B3BCC;
    font-weight: 500;
}

/* Grid Módulos */

.grid-modulos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.modulo-item {
    flex: 1;
    min-width: 200px;
    background: #FCFDFF;
    box-shadow: 0 8px 24px 0 rgba(1, 43, 59, 0.05);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px; /* optional */
    text-align: center;
}

.modulo-image {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

.modulo-item .modulo-title {
    margin-top: 0px;
    font-size: 25px;
    font-weight: 700;
    color: #012B3B;
}

.modulo-subtitle {
    font-weight: 700;
    font-size: 18px;
    color: #012B3BCC;
    line-height: 1.4;
}

.modulo-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #012B3BCC;
    font-weight: 500;
}

#seccion-impulso .vc_custom_heading_wrap,
#seccion-modulos .vc_custom_heading_wrap {
    margin-top: 0px !important;
}

#seccion-impulso img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

#seccion-modulos img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    margin: 0 auto 10px !important;
    display: block !important;
}

#seccion-modulos .icon-media {
    width: auto !important;
}

#seccion-modulos .row-internal:nth-child(3) .wpb_column .uncell .uncont {
    background: #fff;
    padding: 30px 15px;
    border-radius: 24px;
    box-shadow: 0px 8px 24px 0px #012B3B0D;
    height: 100%;
}

/* Ocultar bullets en li impares (títulos) */


#seccion-elegir-sima .uncode-wrapper .icons li:nth-child(even) i {
    display: none;
}

#seccion-elegir-sima .uncode-wrapper .icons li:nth-child(odd) {
    color: #012B3B;
    font-weight: 700;
    font-size: 20px;
}

#seccion-elegir-sima .uncode-wrapper .icons li:nth-child(even) {
    color: #012B3B;
    font-weight: 400;
    font-size: 18px;
}

#seccion-elegir-sima .uncode-wrapper .icons li i {
    background-color: #FF2957;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

#seccion-elegir-sima ul.icons li {
    list-style: none;
    padding: 0 0 0 0;
}

#seccion-modulos .uncol {
    height: 100%;
}

/* Utilidades */

.btn-color-xsdn {
    color: #000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Acordeones */

.panel-heading {
    background: #FCFDFF;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.panel-body {
    padding: 25px 25px;
}

/* CF7 */   

input.wpcf7-text {
    background: #fff !important;
    color: #012B3B !important;
    border-radius: 37px !important;
    padding: 20px 20px;
    width: 100%;
}

input.wpcf7-text::placeholder {
    color: #012B3B !important;
}

input[name="acceptance"] {
    background-color: #fff !important;
}

.style-dark input[type=checkbox]:checked:before, .style-light .style-dark input[type=checkbox]:checked:before {
    color: #012B3B;
}

input.wpcf7-submit {
    background: #D1224A !important;
    border-radius: 37px !important;
    border: 0px !important;
    width: 100% !important;
    font-family: Roboto !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    text-transform: none !important;

}

#footer-web li.menu-item {
    font-weight: 300 !important;
}