/* para el comin soon */
#system-message-container .coming-soon-logo {
    max-width: 86%;
}

/* 
========================================================================================================================== 
        menu
========================================================================================================================== 
*/
/* dejarlo centrado */
#sp-menu .sp-column nav.sp-megamenu-wrapper.d-flex {
    align-items: center;
    justify-content: center;
}

#sp-top1,
#sp-logo,
#sp-menu .sp-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sp-menu .sp-megamenu-parent {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#sp-top1 .sp-contact-phone .fa-phone {
    display: none;
}

/* logo */
.logo-image {
    padding: 10px 0px;
}

/* menu */
#sp-menu .sp-menu-item {
    max-width: 15%;
}

#sp-menu .sp-menu-item a,
#sp-menu .sp-menu-item .sp-menu-separator {
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

/*Ajustes a los items de menu que solo tienen una linea*/
/* #sp-menu .sp-megamenu-parent>li:last-child>a:hover,
#sp-menu .sp-megamenu-parent>li:last-child.active>a,
#sp-menu .sp-megamenu-parent>li:nth-child(7)>a:hover,
#sp-menu .sp-megamenu-parent>li:nth-child(7).active>a {
    margin-top: -22px;
    padding-right: 18px;
    padding-top: 27px;
} */

/* coloreado el borde de arriba */
#sp-menu .sp-menu-item.active a,
#sp-menu .sp-menu-item.active.sp-has-child span.sp-menu-separator,
#sp-menu .sp-menu-item.sp-has-child span.sp-menu-separator:hover,
#sp-menu li.sp-menu-item a:hover {
    padding-bottom: 24px;
    padding-top: 20px;
    margin-top: -10px;
    border-top: 6px solid #12375d;
    background-image: linear-gradient(to bottom, #ededee 0%, #ffffff 100%);
}

/* para formacion solo */
#sp-section-1 #sp-menu li.sp-menu-item a.formacion-item-menu:hover {
    padding-bottom: 32px;
    padding-top: 32px;
    margin-top: -10px;
    border-top: 6px solid #12375d;
    background-image: linear-gradient(to bottom, #ededee 0%, #ffffff 100%);
}

/* para otros servicios solo */
#sp-section-1 #sp-menu li.sp-menu-item a.oservi-item-menu:hover {
    padding-bottom: 32px;
    padding-top: 20px;
    margin-top: 0px;
    border-top: 6px solid #12375d;
    background-image: linear-gradient(to bottom, #ededee 0%, #ffffff 100%);
}

/* para otros contacto solo */
#sp-section-1 #sp-menu li.sp-menu-item a.contacto-item-menu:hover {
    padding-bottom: 42px;
    padding-top: 23px;
    margin-top: -10px;
    border-top: 6px solid #12375d;
    background-image: linear-gradient(to bottom, #ededee 0%, #ffffff 100%);
}

#sp-menu .sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px;
}

/* quitar a los que tienen hijos la raya */
#sp-menu .sp-menu-item.sp-has-child li.sp-menu-item a {
    background-image: none;
    border-top: none;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px;
}

/*Override un poco de estilos para los submenus*/
#sp-menu .sp-menu-item.sp-has-child .sp-dropdown-items li.sp-menu-item {
    max-width: 100%;
}

/* telfeno */
#sp-top1 .sp-contact-phone a {
    font-size: 23px;
    font-weight: 800;
}

/* dejarlo bien despues de la actualizacion */
#sp-section-1>.container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#sp-section-1 {
    position: relative;
    z-index: 100;
}

#sp-section-1 .row {
    align-items: center;
    min-height: 100px;
}

#sp-menu .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
}

#sp-top1 .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}

/* Alinear texto + flecha en el menú con submenú */
.sp-megamenu-parent>li.sp-has-child>.sp-menu-separator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Flecha del dropdown */
.sp-megamenu-parent>li.sp-has-child>.sp-menu-separator::after {
    position: static;
    margin: 0;
    transform: none;
    line-height: 1;
}


/* Logo */
#sp-logo img {
    max-height: 90px;
    height: auto;
    display: block;
}

/* Menú */
#sp-menu {
    display: flex;
    align-items: center;
}

.sp-megamenu-wrapper {
    width: 100%;
    justify-content: center;
}

/* Items del menú */
.sp-megamenu-parent {
    display: flex !important;
    align-items: center;
    gap: 22px;
}

/* Teléfono */
#sp-top1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Evita solapes de dropdown */
.sp-dropdown {
    top: 100%;
}

/* 
========================================== 
       responsive
========================================== 
*/

#sp-section-1 #offcanvas-toggler {
    visibility: hidden;
}

@media (max-width:1199px) {
    #sp-section-1 #offcanvas-toggler {
        visibility: visible;
    }

    #sp-section-1 #sp-menu {
        visibility: hidden;
    }

    #sp-section-1 #sp-menu .sp-megamenu-parent {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #sp-section-1 .logo-image {
        height: 100px;
    }
}

@media (max-width: 469px) {
    #sp-section-1 .logo-image {
        height: 78px;
    }
}

@media (max-width: 425px) {
    #sp-section-1 .logo-image {
        height: 70px;
    }

    #sp-section-1 #sp-top1 .sp-contact-phone a {
        font-size: 18px;
    }

    #sp-section-1 #offcanvas-toggler {
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    #sp-section-1 .logo-image {
        height: 60px;
    }

    #sp-section-1 #sp-top1 .sp-contact-phone a {
        font-size: 18px;
    }

    #sp-section-1 #offcanvas-toggler {
        margin-left: -10px;
    }
}

@media (max-width: 320px) {
    #sp-section-1 .logo-image {
        height: 50px;
    }

    #sp-section-1 #sp-top1 .sp-contact-phone a {
        font-size: 14px;
    }

    #sp-section-1 #offcanvas-toggler {
        margin-left: -11px;
    }
}

/* 
========================================================================================================================== 
        PAGINA DE INICIO
========================================================================================================================== 
*/
/* 
========================================== 
        slider
========================================== 
*/
/* boton */
#btn-15345025234280 {
    border: 2px solid;
    padding: 14px 70px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

#sp-component #sppb-addon-wrapper-1534502523428 #btn-15345025234280:hover {
    background-color: white;
    border-color: white;
}

/* las 5 tarjetas de k */
#column-id-1680161480018,
#column-id-1680161480022,
#column-id-1680161480023,
#column-id-1680161480021,
#column-id-1680161480020 {
    transition: transform 1s, height 1s;
}

#column-id-1680161480018:hover,
#column-id-1680161480022:hover,
#column-id-1680161480023:hover,
#column-id-1680161480021:hover,
#column-id-1680161480020:hover {
    height: 122%;
    /* bottom: 51px; */
    transform: translateY(-82px);
}

/* el boton */
#section-id-1680161480019 i.fas.fa-angle-right {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px 17px;
}

#section-id-1680161480019 i.fas.fa-angle-right:hover {
    background: #fff;
    color: #2f3070;
}

#section-id-1680161480019 .sppb-icon {
    visibility: hidden;
    transform: translate3d(0, 250px, 0) !important;
    transition: 0.5s ease all;

}

#column-id-1680161480018:hover .sppb-icon,
#column-id-1680161480022:hover .sppb-icon,
#column-id-1680161480023:hover .sppb-icon,
#column-id-1680161480021:hover .sppb-icon,
#column-id-1680161480020:hover .sppb-icon {
    visibility: visible;
    transform: translate3d(0, 0, 0) !important;
}

/* 
========================================== 
       debajo del slider
========================================== 
*/
/* boton */
#btn-iuGLkMaGf-d_WPRdoLnh4 {
    padding: 6px 70px !important;
}

#btn-iuGLkMaGf-d_WPRdoLnh4 {
    border: 3px solid #12375d;
}

#btn-iuGLkMaGf-d_WPRdoLnh4:hover {
    border: 3px solid #12375d;
}

/* nominas */
.num-nom {
    color: #2f589a;
}

/* 3 tarjetas pochas */
/* bajar el div del medio */
#section-id-1679998945536 .sppb-addon-image-layout-content {
    transform: translateY(170px);
    padding: 30px 29px 10px;
}

#section-id-1679998945536 .sppb-btn {
    border-top: 1px solid #f2f2f2;
}

#section-id-1679998945536 .sppb-image-layout-title,
#section-id-1679998945536 .sppb-addon-image-layout-text {
    text-align: left;
}

/* 
========================================== 
       responsive
========================================== 
*/
@media (max-width: 1199.98px) {
    #column-id-1680004568464 #sppb-addon-1680010961907 .sppb-form-group.sppb-form-builder-field-2 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #section-id-1679998945536.sppb-section .sppb-addon-image-layout-text {
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    #section-id-1679998945536.sppb-section .sppb-addon-image-layout-content {
        margin: 0 10px;
    }

    #section-id-1679998945536.sppb-section .sppb-addon-image-layout-text {
        padding-bottom: 0px;
    }

    #section-id-1679998945536.sppb-section .sppb-column {
        margin-bottom: 70px;
    }

    #sp-main-body .sp-page-builder .page-content #section-id-1679998945536 {
        background-image: linear-gradient(180deg, #ffffff -30%, #f2f2f2 100%);
    }

    #sp-main-body #section-id-1679998945536 {
        padding-bottom: 67px;
    }

    #llaman-cable #column-wrap-id-4DIQTJWhvNvLyiHRWfTr6 {
        padding-bottom: 20px;
    }
}

@media (max-width: 425px) {
    #section-id-1679998945536.sppb-section .sppb-column {
        margin-bottom: 82px;
    }
}

@media (max-width: 375px) {
    #section-id-1679998945536.sppb-section .sppb-column {
        margin-bottom: 60px;
    }

    #section-id-1679998945536.sppb-section .sppb-addon-image-layout-text {
        padding-bottom: 0px;
    }

    #sp-main-body .sp-page-builder .page-content #section-id-1679998945536 {
        background-image: linear-gradient(180deg, #ffffff -47%, #f2f2f2 100%);
    }
}

@media (max-width: 320px) {
    #section-id-1679998945536.sppb-section .sppb-addon-image-layout-text {
        padding-bottom: 0px;
    }

    #section-id-1679998945536.sppb-section .sppb-column {
        margin-bottom: 70px;
    }

    #column-id-1679998945534 #sppb-addon-B-LY0LNZBKJ0GQZp6KbP7 #btn-B-LY0LNZBKJ0GQZp6KbP7.sppb-btn-custom,
    #column-id-1679998945535 #sppb-addon-lTfZal22ED2w4eVFBOaxJ #btn-lTfZal22ED2w4eVFBOaxJ.sppb-btn-custom {
        padding: 7px 0px;
    }

    #sp-main-body .sp-page-builder .page-content #section-id-1679998945536 {
        background-image: linear-gradient(180deg, #ffffff -21%, #f2f2f2 100%);
    }
}

/* planes de igualdad */
#sppb-addon-1680011812882 .sppb-addon-text-block .sppb-addon-content {
    font-size: 23px;
    font-weight: 300;
}

#sppb-addon-wrapper-1680010961907 .sppb-form-builder-field-2 {
    margin-bottom: 2px;
}

/* checkbox */
#sppb-addon-1680010961907 .sppb-addon-form-builder label.sppb-form-check-label::before {
    width: 16px;
    height: 15px;
}

/* letra mas pequeña */
#sppb-addon-1680010961907 .sppb-form-check-label {
    font-size: 10px;
}

#sppb-addon-1680010961907 .sppb-form-check {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

/* quitar borde redondeado */
#sppb-addon-wrapper-1680010961907 .sppb-form-control,
#column-id-1680004568910 .sppb-form-control {
    border-radius: 0px;
}

/* enviar */
#section-id-1680004568465 #sppb-addon-wrapper-1680010961907 .sppb-form-builder-btn .sppb-btn-custom:hover {
    border-color: #12375d;
}

/* te llaman */
.sin-deco {
    text-decoration: none;
}

#llaman-cable .sppb-form-check-label .sin-deco {
    color: white;
}

/* el boton */
#llaman-cable #btn-1680014780247,
#llaman-cable #btn-xh_UPrJ54YU5aygtMEmLD {
    font-size: 30px;
    font-weight: 200;
    padding: 7px 86px;
}

#llaman-cable #btn-1680014780247.sppb-btn-custom:hover,
#llaman-cable #btn-xh_UPrJ54YU5aygtMEmLD.sppb-btn-custom:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #ffffff00;
}

/* letra mas pequeña */
#llaman-cable .sppb-form-check-label {
    font-size: 12px;
}

/* hacer mas peuqe el cuadrin */
#llaman-cable .sppb-addon-form-builder label.sppb-form-check-label::before {
    width: 17px;
    height: 16px;
}

/* los fields */
@media (max-width: 991.98px) {
    #sp-main-body #llaman-cable .sppb-form-group.sppb-form-builder-field-0 {
        width: 100%;
    }
}

/* dentro de los fields */
#llaman-cable .sppb-form-control {
    padding: 20px 20px !important;
    font-size: 18px;
}

/* 
========================================================================================================================== 
        QUIENES SOMOS
========================================================================================================================== 
*/
/* el team */
#conoce-team .pull-left .sppb-img-responsive {
    width: 85%;
}

#conoce-team .sppb-person-image .sppb-img-responsive {
    width: 94%;
}

#conoce-team .sppb-person-introtext .sppb-addon-text>a {
    color: #000;
}

/* llamar */
#llaman-cable .sppb-form-control {
    border-radius: 0px;
}

/* 
========================================================================================================================== 
        ª LABORALES
========================================================================================================================== 
*/
#asesores-all .sppb-addon-image-layout-content {
    transform: translateY(251px);
    padding: 32px 113px 95px;
    text-align: left;
}

.title-aseso {
    font-family: 'Times New Roman', Times, serif;
    color: #12375d;
    font-weight: 600;
}

#asesores-all .sppb-image-layout-title {
    font-weight: 400;
}

#asesores-all .sppb-form-control {
    border-radius: 0px;
}

#asesores-all .sppb-form-check-label .sin-deco {
    color: #fff;
}

#asesores-all .sppb-form-check-label {
    font-size: 10px;
}

#asesores-all .sppb-addon-form-builder label.sppb-form-check-label::before {
    width: 17px;
    height: 16px;
    border: 2px solid #fff;
}

/* boton */
#asesores-all .sppb-form-builder-btn {
    padding-top: 30px;
}

#asesores-all .sppb-form-builder-btn .sppb-btn {
    border: 1px solid #fff;
}

#asesores-all .sppb-form-builder-btn .sppb-btn:hover {
    border: 1px solid #fff;
}

/* 
========================================== 
       responsive
==========================================
*/
@media (max-width: 575.98px) {
    #asesores-all .sppb-row-column {
        margin-bottom: 247px;
    }

    #asesores-all .sppb-addon-image-layout-content {
        transform: translateY(186px);
    }

    #asesores-all .sppb-addon-image-layout-content {
        padding: 32px 56px 52px;
        margin: 0px 10px;
    }

    #asesores-all .title-aseso {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    #asesores-all .sppb-row-column {
        margin-bottom: 266px;
    }

    #asesores-all .sppb-addon-image-layout-content {
        transform: translateY(186px);
    }

    #asesores-all .sppb-addon-image-layout-content {
        padding: 32px 42px 52px;
    }

    #asesores-all .title-aseso {
        font-size: 20px;
    }
}

/*
========================================================================================================================== 
        ª CONTABLES
========================================================================================================================== 
*/
/* 
========================================================================================================================== 
        ª FISCALES
========================================================================================================================== 
*/
/* 
========================================================================================================================== 
        MAS SERVICOS
========================================================================================================================== 
*/
/* 
========================================================================================================================== 
        CONTACTO
========================================================================================================================== 
*/
#section-id-1680099784255 .sppb-column-addons #sppb-addon-1680101195152 .pull-left {
    margin-top: 10px;
}

#section-id-1680099784255 .sppb-column-addons .pull-left {
    margin-right: 0px;
}

#column-id-1680100949598 .sppb-addon-text a {
    color: #000;
}

/* form */
/* fields */
#section-id-1680100387998 .formulario-ochoa-contacto .sppb-form-control {
    border-radius: 0px;
    background-color: #f2f1f6;
    border-color: #f2f1f6;
}

#sppb-form-builder-field-3 {
    height: 82px;
}

/* lenianado */
.enlacePoliticaPrivacidad {
    color: #000;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
}

/* boton */
.formulario-ochoa-contacto .btn-primary {
    padding: 6px 69px;
    font-size: 26px;
    border-radius: 0px;
    float: right;
    font-weight: 300;
}

.formulario-ochoa-contacto .btn-primary:hover {
    background-color: #ffffff00;
    color: #12375d;
}

#section-id-1680099784255 .sppb-column-addons .pull-left {
    margin-right: 15px;
}

/* 
========================================== 
       responsive
==========================================
*/
@media (max-width: 991px) {
    .formulario-ochoa-contacto .col-sm-6 {
        width: 100%;
    }

    #section-id-1680099784255 .sppb-column-addons .pull-left {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    #section-id-1680099784255 .sppb-column-addons .pull-left {
        margin-right: 15px;
    }
}

@media (max-width: 425px) {
    #section-id-1680100387998 .boton-aseso {
        margin-top: 30px;
    }

    #section-id-1680100387998 .btn-primary {
        width: 100%;
    }

    #section-id-1680099784255 .sppb-column-addons .pull-left {
        margin-right: 15px;
    }
}

/* 
========================================================================================================================== 
        FOOTER 3 cosas
========================================================================================================================== 
*/
#sp-bottom {
    padding: 0px;
}

/* 
========================================================================================================================== 
        FOOTER 2 cosas
========================================================================================================================== 
*/
#sp-footer {
    border-top: 1px solid #d9d9d9;
}

#sp-footer .container-inner {
    padding: 16px 0px;
}

/* 
========================================== 
       responsive
==========================================
*/
@media (max-width: 768px) {
    #sp-footer #sp-footer2 {
        margin-top: 10px;
        text-align: center;
    }

    #sp-footer #sp-footer1 .sp-column {
        text-align: center;
    }
}