﻿* {
    /*Borra el margen por default de los navegadores*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Myriad Bold';
}

html, body {
    height: 100%;
    width: 100%;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    --main-text-color: #0055B8;
    --clear-text: #fff;
}
/*Colorbox*/
/*#region Colorbox */
#colorbox {
    background-color: rgba(143,183,247,0.2);
}

#cboxClose {
    top: 0;
    right: 0;
    filter: invert(17%) sepia(59%) saturate(4565%) hue-rotate(201deg) brightness(100%) contrast(105%);
}

#cboxLoadedContent {
    margin-top: 28px;
    margin-bottom: 0;
}
/*#endregion */

/*Cookies*/
/*#region Cookies */
    #cajacookies {
        z-index: 100;
        box-shadow: 0px 0px 5px 5px #808080;
        background-color: white;
        color: black;
        padding: 10px 10%;
        margin-bottom: 0px;
        position: fixed;
        bottom: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
    #cajacookies h1 {
        font-size: 30px;
        color: #141414;
        font-weight: bold;
    }
    #cajacookies p {
        font-size: 15px;
        color: #696969;
        text-align: justify
    }
    #cajacookies button {
        color: #ffffff;
        align-self: center;
    }
/*#endregion */

/*Fuentes*/
/*#region Fuentes */
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('../Fonts/Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Myriad Bold'), url('../Fonts/Myriad Bold.woff') format('woff');
}

@font-face {
    font-family: 'League Spartan Bold';
    font-style: normal;
    font-weight: normal;
    src: local('League Spartan Bold'), url('../Fonts/LeagueSpartan-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Regular';
    font-style: normal;
    font-weight: normal;
    src: local('League Spartan Bold'), url('../Fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad SemiBold';
    font-style: normal;
    font-weight: 500;
    src: local('League Spartan Bold'), url('../Fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'MyriadPro Bold';
    font-style: normal;
    font-weight: 800;
    src: local('League Spartan Bold'), url('../Fonts/MYRIADPRO-BOLD.woff') format('woff');
}
/*#endregion */

/*Lista Ubicación*/
/*#region Lista Ubicación */
.listaUbi {
    font-family: Arial;
    font-weight: 800;
    color: #255d9c
}

.listadoUbi {
    font-family: Arial;
    font-weight: 600;
    color: #255d9c
}
/*#endregion */

/*#region Animation */
.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -o-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate3d(0px, -100px, 0px);
}

    .animation-element.slide-left.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

.animation-element.in-header {
    opacity: 0;
    -moz-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
}

    .animation-element.in-header.in-view {
        opacity: 1;
    }

.animation-element.img-aper {
    opacity: 1;
    width: 50px;
    height: auto;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .animation-element.img-aper.in-view {
        opacity: 1;
        width: 200px;
        height: auto;
    }

/*#endregion */
/*Modal Inicio Sesion*/
/*#region Modal Inicio Sesion */
.modal-inicioSesion .modal-content {
    z-index: -1;
    position: relative;
}
.modal-inicioSesion .modal-content .modal-header{
    height:130px;
    border-bottom-width:0;
    padding-top:0;
    padding-right:0;
}
.modal-inicioSesion .modal-content .modal-header button{
    margin:5px 5px;
}
.modal-inicioSesion .modal-content .input-group{
    width:70%;margin:0 auto
}
/*#endregion */

/*Modal Simulador*/
/*#region Modal Simulador */
.modalSimulador .modal-content {
    background: rgba(255,255,255,1);
}
.modalSimulador .modal-xl {
    max-width: 95% !important;
    height: auto;
}
.modalSimulador .modal-header {
    height: 40px;
    border-bottom-width: 0;
    padding-top: 0;
    padding-right: 0;
}
.modalSimulador .modal-header button {
    border-width: thin;
    height: 35px;
    width: 35px;
    border-radius:100%
}
.modalSimulador .modal-header button span {
    color: var(--main-text-color);
    font-size: 30px;
}
.modalSimulador .modal-body h1 {
    color: var(--main-text-color);
    font-family: 'Myriad Bold';
}

.modalSimulador .modal-body img {
    width: 140px;
    height: auto
}
.modalSimulador .modal-body img:hover {
    width: 160px;
    height: auto;
    transition: all 0.4s;
}
.modalSimulador .modal-body h4 {
    color: #008999;
    font-size: 24px;
}
.modalSimulador .modal-body a {
    cursor: pointer;
}
/*#endregion */

/*Tabla*/
.auto {
    display: none;
}

/*Modal Préstamo*/
/*#region Modal Préstamo */
    .slidecontainer {
        width: 100%; /*Ancho fuera del contenedor*/
    }
    .slidecontainer .parametros {
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        background: #4679BD;
        /*box-shadow: 0 0 3px gray;*/
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }
    .slidecontainer .parametros:hover {
        background: #30588e;
    }
    .slidecontainer .parametros span{
        font-size: 20px;
        color:#fff;
    }
    .slidecontainer .parametros:focus, .slidecontainer .parametros:active {
        transform: translateY(-1px);
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
    .slidecontainer .parametros:hover{
        cursor:pointer
    }
    /*Slider */
    .slider {
        -webkit-appearance: none; /*Sobreescribe los estilos por default CSS*/
        appearance: none;
        width: 90%; /*100%;*/ /*Ancho total */
        height: 6px; /*Alto específico*/
        background: #d3d3d3;
        outline: none; /* Remueve outline */
        opacity: 0.7; /*Establecer la transparencia(Para el efecto mouse-over sobre posición -hover) */
        -webkit-transition: .2s; /* 0.2 segundos de transición */
        transition: opacity .2s;
    }
    /* Efectos Mouse-over */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        border-radius: 100px;
        border-width: medium;
        border-style: solid;
        border-color: #4CAF50;
        background: var(--main-text-color); /* Blue background */
        cursor: pointer; /* Cursor on hover */
     }
    .slider::-moz-range-thumb {
            width: 25px; /* Set a specific slider handle width */
            height: 25px; /* Slider handle height */
            border-radius: 100px;
            border-width: medium;
            border-style: solid;
            border-color: #4CAF50;
            background: var(--main-text-color); /* Blue background */
            cursor: pointer; /* Cursor on hover */
    }
    /*Flecha defs atrás*/
    .modal-header a img {
        width: 30px;
        margin: 10px 5px;
        height: auto;
    }

    .modal-header a img:hover {
        width: 37px;
        transition: all 0.3s
    }

    .prestBody h1 {
        color: #008999;
        font-family: 'Myriad Bold';
        font-size: 55px;
        font-weight: 400;
    }

    .prestBody h2 {
        color: #008999;
        font-family: 'Myriad Bold';
        font-size: 60px;
        font-weight: 600;
    }

.prestBody h3 {
    color: var(--main-text-color);
    font-family: 'Myriad Bold';
    font-weight: 800;
    font-size: 45px
}

.prestBody h5 {
    color: var(--main-text-color);
    font-family: 'Myriad Bold';
    margin-top: 1em;
}

.prestBody h6 {
    color: var(--main-text-color);
    font-family: 'Myriad Regular';
    font-size: 20px
}

    .prestBody img {
        height: auto;
        width: 35px;
    }

    .prestBody img:hover {
        cursor: pointer;
        height: auto;
        width: 45px;
        transition: all 0.5s;
    }
/*#endregion */

/*Modal Inicio Sesion*/
/*#region Modal Inicio Sesion */
    .top-button {
        background: linear-gradient(to bottom,#255d9c 10%, #1cab9c 100%);
    }

    .top-button:hover {
        background: linear-gradient(to bottom,#6195c7 10%, #75baae 100%);
        transform: translateY(-3px);
        /*box-shadow: 0 10px 20px rgba(0,0,0,.2);*/
    }
    .top-button:link{
        outline: none;
    } 
    .top-button:focus, .top-button:active {
        transform: translateY(-1px);
        /*box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
    }
    .glyph-inline {
        position: absolute;
        left: 90%;
        top: 30%;
        font-size: 12px;
        color: var(--main-text-color);
        font-weight: normal;
        line-height: 1;
        border-radius: 4px;
    }

    /*.glyph-inline:hover {*/
        /*-webkit-filter: invert(100%);*/
        /*filter: invert(70%) sepia(25%) saturate(458%) hue-rotate(120deg) brightness(92%) contrast(91%);
    }*/

    .modal h1 {
        font-size: 30px;
        font-weight: 600;
        color: var(--main-text-color);
        margin-bottom: 10px
    }

    .md-form img {
        margin-right: 5px;
        display: block;
        height: 100%;
    }

    .modal-backdrop {
        background: linear-gradient(to bottom,#0055B8 10%, #0099A8 100%);
    }

    .vertical-alignment-helper {
        display: table;
        height: 100%;
        width: 100%;
        pointer-events: none;
    }

    .vertical-align-center {
        /* Centrar verticalmente */
        display: table-cell;
        vertical-align: middle;
        pointer-events: none;
    }

    .modal-content {
        /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
        width: inherit;
        max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
        height: inherit;
        /* To center horizontally */
        margin: 0 auto;
        pointer-events: all;
    }

    .divider {
        height: 2px;
        width: 50%;
        /*display: block;*/ /* for use on default inline elements like span */
        margin: 20px auto 0 auto;
        /*overflow: hidden;*/
        background-color: #707070;
    }

    .btn-circle.btn-sm {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        font-weight: 700;
        text-align: center;
        background-color: var(--main-text-color);
        color: #ffffff;
    }

    .btn-circle.btn-sm:hover {
        background-color: #0078ff;
        color: #efefef;
    }

    .modal-body p a {
        color: var(--main-text-color);
    }

    .modal-body p a:hover {
        color: #0078ff;
        text-decoration: none;
    }

    .modal-footer {
        text-align: center;
    }

    .modal-footer a {
        margin: 0 auto;
        color: var(--main-text-color);
        text-decoration: none;
        font-weight: 800;
    }

    .modal-footer a:hover {
        color: #0078ff;
        text-decoration: none;
    }
    .mdUser{
        width: 25px; 
        height: 25px;
        margin-right: 1em
    }
    .user-input-wrp {
        position: relative;
        width: 80%;
    }

    .user-input-wrp .inputText {
        width: 100%;
        outline: none;
        border: none;
        border: medium solid #d1d1d1;
        border-radius: 5px;
        height: 50px;
        color: var(--main-text-color);
        font-family: 'Myriad Bold';
        font-weight: 600;
        /*box-shadow: none !important;*/
    }
    /*Quita el icono ver contraseña que pone por default Microsoft Edge*/
    input::-ms-reveal, input::-ms-clear {
        display: none;
    }

    .user-input-wrp .inputText:focus {
        border-color: #77b4fc;
        border-width: medium medium 2px;
        -webkit-box-shadow: 0px 1px 4px 4px rgba(143,183,247,1);
        -moz-box-shadow: 0px 1px 4px 4px rgba(143,183,247,1);
        box-shadow: 0px 1px 4px 4px rgba(143,183,247,1);
    }

    .user-input-wrp .floating-label {
        position: absolute;
        pointer-events: none;
        top: 15px;
        left: 10px;
        transition: 0.2s ease all;
        color: #696969
    }

    .user-input-wrp input:focus ~ .floating-label,
    .user-input-wrp input:not(:focus):valid ~ .floating-label {
        top: 0px;
        left: 10px;
        font-size: 12px;
        opacity: 1;
        color: #8e8e8e;
    }
    .countdownContra{
        color: var(--main-text-color);
        font-family: 'Myriad Bold';
    }
/*#endregion */

/*Banner*/
/*#region Banner */
    .banner {
        background-color: rgba(255, 255, 255, 0.71);
    }

    .banner ul li a {
        cursor: pointer;
    }

    .logoCaja {
        height: auto;
        width: 350px;
    }

    .inicioSesion {
        position: relative;
        animation: inicio 0.8s 1 ease-out;
    }

    .inicioSesion span {
        font-family: 'Myriad Bold';
        font-size: 25px;
        letter-spacing: 0;
        color: var(--main-text-color);
        opacity: 1;
    }

    .inicioSesion span:hover {
        font-size: 30px;
        transition: all 0.4s;
    }

    .inicioSesion img {
        width: 25px;
        height: auto;
        margin-bottom: 10px;
    }

    @keyframes inicio {
        from {top: -100px;}
        50% {top: -50px;}
        to {top: 0px;}
    }
/*#endregion */

/*Video*/
/*#region Video */
    .videoInf {
        position: relative;
        background-color: black;
        height: 100vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
    }

    .videoInf video {
        /*display: block;*/
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        /*width: 100%;*/
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .videoInf .container {
        position: relative;
        z-index: 2;
    }

    .videoInf .overlay {
        z-index: 1;
        background: linear-gradient(143deg, rgba(0,85,184,0.29173676306460083) 0%, rgba(0,85,184,0.3561625333727241) 35%, rgba(0,153,168,0.3785714969581583) 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    @media (pointer: coarse) and (hover: none) {
        .videoInf {
            /*background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
            /*background: url('videoPrueba/videoAhorro.mov') black no-repeat center center scroll;*/
            /*background: url('videoPrueba/videoAhorro.mov') black no-repeat fixed scroll;*/
            /*background: url('videoPrueba/videoSol.mov');*/
            background: url('../Img/promo/videoCaja.mp4');
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            background-color: #464646;
        }
        /*.videoInf video {
                display: none;
        }*/
    }

    .videoInf .container {
        max-width: 100%;
        display: block;
    }

    .simuladorCont {
        margin-top: 7rem;
        display: flex;
        justify-content: flex-end;
    }

    .simuladorCont a {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        animation: simulador 0.8s 1 alternate;
    }

    .simuladorCont a img {
        height: 40px;
        width: 30px;
        margin-right: 8px
    }

    .simuladorCont a span {
        font-family: 'Myriad Bold';
        font-weight: 500;
        font-size: 36px;
        color: #fff;
    }

    @keyframes simulador {
        from {top: -100px;}
        50% {top: -50px;}
        to {top: 0px;}
    }

    .simuladorCont a span:hover {
        font-family: 'Myriad Bold';
        font-weight: 800;
        font-size: 45px;
        color: #fff;
        transition: all 0.4s;
    }

    .redes {
        display: flex;
        justify-content: flex-end;
        position: relative;
        animation: redes 0.7s 1 alternate;
    }

    @keyframes redes {
        from {right: -100px;}
        50% {right: -50px;}
        to {right: 0px;}
    }

    .redes ul li {
        list-style-type: none;
        margin-bottom: 1rem;
    }

    .redes a img {
        height: auto;
        width: 67px;
    }

    .opcVideo {
        padding: 0 2.2rem;
        position: relative;
        animation: opc 0.7s 1 alternate;
    }


    @keyframes opc {
        from {top: -500px;}
        50% {top: -250px;}
        to {top: 0px;}
    }

    .opcVideo img {
        height: auto;
        width: 30px;
        margin-bottom: 15px;
    }

    @media (max-width: 900px) {
        .redes ul li {
            list-style-type: none;
            margin-bottom: 1rem;
            display: inline;
        }
    }
    .tituloVideo {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .tituloVideo h1 {
        font-family: 'Myriad Bold';
        font-size: 3em;
        animation: titulo 0.7s 1 ease-in-out;
    }
    @keyframes titulo {
        from {opacity: 0;}
        50% { opacity: 0.25;}
        to {opacity: 1;}
    }

    .opcVideo span {
        font-family: 'Myriad SemiBold';
        color: #fff;
        font-size: 2em;
    }
    .btnApp{
        margin-top:3rem
    }
    .btnApp a{
        color:#fff;
        border:1px solid #fff;
        border-radius:10px;
        padding:10px;
        font-family:'Myriad Regular'
    }
    .btnApp a:hover {
        border: transparent;
        background: linear-gradient(180deg, #008999 5%, #0055B8 80%);
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }
/*#endregion */

/*Modal Promociones*/
/*#region Modal Promociones */
.modal-promociones {
    background-color: rgba(255,255,255,0.7);
}
    .modal-promociones .carousel-control-prev {
        left: -10%;
    }
    .modal-promociones .carousel-control-next {
        right: -10%;
    }
    .modal-promociones .carousel-control-next-icon, .modal-promociones .carousel-control-prev-icon {
        height: 30px;
        width: 30px;
        outline: black;
        background-color: rgba(0, 0, 0, 0.8);
        background-size: 100%, 100%;
        border-radius: 50%;
        border: 1px solid black;
    }
/*#endregion */

/*Opciones2*/
/*#region Opciones2 */
    .logo img {
        height: auto;
        width: 65%;
    }
    .logo img:hover {
        height: auto;
        width: 75%;
        transition: all 0.5s;
    }
    .menuOpciones img{
        width: 110px;
    }
    .menuOpcionesP img{
        height:100px
    }
    .opciones2 .container {
        max-width: 90%;
        display: block;
    }
    .opciones2 {
        /*background: #FFFFFF;*/
        background: transparent linear-gradient(180deg, #0055B8 0%, #008999 100%) 0% 0% no-repeat padding-box;
        padding: 8rem 0;
        width: 100%;
    }
    .opciones2 .h4 {
        /*color: #008999;*/
        color: var(--clear-text);
        font-size: 35px;/*45px;*/
        font-family: 'Myriad Bold';
        font-weight: bold;
    }
    .opciones2 h1 {
        /*color: var(--main-text-color);*/
        color: var(--clear-text);
        font-size: 55px;
        font-family: 'Myriad Bold';
        font-weight: bold;
    }
    .opciones2 p {
        /*color: var(--main-text-color);*/
        color: var(--clear-text);
        font-size: 20px;/*30px;*/
        font-family: 'Myriad Regular';
    }
    .opc {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .MenuCentro{
        text-align:center;
    }
    .Fila2Menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .MenuAhorro { grid-area: 1 / 1 / 2 / 2; }
    .MenuInversiones { grid-area: 1 / 2 / 2 / 3; }

    .MenuTDD { grid-area: 1 / 1 / 2 / 2; }
    .MenuApp { grid-area: 1 / 2 / 2 / 3; }

    .MenuTDD .MenuCentro{
        float:right;
        margin-right: 8rem;
    }
    .MenuApp .MenuCentro{
        float:left;
        margin-left: 8rem;
    }

    .MenuTDD .MenuCentro img:hover,.MenuApp .MenuCentro img:hover{
        cursor:pointer;
    }

/*#endregion */

/*Modal Préstamo*/
/*#region Modal Préstamo */
    .modal-prestamos {
        background-color: rgba(255, 255, 255, 1);
    }

    .modal-prestamos .modal-xl {
        max-width: 100% !important;
        height: auto;
    }

    .modal-prestamos .modal-header {
        height: 30px;
        border-bottom-width: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .modal-prestamos .modal-content button:hover {
        cursor: pointer
    }

    .modal-prestamos .modal-content {
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 0 !important;
        border-color: rgba(0, 0, 0, 0);
        height: 100%;
    }

    .modal-prestamos .modal-content span {
        color: var(--main-text-color);
        font-family: 'MyriadPro Bold';
        font-size: 3.2em;
        display: flex;
        justify-content: center
    }

    .modal-prestamos .modal-content p {
        margin-top: 5px;
        color: #008999;
        font-family: 'Myriad Regular';
        font-size: 1.7em;
        font-weight: 500;
    }

    .modal-prestamos .modal-content .container {
        max-width: 90%;
        margin-top: 5rem
    }

    .modal-prestamos .modal-content img {
        height: auto;
        width: 140px;
    }

    .modal-prestamos .modal-content img:hover {
        transition: all 0.5s;
        height: auto;
        width: 150px;
    }
/*#endregion */

/*Modal Ahorros*/
/*#region Modal Ahorros */
    .modal-ahorros {
        background: rgba(255,255,255,0.9);
    }

    .modal-ahorros .modal-xl {
        max-width: 100% !important;
        height: auto;
    }

    .modal-ahorros .modal-header {
        height: 80px;
        border-bottom-width: 0;
        background-color: rgba(0, 0, 0, 0);
    }

    .modal-ahorros .modal-header button {
        background-color: var(--main-text-color);
        color: #fff;
    }

    .modal-ahorros .modal-header button:hover {
        cursor: pointer
    }

    .modal-ahorros .modal-content {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0 !important;
        border-color: rgba(0, 0, 0, 0);
        height: 100%;
    }

    .modal-ahorros .modal-content h1 {
        font-family: 'Myriad Bold';
        color: var(--main-text-color);
        font-size: 3.5em;
    }

    .modal-ahorros .modal-content img {
        height: auto;
        width: 250px;
    }

    .modal-ahorros .modal-content img:hover {
        height: auto;
        width: 260px;
        transition: all 0.5s;
    }

    .modal-ahorros .modal-content p {
        font-family: 'Myriad Bold';
        color: #008999;
        font-size: 2.5em;
    }

    .modal-ahorros .modal-content .container {
        max-width: 100%;
        height: 100%;
        padding-top: 6rem
    }
/*#endregion */

/*Experiencia*/
/*#region Experiencia */
.responsive {
    width: 100%;
    height: auto;
}
/*#endregion */

/*Listado*/
/*#region Listado */
    .listado {
        background: linear-gradient(180deg, #0055B8 0%, #008999 100%);
        padding: 1rem 0;
        width: 100%
    }

    .listado .container {
        max-width: 100%;
    }

    .listado img {
        height: auto;
        width: 80px;
    }

    .listado a:hover {
        text-decoration: none;
    }

    .listado span {
        font-family: 'Myriad SemiBold';
        color: #fff;
        font-size: 1.9em;
        margin-left: 8px;
    }

    .listado span:hover {
        cursor: pointer;
    }
/*#endregion */

/*Apertura*/
/*#region Apertura */
.apertura {
    background-color: #FFFFFF;
    padding: 8rem 0;
}

.aperturaOpc {
    display: flex;
    text-align: center;
}

.apertura h1 {
    color: var(--main-text-color);
    font-family: 'Myriad Bold';
    font-weight: 700;
    font-size: 55px;
}

.aperturaOpc .aperturaIcon {
    height: 250px;
}

.aperturaOpc .apI1 {
    height: 200px;
}

.aperturaOpc .apI2 {
    height: 50px;
}

.apertura .aperturaOpc h3 {
    color: var(--main-text-color);
    font-family: 'Myriad Regular';
    font-weight: 400;
    font-size: 2rem
}
/*.apertura .aperturaOpc img {
    width: 65%;
    width: 200px;
    height: auto;
}*/
/*#endregion */

/*Objetivo*/
/*#region Objetivo */
    .objetivo {
        background: transparent radial-gradient(closest-side at 50% 50%, #0055B8 0%, #008999 100%) 0% 0% no-repeat padding-box;
        padding: 8rem 0;
        width: 100%;
    }

    .objetivo h1 {
        color: #FFFFFF;
        font-size: 10vmin;
        font-family: 'Myriad Bold';
        font-weight: 800;
    }

    .objetivo h4 {
        color: #FFFFFF;
        font-size: 5vmin;
        margin: 0 2em;
    }
/*#endregion */

/*Modal Mapa*/
/*#region Modal Mapa */
    .modal-mapa {
        background-color: rgba(255, 255, 255,0.9);
    }

    .modal-mapa .modal-header {
        border-width: 0;
    }

    .modal-mapa .modal-dialog {
        max-width: 100% !important;
        height: auto;
    }

    .modal-mapa .modal-dialog .modal-content {
        padding: 4rem 0;
        background-color: rgba(255, 255, 255, 0.1);
        border-width: 0;
    }

    .modal-mapa .modal-dialog .modal-content p {
        text-align: left;
    }

/*#endregion */

/*Mapa*/
/*#region Mapa */
    .mapa {
        background-color: #fff;
        padding: 4rem 0;
        width: 100%;
    }

    .mapa h1 {
        color: var(--main-text-color);
        font-family: 'Myriad Bold';
        font-weight: 800;
    }

    .mapa img {
        width: 30px;
        height: auto;
    }

    .mapa .mapUbi {
        width: 280px;
        height: auto
    }
/*#endregion */

/*Contacto*/
/*#region Contacto */
    .contacto {
        margin-top: 3em;
        background-color: #fff;
        padding: 8rem 0;
        width: 100%;
        border-color: #f2f2f2;
        border-top: solid;
        border-bottom: solid;
        border-width: 0.1px
    }

    .contacto h1 {
        color: var(--main-text-color);
        font-family: 'Myriad Bold';
        font-size: 50px;
    }

    .contacto h3 {
        color: #008999;
        font-family: 'Segoe UI';
        font-size: 25px;
        margin-bottom: 1em
    }

    .contact-form input[type="text"], .contact-form input[type="email"] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #444;
        height: 40px;
        margin-bottom: 16px;
        padding-left: 20px;
        width: 100%;
    }

    .contact-form textarea {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #444;
        height: 140px;
        padding: 20px;
        width: 100%;
    }

    .contact-form button[type="submit"] {
        background: #0055B8 none repeat scroll 0 0;
        border: 1px solid #0055B8;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        margin-top: 8px;
        margin-bottom: 2em;
        padding: 12px 30px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        border-radius: 30px;
    }

    .contact-form button[type=submit]:hover {
        color: #fff;
        border: 1px solid #3EC1D5;
        background: #3EC1D5;
    }

    .contact-form #sendmessage {
        color: #3EC1D5;
        border: 1px solid #3EC1D5;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .contact-form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
        display: block;
    }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    .redSoc {
        position: relative;
        padding-top: 7em;
        display: flex;
        justify-content: center
    }

    .redSoc ul {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .redSoc ul li {
        list-style-type: none;
        display: inline;
        margin-right: 20px
    }

    .redSoc ul li img {
         height: auto;
        width: 67px;
    }
/*#endregion */

/*Google Map*/
/*#region Google Map */
.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #0055B8;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #0055B8;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    color: var(--main-text-color);
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}
/*#endregion */

/*Información*/
/*#region Información */
    .info {
        background-color: #fff;
        padding: 2rem 0;
        width: 100%;
    }

    .info img {
        width: 80px;
        height: auto;
        margin-bottom: 1em
    }

    .info p {
        font-size: 20px;
        font-weight: 500;
        font-family: 'Myriad SemiBold';
    }

    .info p span {
        font-size: 20px;
        font-weight: 500;
        font-family: 'Myriad SemiBold';
    }
/*#endregion */

/*Footer Area*/
/*#region Footer Area */
    .footer-area-bottom {
        background: var(--main-text-color) none repeat scroll 0 0;
        padding: 15px 0;
    }

    /*.linksFooter p a {
        color: #ffffff;
    }*/
    .linksFooter{
        color: #ffffff;
    }

    .linksFooter p a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
    }


    .copyright > p {
        margin-bottom: 0;
        color: #FFFFFF;
        font-size: medium;
    }

    .copyright a {
        color: #FFFFFF;
    }

    .copyright a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
    }

    .AvisosFooter{
        color:#fff;
    }
    .AvisosFooter:hover{
        color:#fff;
        text-decoration:none;
    }
    

    ul.lista-avisos {
        padding: 0;
        list-style: none;
        background: var(--main-text-color);

        width:80%;
        margin:0 auto;
    }

    ul.lista-avisos li {
        display: block;
        position: relative;
        line-height: 21px;
        text-align: center;
        transition: opacity 300ms ease;
    }
    ul.lista-avisos li a {
        display: block;
        padding: 8px 25px;
        color: #fff;
        text-decoration: none;
    }
    ul.lista-avisos li a:hover {
        color: #fff;
        background: #033876;
    }
    ul.lista-avisos li ul.dropdown {
        /* Set width of the dropdown */
        background:var(--main-text-color);
        display: none;
        margin-bottom:1rem;
        border: 1px solid #034964;
        border-radius:5px;
    }
    ul.lista-avisos li:hover ul.dropdown {
        display: block;
        transition: opacity 300ms ease;
        /* Display the dropdown */
    }




/*#endregion */

/********** - ASESORIAS - **********/
/*banner asesoria*/
/*#region banner asesoria */
    .banner-asesoria {
        background-color: rgba(255, 255, 255, 0.71);
    }

    .banner-asesoria ul li a {
        cursor: pointer;
    }

    .logoCaja-asesoria {
        height: auto;
        width: 350px;
    }

    .atras-asesoria img {
        height: auto;
        width: 35px;
    }
/*#endregion */

/*Imagen*/
/*#region Imagen */
    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered p {
        color: #ffffff;
        font-size: 3.7rem;
        font-family: 'Myriad Bold';
        font-weight: 800;
    }

.background {
    background: url('../Img/asesorias/asesorias.png') no-repeat center center fixed;
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.layer {
    background: rgb(0,85,184);
    background: linear-gradient(143deg, rgba(0,85,184,0.29173676306460083) 0%, rgba(0,85,184,0.3561625333727241) 35%, rgba(0,153,168,0.3785714969581583) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*#endregion */

/*Asesoria Informacion*/
/*#region Asesoria Información */
    .asesoria-info {
        background-color: #ffffff;
        padding: 8rem 0;
    }

    .asesoria-info ul li {
        list-style-type: circle;
        color: var(--main-text-color);
        display: inline;
        font-size: 3rem;
        font-family: 'Segoe UI';
        font-weight: 500;
    }

    .asesoria-info ul li::before {
        content: "\2022";
        color: var(--main-text-color);
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }

    .asesoria-info ul li span {
        color: var(--main-text-color);
    }

    .centered p {
        color: #ffffff;
        font-size: 3.5rem;
        font-family: 'Myriad Bold';
        font-weight: 800;
    }

    @media (max-width: 600px) {
        .centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .centered p {
            color: #ffffff;
            font-size: 2.5rem;
            font-family: 'Myriad Bold';
            font-weight: 800;
        }
    }
/*#endregion */

/********** - Inversiones Información - **********/
/*#region Informacion Inversiones */
    .background-inv {
        background: url('../Img/asesorias/inversiones.png')no-repeat center center fixed;
        position: relative;
        height: 100vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
        background-size: cover;
    }

    .info-inv {
        padding-top: 5rem;
        padding-left: 15rem;
        padding-bottom: 5rem;
        color: #0055B8;
        font-family: 'Myriad SemiBold';
        font-size: 1.7rem;
        font-weight: 500;
    }

    @media (max-width: 900px) {
        .info-inv {
            padding-top: 5rem;
            padding-left: 5rem;
            padding-bottom: 8rem;
            color: #0055B8;
            font-family: 'Myriad SemiBold';
            font-size: 1.7rem;
            font-weight: 500;
        }
    }

    @media (max-width: 600px) {
        .info-inv {
            padding-top: 5rem;
            padding-left: 5rem;
            padding-bottom: 5rem;
            color: #0055B8;
            font-family: 'Myriad SemiBold';
            font-size: 1.7rem;
            font-weight: 500;
        }
    }
/*#endregion */

/*Model Simulador Inversiones*/
/*#region Model Simulador Inversiones */
    .SimuladorInversiones .modal-xl {
        max-width: 95% !important;
        height: auto;
    }

    .SimuladorInversiones .modal-content {
        background-color: rgba(255,255,255,0.9);
    }

    .SimuladorInversiones .modal-header {
        height: 40px;
        border-bottom-width: 0;
        padding-top: 0;
        padding-right: 0
    }

    .SimuladorInversiones .modal-body h1 {
        font-family: 'Myriad Bold';
        color: #008999;
        font-size: 3rem;
        font-weight: 400;
    }

    .SimuladorInversiones .cantidad ,.simuladorPrestamo .cantidad{
        outline: none;
        border: none;
        border: medium solid #d1d1d1;
        border-radius: 5px;
        height: 50px;
        color: #0055B8;
        font-size: 20px;
        font-family: 'Myriad Bold';
        font-weight: 600;
    }

    .SimuladorInversiones .cantidad:focus, .simuladorPrestamo .cantidad:focus {
        border-color: #77b4fc;
        border-width: medium medium 2px;
        -webkit-box-shadow: 0px 1px 4px 4px rgba(143,183,247,1);
        -moz-box-shadow: 0px 1px 4px 4px rgba(143,183,247,1);
        box-shadow: 0px 1px 4px 4px rgba(143,183,247,1);
    }
/*#endregion */

/********** - Préstamos Opciones - **********/
/*#region Préstamos Opciones */
.prestOpc {
    margin-top: 7rem;
}

    .prestOpc .solicitaPrest {
        margin-left: 10px;
        float: left;
    }

    .prestOpc .simulador {
        float: right;
        margin-right: 10px;
    }

        .prestOpc .solicitaPrest a, .prestOpc .simulador a {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            .prestOpc .solicitaPrest a img, .prestOpc .simulador a img {
                height: 40px;
                width: 30px;
                margin-right: 8px
            }

            .prestOpc .solicitaPrest a span, .prestOpc .simulador a span {
                font-family: 'Myriad Bold';
                font-weight: 500;
                font-size: 34px;
                color: #fff;
            }

                .prestOpc .solicitaPrest a span:hover, .prestOpc .simulador a span:hover {
                    font-family: 'Myriad Bold';
                    font-weight: 800;
                    font-size: 45px;
                    color: #fff;
                    transition: all 0.4s;
                }

.centeredPrest {
    position: absolute;
    top: 30%;
    transform: translate(0%, 0%);
    width: 100%;
}

    .centeredPrest h1 {
        color: #ffffff;
        font-size: 65px;
        font-family: 'Myriad Bold';
        font-weight: 800;
    }

    .centeredPrest h2 {
        color: #ffffff;
        font-size: 35px;
        font-family: 'Myriad Bold';
        font-weight: 600;
    }


    /*-------------------------------*/
    .centeredPrest a img {
        height: auto;
        width: 67px;
    }

/*.redesInv {
    float: right;
}

    .redesInv ul li {
        list-style-type: none;
        margin-bottom: 1rem;
    }

    .redesInv a img {
        height: auto;
        width: 70px;
    }*/
/*para acomodar los iconos*/
/*@media (max-width: 900px) {
    .redesInv ul li {
        list-style-type: none;
        margin: 1rem 0;
        display: inline;
    }
}*/
/*---------------------------------------------*/
/*#region name */
/*oculta el icono de whatsapp*/
/*@media (min-width: 900px) {
    .redesInv .whats {
        display: none !important;
    }
}*/
/*#endregion */
    .expand {
        z-index: 1;
        width: 100%;
    }

    .expand .expandButton {
        position: absolute;
        top: 70%;
        top: 70vh;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    .expand .expandButton button {
        background: linear-gradient(to bottom,#255d9c 10%, #1cab9c 100%);
        border-color: transparent;
    }

    .expand .expandButton .collapse {
        width: 100%;
    }

    /*solo para tasa diamante*/
    .expand .expandButton a {
        background: linear-gradient(to bottom,#255d9c 10%, #1cab9c 100%);
        border-color: transparent;
    }

    .expand .expandButton a img {
        width: 25px;
        height: auto
    }
/*#endregion */

/*Area collapsible*/
/*#region Area collapsible - Opciones crédito */
    .expand .collapse {
        z-index: 1;
        position: absolute;
        top: 70vh;
        width: 100%;
        transition: all step-end 0.2s;
    }

    .expand .requisitos {
        color: #0055B8;
        padding-top: 5vh
    }

    .expand .requisitos h2 {
        font-weight: 700;
    }

    .expand .requisitos h3 {
        font-weight: 400;
    }

    #opcionesCredito .container {
        max-width: 90%;
        color: #0055B8;
        font-size: 140%
    }

    #opcionesCredito .recomenda {
        color: #008999;
        font-size: 120%;
        font-weight: 300
    }

    #opcionesCredito .carousel {
        background: radial-gradient(closest-side at 50% 50%, #0055B8 0%, #008999 100%) 0% 0% no-repeat padding-box;
    }

    #opcionesCredito .carousel-inner {
        color: #ffffff;
        padding: 5vh;
        font-size: 15px
    }

    #opcionesCredito .carousel .carousel-item h2 {
        font-size: 2.5em
    }

    #opcionesCredito .carousel .carousel-item h1 {
        font-size: 4em
    }

    #opcionesCredito .carousel .carousel-item p1 {
        font-size: 1.5em
    }

    #opcionesCredito .carousel .carousel-item p2 {
        font-size: 1em
    }

    .avisoPrestamos {
        padding: 5vh 10%;
        color: #0055B8;
        font-size: 1.5em
    }

    .info-personal {
        padding-top: 5rem;
        padding-left: 10%;
        padding-bottom: 5rem;
        color: #0055B8;
        font-family: 'Myriad SemiBold';
        font-size: 1.7rem;
        font-weight: 500;
    }

    .info-pagosFijos{
        padding-top: 5rem;
        padding-bottom: 5rem;
        color: #0055B8;
        font-family: 'Myriad SemiBold';
        font-size: 1.7rem;
        font-weight: 500;
    }
    .titulo-principal{
        font-size:70px;
    }
    .info-pagosFijos-opciones{
        width:40%;
        margin: 2rem auto;
    }
    .opciones-izquierda{
        text-align: center;
        margin: 20px 0;
        display: flex;
        justify-content: flex-start;
    }
    .opciones-derecha{
        text-align: center;
        margin: 20px 0;
        display: flex;
        justify-content: flex-end;
    }
    .elem-pagosFijos{
        text-align:center
    }
    .elem-pagosFijos h3{
        margin:10px 0;
    }


    .motos-container-opciones {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;

        margin: 4rem 0;
        padding: 4rem 0;
    }

    .motos-opc1 { 
        grid-area: 1 / 1 / 2 / 2; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .motos-opc2 { 
        grid-area: 1 / 2 / 2 / 3; 
        display: flex;
        align-items: center;
    }
    .info-motos{
        width:60%;
    }
    .elem-motos{
        text-align:center
    }
    .elem-motos h1{
        color:#008999;
        font-weight:800
    }
    .elem-motos b{
        font-size:65px;
    }
    .elem-motos span{
        font-family:'Myriad Regular';
        color:#707070;
        font-size: 22px;
    }
    .imgMotos{
            height: 150px;
    }
    .motos-requisitos{
        font-weight: 600;
        margin: 2rem 0;
        color:#008999;
        font-size:32px;
    }



    .imgFijos{
        width:100px;
    }
    .parent-requisitos {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .img-requisitos {
        grid-area: 1 / 1 / 2 / 2;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .info-requisitos { 
        grid-area: 2 / 1 / 3 / 2; 
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size:20px
    }
    .lista-fijos{
        color:#707070;
        width:50%;
        margin:auto
    }
    .lista-fijos p{
        font-size:25px;
        font-family:'Myriad Regular';
    }
    .lista-requisitos{
        margin-top:20px;
        font-size:20px
    }
    .lista-requisitos ul{
        list-style:none
    }
    .lista-requisitos ul li{
        font-family:'Myriad Regular';
    }
/*#endregion */
/*Sección de Préstamos*/
/*#region Sección de Préstamos */
.globalPrestamos .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .globalPrestamos .footImage {
        position: absolute;
        top: 90vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .globalPrestamos .footImage p {
        color: #ffffff;
        font-size: 1em;
        font-family: 'Segoe UI';
        font-weight: 400;
        margin: 0;
    }

    .globalPrestamos .centered p {
        color: #ffffff;
        font-size: 3rem;
        font-family: 'Myriad Bold';
        font-weight: 800;
    }

    .globalPrestamos .centered .sub {
        color: #ffffff;
        font-size: 1.5rem;
        font-family: 'Myriad Bold';
        font-weight: 800;
    }
/*#endregion */

/*#region Background Prestamos y Descarga App*/
/********** - Préstamo Personal Información - **********/
.background-personal {
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background: url('../Img/asesorias/prestamopersonal.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

/********** - Préstamo Credi Real Información - **********/
.background-credi {
    background: url('../Img/asesorias/credi-real.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo Universitario Información - **********/
.background-uni {
    background: url('../Img/asesorias/universitario.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo Hipotecario Información - **********/
.background-hipotecario {
    background: url('../Img/asesorias/hipotecario.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo Emprendedor Información - **********/
.background-emprendedor {
    background: url('../Img/asesorias/emprendedor.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

/********** - Préstamo Gastos Médicos Información - **********/
.background-medico {
    background: url('../Img/asesorias/medico.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

/********** - Préstamo Vivienda Información - **********/
.background-vivienda {
    background: url('../Img/asesorias/vivienda.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo Inmuebles Información - **********/
.background-inmueble {
    background: url('../Img/asesorias/inmueble.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo para Vehículos Nuevos - **********/
.background-autoNuevo {
    background: url('../Img/asesorias/autoNuevo.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo para Vehículos SemiNuevos - **********/
.background-seminuevo {
    background: url('../Img/asesorias/seminuevo.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo para Tickets - **********/
.background-tickets {
    background: url('../Img/asesorias/tickets.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
/********** - Préstamo para Pasivos - **********/
.background-pasivos {
    background: url('../Img/asesorias/pasivos.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

/********** - Préstamo para Pagos Fijos - **********/
.background-fijos {
    background: url('../Img/asesorias/fijos.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

/********** - Préstamo para Terreno Pagos Fijos - **********/
.background-terreno-fijos {
    background: url('../Img/asesorias/TerrenoPF1.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

/********** - Préstamo para Préstamo Motocicletas - **********/
.background-moto {
    background: url('../Img/asesorias/motos.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}


.background-ahorroPersonal {
    background: url('../Img/asesorias/ahorroPersonal.png');
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.background-ahorroCorriente {
    background: url('../Img/asesorias/ahorroCorriente.png');
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.background-descargaApp {
    background: url('../Img/asesorias/descargaApp.png');
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
}

    .contDescargaApp {
        position: absolute;
        bottom: 40px;
        right: 0;
        width: 50vw;
        height: 30vh;
        background: rgba(0,137,153,0.7);
        padding: 3rem;
    }

    .contDescargaApp h1 {
        font-family: 'MyriadPro Bold';
        color: #fff;
    }

    .contDescargaApp a img {
        height: 60px;
        width: auto;
    }
    .contDescargaApp a img:hover {
        height: 65px;
        width: auto;
        transition: all 0.4s;
    }

/*#endregion */

.cargandoMov {
    display: none;
    text-align: center
}

.cargandoMov img {
    width: 50px;
}    
    
/* ---------- DATOS BANCARIOS ----------*/
/*#region Datos Bancarios */
/*1 - Titulo de datos bancarios*/
.datos-titulo {
    color:#fff;
    font-size:30px;
    font-family:'Myriad Regular';
}
/*2- Cuenta de cheques*/
.cuenta-cheques {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
    border-bottom: solid;
    border-bottom-color: #cccccc;
    border-bottom-width: medium;
}
.cuenta-cheques img{
    font-family:'Myriad SemiBold';
    width:160px;
    height:auto;
    
    position:absolute;
    right:51%;
}
.cuenta-cheques h4{
    margin-top:15px;
    font-family:'Myriad Bold';
    color: #0055B8;
    font-size: 21px;
}
.cuenta-cheques h4 span{
    color: #39577B;
    font-size: 28px;
}

.cuenta-importante {
    width: 100%;
    text-align: center;
    padding: 2rem 0;
    color: #ffffff;
    font-family: 'Myriad SemiBold';
    font-size: 25px;
    background: transparent linear-gradient(180deg, #0055B8 0%, #008999 100%) 0% 0% no-repeat padding-box;
}
.cuenta-importante h2{
    font-size: 35px;
}
.cuenta-importante p, .cuenta-importante span{
    font-size: 21px;
    margin:2rem 0;
}
.cuenta-importante span img{
    width:30px;
    height:auto;
    margin-right:10px;
}
/*#endregion */

/* ---------- APP MOVIL ----------*/
/*#region APPInfo*/
/*Caracteristicas*/
.ContainerAppCaracteristicas{
    color:var(--main-text-color);
    text-align:center;
}
.ContainerAppCaracteristicas h1 {
    font-size: 60px;
    font-family: 'Myriad Bold';
    margin-bottom: 2rem
}

.ContainerAppCaracteristicas h3 {
    font-size: 40px;
}

.ContainerAppCaracteristicas h2 {
    font-size: 50px;
}
/*Normal*/
.ImgDerechaAppCar {
    width: 60%;
    float: left;
}
.ImgIzquierdaAppCar {
    width: 60%;
    float: right;
}
#MovtosAppImg {
    width: 90%;
}
.AppCaracteristicas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}
.ImgAppCar { grid-area: 1 / 1 / 2 / 2;}
.OpcAppCar { grid-area: 1 / 2 / 2 / 3;}
/*Izquierdo*/
.AppCaracteristicasIzq {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}
.ImgAppCarIzq { grid-area: 1 / 1 / 2 / 2;}
.OpcAppCarIzq { grid-area: 1 / 2 / 2 / 3;}
/*Derecho*/
.AppCaracteristicasDerecha {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}
.ImgAppCarDerecha { grid-area: 1 / 1 / 2 / 2; }
.OpcAppCarDerecha { grid-area: 1 / 2 / 2 / 3; }


.CarApp {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.ImgCarApp { grid-area: 1 / 1 / 2 / 2;text-align:right;}
.TextCarApp {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    /*background: #e0e0e0;*/
    justify-content: flex-start;
    text-align: start;
    align-items: center;
}

.ImgNumero{
    height:300px;
}
/*Beneficios*/
#ImgBeneficiosApp{
    margin:8rem 0;
    width:70%;
}
.AppMovilBeneficios, .AppMovilComienzo {
    color: var(--main-text-color);
    text-align: center;
    margin: 4rem 0
}
.AppMovilBeneficios h1{
    font-size:70px;
    font-family:'Myriad Bold';
}
.AppMovilBeneficios h2{
    font-size:50px;
    font-family:'Myriad Bold';
    color:#707070
}
.AppMovil, .AppPasos, .AppReady {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.GooglePlay,.AppPaso1,.AppReadyImg { grid-area: 1 / 1 / 2 / 2; }
.AppStore,.AppPaso2,.AppReadyText{ grid-area: 1 / 2 / 2 / 3; }

.AppMovil h3 {
    font-size: 40px;
    color: #707070;
}

/*Comienzo Uso de App*/
.Comienzo2{
    margin:5rem 0;
}
.AppPasos span {
    color: #008999;
    font-size: 40px;
}
.AppMovilComienzo h2 {
    font-size: 50px;
    font-family: 'Myriad Bold';
    color: var(--main-text-color);
}
.AppReadyText h1, .AppInstruccionesTransfer h1 {
    font-family: 'Myriad Bold';
    font-size: 50px;
}
.AppReadyText h3, .AppInstruccionesTransfer h2 {
    font-size: 40px;
}
.AppComienzoImg{
    width: 150px;
    margin-right:25px;
}
#AppComienzoImgPrincipal {
    width: 60%
}
#CenterReady {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/*Instrucciones App*/
.AppMovilInstrucciones {
    color: var(--main-text-color);
    margin: 3rem 0;
}
.AppInstruccionesTransfer {
    background: #EAEAEA;
    width: 70%;
    padding: 1rem;
    margin: 2rem auto;
    border-radius: 20px;
    text-align: center;
}
.AppInstruccionesTransfer span{
    font-family: 'Myriad Bold';
    font-size: 35px;
}
.AppMovilImgFlecha {
    width: 35px;
    margin-bottom: 5px;
}
/*Preguntas Frecuentes*/
.AppMovilFrecuentes {
    color: var(--main-text-color);
    text-align: center;
}
.AppMovilFrecuentes h1{
    font-family:'Myriad Bold';
    font-size:40px;
}
.accordion > .card .card-header {
    background: #fff;
}
.accordion > .card:last-of-type {
    border: none;
}
.accordion > .card .card-header {
    border: none;
}
.btnFrecuenteMovil {
    color: var(--main-text-color) !important;
    font-size: 30px !important;
    font-family:'MyriadPro Bold';
}
.btnFrecuenteMovil:hover,.btnFrecuenteMovil:active,.btnFrecuenteMovil:focus{
    cursor:pointer !important;
    text-decoration:none !important;
}
.card-body {
    color: #292929;
    font-size: 25px;
    font-family: 'Myriad Regular';
    text-align: left;
    margin-left: 1.25rem;
}
.AcordionMovilFQ {
    width: 60%;
    margin: 1rem auto;
}
.accordion > .card {
    border: none;
}
#LinkBanxico {
    color: var(--main-text-color);
}
/*#encdregion APPInfo*/




/*MEDIAS QUERIES*/
@media only screen and (max-width: 320px) and (max-width: 375px) {
    .input-group {
        width: 100% !important;
    }

    .prestBody h3 {
        font-size: 30px
    }

    .prestBody h2 {
        font-size: 35px;
    }

    /******* MODALS *******/
    /*Modal Iniciar sesión*/
    /*Modal Promociones*/
    .modal-promociones .carousel-control-prev {
        left: 0%;
    }

    .modal-promociones .carousel-control-next {
        right: 0%;
    }

    .modal-promociones .carousel-control-next-icon, .modal-promociones .carousel-control-prev-icon {
        height: 35px;
        width: 35px
    }
    /*Modal Simulador Prestamos*/
    .modalSimulador .modal-header {
        height: 40px;
    }

    .modalSimulador .modal-body h1 {
        font-size: 18px;
    }

    .modalSimulador .modal-body img {
        width: 110px;
        height: auto
    }

        .modalSimulador .modal-body img:hover {
            width: 120px;
            height: auto;
            transition: all 0.4s;
        }

    .modalSimulador .modal-body h4 {
        font-size: 16px;
    }

    /*Modal Préstamo*/
    .modal-prestamos .modal-header {
        height: 40px;
    }

    .modal-prestamos .modal-content span {
        font-size: 30px;
    }

    .modal-prestamos .modal-content p {
        font-size: 1.2em;
    }

    .modal-prestamos .modal-content img {
        height: auto;
        width: 110px;
    }

        .modal-prestamos .modal-content img:hover {
            height: auto;
            width: 120px;
        }
    /*Modal Ahorros*/
    .modal-ahorros .modal-content .container {
        padding-top: 2rem
    }

    .modal-ahorros .modal-content h1 {
        font-size: 30px;
    }

    .modal-ahorros .modal-content img {
        height: auto;
        width: 140px;
    }

        .modal-ahorros .modal-content img:hover {
            height: auto;
            width: 150px;
            transition: all 0.5s;
        }

    .modal-ahorros .modal-content p {
        font-size: 1.2em;
    }
    /******* PAGE *******/
    .logoCaja {
        height: auto;
        width: 150px;
    }

    .simuladorCont {
        padding-left: 10px
    }

        .simuladorCont a span {
            font-size: 20px;
            margin-top: 10px;
        }

            .simuladorCont a span:hover {
                font-size: 25px;
                transition: all 0.4s
            }

    .redes {
        justify-content: center;
    }

        .redes a img {
            height: auto;
            width: 50px;
            margin-top: 50%;
            margin-left: 15px
        }

    .tituloVideo h1 {
        font-family: 'Myriad Bold';
        font-size: 1.6em;
    }

    .opcVideo {
        padding: 1rem 2rem;
    }

        .opcVideo img {
            height: auto;
            width: 14px;
        }

        .opcVideo span {
            font-size: 1em;
        }

    .listado .container {
        min-width: 100%;
        /*background-color:aquamarine;*/
        /*width: 95% !important;*/
    }

    .listado img {
        height: auto;
        width: 50px;
        float: left;
    }

    .listado span {
        float: left;
        font-size: 1.4rem;
    }

    .opciones2 {
        padding: 4rem 0;
    }

        .opciones2 h1 {
            font-size: 35px;
        }

        .opciones2 .h4 {
            font-size: 30px;
        }

        .opciones2 p {
            font-size: 20px;
        }

    .apertura {
        padding: 4rem 0;
    }

        .apertura h1 {
            font-size: 30px;
        }

    .aperturaOpc .apI1 {
        height: 140px;
    }

    .aperturaOpc .apI2 {
        height: 30px;
    }

    .apertura .aperturaOpc h3 {
        font-size: 1.6rem
    }

    .apertura .aperturaOpc img {
        width: 150px;
        height: auto;
    }

    .mapa {
        padding: 4rem 0;
    }

        .mapa h1 {
            font-size: 30px;
        }

        .mapa .mapUbi {
            width: 150px;
            height: auto
        }

    .contacto {
        padding: 4rem 2rem;
    }

        .contacto h1 {
            font-size: 30px;
        }

        .contacto h3 {
            font-size: 18px;
            margin-bottom: 1em
        }

    .redSoc ul li img {
        height: auto;
        width: 50px;
    }

    .info img {
        width: 60px;
        height: auto;
        margin-bottom: 1em
    }

    .info p {
        font-size: 15px;
    }
    /******* PANTALLAS PRESTAMOS *******/
    .logoCaja-asesoria {
        height: auto;
        width: 110px;
    }

    .atras-asesoria img {
        height: auto;
        width: 23px;
    }

    .prestOpc .simulador, .prestOpc .solicitaPrest {
        margin-left: 10px;
        float: left;
    }

        .prestOpc .solicitaPrest a img, .prestOpc .simulador a img {
            height: 18px;
            width: 15px;
        }

        .prestOpc .solicitaPrest a span, .prestOpc .simulador a span {
            font-size: 20px;
        }

            .prestOpc .solicitaPrest a span:hover, .prestOpc .simulador a span:hover {
                font-size: 21px;
                transition: 0.2s ease all;
            }

    .centeredPrest h1 {
        font-size: 32px;
    }

    .centeredPrest h2 {
        font-size: 12px;
    }
    /*---IMPORTANTE---*/
    .centeredPrest a img {
        height: auto;
        width: 47px;
    }

    .redesInv {
        float: none;
        display: flex;
        justify-content: center
    }

        .redesInv a img {
            height: auto;
            width: 35px;
            margin-right: 5px
        }

    .info-personal {
        padding-top: 2rem;
        padding-left: 6%;
        font-size: 1rem;
    }
    /*Préstamos*/
    .globalPrestamos .footImage p {
        font-size: 0.7em;
    }
    /*Seccion de requisitos*/

    .expand .requisitos h2 {
        font-size: 1.7em
    }

    .expand .requisitos h3 {
        font-size: 1.7em
    }

    .expand img {
        width: 150px;
        height: auto;
    }

    #opcionesCredito .carousel .carousel-item h2 {
        font-size: 1.7em
    }

    #opcionesCredito .carousel .carousel-item h1 {
        font-size: 2.8em
    }

    #opcionesCredito .carousel .carousel-item p1 {
        font-size: 0.9em
    }

    #opcionesCredito .carousel .carousel-item p2 {
        font-size: 0.4em
    }

    .avisoPrestamos {
        padding: 5vh 10%;
        font-size: 1em
    }

    /******* INVERSIONES INFORMACION *******/
    .background-inv .simuladorCont img {
        width: 20px;
        height: 30px
    }

    .background-inv .simuladorCont span {
        font-size: 25px;
    }

        .background-inv .simuladorCont span:hover {
            font-size: 28px;
        }

    .background-inv .centered {
        margin-top: 10px
    }

        .background-inv .centered p {
            /*font-size: 35px;*/
            font-size: 15px;
        }

    .info-inv {
        padding-top: 2rem;
        padding-left: 6%;
        font-size: 1rem;
    }
    /******* ANUNCIOS CLASIFICADOS *******/
    .background .centered {
        position: absolute;
        top: 60vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .background .centered p {
            font-size: 35px;
        }

    .asesoria-info {
        padding: 4rem 0;
    }

        .asesoria-info ul li {
            font-size: 1.4rem;
        }

            .asesoria-info ul li::before {
                width: 1em;
            }

            .asesoria-info ul li span {
                font-size: 1.4rem;
            }

    .globalPrestamos .footImage {
        width: 100%
    }

    .iconWhats {
        width: 40px;
        height: auto;
    }

    .slider {
        width: 40%;
    }

    .slidecontainer .parametros {
        font-size: 15px;
        width: 10px;
        height: 10px;
    }

    .user-input-wrp {
        width: 100%;
    }

    .mdUser {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
        .AppCaracteristicas,.AppCaracteristicasIzq,.AppCaracteristicasDerecha,.AppMovil, .AppReady {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(1, 1fr);
        }

        .ImgAppCar, .ImgAppCarIzq, .OpcAppCarDerecha,.GooglePlay, .AppReadyImg {
            grid-area: 1 / 1 / 2 / 2;
        }

        .OpcAppCar, .OpcAppCarIzq, .ImgAppCarDerecha,.AppStore, .AppReadyText {
            grid-area: 2 / 1 / 3 / 2;
        }
        .ImgNumero {
            height: 150px !important;
        }
        .ContainerAppCaracteristicas h2 {
            font-size: 25px !important;
        }
        .OpcAppCarIzq {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ImgIzquierdaAppCar {
            float: none;
        }
        #PagoImgApp {
            width: 30%;
        }
        .AppMovilBeneficios h1 {
            font-size: 50px;
        }
        #ImgBeneficiosApp {
            margin: 5rem 0;
            width: 90%;
        }
        .AppMovilBeneficios h2 {
            font-size: 40px;
        }
        .AppMovil h3 {
            font-size: 30px;
            color: #707070;
        }
        .AppPasos span {
            font-size: 25px !important;
        }
        .Comienzo2 {
            margin: 3rem 0;
        }
        .AppMovilComienzo h2 {
            font-size: 40px;
            margin: 0 1rem;
        }
        .AppReadyText h1, .AppInstruccionesTransfer h1 {
            font-size: 40px;
        }
        .AppReadyText h3, .AppInstruccionesTransfer h2 {
            font-size: 30px;
        }
        .AppInstruccionesTransfer {
            width: 80%;
        }
        .AppInstruccionesTransfer h1 {
            font-size: 30px !important;
        }

        .AppInstruccionesTransfer h2 {
            font-size: 20px !important;
        }

        .AppInstruccionesTransfer span {
            font-size: 20px !important;
        }
        .AppMovilFrecuentes h1{
            font-size: 30px;
        }
        .AcordionMovilFQ {
            width: 90% !important;
        }
        #H2Duda{
                font-size: 1.5rem;
        }
        .btnFrecuenteMovil {
            font-size: 23px !important;
        }
        .card-body {
            font-size: 20px;
        }
        .AppMovilImgFlecha {
            width: 25px;
            margin-bottom: 5px;
        }


        .Fila2Menu {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
        }

        .MenuAhorro, .MenuTDD {
            grid-area: 1 / 1 / 2 / 2;
        }

        .MenuInversiones, .MenuApp {
            grid-area: 2 / 1 / 3 / 2;
        }
        .MenuAhorro .MenuCentro, .MenuInversiones .MenuCentro{
            margin-top:3rem;
        }

        .input-group {
            width: 100% !important;
        }

        .prestBody h3 {
            font-size: 35px
        }
        .prestBody h2 {
            font-size: 40px;
        }

        .opciones2 h1 {
            font-size: 45px;
        }

        /*Modal Promociones*/
        .modal-promociones .carousel-control-prev {
            left: -2%;
        }

        .modal-promociones .carousel-control-next {
            right: -2%;
        }

        .modal-promociones .carousel-control-next-icon, .modal-promociones .carousel-control-prev-icon {
            height: 20px;
            width: 20px
        }
        /*Modal Simulador Prestamos*/
        .modalSimulador .modal-header {
            height: 40px;
        }

        .modalSimulador .modal-body h1 {
            font-size: 22px;
        }

        .modalSimulador .modal-body img {
            width: 120px;
            height: auto
        }

            .modalSimulador .modal-body img:hover {
                width: 130px;
                height: auto;
                transition: all 0.4s;
            }

        .modalSimulador .modal-body h4 {
            font-size: 18px;
        }
        /*Modal Préstamo*/
        .modal-prestamos .modal-header {
            height: 50px;
        }

        .modal-prestamos .modal-content span {
            font-size: 40px;
        }

        .modal-prestamos .modal-content p {
            font-size: 1.4em;
        }

        .modal-prestamos .modal-content img {
            height: auto;
            width: 120px;
        }

            .modal-prestamos .modal-content img:hover {
                height: auto;
                width: 130px;
            }
        /*Modal Ahorros*/
        .modal-ahorros .modal-content .container {
            padding-top: 2.2rem
        }

        .modal-ahorros .modal-content h1 {
            font-size: 40px;
        }

        .modal-ahorros .modal-content img {
            height: auto;
            width: 160px;
        }

            .modal-ahorros .modal-content img:hover {
                height: auto;
                width: 170px;
                transition: all 0.5s;
            }

        .modal-ahorros .modal-content p {
            font-size: 1.4em;
        }
        /******* PAGE *******/

        .logoCaja {
            height: auto;
            width: 180px;
        }

        .simuladorCont a span {
            font-size: 30px;
            margin-top: 10px;
        }

            .simuladorCont a span:hover {
                font-size: 35px;
                transition: all 0.4s
            }

        .redes {
            justify-content: center;
        }

            .redes a img {
                height: auto;
                width: 40px;
                margin-top: 10%;
                margin-left: 15px
            }

        .tituloVideo h1 {
            font-family: 'Myriad Bold';
            font-size: 1.8em;
        }

        .opcVideo {
            padding: 1rem 2rem;
        }

            .opcVideo img {
                height: auto;
                width: 14px;
            }

            .opcVideo span {
                font-size: 1.2em;
            }

        .listado .container {
            min-width: 100%;
            /*background-color: antiquewhite;*/
            /*width: 95% !important;*/
        }

        .listado img {
            height: auto;
            /*width: 45px;*/
            width: 25px;
            float: left
        }

        .listado span {
            float: left;
            font-size: 0.9rem;
        }

        .opciones2 {
            padding: 4rem 0;
        }

        .apertura {
            padding: 4rem 0;
        }

            .apertura h1 {
                font-size: 40px;
            }

        .aperturaOpc .apI1 {
            height: 160px;
        }

        .aperturaOpc .apI2 {
            height: 4px;
        }

        .apertura .aperturaOpc h3 {
            font-size: 1.8rem
        }

        .apertura .aperturaOpc img {
            width: 170px;
            height: auto;
        }

        .mapa {
            padding: 4rem 0;
            font-family: 'Myriad Regular'
        }

            .mapa h1 {
                font-size: 40px;
            }
            .mapa .mapUbi {
                width: 170px;
                height: auto
            }
        .contacto {
            padding: 4rem 2rem;
        }

            .contacto h1 {
                font-size: 40px;
            }

            .contacto h3 {
                font-size: 22px;
                margin-bottom: 1em
            }

        .redSoc ul li img {
            height: auto;
            width: 60px;
        }

        .info img {
            width: 90px;
            height: auto;
            margin-bottom: 1em
        }

        .info p {
            font-size: 20px;
        }
        /******* PANTALLAS PRESTAMOS *******/
        .logoCaja-asesoria {
            height: auto;
            width: 180px;
        }

        .atras-asesoria img {
            height: auto;
            width: 26px;
        }

        .prestOpc .simulador, .prestOpc .solicitaPrest {
            margin-left: 10px;
            float: left;
        }

            .prestOpc .solicitaPrest a img, .prestOpc .simulador a img {
                height: 22px;
                width: 20px;
            }

            .prestOpc .solicitaPrest a span, .prestOpc .simulador a span {
                font-size: 25px;
            }

                .prestOpc .solicitaPrest a span:hover, .prestOpc .simulador a span:hover {
                    font-size: 26px;
                    transition: 0.2s ease all;
                }

        .centeredPrest h1 {
            font-size: 38px;
        }

        .centeredPrest h2 {
            font-size: 20px;
        }
        /*---IMPORTANTE---*/
        .centeredPrest a img {
            height: auto;
            width: 50px;
        }

        .redesInv {
            float: none;
            display: flex;
            justify-content: center
        }

            .redesInv a img {
                height: auto;
                /*width: 60px;*/
                width: 40px;
                margin-right: 5px
            }

        .info-personal {
            padding-top: 2rem;
            padding-left: 6%;
            font-size: 1.2rem;
        }
        /*Prestamos*/
        .globalPrestamos .footImage p {
            font-size: 0.8em;
        }
        /*Seccion de requisitos*/
        .expand .requisitos h2 {
            font-size: 1.9em
        }

        .expand .requisitos h3 {
            font-size: 1.9em
        }

        .expand img {
            width: 170px;
            height: auto;
        }

        #opcionesCredito .carousel .carousel-item h2 {
            font-size: 1.9em
        }

        #opcionesCredito .carousel .carousel-item h1 {
            font-size: 3em
        }

        #opcionesCredito .carousel .carousel-item p1 {
            font-size: 1em
        }

        #opcionesCredito .carousel .carousel-item p2 {
            font-size: 0.6em
        }

        .avisoPrestamos {
            padding: 5vh 10%;
            font-size: 1.2em
        }

        /******* INVERSIONES INFORMACION *******/
        .background-inv .simuladorCont img {
            width: 20px;
            height: 30px
        }

        .background-inv .simuladorCont span {
            font-size: 30px;
        }

            .background-inv .simuladorCont span:hover {
                font-size: 34px;
            }

        .background-inv .centered {
            margin-top: 10px
        }

        .background-inv p {
            font-size: 40px;
        }

        .info-inv {
            padding-top: 2.2rem;
            padding-left: 6%;
            font-size: 1rem;
        }
        /******* ANUNCIOS CLASIFICADOS *******/
        .background .centered {
            position: absolute;
            top: 60vh;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .background .centered p {
                font-size: 35px;
            }

        .asesoria-info {
            padding: 4rem 0;
        }

            .asesoria-info ul li {
                font-size: 1.6rem;
            }

                .asesoria-info ul li::before {
                    width: 1em;
                }

                .asesoria-info ul li span {
                    font-size: 1.6rem;
                }

        .globalPrestamos .footImage {
            width: 100%
        }
        .slider {
            width: 50%;
        }
        .slidecontainer .parametros {
            font-size: 12px;
            width: 25px;
            height: 25px;
        }
        .user-input-wrp {
            width: 90%;
        }
        .mdUser {
            margin-right:0;
        }
        .titulo-principal {
            font-size: 45px;
        }
        .imgFijos {
            width: 80px;
        }
        .opciones-derecha {
            justify-content: center;
            margin: 2rem 0;
        }
        .opciones-izquierda {
            justify-content: center;
            margin: 2rem 0;
        }
        .lista-fijos{
            width:80%;
        }
        .lista-fijos p{
            font-size:18px;
        }
        .lista-requisitos{
            /*margin-top:20px;*/
            font-size:13px
        }
        .motos-container-opciones {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            margin: 1rem 0;
            padding: 1rem 0;
        }
        .motos-opc1 {
            grid-area: 1 / 1 / 2 / 2;
        }

        .motos-opc2 {
            grid-area: 2 / 1 / 3 / 2;
            justify-content: center;
        }
        .imgMotos {
            height: 100px;
        }
        .elem-motos h1 {
            font-size: 30px;
        }
    }
@media only screen and (max-width: 768px) {
        .ContainerAppCaracteristicas h2 {
            font-size: 25px !important;
        }
        .ImgNumero {
            height: 200px !important;
        }
        #PagoImgApp {
            width: 45%;
        }
        .ContainerAppCaracteristicas h1 {
            font-size: 50px;
        }
        .ContainerAppCaracteristicas h3 {
            font-size: 30px;
        }
        .AppPasos{
            grid-template-columns: 1fr;
            grid-template-rows: repeat(1, 1fr);
        }
        .AppPaso1{
            grid-area: 1 / 1 / 2 / 2;
            margin: 2rem 1rem;
        }
        .AppPaso2{
            grid-area: 2 / 1 / 3 / 2;
            margin: 2rem 1rem;
        }
        #AppComienzoImgPrincipal {
            width: 70%;
        }
        .TextCarApp {
            justify-content: center;
            text-align: center;
        }
        #CenterReady {
            margin: 0 5px;
        }
        .AppReadyText h3{
            font-size: 30px;
        }
        




        .titulo-principal {
            font-size: 50px;
        }
        .opciones-derecha {
            justify-content: center;
            margin: 2rem 0;
        }

        .opciones-izquierda {
            justify-content: center;
            margin: 2rem 0;
        }
        .lista-fijos {
            width: 70%;
        }

        .opciones2 {
            padding: 4rem 0;
        }
        .MenuTDD .MenuCentro {
            float: none;
            margin-right: 0;
            margin-top:3rem;
        }

        .MenuApp .MenuCentro {
            float: none;
            margin-left: 0;
            margin-top: 3rem;
        }
        .listado .container {
            max-width: 50%;
        }
        .listado img {
            height: auto;
            width: 70px;
            float: left
        }
        .listado span {
            float: left;
            font-size: 1.7rem;
        }
        .centeredPrest h1 {
            font-size: 40px;
        }
        .centeredPrest h2 {
            font-size: 28px;
        }
        /*---IMPORTANTE---*/
        .centeredPrest a img {
            height: auto;
            width: 55px;
        }
        .slider {
            width: 60%;
        }
        .slidecontainer .parametros {
            font-size: 15px;
            width: 25px;
            height: 25px;
        }
        .user-input-wrp {
            width: 90%;
        }
        .mdUser {
            margin-right:0;
        }

        .modalSimulador .modal-body img {
            width: 100px;
            height: auto;
        }
        .modalSimulador .modal-body h4 {
            font-size: 18px;
        }
    }
@media only screen and (max-width:1024px){
        .ContainerAppCaracteristicas h2 {
            font-size: 30px;
        }
        .ImgNumero {
            height: 250px;
        }
        #PagoImgApp {
            width: 40%;
        }
        .AppPasos span {
            font-size: 30px;
        }
        .AppComienzoImg {
            width: 120px;
            margin-right: 10px;
        }
        .AppInstruccionesTransfer h1 {
            font-size: 40px;
        }
        .AppInstruccionesTransfer h2 {
            font-size: 30px;
        }
        .AppInstruccionesTransfer span {
            font-size: 25px;
        }
        .brComienzo{
            display:none
        }
        .AcordionMovilFQ {
            width: 70%;
        }
        .AppMovilImgFlecha {
            width: 30px;
            margin-bottom: 5px;
        }



        .titulo-principal {
            font-size: 50px;
        }
        .info-pagosFijos-opciones {
            width: 60%;
        }
        .lista-fijos {
            width: 70%;
            margin: auto;
        }

        .contDescargaApp {
            width: 70vw;
            height: 30vh;
            padding: 1rem
        }
        .contDescargaApp h1 {
            font-size: 22px
        }

        .contDescargaApp a img {
            height: 40px;
            width: auto;
        }
        .contDescargaApp a img:hover {
            height: 45px;
            width: auto;
            transition: all 0.4s;
        }
    }
@media (min-width: 769px) and (max-device-width : 1023px) {
        #MovtosAppImg {
            width: 600px
        }
        .slider {
            width: 80%;
        }
        .slidecontainer .parametros {
            font-size: 20px;
            width: 30px;
            height: 30px;
        }

        .modalSimulador .modal-body img {
            width: 100px;
            height: auto
        }
        .modalSimulador .modal-body img:hover {
            width: 110px;
            transition: all 0.4s;
        }
        .modalSimulador .modal-body h4 {
            font-size: 18px;
        }
    } 
@media only screen and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /*#region Video */
    .simuladorCont {
        margin-top: 6rem;
    }

        .simuladorCont a img {
            height: 20px;
            width: auto;
            margin-right: 8px
        }

        .simuladorCont a span {
            font-size: 20px;
        }

            .simuladorCont a span:hover {
                font-size: 25px;
            }

    .redes ul li {
        margin-bottom: 0.5rem;
    }

    .redes a img {
        height: auto;
        width: 35px;
    }

    .opcVideo img {
        height: auto;
        width: 20px;
        margin-bottom: 15px;
    }

    .tituloVideo h1 {
        font-size: 1em;
    }

    .opcVideo span {
        font-size: 1em;
    }

    .btnApp {
        margin-top: 2rem
    }
    /*#endregion */

    .contDescargaApp {
        width: 70vw;
        height: 40vh;
        padding: 1rem
    }

        .contDescargaApp h1 {
            font-size: 22px
        }

        .contDescargaApp a img {
            height: 45px;
            width: auto;
        }

            .contDescargaApp a img:hover {
                height: 50px;
                width: auto;
                transition: all 0.4s;
            }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    .prestOpc .simulador, .prestOpc .solicitaPrest {
        margin-left: 10px;
        float: left;
    }

        .prestOpc .solicitaPrest a img, .prestOpc .simulador a img {
            height: 20px;
            width: 18px;
        }

        .prestOpc .solicitaPrest a span, .prestOpc .simulador a span {
            font-size: 20px;
        }

    .centeredPrest {
        position: absolute;
        top: 36%;
        transform: translate(0%, 0%);
        width: 100%;
    }

        .centeredPrest h1 {
            color: #ffffff;
            font-size: 40px;
            font-family: 'Myriad Bold';
            font-weight: 800;
        }

        .centeredPrest h2 {
            color: #ffffff;
            font-size: 20px;
            font-family: 'Myriad Bold';
            font-weight: 600;
        }
        /*---IMPORTANTE---*/
        .centeredPrest a img {
            height: auto;
            width: 35px;
        }

    .globalPrestamos .footImage {
        width: 100%
    }
}
@media only screen and (min-width: 1025px) and (max-width:1366px){
        .contDescargaApp {
            width: 50vw;
            height: 30vh;
            padding: 1rem
        }
        .contDescargaApp h1 {
            font-size: 24px
        }

        .contDescargaApp a img {
            height:35px;
            width: auto;
        }
        .contDescargaApp a img:hover {
            height:40px;
            width: auto;
            transition: all 0.4s;
        }
    }