

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'Helvetica Neue Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('HelveticaNeue-CondensedObl')
        , url('/fonts/helveticaneue-condensed-cufonfonts-webfont/HelveticaNeue-CondObl.woff') format('woff');


    /*    src: url('webfont.eot'); /* IE9 Compat Modes */
    /*    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*        url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
    /*        url('/fonts/helveticaneue-condensed-cufonfonts-webfont/HelveticaNeue-CondObl.woff') format('woff'), /* Pretty Modern Browsers */
    /*        url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    /*        url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */

}

@font-face {
    font-family: "Helvetica Neue Condensed";
    font-weight: bold;
    src: url("/fonts/helveticaneue-condensed-bold/helveticaneue-condensed-bold.eot");
    src: url("/fonts/helveticaneue-condensed-bold/helveticaneue-condensed-bold.eot?#iefix") format("embedded-opentype"), 
        url("/fonts/helveticaneue-condensed-bold/helveticaneue-condensed-bold.woff2") format("woff2"), 
        url("/fonts/helveticaneue-condensed-bold/helveticaneue-condensed-bold.woff") format("woff"),
        url("/fonts/helveticaneue-condensed-bold/helveticaneue-condensed-bold.ttf") format("truetype"), 
        url("/fonts/helveticaneue-condensed-bold/helveticaneue-condensed-bold.svg#Helvetica Neue Condensed") format("svg"); 
} 

*{
    /*box-shadow: 0px 0px 1px;*/
    font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #616160;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    font-family: "Helvetica Neue Condensed";
}
h1{
    font-size: 45px;
}
h2{
    font-size: 30px;
}
#logo-marca{
    height: 50px;
    margin-top: 5px;
}
#logo-grupo{
    /* height: 100px; */
    height: 80px;
    margin-top: 5px;
}
#navbar ul{
    /*  position: absolute;
        left: 50%;
        transform: translatex(-50%);*/
    width: 100%;
    text-align: center;
}
#navbar li{
    /*  position: absolute;
        left: 50%;
        transform: translatex(-50%);*/
    float: none;
    display: inline-block;
}
.navbar, .navbar-header{
    min-height: 100px;
    text-align: center;
}
.navbar-brand{
    padding: 5px;
    float: none;
    display: inline-block;
}
.navbar.navbar-inverse{
    background: white;
}
.navbar-inverse .navbar-nav > li > a{
    color: black;
    font-size: 20px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color:#4f9fc9;
}
.navbar-toggle{
    background: #4f9fc9;
}
#menu-top {
    margin-top: 100px;
    display: block;
}
section{
    position: relative;
}
#acceso{
    color:#4f9fc9;
}
#acceso > img{
    color:#4f9fc9;
    max-height: 29px;
}

#beneficios, #preguntas, #tramite{
    padding: 50px 55px;

}
#beneficios p, h1{
    color: black;
}
#beneficios-title{
    color: black;
}
#tramite p, h1{
    color: white;
}
.jumbotron{
    padding: 0px;
}
.bannerWrapper {
    padding: 0px;
    background: white;
    box-sizing: border-box;
    resize: horizontal;
    /*border: 1px dashed;*/
    /*overflow: auto;*/
    max-width: 100%;
    height: calc(100vh -16px);
}

.banner{
    width: 100%;
    padding-bottom: 35%;
    background: #ededed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1024px){
    .banner {
        padding-bottom: 43.89%;
        background-size: cover;
    }
}
#inicio, #beneficios, #preguntas, #tramite{
    position: relative;
}

#inicio .swiper-button-next, #inicio .swiper-button-prev{
    padding: 80px 20px;
    top: 40%;
    background-color: swiper-button-next;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    box-shadow: 0px 0px 20px black, 0px 0px 2px white;
}

#inicio .swiper-container-horizontal>.swiper-pagination-bullets, #inicio  .swiper-pagination-custom, #inicio .swiper-pagination-fraction{
    bottom: 30px;
}

#inicio{
    overflow-y: hidden;
    scrollbar-width: none;
    scrollbar-color: transparent transparent !important;
}
#inicio::-webkit-scrollbar {
    display: none;
}


.slider-link:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

}

#beneficios{
    background-color: white;
    color: white;
    text-align: center;
}

#beneficios img{
    height: 60%;
    /*max-width: 50px;*/
    margin-bottom: 20px;
}

#beneficios p{
    margin-bottom: 30px;
}

#preguntas{
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    /*    background-color: #e9e9e9;*/
    background-color: black;
    /*    text-shadow: 1px 1px 10px #e9e9e9;*/
}
#bg-preguntas_white{
    margin-left: 0px;
    margin-right: 0px;
}
#bg-preguntas_white h1{
    color: black;
}
#bg-preguntas_white h2{
    color:#4f9fc9;
}
#bg-preguntas_white p{
    color:black;
}

#preguntas-frecuentes{
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    /*    background-color: #e9e9e9;*/
    background-color: white;
    text-shadow: 1px 1px 10px #e9e9e9;
    padding-left: 55px;
}
#preguntas-celulares{
    max-width: 100%;
}

@media (min-width: 1024px){
    #preguntas{
        background-image: url('/img/bg/Celulares.png');
    }
    #preguntas-celulares{
        display:none;
    }
}
@media (max-width: 1023px){
    #preguntas-celulares{
        display:block;
    }
    #navbar li {
        padding: 0px;
    }
}
#row-beneficios {
    /*margin-right: -15%;*/
}
#bg-preguntas h1{
    color: white;
}
#pasos{
    list-style: none;
    padding-left: 0px;
}
#pasos li:hover{
    color: #337ab7;
}
#pasos li{
    color:white;
    font-size: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
#pasos img{
    width: 30px;
    margin-right: 15px;
}
.pregunta p{
    font-size: 1.5em;
}
h2{
    color:#fcc600;
}

.yellow{
    color:#4f9fc9;
}

#tramite{
    text-align: center;
    background-color: black;
    color: white;
}
#tramite img{
    /*width: 40%;*/
    margin-bottom: 20px;
    /*max-width: 90px;*/
    height: 80px;
}
#tramite p{
    margin-bottom: 30px;
    font-size: 21px;
}

#tramite .col {
    min-height: 210px;
}
#tramite h2{
    font-style: italic;
    color:#4f9fc9;
    /*font-weight: normal;*/
}
footer{
    background-color: white;
    padding: 40px;
}
footer hr{
    color: black;
}
footer ul{
    list-style: none;
}
footer .contact-info{
    font-size: 20px;
    color: black;
}
footer h3{
    color: black;
}

.medium-bar{
    width: 50%;
    border: solid 1px black;
}

.contact-info li{
    margin-bottom: 5px;
}



/** MODAL **/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1040; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: #fcc600;
    background-color: black;
    text-align: center;
}
.modal-header h2{
    color: #4f9fc9;

}
body {
    padding-top: 160px;
}
.modal-body {
    padding: 0;
    text-align: center;
    background: black;
    overflow: auto;
}
.modal-body.black{
    background: black;
}
.modal-body.white{
    background: white;
}

.modal-body iframe{
    width: 100%;
    height: 100%;
    min-height: 400px;
}
/** END MODAL **/


.black-line-buttom{
    position: absolute;
    bottom: 10px;
    height: 6px;
    background: black;
    width: 100%;
    z-index: 1;
    margin: 0px;
    left: 0px;
    box-sizing: border-box;
    border: none;
}
.yellow-line-buttom{
    position: absolute;
    bottom: 20px;
    height: 6px;
    background:  #fcc600;
    width: 100%;
    z-index: 1;
    margin: 0px;
    left: 0px;
    box-sizing: border-box;
    border: none;
}
.black-line-top{
    position: absolute;
    top: 10px;
    height: 6px;
    background: black;
    width: 100%;
    z-index: 1;
    margin: 0px;
    left: 0px;
    box-sizing: border-box;
    border: none;
}

#tramite{
    background-image: url('/img/bg/Fondo Crediproveedores.png');
    background-size: cover;
}
#faqs h1{
    color: #4f9fc9;
}
.number-corner{
    color: #4f9fc9;
    font-size: 40px;
    position: absolute;
    left: 60px;
    top: -30px;
}

#beneficios p{
    font-size: 21px;
}

#preguntas .pregunta p{
    font-style: italic;
    font-size: 25px;
}


.swiper-faqs-container{
    overflow: hidden;
}

.documentos{
    text-align: left;
    max-width: 370px;
    border: solid 3px #4f9fc9;
    border-radius: 20px;
    margin: 20px auto;
}
.documentos h2{
    background-color: #4f9fc9;
    color: black;
    padding: 20px;
    text-align: center;
    margin: 0;
    border-radius: 15px 15px 0px 0px;
}

.documentos ul{
    margin: 20px 0px;
}
.documentos ul li{
    margin-bottom: 10px;
    font-size: 25px;
}

#comparativa-bbva {
    text-align: center;
    background-color: #ececeb;
    width: 100%;
    min-width: 1000px;

}
#comparativa-bbva th, #comparativa-bbva td{
    border: solid 10px #ececeb;
    text-align: center;
}

#comparativa-bbva h2{
    color: #4f9fc9;
}

#comparativa-bbva th:first-child, #comparativa-bbva td:first-child{
    border-left: none;
}
#comparativa-bbva th:last-child, #comparativa-bbva td:last-child{
    border-right: none;
}
#comparativa-bbva th{
    background-color: black;
    color: #fcc600;
    padding: 10px 30px;
    border-top: none;

}
#comparativa-bbva td {
    height: 82px;
    font-size: 21px;

}
#comparativa-bbva img{
    display: block;
    margin: auto;
}

#comparativa-bbva [id^="accion"]{
    font-size: 25px;
    background-color: #4f9fc9;
    text-align: center;
    margin-left: 10px;
    padding: 5px;
    border-radius: 20px;
    color: black;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#line-footer {
    background-color: black;
}
#line-footer-white {
    background-color: white;
}

.goto{
    display: block;
    /*box-shadow: 0px 0px 5px 5px red;*/
    position: absolute;
    top: -160px;
    width: 0px;
    height: 0px;
}

.custom-link {
    text-decoration: none !important; /* Quita el subrayado */
    color: white; /* Establece el color inicial del texto */
}

.custom-link:hover {
    color: #4f9fc9 !important; /* Cambia el color a azul al pasar el cursor */
    text-decoration: none; /* Asegura que el subrayado esté desactivado al pasar el cursor */
}