@font-face {
    font-family: 'Myriad-Roman';
    src: url('../fonts/Myriad-Roman.otf') format('otf'), url('../fonts/Myriad-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad-Pro-Bold';
    src: url('../fonts/Myriad-Pro-Bold.ttf') format('ttf'), url('../fonts/Myriad-Pro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 14px;
    font-family: 'Myriad-Roman';
    color: #002060;
    padding-top: 100px;
}

a, a:hover {
    text-decoration: none !important;
}

.sectionForm {
    position: relative;
    z-index: 2;
}

p.styleP {
    text-align: center;
    color: #5C5C5C;
}

.container {
    max-width: 1440px;
}
.continfo {
    width: 95% !important;
}
.titulo-oculto {
    display: none;
}
header {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    /*height: 80px;*/
}

.headerTop {
    height: 40px;
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap;
    background-color: #BBC0C3;
}

.spaceHead {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.backLoadP, .backLoadP2 {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: white;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;
}
.cendiv {
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: center;
}
.imgclose {
    width: 50px;
    position: absolute;
    z-index: 4;
    right: 45px;
    margin-top: -37px;
    cursor: pointer;
}
.menuSecundario a {
    border-right: 2px solid #002060;
    padding: 0 10px;
    color: #002060;
}

    .menuSecundario a:last-child {
        border-right: none;
    }

.menuSecundario {
    display: flex;
    align-items: center;
}

.linkIMG {
    display: flex;
    align-items: center;
}

    .linkIMG img {
        margin-right: 5px;
        width: 17px;
    }

.menuLink {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    /*max-width: 1440px;*/
    padding: 0 15px;
}

.logo-movil {
    display: none;
}

.linksHeader {
    height: 60px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .linksHeader span {
        background-position: calc(100% - 10px) center;
background-image: url('../img/flecha-abajo.png');
        background-repeat: no-repeat;
        background-size: 12px;
        padding-right: 30px !important;
        margin-right: 10px;
    }

        .linksHeader span:hover {
            background-image: url(../img/flecha-abajo-blanco.png);
        }

    .linksHeader span,
    .linksHeader a {
        color: #002060;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 10px;
        height: 40px;
        display: flex;
        align-items: center;
        cursor: pointer;
        height: 60px;
    }

        .linksHeader span:hover,
        .linksHeader a:hover {
            background-color: #002060;
            text-decoration: none;
            color: #FFF;
        }

.linkItem.showMovil {
    display: none;
}


.linkItem {
    position: relative;
}

.subMenu {
    position: absolute;
    background-color: #fff;
    width: 250px;
    top: 60px;
}

    .subMenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .subMenu a {
        color: #002060;
        font-size: 14px;
    }

        .subMenu a:hover {
            color: #fff;
            background-color: #002060;
        }

.txtGeneral a {
    color: #000;
}

.heightSec {
    height: 60vh;
}

.avisoPriv span,
.avisoPriv a {
    color: #000;
    font-family: 'Myriad-Pro-Bold';
}

.menu-button {
    display: none;
    background-image: url(../img/menu-hamb.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

    .menu-button.backMenu {
        background-image: url(../img/menu-close.png);
        width: 23px;
        height: 23px;
        background-position: center;
    }

/**/

h2 {
    font-size: 30px;
    color: #002060;
    margin: 30px 0;
    display: block;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    color: #7F8FAF;
    margin: 20px 0;
    display: block;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    color: #002060;
    margin: 50px 0 20px;
    display: block;
}



/*botones*/
.btn {
    color: #fff;
    height: 40px;
    border-radius: 0;
    width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1px;
}

    .btn.btnUno {
        background-color: #7F8FAF;
        cursor: pointer;
    }

/*Home*/

.backBlack {
    position: absolute;
    background-color: #000;
    height: 85px;
    width: 100%;
    z-index: -1;
}

.formHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .formHome .form-control,
    .formHome .custom-select {
        width: 19%;
    }

.container.formCHome {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
    background: #F4F4F4;
    padding-top: 5px;
    padding-bottom: 25px;
}

.finForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    padding: 0 10px;
}

/*formularios*/

.form-control::placeholder {
    color: #959595;
}

.form-control {
    margin: 0 0.5% 20px;
    height: 45px;
    border-radius: 0;
    color: #959595;
}

.custom-select {
    margin: 0 0.5% 20px;
    height: 45px;
    border-radius: 0;
    color: #959595;
}

    .form-control:focus,
    .custom-select:focus {
        box-shadow: none;
        border-color: #7F8FAF;
        color: #959595;
    }

.custom-control {
    padding: 0 20px;
}

.custom-control-label {
    padding-top: 2px;
    color: #959595;
}

.custom-control a {
    color: #002060;
    font-weight: 700;
    margin-left: 3px;
}

.custom-select {
    background-position: calc(100% - 15px) center;
background-image: url('../img/flecha-abajo.png');
    background-repeat: no-repeat;
    background-size: 13px;
    }


.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #000;
    background-color: #000;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}


/*cotizador*/

.cotizadorHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0px;
}

.formCotHome {
    width: 40%;
}

    .formCotHome .form-control,
    .formCotHome .custom-select {
        margin: 0 0 10px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

.infoCotHome {
    width: 57%;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nameAuto {
    color: #000;
    font-size: 22px;
    display: block;
    text-align: center;
    font-family: 'Myriad-Pro-Bold';
    line-height: 18px;
}

.datosFin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #B2BFD8;
    border-bottom: 1px solid #B2BFD8;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 20px;
}

.divSeparador {
    width: 1px;
    background-color: #B2BFD8;
}

.itemDato {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #B2BFD8;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

    .itemDato:last-child {
        border: none;
        padding: 0;
        margin: 0;
    }

    .itemDato span {
        color: #959595;
    }

    .itemDato font {
        color: #000;
        font-family: 'Myriad-Pro-Bold';
    }

.resumenFin p {
    font-size: 18px;
    color: #000;
    font-family: 'Myriad-Pro-Bold';
}

.resumenFin span {
    color: #B2BFD8;
}

.bloque1 {
    width: 48%;
}

.precioAuto {
    color: #959595;
    font-size: 19px;
    text-align: center;
    display: block;
}

.datosAuto img {
    margin-bottom: 10px;
}

.datosAuto p {
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-family: 'Myriad-Pro-Bold';
    font-size: 18px;
}

.legales {
    color: #959595;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
}

.formCotHome p {
    color: #828FAB;
    margin-top: 1rem;
}


.finCot {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

    .finCot .btn {
        margin: 20px auto;
        display: block;
    }

.selectPlazo p {
    margin: 0;
}

.selectPlazo {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border: 1px solid #828FAB;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    width: 100%;
}

.plazoItems {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: flex-end;
}

    .plazoItems span {
        width: 40px;
        height: 40px;
        background-color: #F5F5F5;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Myriad-Pro-Bold';
        margin: 0 5px;
        cursor: pointer;
    }

        .plazoItems span.active,
        .plazoItems span:hover {
            background-color: #828FAB;
            color: #fff;
        }

/**/

.slider-p-home.owl-theme .owl-dots .owl-dot span {
    width: 19px;
    height: 19px;
    margin: 5px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}

.slider-p-home.owl-theme .owl-dots .owl-dot.active span,
.slider-p-home.owl-theme .owl-dots .owl-dot:hover span {
    background: #7F8FAF;
}

/*.slider-p-home.owl-theme .owl-dots{
    position: absolute;
    right: 10px;
    display: flex;
    flex-direction: column;
    top: 40%;
    margin-bottom: 0;
}*/

.slider-p-home.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    transform: translate(-50%, -10%);
}

.resumenFin {
    width: 100%;
}

/*footer*/

footer {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footerItem {
    width: 25%;
}

    .footerItem span {
        line-height: 15px;
        display: block;
    }



h5 {
    font-family: 'Myriad-Pro-Bold';
    font-size: 14px;
}


footer a:hover {
    color: #7F8FAF;
}

.footerItem a {
    color: #D6D6D6;
    display: flex;
    margin-bottom: 5px;
}


.redesfooter {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

    .redesfooter a {
        margin-right: 10px;
    }

.backItem1 {
    background-image: url(../img/ubicacion.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-x: 5px;
    background-position-y: center;
    padding-left: 35px;
    color: #D6D6D6;
}

.backItem2 {
    background-image: url(../img/telefono.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-x: 5px;
    background-position-y: center;
    padding-left: 35px;
    color: #D6D6D6;
}

.legalFooter {
    color: #A3A3A3;
    font-size: 11px;
    margin-top: 10px;
    text-align: justify;
}

.footer-fin {
    background-color: #292929;
    color: #A3A3A3;
}

.divLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.link-xs a {
    color: #A3A3A3;
}

.copy p {
    color: #fff;
}

/*educación financiera*/

.txtGeneral {
    text-align: justify;
    color: #959595;
}


/*buro*/

.imgTxt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .imgTxt img {
        margin-right: 20px;
    }

    .imgTxt p {
        margin-bottom: 0;
    }

/*CRM*/

.crm-fixed {
    position: fixed;
    top: 40%;
    right: 0;
    width: 50px;
    z-index: 9;
}

    .crm-fixed a {
        position: relative;
        display: flex;
        width: 50px;
        height: 50px;
        background-color: #002060;
        transition: all linear 0.4s;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }

        .crm-fixed a.wColor {
            background-color: #25D366;
        }

            .crm-fixed a.wColor img {
                background-color: #25D366;
                padding: 10px;
            }

        .crm-fixed a img {
            z-index: 3;
            font-size: 30px;
            color: #000;
            background-color: #002060;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0px;
        }

        .crm-fixed a span {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 160px;
            margin-top: 0px;
            height: 50px;
            right: -175px;
            background-color: #F2F2F2;
            font-size: 13px;
            color: #484948;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            z-index: 2;
            opacity: 0;
            text-align: right;
            text-align: center;
            padding: 7px;
            line-height: 17px;
        }

        .crm-fixed a:hover span {
            right: 50px;
            opacity: 1;
        }



/*promociones*/

.hondaPromos {
    display: flex;
    flex-wrap: wrap;
}

.itemPromos {
    width: 31%;
    margin: 0 1% 20px;
}

.imgPromo {
    width: 100%;
}

.infoPromo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #002060;
    height: auto;
    padding: 12px;
}

.infoPromo p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
}


.btnPromos {
    color: #7F8FAF;
    font-size: 17px;
    display: block;
    cursor: pointer;
}

    .btnPromos img {
        margin-left: 5px;
    }

.infoHF {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

/**/
.contentDC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px 0;
}

.itemDC {
    width: 500px;
    background-color: #F8F9FB;
    padding: 20px 40px;
}

.headDC {
    text-align: center;
}

    .headDC span {
        width: 60px;
        height: 60px;
        background-color: #828FAB;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        margin: 0 auto 10px;
        color: #fff;
        font-size: 11px;
        letter-spacing: 0.5px;
        line-height: 12px;
    }

.datoDC {
    display: flex;
    align-items: flex-start;
}

    .datoDC img {
        margin-right: 10px;
    }

    .datoDC p {
        color: #515151;
        font-size: 16px;
    }

.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.columns {
    list-style: none;
    padding: 0;
}

    .columns li {
        color: #515151;
        font-size: 16px;
    }

/*Autopción*/

.bannerAO {
    position: relative;
}

    .bannerAO picture img {
        width: 100%;
    }

.infoBanner {
    position: absolute;
    top: 150px;
    left: 10%;
    width: 600px;
}

    .infoBanner span {
        font-size: 48px;
        color: #102B4E;
        line-height: 50px;
    }

    .infoBanner p {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        margin-top: 25px;
        text-align: justify;
    }
.itemAO p {
    text-align: justify;
}

.bannersAO {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -100%);
    position: absolute;
    justify-content: space-between;
}

.itemAO {
    width: 30%;
    background-color: rgba(255, 255, 255, 0.9);
    height: 180px;
    padding: 20px;
}


    .itemAO span {
        display: block;
        margin-bottom: 15px;
        color: #102B4E;
        font-size: 24px;
    }

        .itemAO span img {
            margin-right: 15px;
        }

    .itemAO.backBlue {
        background-color: #7F8FAF;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .itemAO font {
        color: #fff;
        font-size: 30px;
        line-height: 35px;
    }

    .itemAO a {
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.bloqueAO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.imgAO {
    background-color: #7F8FAF;
    width: 47%;
    padding: 25px;
}

    .imgAO span {
        color: #fff;
    }

.infoAO {
    width: 47%;
}

    .infoAO p {
        color: #5C5C5C;
    }

    .infoAO h2 {
        margin: 25px 0;
    }

.imgAO p {
    font-size: 30px;
    color: #102B4E;
    line-height: 38px;
}

.imgAO img {
    width: 100%;
}

/*planes*/

.headPlanes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.infoP {
    width: 35%;
}

    .infoP ul li {
        background-image: url(../img/check.png);
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .infoP ul {
        list-style: none;
        padding: 0;
    }

.imgP {
    width: 50%;
}

    .imgP img {
        width: 100%;
    }

.contentPlanes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.itemPlan {
    width: 32%;
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
}

    .itemPlan.back01 {
        background-image: url(../img/planes/plan-especial-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .itemPlan.back02 {
        background-image: url(../img/planes/plan-estandar-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .itemPlan.back03 {
        background-image: url(../img/planes/plan-residual-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .itemPlan span {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 10px;
        display: block;
    }

    .itemPlan ul {
        list-style: none;
        margin: 20px 0;
        padding: 0;
    }

        .itemPlan ul li {
            font-size: 16px;
            line-height: 17px;
            margin-bottom: 13px;
        }


.legalPlan {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
}

.bloquePlanes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0 50px;
    align-items: center;
}

    .bloquePlanes .bloque03 {
        width: 31%;
    }

        .bloquePlanes .bloque03 span,
        .bloquePlanes .bloque01 span {
            display: block;
            margin-bottom: 10px;
            color: #024080;
            font-size: 20px;
        }

        .bloquePlanes .bloque03 p {
            text-align: justify;
        }

    .bloquePlanes .bloque01 {
        width: 60%;
    }

    .bloquePlanes .bloque02 {
        width: 30%;
    }

.txtAuto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .txtAuto span {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

        .txtAuto span font {
            display: block;
            font-size: 20px;
        }

.bloque02 img {
    width: 100%;
}

.btnPlanes {
    height: 55px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    border-bottom: 1px solid #024080;
    background-image: url(../img/flecha-abajo.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    cursor: pointer;
}

.collapsePlanes {
    padding: 25px;
}

    .collapsePlanes span {
        display: block;
        margin-bottom: 10px;
        color: #024080;
        font-size: 20px;
    }

    .collapsePlanes ul li {
        color: #7c7c7c;
        text-align: justify;
    }


/*contacto*/

.contactoSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactoSec .bannerPrinciplal img{width:100%;}

.formContacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 70%;
}

    .formContacto h3 {
        display: block;
        width: 100%;
    }

    .formContacto .form-control {
        width: 24%;
    }

    .formContacto .custom-select {
        width: 24%;
    }

        .formContacto .custom-select.mid-size {
            width: 49%;
        }

    .formContacto .form-control.mid-size {
        width: 49%;
    }

    .formContacto .checkItem {
        margin: 0 1%;
        width: 70%;
    }

.radiosOpt {
    display: flex;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.formContacto .btn {
    margin-left: 0.5%;
    margin-bottom: 20px;
}

.datosContacto {
    width: 28%;
    border-right: 1px solid #ced4da;
}

    .datosContacto p {
        color: #5C5C5C;
    }

.infoContacto {
    width: 100%;
    margin-top: 50px;
}

.infoContacto {
    color: #5C5C5C;
    text-align: justify;
}

/*costos comisiones*/
.itemCC {
    text-align: justify;
}
.itemCC ul li span {
    display: block;
}

.tableCC {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tableItem {
    width: 25%;
}

.headItem {
    border: 1px solid #dee2e6;
    background-color: #dee2e6;
    text-align: center;
    padding: 15px 10px;
}

.tableItem p {
    border: 1px solid #dee2e6;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/*ESTILOS COT CONFIRMAR*/
.divTYP {
    text-align: center;
    margin: 0 auto;
    width: 450px;
}

.divTYP p {
    line-height: 24px;
}

.divTYP h3 {
    color: #002060 !important;
}

/*error 404*/

.pag404 {
    height: 75vh;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.img404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.img404 span {
    color: #D6D6D6;
    font-size: 300px;
    font-style: italic;
}

.img404 img {
    position: absolute;
    bottom: 5px;
    width: 550px;
}

.pag404 .btn.btnUno {
    width: auto;
}

/**/
.infoMV {
    display: block;
    padding: 26px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url('../img/fondoMisionWeb.png');
    background-repeat: no-repeat;
    padding: 26px;
    width: 480px;
    height: 733px;
    background-size:contain;
}

.item-mv {
    text-align: justify;
    padding:45px 0;
}

.infoAO {
    width: 100%;
    text-align: center;
    padding: 50px;
    position: relative;
    bottom: 0;
}

.infoAO p{
    color: #fff;
    font-size: 18px;
}


.infoAO img{
    margin-bottom: 20px;
}
.mv-content {
    background-image: url('../img/aviso-web.jpg');
    background-repeat: no-repeat;
    padding: 0% 0;
    background-size: cover;
    background-position: 90% center;
    background-position: 90% center;
}


.imgMV img {
    width: 100%;
}

.item-mv h2 {
    color: #fff;
    /*background-image: url(/Assets/img/bullet.png);
    background-repeat: no-repeat;
    background-position-x: 225px;
    background-position-y: center;*/
}

.item-mv p {
    font-size: 18px;
    color: #fff;
}



@media (max-width: 1600px) {
    .infoBanner {
        top: 80px;
    }
}

@media (max-width: 1400px) {

    .itemAO {
        width: 33%;
    }

    .container {
        padding: 0 50px;
    }
    .infoAO {
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .item-mv{padding:18px 0;}
    .infoMV {width: 360px;height: auto;
    }
    /*MENU*/
    .linksHeader span, .linksHeader a {
        padding: 0 5px;
    }

    /*cobranza*/
    .itemDC {
        width: 45%;
    }

    /*autopción*/
    .bannersAO {
        width: 100%;
        left: unset;
        transform: unset;
        position: relative;
        margin: 0 auto;
    }

    /*planes0*/
    .infoP {
        width: 45%;
    }

    /*contacto*/
    .formContacto .custom-select {
        width: 49%;
    }

    .formContacto .checkItem {
        width: 100%;
    }

    /**/
    .item-mv p {
        font-size: 15px;
    }

    .infoAO p {
        margin: 0
    }
}


@media (max-width: 992px) {

    /*HOME*/

    .formHome .form-control,
    .formHome .custom-select {
        width: 32%;
    }

    .formCotHome,
    .infoCotHome {
        width: 100%;
    }

        .formCotHome p {
            width: 100%;
        }

    .formCotHome {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

        .formCotHome .form-control,
        .formCotHome .custom-select {
            margin: 0 0.5% 10px;
            width: 32%;
        }

    /*MENU MOVIL*/

    .menuSecundario {
        display: none;
    }

    .headerTop {
        height: 60px;
        background-color: #fff;
    }

    .spaceHead {
        justify-content: space-between;
    }

    .logo-movil {
        display: block;
    }

    body {
        padding-top: 60px;
    }

    .logoHedaer {
        display: none;
    }

    .menuLink {
        position: fixed;
        top: 60px;
        bottom: 0;
        right: -100%;
        padding: 50px 50px;
        margin: 0;
        z-index: 3;
        width: 500px;
        height: 100vh;
        transform: translate3d(0,0,0);
        transition: right .4s ease-in-out .1s;
        background-color: #fff;
        transform: translate3d(0px, 0px, 0px);
        border-top: 1px solid #c5c5c5;
    }

    .linksHeader {
        height: 85vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: block;
        width: 100%;
    }

    .linkItem {
        line-height: 3;
        border-bottom: 1px solid #E9E9E9;
        width: 100%;
    }

    .menuLink.open {
        right: 0;
    }

    .linksHeader span,
    .linksHeader a {
        color: #002060;
        text-decoration: none;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        text-align: left;
        text-transform: uppercase;
        height: auto;
        font-size: 17px;
        margin-right: 0;
    }

    .linkItem.showMovil {
        display: block;
    }

        .linkItem.showMovil a {
            color: #7F8FAF;
            font-size: 15px;
            text-transform:;
        }

    .subMenu {
        position: relative;
        width: 100%;
        top: unset;
    }

        .subMenu ul li a {
            padding-left: 25px;
            font-size: 14px;
        }

        .subMenu ul {
            margin-bottom: 5px;
        }

    .menu-button {
        display: block;
    }

    .linksHeader {
        scrollbar-width: thin;
        scrollbar-color: #001c71 #ff5100;
    }

        /* Works on Chrome, Edge, and Safari */
        .linksHeader::-webkit-scrollbar {
            width: 10px;
        }

        .linksHeader::-webkit-scrollbar-track {
            background: transparent;
        }

        .linksHeader::-webkit-scrollbar-thumb {
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            border: 3px solid transparent;
        }

    /*footer*/
    .divLink {
        justify-content: center;
    }

    .copy {
        text-align: center;
    }

    /*promociones*/
    .itemPromos {
        width: 48%;
    }

    /*cobranza*/
    .itemDC {
        width: 48%;
    }

    /*autopcion*/

    .itemAO {
        width: 48%;
    }

    .infoBanner {
        top: 50px;
    }

    /*planes*/
    .bloquePlanes .bloque02 {
        width: 40%;
    }

    .bloquePlanes .bloque03 {
        width: 48%;
    }

    /*contacto*/
    .datosContacto {
        width: 100%;
        border-right: none;
    }

    .formContacto {
        width: 100%;
    }

    /*costos y comisiones*/
    .tableItem {
        width: 50%;
    }

    /*mision vision*/

    .item-mv p {
        font-size: 15px;
        line-height: 20px;
    }

    .infoAO {

        bottom: 0;
    }
}

@media (max-width: 768px) {

    .finForm {
        justify-content: center;
    }

        .finForm .btn {
            margin-top: 10px;
        }

    .formCotHome .form-control,
    .formCotHome .custom-select {
        width: 48%;
    }


    /*footer*/
    .footerItem {
        width: 48%;
        margin-bottom: 15px;
    }

    .footer-info {
        justify-content: space-between;
    }

    /*cobranza*/
    .itemDC {
        width: 80%;
        margin-bottom: 20px;
    }

    .contentDC {
        padding: 20px 0;
    }


    /*autopcion*/

    .itemAO {
        width: 100%;
    }

    .imgAO {
        width: 100%;
    }

    .infoAO {
        width: 100%;
    }

    .infoBanner {
        width: 80%;
    }

        .infoBanner span {
            font-size: 30px;
            line-height: 32px;
        }

        .infoBanner p {
            font-size: 18px;
            line-height: 25px;
        }

    /*planes*/
    .infoP {
        width: 100%;
        order: 2;
    }

    .imgP {
        width: 80%;
        margin-bottom: 20px;
    }

    .itemPlan {
        width: 48%;
        margin-bottom: 20px;
    }

    .contentPlanes {
        padding: 20px 0;
    }

    .bloquePlanes .bloque02 {
        width: 70%;
        margin: 25px 0;
    }

    .bloquePlanes .bloque01 {
        width: 100%;
    }

    /*contacto*/
    .formContacto .form-control {
        width: 49%;
    }

    .img-tablet {
        width: 100%;
    }

    /*error404*/
    .img404 img {
        width: 100%;
    }

    .img404 {
        width: 100%;
    }

    /*mision vision*/

    .item-mv {
        width: 80%;
    }

    .item-mv h2 {
        color: #fff;
        margin: 20px 0;
    }

    .infoMV {
        padding: 8px;
    }

    .infoAO {
        bottom: 0;
    }


    .infoAO p{

        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .logo-movil img {width: 125px;}

    .mv-content {
        background-image: url(../img/aviso-movil.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 35% 0%;
        width: 100%;
        height: 1306px;
    }
    .infoMV {
        background-image: url(../img/fondoMisionMovil.png);
        background-repeat: no-repeat;
        padding: 26px;
        width: 90%;
        height: 566px;
        background-position: center center;
        position: relative;
        margin: 0 auto;
    }
    .container {padding: 0 25px;}
    body {padding-bottom: 50px;}

    .crm-fixed {
        top: unset;
        bottom: 0;
        display: flex;
        width: 100%;
    }
    .crm-fixed a {width: 25%;margin-bottom: 0;}
    .crm-fixed a span {display: none !important;}

    .formHome .form-control,
    .formHome .custom-select {width: 100%;margin: 0 0 20px;}

    .formCotHome .form-control,
    .formCotHome .custom-select {
        width: 100%;
        margin: 0 0 10px;
    }
    .bloque1 {width: 100%;}

    .itemDato:last-child {
        border-bottom: 1px solid #B2BFD8;
        margin-bottom: 7px;
        padding-bottom: 7px;
    }

    .datosFin {border-bottom: 0;}

    .plazoItems {width: 100%;}


    /*menu*/
    .menuLink {
        width: 100%;
        padding: 25px;
    }

    /*footer*/
    .copy p {
        font-size: 13px;
        margin-bottom: 8px !important;
    }

    /*promociones*/
    .itemPromos {
        width: 100%;
        margin: 0 0 20px;
    }

    /*cobranza*/
    .itemDC {
        width: 100%;
        padding: 20px;
    }

    /*autopcion*/
    h2 {font-size: 25px;}

    .imgAO p {
        font-size: 27px;
        line-height: 33px;
    }

    /*planes*/

    .bloquePlanes .bloque03 {width: 100%;}
    .itemPlan {width: 100%;}

    .bloquePlanes .bloque02 {width: 100%;}

    /*contacto*/
    .formContacto .form-control,
    .formContacto .custom-select,
    .formContacto .custom-select.mid-size,
    .formContacto .form-control.mid-size {
        width: 100%;
        margin: 0 0 20px;
    }

    h3 {margin: 10px 0;}

    .img-movil {width: 100%;}

    /*costos y comisiones*/
    .tableItem {width: 100%;}

    .imgTxt img {margin: 0 auto 20px;}

    .imgTxt {flex-wrap: wrap;}

    .divTYP {width: 100%;}

    /*error404*/

    .img404 span {font-size: 180px;}

    .img404 span {
        font-size: 180px;
        margin-bottom: 25px;
    }

    .pag404 p {
        text-align: center;
        width: 80%;
    }

    .pag404 {padding: 0 15px;}

    /*mision vision*/
    .item-mv p {
        font-size: 13px;
        line-height: unset;
    }
     
    .item-mv {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .item-mv h2 {
        color: #fff;
        background-position-x: 185px;
    }

    .infoAO {top: 54%;padding: 0px;}
    .infoAO p {font-size: 12px;}
}
@media (max-width: 480px) {


    .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .backItem1 p,
    .footerItem a,
    .footerItem span {
        font-size: 13px;
    }
}

/*logo xs*/
.logoxs {
    width: 230px;
    filter: brightness(0.7);
}

    .logoxs:hover {
        filter: contrast(0%) brightness(2);
    }