@font-face {
    font-family: "Poppins Regular";
    src: url(../fonts/Poppins-Regular.otf) format("otf"), url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins Medium";
    src: url(../fonts/Poppins-Medium.otf) format("otf"), url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins Bold";
    src: url(../fonts/Poppins-Bold.otf) format("otf"), url(../fonts/Poppins-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins SemiBold";
    src: url(../fonts/Poppins-SemiBold.otf) format("otf"), url(../fonts/Poppins-SemiBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Raleway SemiBold";
    src: url(../fonts/Raleway-SemiBold.ttf) format("ttf"), url(../fonts/Raleway-SemiBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Raleway Bold";
    src: url(../fonts/Raleway-Bold.ttf) format("ttf"), url(../fonts/Raleway-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Raleway ExtraBold";
    src: url(../fonts/Raleway-ExtraBold.ttf) format("ttf"), url(../fonts/Raleway-ExtraBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: "Poppins Regular";
    font-size: 16px;
}
body.padding-header {
    padding-top: 73px;
}
a,
a:hover {
    text-decoration: none;
    color: #fff;
}
/*secciones clientes*/
.d-mo-none{display: none;}
.d-mo-none.edocuenta{display: block;}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff;
}
.btn {
    height: 45px;
    font-size: 18px;
}
.logoxs {
    width: 230px;
    filter: brightness(0.7);
}
.logoxs:hover {
    filter: brightness(1.5);
}

header {
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: solid 1px #a0a0a0;
}
.navbar-light .navbar-nav .nav-link {
    color: #2a2a2a;
    font-family: "Poppins SemiBold";
    font-size: 16px;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0 0.75rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
}
.navbar-expand-lg .navbar-toggler {
    display: block;
}
.navbar-toggler-icon {
    width: 60px;
    height: 50px;
}
.navbar-light .navbar-toggler-icon.close {
    background-image: url(../img/menu-cerrar.png);
    opacity: 1;
    width: 50px;
}
.bg-white {
    background: #fff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.top-menu {
    background: #fff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.menu-conauto {
    position: absolute;
    top: 69px;
    background: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}
.menu-conauto ul {
    list-style: none;
    padding-left: 0;
}
.menu-uno ul li a {
    color: #000;
    font-size: 18px;
}
.menu-uno ul li a:hover {
    color: #2ca5de;
}
.menu-uno .col-6 {
    padding: 0;
}
.menu-dos ul li a {
    color: #fff;
    font-size: 18px;
}
.menu-dos ul li a:hover {
    color: #013d7c;
}
.menu-dos {
    background: #2ca5de;
    padding: 0;
}
.menu-dos ul,
.menu-uno ul {
    margin-top: 1rem;
}
.container {
    max-width: 1450px;
}
.bg-gris {
    background: #f8f7fc;
}
.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 45px;
    font-size: 14px;
    margin-bottom: 30px;
}
.form-control:focus {
    border: #000 solid 2px;
    box-shadow: 0 0 6px gray;
    background-color: transparent;
}
.btn-form {
    background: #013d7c;
    border-radius: 0.5rem;
    color: #fff;
    height: 45px;
}
.btn-form:hover {
    background: 0 0;
    border: solid 2px #013d7c;
    color: #013d7c;
}
.form-control {
    background-color: transparent;
    border: 2px solid #ced4da;
}
.custom-control-label::before {
    background-color: transparent;
}
.custom-select {
    background-image: url(../img/drop-down.png);
    background-repeat: no-repeat;
    background-position-x: right calc(10% - 20px);
    background-position-y: center;
    background-size: auto;
}
.avisoPriv .custom-control-label::after,
.avisoPriv .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}
.avisoPriv a {
    color: #000;
    border-bottom: solid 1px #000;
    text-decoration: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2ca5de;
    background-color: #2ca5de;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #efefef;
}
.custom-control-label {
    padding-top: 5px;
    padding-left: 10px;
}
.slider-main .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-main .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: 0 0 !important;
    border: solid 2px #2ca5de !important;
}
.slider-main .owl-dots .owl-dot.active span,
.slider-main .owl-dots .owl-dot:hover span {
    background: #2ca5de !important;
}
.finan-opcion {
    background: #013d7c;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
    height: 290px;
}
.finan-opcion:hover p {
    padding: 0;
}
.finan-opcion p {
    font-size: 25px;
    font-family: "Poppins Bold";
}
.finan-opcion span {
    display: none;
    font-size: 20px;
}
.finan-opcion a {
    display: none;
}
.finan-opcion a {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    border-radius: 0.5rem;
}
.finan-opcion:hover {
    background: #2ca5de;
    box-shadow: 2px 2px 10px #000;
    transition: box-shadow 0.3s ease-in-out;
}
.navbar-brand img {
    width: 85%;
}
.slider-autos .owl-nav [class*="owl-"] {
    color: transparent !important;
    border-radius: 0 !important;
    background: #2ca5de !important;
    position: absolute;
    width: 40px;
    height: 90px;
    top: 40%;
}
.slider-autos .owl-nav .owl-prev {
    left: -35px;
}
.slider-autos .owl-nav .owl-next {
    right: -35px;
}
.slider-autos .owl-nav .owl-next::before {
    position: absolute;
    content: "";
    right: 2px;
    top: 27px;
    width: 36px;
    height: 36px;
    background: url(../img/siguiente-blanco.png);
    background-repeat: no-repeat;
}
.slider-autos .owl-nav .owl-prev::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 27px;
    width: 36px;
    height: 36px;
    background: url(../img/atras-blanco.png);
    background-repeat: no-repeat;
}
.slider-autos img:hover {
    box-shadow: 2px 2px 10px #000;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.slider-autos .item:hover h3 {
    color: #2ca5de;
}
.slider-autos h3 {
    font-size: 20px;
}
.bg-conauto {
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-conauto .container {
    padding-bottom: 5%;
    padding-top: 5%;
    color: #fff;
}
.bg-conauto .row {
    align-items: center;
}
.bg-conauto a {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    border-radius: 0.5rem;
    width: 150px;
}
.bg-conauto a:hover {
    background: #fff;
    color: #000;
}
.bg-conauto p {
    font-size: 16px;
    padding: 15px 0;
}
footer {
    color: #a0a0a0;
    font-size: 16px;
}
footer span {
    display: block;
    text-align: center;
    color: #a0a0a0;
}
footer span:hover {
    color: #efefef;
}
footer hr {
    border-top: 1px solid #a0a0a0;
}
footer p {
    margin-bottom: 0;
}
footer a {
    color: #a0a0a0;
}
.footer-final {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.title-footer {
    font-family: "Poppins Bold";
}
.redes a {
    opacity: 0.5;
}
.redes a:hover {
    opacity: 1;
}
.crm-fixed {
    position: fixed;
    /*top: calc(50% - 135px);*/
    top: calc(50% - 300px);
    z-index: 999;
    right: 60px;
}
.crm-fixed a {
    position: relative;
    display: flex;
    height: 66px;
    transition: all linear 0.2s;
}
.crm-fixed a span {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 60px;
    right: -175px;
    background: #2ca5de;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
    opacity: 0;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.crm-fixed a .img {
    position: absolute;
    z-index: 99999;
}
.crm-fixed a .img img {
    width: 60px;
    height: 60px;
    padding: 6px;
    background: #2ca5de;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.crm-fixed a .img img:hover {
    background: #013d7c;
}
.crm-fixed a:hover span {
    right: -5px;
    color: #fff;
    background: #013d7c;
    z-index: 2;
    opacity: 1;
}
.crm-movil {
    position: fixed;
    bottom: -75px;
    width: 85%;
    height: 80px;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9;
}
.crm-movil.hide {
    transform: translateY(-112%);
}
.crm-movil ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.crm-movil ul li {
    list-style: none;
    text-align: center;
    width: 18%;
    margin: 5px;
}
.crm-movil ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    background: #2ca5de;
    height: 90px;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.bg-planes {
    background: url(../img/fondo-planes.jpg);
    background-size: cover;
    padding: 7%;
    text-align: center;
    color: #fff;
}
.bg-planes p {
    font-size: 20px;
    font-family: "Poppins Medium";
}
.tab-content > .active {
    display: flex;
}
.modelos .nav-pills .nav-link {
    color: #2ca5de;
    background-color: #f8f7fc;
    border-bottom: solid 2px #2ca5de;
    border-top: solid 2px #2ca5de;
    border-radius: 0;
}
.modelos .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2ca5de;
}
.nav-planes,
.nav-planes li {
    padding: 0;
    font-size: 20px;
}
.modelos h4 {
    font-family: "Poppins Bold";
    font-size: 30px;
    margin-bottom: 25px;
}
.btn-azul {
    border: solid 2px #2ca5de;
    border-radius: 0.5rem;
    color: #2ca5de;
}
.btn-azul:hover {
    background: #2ca5de;
    color: #fff;
}
.nombre-auto {
    font-size: 40px;
    font-family: "Raleway ExtraBold";
}
.nombre-auto span {
    font-size: 20px;
    font-family: "Poppins Medium";
    display: block;
}
.specs-auto {
    font-size: 18px;
    font-family: "Poppins Medium";
}
.specs-auto span {
    font-size: 30px;
    display: block;
    font-family: "Raleway ExtraBold";
}
.caracteristicas .nav-pills .nav-link {
    color: #2ca5de;
    border-bottom: solid 2px #2ca5de;
    border-top: solid 2px #2ca5de;
    border-radius: 0;
}
.caracteristicas .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2ca5de;
}
.slide-specs .owl-nav [class*="owl-"] {
    color: transparent !important;
    background: 0 0 !important;
    position: absolute;
    width: 40px;
    height: 90px;
    top: 40%;
}
.slide-specs .owl-nav .owl-prev {
    left: -35px;
}
.slide-specs .owl-nav .owl-next {
    right: -35px;
}
.slide-specs .owl-nav .owl-next::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 27px;
    width: 36px;
    height: 36px;
    background: url(../img/siguiente.png);
    background-repeat: no-repeat;
}
.slide-specs .owl-nav .owl-prev::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 27px;
    width: 36px;
    height: 36px;
    background: url(../img/prev.png);
    background-repeat: no-repeat;
}
.slide-specs h4 {
    font-family: "Raleway Bold";
    font-size: 30px;
    padding-bottom: 25px;
}
.versiones {
    text-align: center;
    justify-content: center;
}
.versiones div {
    margin-bottom: 40px;
}
.versiones p {
    font-size: 20px;
    font-family: "Poppins Bold";
    margin-bottom: 0;
}
.versiones a {
    width: 70%;
    margin-top: 20px;
}
.versiones img {
    width: 100%;
}
.slide-prensa .item {
    background: #fff;
}
.slide-prensa h1 {
    font-family: "Raleway ExtraBold";
    font-size: 35px;
    padding: 30px 0 20px 0;
}
.slide-prensa a {
    width: 200px;
    margin-top: 20px;
}
.slide-prensa p {
    padding: 0 15px;
}
.slide-prensa .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 22%;
}
.slide-prensa.owl-theme .owl-dots .owl-dot.active span,
.slide-prensa.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}
.slide-prensa.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background: 0 0;
}
.slide-prensa .owl-nav [class*="owl-"] {
    color: transparent !important;
    background: 0 0 !important;
    position: absolute;
    width: 40px;
    top: 82%;
}
.slide-prensa .owl-nav .owl-prev {
    left: 2%;
}
.slide-prensa .owl-nav .owl-next {
    left: 46%;
}
.slide-prensa .owl-nav .owl-next::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: url(../img/siguiente.png);
    background-repeat: no-repeat;
}
.slide-prensa .owl-nav .owl-prev::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: url(../img/prev.png);
    background-repeat: no-repeat;
}
.prensa-cards h5 {
    font-size: 30px;
    font-family: "Raleway Bold";
    text-align: center;
}
.prensa-cards p {
    text-align: justify;
    font-size: 14px;
}
.prensa-cards a {
    width: 200px;
    margin-top: 25px;
    justify-content: center;
}
.prensa-cards .card {
    border: none;
    border-radius: 0;
}
.prensa-cards .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.prensa-cards.row {
    margin-left: 0;
}
.btn-azul2 {
    color: #fff;
    background: #2ca5de;
    border: solid 2px #2ca5de;
    border-radius: 0.75rem;
    height: 35px;
    padding: 0.2rem 0.75rem;
}
.btn-azul2:hover {
    color: #2ca5de;
    background: 0 0;
}
.nav-cliente .nav-pills .nav-link {
    color: #2ca5de;
    border-bottom: solid 2px #2ca5de;
    border-top: solid 2px #2ca5de;
    border-radius: 0;
}
.nav-cliente .nav-pills .nav-link.active,
.nav-cliente .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2ca5de;
}
.toggle-cliente {
    display: none;
}
.toggle-cliente.active {
    display: block;
}
.links-cuenta a {
    color: #000;
    font-family: "Poppins Bold";
}
.links-cuenta {
    padding-left: 1rem;
}
.texto-cliente {
    margin: 0 auto;
}
.texto-cliente p:last-child {
    font-family: "Poppins Bold";
}
.content-cliente .btn-azul {
    border-radius: 0;
}
.collapse-btn span {
    float: right;
}
.img-content {
    text-align: right;
}
.menos {
    display: none;
}
.collapse-btn .btn-azul.active .menos {
    display: block;
}
.collapse-btn .btn-azul.active .mas {
    display: none;
}
.collapse-btn .btn-azul.active {
    color: #fff;
    background: #2ca5de;
}
.btns-clientes {
    text-align: center;
    margin-top: 30px;
}
.btns-clientes a {
    margin: 30px 25px 0 25px;
}
.bg-clientes {
    background: url(../img/fondo.jpg);
    background-size: auto;
    background-size: cover;
    padding: 7%;
    text-align: center;
    color: #fff;
}
.cuadro-auto {
    text-align: center;
    border-radius: 1rem;
    border: solid 2px #000;
    margin: 15px 5px;
    padding-top: 10px;
    background: #fff;
    cursor: pointer;
    opacity: 0.6;
}
.cuadro-auto:hover {
    border-radius: 1rem;
    border: solid 2px #2ca5de;
    opacity: 1;
}
.cuadro-auto h3 {
    font-size: 25px;
    font-family: "Raleway Bold";
    color: #000;
}
.cuadro-auto p {
    font-size: 18px;
    color: #000;
}
.resumen-autofin h4,
.select-auto h4,
.select-plan h4,
.select-version h4 {
    font-size: 20px;
    font-family: "Poppins Bold";
    text-align: center;
    margin-bottom: 40px;
}
.cuadro-version {
    text-align: center;
    background: #fff;
    border: solid 2px #000;
    border-radius: 1rem;
    padding: 5px;
    cursor: pointer;
    margin: 15px 0;
}
.cuadro-version:hover {
    border: solid 2px #2ca5de;
}
.cuadro-version p {
    margin-bottom: 0;
    color: #000;
}
.cuadro-version .name-auto {
    font-family: "Poppins Bold";
    font-size: 18px;
    color: #000;
}
.cuadro-version .name-version {
    font-family: "Poppins Bold";
    font-size: 24px;
    color: #000;
}
.cuadro-version .precio-version {
    font-size: 18px;
    color: #000;
}
.select-plan p {
    font-family: "Poppins Bold";
    font-size: 24px;
    padding: 15px;
}
#paso2,
#paso3,
#paso4 {
    display: none;
}
.table td,
.table th {
    vertical-align: middle;
}
.tbl-title {
    font-family: "Raleway ExtraBold";
}
.tbl-plazos {
    font-family: "Poppins Bold";
    padding: 5px !important;
}
.tbl-monto {
    font-size: 20px;
    padding: 5px !important;
}
.tbl-monto span {
    font-size: 14px;
}
.text-cotiza ul {
    list-style: none;
}
.text-cotiza .inf-text {
    font-family: "Poppins Bold";
    padding-top: 20px;
    padding-bottom: 20px;
}
.opc-anualidad p {
    background: #fff;
    border: solid 2px #000;
    padding: 0.45rem 2rem 0.375rem 2rem;
    border-radius: 0.25rem;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.opc-anualidad p:hover {
    background: #2ca5de;
    color: #fff;
    border: solid 2px #2ca5de;
}
.auto-cot-name {
    font-family: "Poppins Bold";
    font-size: 24px;
    padding: 15px 0;
}
.auto-cot-precio {
    font-size: 24px;
    padding: 15px 0;
}
.auto-cot-precio span {
    font-size: 24px;
    font-family: "Poppins Bold";
}
tbody tr {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.table td,
.table th,
.table thead th {
    border-bottom: none;
    border-top: none;
}
.tabla-autofin {
    background: #fff;
    padding: 25px 0;
}
.points {
    position: absolute;
    left: -8%;
    top: 36%;
}
.points div {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 20px 0;
    background: #a0a0a0;
}
.points .active {
    background: #2ca5de;
}
.select-auto,
.select-plan,
.select-version {
    position: relative;
}
@media (max-width: 1680px) {
    .points {
        position: relative;
        justify-content: center;
        display: flex;
        left: 0;
    }
    .points div {
        margin: 0 20px 30px;
    }
}
@media (max-width: 1200px) {
    .info-planes {
        font-size: 14px;
    }
    .info-planes h4 {
        margin-top: 30px;
    }
    .finan-opcion span {
        font-size: 15px;
    }
    .bg-clientes,
    .bg-planes {
        padding: 9% 0 1%;
    }
}
@media (max-width: 991px) {
    .info-planes {
        font-size: 16px;
    }
    .nombre-auto {
        margin-bottom: 30px;
    }
    .slide-specs h4 {
        padding: 25px 0;
    }
    .slide-specs p {
        text-align: justify;
    }
    .slide-specs .owl-nav .owl-prev {
        left: 15px;
    }
    .slide-specs .owl-nav .owl-next {
        right: 15px;
    }
    .slide-prensa h1 {
        font-size: 25px;
        padding: 30px 0 15px 0;
    }
    .slide-prensa p {
        padding: 0 15px;
        font-size: 13px;
    }
    .slide-prensa a {
        margin-top: 5px;
    }
    .slide-prensa .owl-dots {
        left: 20%;
    }
    .slide-prensa .owl-nav .owl-next {
        left: 45%;
    }
    .prensa-cards h5 {
        font-size: 25px !important;
    }
    .prensa-cards .card {
        height: 486px;
    }
    .links-cuenta {
        padding-left: 0;
    }
    .toggle-cliente#diseno p {
        font-size: 13px;
    }
    .img-content {
        text-align: center;
    }
    .img-content img {
        width: 100%;
    }
    .navbar-collapse {
        display: none !important;
    }
    .finan-opcion p {
        padding: 0;
    }
    .finan-opcion a {
        display: inline-block;
    }
    .finan-opcion span {
        display: block;
    }
    .menu-dos ul li a,
    .menu-uno ul li a {
        font-size: 15px;
    }
    .bg-planes {
        padding: 13% 0 1%;
    }
    .bg-clientes {
        padding: 12% 0 1%;
    }
}
@media (max-width: 767px) {
    .finan-opcion {
        margin: 15px 0;
    }
    .crm-fixed {
        display: none;
    }
    .caracteristicas .nav-planes,
    .nav-planes li {
        font-size: 15px;
    }
    .slide-specs p {
        font-size: 14px;
    }
    .slide-specs .owl-nav .owl-prev {
        left: 0;
    }
    .slide-specs .owl-nav .owl-next {
        right: 0;
    }
    .slide-specs h4 {
        padding: 20px 0;
    }
    .prensa-cards .card {
        height: auto;
        margin-bottom: 30px;
    }
    .prensa-cards {
        padding: 0;
    }
    .prensa-cards .col-md-6 {
        padding: 0;
    }
    .slide-prensa .info-slide {
        order: 3;
    }
    .slide-prensa h1 {
        font-size: 30px;
    }
    .slide-prensa p {
        font-size: 16px;
    }
    .slide-prensa a {
        margin-top: 15px;
        margin-bottom: 70px;
    }
    .slide-prensa .owl-dots {
        left: 45%;
        bottom: 1%;
    }
    .slide-prensa .owl-nav [class*="owl-"] {
        top: 93%;
    }
    .slide-prensa .owl-nav .owl-prev {
        left: 16%;
    }
    .slide-prensa .owl-nav .owl-next {
        left: 80%;
    }
    .img-content {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .nav-cliente .nav-pills .nav-link {
        font-size: 14px;
        padding: 0.4rem 0.5rem;
    }
    .menu-dos .col-6 ul:last-child {
        margin-top: 0;
    }
    .redes img {
        width: 40px;
    }
    .bg-clientes,
    .bg-planes {
        padding: 15% 0 1%;
    }
    .bg-clientes h1,
    .bg-planes h1 {
        font-size: 2rem;
    }
    .bg-planes p {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
        /*secciones clientes*/
    .d-mo-none{display: block;}
    .d-mo-none.aportaciones{display: none;}
    
    h1 {
        font-size: 30px;
    }
    .btn-form {
        margin-top: 30px;
    }
    .form-row .avisoPriv {
        text-align: center;
        font-size: 12px;
    }
    .slider-autos .owl-nav .owl-prev::before {
        left: -2px;
        top: 22px;
    }
    .slider-autos .owl-nav .owl-next::before {
        right: -2px;
        top: 22px;
    }
    .slider-autos .owl-nav [class*="owl-"] {
        width: 30px;
        height: 75px;
    }
    .slider-autos {
        padding: 0;
    }
    .info-contacto a {
        display: block;
    }
    footer {
        font-size: 14px;
    }
    .crm-movil ul li {
        width: 20%;
    }
    .info-planes {
        font-size: 14px;
    }
    .caracteristicas .nav-pills .nav-link {
        border-bottom: none;
    }
    .caracteristicas .nav-pills:last-child {
        border-bottom: solid 2px #2ca5de;
    }
    .nav-cliente {
        display: none;
    }
    .toggle-cliente {
        display: block;
    }
    .toggle-cliente#diseno p {
        font-size: 14px;
    }
    .toggle-cliente {
        padding-left: 20px;
        padding-right: 20px;
        border: solid 2px #2ca5de;
        border-top: 0;
    }
    .texto-cliente {
        font-size: 13px;
    }
    .btns-clientes a {
        display: block;
    }
    .collapse-btn .btn-azul {
        border-top: 0 !important;
    }
    .content-cliente {
        border-top: solid 2px #2ca5de;
    }
    .cuadro-auto {
        margin: 15px 0;
    }
    .select-plan p {
        font-size: 20px;
    }
    .tbl-plazos {
        font-size: 12px;
    }
    .tbl-title {
        font-size: 12px;
    }
    .tbl-monto {
        font-size: 13px;
        padding: 0;
    }
    .tabla-autofin .container {
        padding: 0;
    }
    .tbl-monto span {
        font-size: 10px;
    }
    .menu-dos ul {
        margin: 0;
    }
    .carousel-auto .owl-carousel {
        padding-top: 25px;
    }
    .carousel-auto .toggle-cliente {
        padding-left: 0;
        padding-right: 0;
    }
    .item-version {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 2px solid #000;
        padding-bottom: 25px;
    }
    .item-version p {
        order: 3;
    }
    .item-version a {
        order: 4;
        margin-top: -70px;
    }
    .versiones img {
        height: 100%;
    }
    .bg-clientes,
    .bg-planes {
        padding: 19% 0 1%;
    }
}
@media (max-width: 480px) {
    .crm-movil ul li a {
        font-size: 8px;
        height: 93px;
    }
    .crm-movil ul li {
        width: 24%;
        margin: 3px;
    }
    .crm-movil {
        bottom: -77px;
    }
    .btn-azul {
        height: 40px;
        font-size: 16px;
    }
    .specs-auto span {
        font-size: 25px;
    }
    .specs-auto {
        font-size: 15px;
    }
    .slide-specs .owl-nav .owl-prev {
        left: -10px;
    }
    .slide-specs .owl-nav .owl-next {
        right: -10px;
    }
    .slide-specs p {
        font-size: 13px;
    }
    .slide-specs h4 {
        font-size: 20px;
    }
    .slide-prensa h1 {
        font-size: 25px;
    }
    .slide-prensa p {
        font-size: 14px;
    }
    .slide-prensa .owl-dots {
        left: 37%;
        bottom: 2%;
    }
    .slide-prensa .owl-nav .owl-prev {
        left: 0;
    }
    .slide-prensa .owl-nav .owl-next {
        left: 86%;
    }
    .slide-prensa .owl-nav [class*="owl-"] {
        top: 91%;
    }
    .cuadro-auto {
        margin: 10px 0;
    }
    .cuadro-auto h3 {
        font-size: 17px;
    }
    .cuadro-auto p {
        font-size: 13px;
    }
    .select-auto .col-6 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .cuadro-version .name-version {
        font-size: 19px;
    }
    .select-version .col-6 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .select-plan p {
        font-size: 16px;
    }
    .opc-anualidad p {
        padding: 0.65rem 0.5rem 0.375rem 0.5rem;
        font-size: 13px;
    }
    .finan-opcion p {
        font-size: 18px;
    }
    .finan-opcion span {
        font-size: 12px;
    }
    .navbar {
        padding: 0.5rem 0;
    }
    .navbar-brand img {
        width: 180px;
        height: 40px;
    }
    .navbar-light .navbar-toggler {
        padding: 0 0 0 0.75rem;
    }
    .item-version a {
        margin-top: -28px;
    }
    h1 {
        font-size: 24px;
    }
    .bg-clientes,
    .bg-planes {
        padding: 23% 0 1%;
    }
}
.item-version {
    background-color: #f8f6fb;
}
@media (max-width: 575px) {
    .versiones p {
        font-size: 14px;
    }
}
@media (max-width: 321px) {
    
    .item-version a {
            margin-top: -23px;
    }
}
@media (max-width: 480px)
.item-version a {
    margin-top: -28px;
}