body {
    font-family: "Montserrat Alternates", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333;
}

.main-header {
    width: 100%;
    position: relative;
    z-index: 1000;
}

.topbar {
    background: #008543;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px
}

.topbar p {
    margin: 0px;
}

.header-botonWsp {
    background-color: #00914D;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    padding: 5px 20px;
    /* align-content: center; */
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-decoration: none;
}

.header-textoBotonWsp {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.navbar {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
    width: 100%;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo img {
    height: 48px;
    width: auto;
    display: block
}


/* contenido */
._landing-tituloh1 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #ff5700;
}

@media(max-width: 991px) {
    ._landing-tituloh1 {
        font-size: 1.6rem;
    }
}

/* ._landing-lista{
    list-style-image: url(../img/bullet1.svg);
} */
._landing-lista {
    list-style: none;
    padding-left: 0;
}

._landing-lista li {
    position: relative;
    padding-left: 32px;
}

._landing-lista li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;

    width: 20px;
    height: 20px;

    background: #008543;
    color: white;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    font-weight: bold;
}

._landing-lista li.meet::before{
    content: "";
    background: url('../img/icons8-google-meet-48.png') center/16px no-repeat;
}

._landing-titulo2 {
    font-size: 25px;
    color: #ff5700;
}

._landing-contDf {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

._landing-contBtnWsp {
    background-color: #008543;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    gap: 10px;
    text-decoration: none;
    height: 65px;
}

._landing-contBtnWsp span {
    color: #fff;
    font-size: 2rem;
}

@media(max-width: 991px) {
    ._landing-contBtnWsp {
        font-size: 1.5rem;
        height: 55px;

    }
}

._landing-img{
    max-width: 340px;
}


/* estilo cf7 */
.wpcf7 {
    width: 100%;
    margin-top: 1rem
}

.wpcf7-form p {
    padding-bottom: 0px;
    margin-top: 1rem
}

.wpcf7-form p label {
    padding-bottom: 0px;
    margin-top: 0rem;
    color: #5E338C;
}

.wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    box-shadow: 3px 3px 3px #c0c0c0;
    border-radius: 5px;
    border: 1px solid #efefef;
    padding: 0px 8px;
    margin-top: 3px;
    background-color: #ECECEC;

}

.wpcf7-submit {
    /* height: 63px; */
    border-radius: 15px;
    background-color: #ff5700;
    padding: 0px 15px;
    border: 0px;
    color: #fff;
    width: 100%;
    transition: .3s;
    padding: 10px;
    font-size: 2rem;
    height: 65px;
}

@media(max-width: 991px) {
    .wpcf7-submit {
        font-size: 1.5rem;
        height: 55px;

    }
}

.wpcf7-submit:hover {
    cursor: pointer;
    background-color: #5E338C;
    color: #fff;
    transition: background-color .3s ease;
    transition: .3s;
    box-shadow: 0px 0px 10px 2px #c0c0c0;
}

#altEmail_container,
.altEmail_container {
    position: absolute !important;
    overflow: hidden !important;
    display: inline !important;
    height: 1px !important;
    width: 1px !important;
    z-index: -1000 !important
}

/* =================== */
/* footer landing */
/* =================== */
.site-footer {
    background: #222;
    color: #ddd;
    width: 100%
}

._footer-containerFooter {
    max-width: 1100px;
    margin: auto;
    padding: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem
}

@media(max-width: 576px) {
    ._footer-containerFooter {
        flex-direction: column;
        align-items: center
    }
}

._footer-logo {
    min-height: 100%;
    display: flex;
    align-items: center
}

._footer-logo img {
    width: 100px;
    height: auto
}

._footer-textFooter {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    text-decoration: none;
    margin: 0px;
    color: #fff;
}

._footer-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

._footer-contRegiones {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap
}

._footer-contRegiones span {
    font-size: 14px;
    text-align: center
}


.activa_comparativaMobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.activa_cmp_card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.activa_cmp_header {
    background: #f7f7f7;
    padding: 14px 16px;
    border-bottom: 1px solid #ececec;
}

.activa_cmp_header h6 {
    font-size: 16px;
    font-weight: 700;
    color: #272727;
    margin: 0;
}

.activa_cmp_body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.activa_cmp_item {
    border-radius: 14px;
    padding: 14px;
}

.activa_cmp_item--tradicional {
    background: #f5f5f5;
    border-left: 4px solid #bdbdbd;
}

.activa_cmp_item--activa {
    background: #eefaf3;
    border-left: 4px solid #00914D;
}

.activa_cmp_label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    color: #666;
}

.activa_cmp_item--activa .activa_cmp_label {
    color: #00914D;
}

.activa_cmp_item p {
    font-size: 15px;
    line-height: 1.4;
    color: #272727;
}