/* selectores */

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif !important;
    font-style: normal;
	background: hsl(0, 0%, 100%);

}
body a {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
    font-size: 14px;
    color: hsl(0, 0%, 20%);
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    color: hsl(240, 100%, 18%);
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: hsl(0, 0%, 20%);
    font-size: 3.5em;
    line-height: 62px;
    font-weight: bold;
    margin-bottom: 30px;
}

h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.625em;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: hsl(0, 0%, 20%);
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: hsl(0, 0%, 20%);
    font-weight: 400;
    font-size: 1.25em !important;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: -0.25px !important;
    opacity: 1 !important;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.625em;
    line-height: 32px;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 20%);
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1.875em;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: hsl(0, 0%, 20%);
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    color: hsl(0, 0%, 20%);
 }

ul{
    padding-left: 0px;
    margin-top: 25px;
}

ul li{
    font-family: 'Source Sans Pro', sans-serif;
	color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0.25px;
}

ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    color: hsl(240, 100%, 18%);
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0.25px;
}

ol li {
    font-family: 'Source Sans Pro', sans-serif;
    color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    letter-spacing: 0.25px;
}

strong{
	font-weight: 600;
}

input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
 }

.btn-primary {
    background-color: transparent;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0);
}


/* fin selectores */


/* lineas */

.linea_1a {
    background-color: rgb(51, 51, 51, .1);
    width: 100%;
    height: 1px;
}

.linea_b2 {
    background-color: rgb(51, 51, 51, .1);
    width: 1px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 12px;
}

.linea_c3 {
    background-color: rgb(51, 51, 51, .1);
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 20px;
}

/* lineas */





/* cabezote */

.espacio_interna{
    padding-top: 70px;

}

.cabezote {
    width: 100%;
    height: 70px;
    background-color: hsl(0, 0%, 100%);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.cabezote img {
    position: absolute;
    width: 180px;
    left: 30px;
    top: 14px;
}

/* fin cabezote */


.carousel-control-prev-icon {
    display: none;
}

.carousel-control-next-icon {
    display: none;
}

.bck_white-2 {
    background: hsl(0, 0%, 100%);
}

.background_color-1 {
    background: hsl(230, 50%, 98%);
}


/* PAGINA HOME */



/* buscador */
.buscador_cet {
    float: right;
    position: relative;
    top: 10px;
    right: 110px;
}

.buscador_cet .buscador_btn {
    width: 30px;
    height: 40px;
    background-color: hsl(0, 0%, 100%);
    background-image: url(../images/ico-buscar-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    background-size: 24px;
    position: relative;
    top: 9px;
    left: -30px;
    border: none;
}

.buscador_cet .nd_options_first_font {
    width: 274px;
    height: 40px;
    background: hsl(0, 0%, 100%);
    font-weight: 400;
    font-size: 0.875em;
    position: relative;
    top: -6px;
    left: -22px;
    padding: 10px;
    text-align: right;
    border: none;
    color: hsl(240, 100%, 18%);
}

.buscador_cet .nd_options_first_font::placeholder {
    color: hsl(240, 100%, 18%);
}

/* fin buscador */


/* slide */

.slide_home-pro .owl-stage-outer {
    overflow: visible;
}


.slide_home-02 {
    background-color: hsl(220, 43%, 99%);
    min-height: 500px;
    position: relative;
}

.box_slide-text-1 {
    background: hsl(0, 0%, 100%);
    padding: 80px 35px;
    position: relative;
    width: 100%;
}

.box_slide-text-1 h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.5px;
}

.box_slide-text-1 p{
    margin-bottom: 0px;
    line-height: 20px;
    margin-top: -8px;
}

.franja_silde-1 {
    width: 8px;
    height: 95px;
    background: hsl(56, 100%, 50%);
    position: absolute;
    left: 0px;
    top: 23%;
}

.dz-fr {
    top: 16%;
    height: 176px;
}

/* fin slide */


/* miga de pan */

.breadcrumb {
    background-color: transparent;
    position: absolute;
    left: 30px;
    padding: 20px 0px;
    z-index: 1;
}

.breadcrumb li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-decoration-line: underline;
    color: hsl(240, 100%, 18%);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: hsl(240, 100%, 18%);
}

.breadcrumb-item.active {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: hsl(240, 100%, 18%);
}

.decoration_link-none a {
    text-decoration-line: none !important;
}

/* fin miga de pan */


/* menu stiky */

.posc_menu-stck {
    margin-top: 70px;
    position: relative;
}

.seccion_body-cop {
    position: relative;
    margin-top: 72px;
}

.nav-items,
.bottom-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  height: auto;
  position: relative;
  background: transparent;
  /* text-align: center; */
  padding: 0;
}
.nav-items h1,
.bottom-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
  color: hsl(19, 100%, 54%);
}
.nav-items h3,
.bottom-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}
.items-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: hsl(0, 0%, 100%);
    z-index: 10;
    border-bottom: 1px solid hsl(210, 26%, 91%);
    left: 0;
    right: 0;
}

.items-container--top {
  position: fixed;
  top: 0;
  padding: 0px 120px 0px 52px;
}

.items-container--top a {
    right: 150px;
}

.bg_mn-sticky {
    background-color: hsl(0, 0%, 100%);
    width: 100%;
    height: 69px;
    position: absolute;
    z-index: 2;
    top: -70px;
    left: 0;
}

.navs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: hsl(240, 100%, 18%);
    transition: all 0.5s ease;
    font-weight: bold;
    max-width: 15%;
}

.navs:hover {
  background: transparent;
  transition: all 0.5s ease;
}

.bottom-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background:hsl(56, 100%, 50%);
  transition: left 0.3s ease;
}
 
@media (min-width: 800px) {
  .nav-items h1,
  .bottom-slide h1 {
    font-size: 3rem;
  }
  .nav-items h3,
  .bottom-slide h3 {
    font-size: 1em;
  }
 
  .navs {
    font-size: 1em;
  }
}
@media (max-width: 765px) {
  .nav-items h1, .bottom-slide h1 {
    letter-spacing: 0ch;
  }
}



/* fin menu stiky */








/* cards general 1 */

.card_cet-1 .card {
    box-shadow: 0px 3px 13px hsl(210, 26%, 91%);
    border: 1px solid hsl(210, 26%, 91%);
    border-radius: 3px;
    width: 100%;
    min-height: 480px;
}

.card_cet-1 .card-img-top {
    border-radius: 3px 3px 0px 0px;
}

.card_cet-1 .card-title {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: hsl(0, 0%, 20%);
}

.card_cet-1 .card-text {
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    color: hsl(0, 0%, 20%);
}

.card_cet-1 .btn-saber-mas {
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    text-decoration-line: underline !important;
    color: hsl(240, 100%, 18%) !important;
    position: absolute;
    bottom: 1.25rem;
    border: none;
}

.btn_vermas-psc {
    text-align: center;
}

.btn-vermas-1 {
    border: 1px solid  hsl(240, 100%, 18%);
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: hsl(240, 100%, 18%);
    padding: 10px 60px;
}

.btn-vermas-1:hover {
    border: 1px solid  hsl(240, 22%, 51%);
    background: hsl(240, 22%, 51%);
    color: hsl(0, 0%, 100%);
}

.btn-vermas-1:active {
    border-color: hsl(240, 22%, 51%) !important;
    background-color: hsl(240, 22%, 51%) !important;
    color: hsl(0, 0%, 100%);
}

.mgr-r-1 {
    margin-right: 90px;
}

.mgr-r-2 {
    margin-right: 125px;
}


/* fin cards general 1 */







/* boton saber mas */

.btn-saber-mas {
    font-weight: 300;
    font-size: 1em;
    line-height: 25px;
    text-decoration-line: underline;
    color: hsl(240, 100%, 18%);
    border: none;
    padding: 0;
}

.btn-saber-mas:hover {
    color: hsl(240, 100%, 18%);
    text-decoration-line: underline;
    background-color: transparent;
}

.btn-saber-mas:active {
    background-color: transparent !important;
    color: hsl(240, 100%, 18%) !important;
    text-decoration-line: underline;
}

/* fin boton saber mas */



/* text center verticat */

.img_text-vert-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* fin text center verticat */


/* Nuevas secciones */

.btn_accor_custom{
    background-image: none !important;
    position: relative;
}

.btn_accor_custom .icon {
display: block;
position: absolute;
top: 50%;
right: 0;
width: 3rem;
height: 3rem;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

.btn_accor_custom .icon:before, .btn_accor_custom .icon:after {
content: '';
width: 1.02rem;
height: 0.1rem;
background:hsl(240, 100%, 18%);
position: absolute;
border-radius: 3px;
left: 50%;
top: 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.btn_accor_custom .icon:after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
z-index: -1;
}

.btn_accor_custom[aria-expanded="true"] .icon:after{
    width: 0;
}

.slide_home-02 {
    background-image: url(../images/solicita-tu-credito-de-compra-de-cartera-colsubsidio.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.box_slide-text-1 {
    width: 529px;
}

.mxw-1 {
    max-width: 27%;
}

.mxw-2 {
    max-width: 12%;
}

.mxw-3 {
    max-width: 6%;
}

.mxw-4 {
    max-width: 18%;
}

.mxw-5 {
    max-width: 9%;
}

.mr_title-2 {
    margin-right: 255px;
}

.normalizar_obl li {
    text-decoration: none;
    list-style: none;
}

.number-1 {
    background-image: url(../images/ico-one.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding: 5px 0px 5px 45px;
    margin-bottom: 10px;
}

.number-2 {
    background-image: url(../images/ico-two.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding: 5px 0px 5px 45px;
    margin-bottom: 10px;
}

.number-3 {
    background-image: url(../images/ico-three.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding: 5px 0px 5px 45px;
    margin-bottom: 10px;
}

.number-4 {
    background-image: url(../images/ico-four.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding: 5px 0px 5px 45px;
    margin-bottom: 10px;
}

.number-5 {
    background-image: url(../images/ico-five.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding: 5px 0px 5px 45px;
    margin-bottom: 10px;
}

.tasa_de-interes-1 p {
    font-weight: 400 !important;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.875em;
}

.tasa_de-interes-1 {
    border-bottom: 1px solid rgb(51, 51, 51, .1);
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
}

.tasa_de-interes-2 {
    padding-top: 10px;
    background-color: hsl(230, 50%, 98%);
    padding-left: 10px;
    text-align: center;
}

.tasa_de-interes-3 {
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
}

.crs-text {
    font-size: 1.25em !important;
}

.contenido-acordn-1 ul li {
    margin: 0;
}

.text-tr-cnds {
    margin-right: 120px;
}

.text-rq-conctv {
    margin-right: 116px;
}

.btn-descargar-ahora {
    border: 1px solid hsl(240, 100%, 18%);
    background-color:hsl(0, 0%, 100%);
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.125em;
    letter-spacing: -0.25px;
    color: hsl(240, 100%, 18%);
    padding: 10px 45px;
}

.btn-descargar-ahora:hover {
    border: 1px solid hsl(240, 22%, 51%);
    background-color:hsl(240, 22%, 51%);
    color:  hsl(0, 0%, 100%);
}

.btn-descargar-ahora:active{
    border: 1px solid hsl(240, 22%, 51%);
    background-color:hsl(240, 22%, 51%);
    color:  hsl(0, 0%, 100%);
}

.border_4s {
    border-right: 1px solid rgb(51, 51, 51, .1);
    height: 144px;
}



.sec_hb-ap p {
    margin-right: 74px;
}

.box_solicitar-credito {
    background-color: hsl(0, 0%, 100%);
    padding: 35px 30px;
    border: 1px solid hsl(210, 26%, 91%);
    border-radius: 3px;
    position: relative;
    min-height: 270px;
}

.box_solicitar-credito:hover {
    box-shadow: 0px 3px 13px hsl(210, 26%, 91%);
}

.box_solicitar-credito img {
    width: 40px;
    margin-bottom: 20px;
}

.box_solicitar-credito p {
    margin-right: 70px;
    font-size: 1rem;
}

.k1_z {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.25px;
    color: hsl(240, 100%, 18%);
    background-image: url(../images/flecha-blue-6.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0px 35px 0px 0px;
    position: absolute;
    bottom: 35px;
    background-position: right 3px;
}



/* Fin nuevas secciones */

    



/* footer */

.ir-arriba {
    background: hsl(240, 100%, 18%);
    border-radius: 77px;
    background-image: url(../images/flecha-cards.svg);
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    transform: rotate(-90deg);
    float: right;
    cursor: pointer;
    -webkit-box-shadow: -4px 4px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -4px 4px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -4px 4px 10px 0px rgba(50, 50, 50, 0.3); 
}

.foot-conocenos {
    background: hsl(203, 43%, 88%);
    padding: 20px 0px 20px 0px;
    margin-top: -25px;
    z-index: 1;
    position: relative;
}

.text-conocenos_l {
    font-weight: 600;
    font-size: 1.625em;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: hsl(0, 0%, 20%);
}

.foot-conocenos a{
    font-weight: 400;
    font-size: 0.875em;
    line-height: 18px;
    margin-right: 15px;
    color: hsl(0, 0%, 20%);
}

.foot-conocenos img{
    width: 30px;
    float: right;
    margin: -10px 10px;
}

.vigi_lado {
    position: relative;
}

.vigi_lado img{
    width: 150px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0px;
    bottom: 40px;
}

.po_liticas-c {
    /*padding: 10px 0px;*/
}

.po_liticas-c p{
    float: right;
    font-weight: 300;
    font-size: 0.75em;
    margin-top: -23px;
}

.lin_ks-p {
    position: relative;
}

.lin_ks-p a {
    font-weight: 300;
    font-size: 0.75em;
    line-height: 18px;
    color: hsl(0, 0%, 20%);   
    margin-right: 15px;
}

.text_-vigilada {
    position: absolute;
    left: 0px;
}

.text_derechos-1 {
    position: absolute;
    right: 0px;
}

.posicion_ilustracion-footer {
    position: relative;
    width: 100%;
}

.psc_redes-sociales-h {
    padding: 20px 0px 40px 0px;
    border-bottom: 1px solid rgb(51, 51, 51, 0.1);
}

.redes-sociales-h a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: hsl(0, 0%, 20%);
    margin-right: 25px;
}

.redes-sociales-h img {
    width: 20px;
    margin-right: 7px;
}

.vig_persn-psc {
    margin-top: -40px;
}

.text_vigilada-m {
    font-weight: 400;
    font-size: 1.25em;
    margin-bottom: 0;
}

/* fin footer */



/* ajustes */

.reservar_color-b {
    color: hsl(43, 100%, 49%) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.pagrfo-top {
    position: relative;
    top: -10px;
}

.posc_box-m {
    top: 40%;
}



/* fin ajustes */





/* separadores */

.texto_centrado {
    text-align: left;
}

.separador-a {
    padding: 5px;
}

.separador-d {
    padding: 8px;
}

.separador-c {
    padding: 10px;
}

.separador-h {
    padding: 15px;
}

.separador-k {
    padding: 20px;
}

.separador-b {
    padding: 25px;
}

.separador-r {
    padding: 30px;
}

.separador-m {
    padding: 40px;
}

.separador-n {
    padding: 50px;
}

.separador-x {
    padding: 60px;
}

/* fin separadores */




/* 5 columna */


@media (max-width: 768px)
{
  .col-md-15
  {
    width: 5%;
    float: none;
    margin: 10px 20px 10px 20px;
  }
}
@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 18%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 11%;
    float: left;
    margin-right: 0%;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 18%;
    float: left;
    margin-right: 2%;
  }
}

/* fin 5 columna */




@media screen and (min-width: 992px) and (max-width: 1279px){
    
    .carousel_nuestras-actividades {
        width: 865px;
        min-width: 865px;
    }

    .slide_home-02 {
        min-height: 408px;
    }

    .navs {
        max-width: 16%;
    }

    .mxw-1 {
        max-width: 34% !important;
    }

    .mxw-3 {
        max-width: 5% !important;
    }

    .mxw-4 {
        max-width: 24% !important;
    }

    .mxw-5 {
        max-width: 8% !important;
    }

    .mr_title-2 {
        margin-right: 190px;
    }

    .box_solicitar-credito {
        min-height: 250px;
    }

    .posc_box-m {
        top: 15%;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px){

    h1 {
        font-size: 28px;
        line-height: 28px;
    }

    h2 {
        font-size: 26px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    p {
        font-size: 1em;
        line-height: 18px !important;
    }

    .container {
        max-width: 700px;
    }

    .mxw-1 {
        max-width: 30% !important;
    }

    .mxw-3 {
        max-width: 5% !important;
    }

    .mxw-4 {
        max-width: 22% !important;
    }

    .mxw-5 {
        max-width: 8% !important;
    }

    .menuppal {
        width: 460px;
    }

    .box_slide-text-1 {
        background: rgba(255, 255, 255, 0.95);
        padding: 40px 30px;
        position: relative;
        width: 420px;
        top: -20px;
    }

    .slide_home-02 {
        min-height: 240px;
    }

    .slide_home-03 {
        min-height: 240px;
    }

    .posc_box-m {
        top: 15%;
    }

    .franja_silde-1 {
        top: 15%;
    }

    .dz-fr {
        top: 15%;
        height: 120px;
    }

    .navs {
        max-width: 16%;
        font-size: 0.625em;
    }

    .text_margin-l2 {
        margin-right: 20px;
    }

    .mr_title-2 {
        margin-right: 62px;
        line-height: 30px;
    }

    .number-1 {
        margin-bottom: 0;
    }

    .number-2 {
        margin-bottom: 0;
    }

    .number-3 {
        margin-bottom: 0;
    }

    .number-4 {
        margin-bottom: 0;
    }

    .number-5 {
        margin-bottom: 0;
    }

    .sec_hb-ap p {
        margin-right: 0px;
    }

    .box_solicitar-credito {
        padding: 25px 20px;
        min-height: 200px;
    }

    .box_solicitar-credito p {
        margin-right: 32px;
    }

    .k1_z {
        bottom: 25px;
    }

    
    .seccion_img-text-general-pro p {
        margin-right: 0px;
    }

    .seccion_img-text-general-pro p {
        margin-right: 0px;
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .reservar_color-b {
        margin-top: -10px;
        display: block;
    }

    .carousel_nuestras-actividades {
        width: 618px;
        min-width: 618px;
    }

    .carousel_nuestras-actividades .owl-prev, .owl-next {
        top: 46% !important;
    }

    .seccion_viaja-seguro h2 {
        margin-right: 0px;
    }

    .card_cet-1 .card-text {
        font-size: 1.125em;
        line-height: 19px;
    }

    .mgr-r-1 {
        margin-right: 0px;
    }

    .card_cet-1 .card {
        min-height: 400px;
    }

    .necesitas_ayuda p {
        font-size: 0.75em;
        margin-right: 14px;
    }

    .foot-conocenos a {
        line-height: 24px;
        display: flex;
    }

    .mgr-r-2 {
        margin-right: 0px;
    }

    .po_liticas-c p {
        float: none ;
        font-weight: 300;
        font-size: 0.75em;
        margin-top: 5px;
    }

    .vigi_lado img {
        width: 110px !important;
    }

    .separador-k {
        padding: 5px;
    }
    
    .separador-c {
        padding: 2px;
    }

    .separador-r {
        padding: 15px;
    }

    .separador-m {
        padding: 10px;
    }

}

@media screen and (min-width: 721px) and (max-width: 767px){
    h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .container {
        max-width: 700px;
    }

    .carousel_nuestras-actividades {
        width: 500px ;
        min-width: 500px ;
        margin: auto;
    }

    .carousel_nuestras-actividades .owl-prev, .owl-next {
        top: 37% !important;
        width: 44px;
        height: 44px;
    }

    .slide_home-02 {
        min-height: 260px;
    }

    .slide_home-03 {
        min-height: 260px;
    }

    .contenido_movil-acordn {
        display: none !important;
    }

    .d-sm-none {
        display: block !important;
    }

    .navs {
        max-width: 18%;
    }

    .posc_box-m {
        top: 5% !important;
    }

    /*.menu_movil-cet {
        display: none !important;
    }*/

    .nav-items {
        display: block !important;
    }

    .navs {
        font-size: 12px;
    }

    .box_slide-text-1 p {
        line-height: 18px;
        font-size: 14px;
    }

    .box_slide-text-1 {
        padding: 25px;
        position: relative;
        top: -10px;
    }

    .dz-fr {
        top: 18%;
        height: 70px;
    }

    .seccion_img-text-general-pro p {
        margin-right: 0px;
    }

    .posicion_ilustracion-footer-movil {
        display: none !important;
    }

    .redes-sociales-h a {
        font-size: 12px !important;
     }

    .img_tec-prg-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .card_cet-1 .card {
        min-height: 650px;
        margin-bottom: 30px;
    }

    .card_cet-1 .card-title {
        font-size: 1.25rem;
    }
    .card_cet-1 .card-text {
        font-size: 1rem;
    }

    .card_cet-1 .btn-saber-mas {
        font-size: 1rem;
    }

    .h-sv {
        display: none !important;
    }

    .contactanos_ims {
        margin-top: 25px;
    }

     .separador-k {
        padding: 10px;
    }

    .separador-r {
        padding: 20px;
    }
} 

@media screen and (min-width: 417px) and (max-width: 719px) {

    /*.hamburger {
        right: 25px;
    }*/

    .buscador_cet .buscador_btn {
       left: 10px;
    }

    .carousel_nuestras-actividades {
        width: 487px !important;
        min-width: 487px !important;
        margin: auto;
    }

    .separador-x-movil {
        padding: 10px;
    }

    .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .box_slide-text-1 {
        width: 100%;
        left: auto;
        top: 40px;
    }

    .separador-x {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {

    .carousel_nuestras-actividades {
        width: 300px !important;
        min-width: 300px !important;
    }

    .foot-conocenos {
        margin-top: -45px !important;
    }

    .lin_ks-p a {
        margin-right: 10px !important;
    }
}


@media screen and (max-width: 720px) {
	h1 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    
    h2{
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    
    .container {
        padding-right: 13px;
        padding-left: 13px;
    }

    .cabezote {
        height: 70px;
    }

    .cabezote img {
        width: 35px;
        left: 20px;
    }

    ul li {
        /*margin-left: 20px;*/
    }

    .breadcrumb {
        left: 15px;
    }

    .linea_b2 {
        display: none;
    }

    .card-body {
        padding: .20rem;
    }

    .buscador_cet .nd_options_first_font {
        display: none;
    }

    .buscador_cet .buscador_btn {
        width: 40px;
        height: 40px;
        background-size: 33px;
        top: 6px;
        left: 28px;
    }

    .bg_mn-sticky {
        display: none;
    }

    .slide_home-02 {
        background-repeat: no-repeat;
        background-size: 100%;
        max-height: 300px;
        min-height: 300px;
        margin-bottom: 155px;
    }

    .slide_home-03 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide_interna-01 {
        background-image: url(../images/bg_landing-movi-internal-01.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        min-height: 404px;
    }

    .seccion_img-text-general-pro {
        margin-top: -40px;
    }

    .posc_movil-1 {
        position: relative;
        top: 110%;
    }

    .seccion_nuestro-menu .card-body {
        padding: 20px;
    }

    .box_slide-text-1 {
        height: auto;
        width: 100% !important;
        padding: 30px 15px 30px 15px;
        margin: auto;
        position: relative;
        top: 200px;
    }

    .franja_silde-1 {
        height: 8px;
        width: 100%;
        top: 0px;
    }

    .foot-conocenos {
        /*text-align: center;*/
    }

    .carousel_nuestras-actividades .owl-prev {
        width: 40px;
        height: 40px;
        left: -7px;
        top: 45% !important;
        /*display: none;*/
    }

    .carousel_nuestras-actividades .owl-next {
        width: 40px;
        height: 40px;
        right: -7px;
        top: 45% !important;
        /*display: none;*/
    }
    
    .foot-conocenos a {
        margin-right: 6px !important;
        font-size: 0.875em !important;
        display: inline-block;
        line-height: 28px;
    }
    
    .foot-conocenos img {
        float: none !important;
        margin: 20px 0px 0px 0px !important;
    }

    .vigi_lado img {
        width: 100px !important;
        display: block;
        margin: auto;
        padding-bottom: 10px;
        right: -40px !important;
        bottom: 20px !important;
    }

    .poscicion_redes-sociales {
        position: relative !important;
        bottom: auto !important;
        top: 10px;
    }

    .po_liticas-c p {
        float: none !important;
        text-align: center;
        margin-top: 15px !important;
        line-height: 15px;
        font-size: 0.75em !important;
    }

    .po_liticas-c {
        padding: 20px 0px 30px 0px;
    }

    .text_-vigilada-mv {
        position: relative;
        top: -3px;
        line-height: 12px !important;
    }
    
    
    .text_derechos-1 {
        position: absolute;
        right: 0px;
        top: 25px;
        left: 0;
    }

    .con-veni_os img {
        opacity: 0.5;
        width: 57px;
        float: none;
        padding-bottom: 20px;
    }

    .carousel_hacer-hoy .owl-next {
        display: none;
    }

    .background-img-1 {
        background-image: url(../images/bacground-movil-relajate.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 20px;
        border-radius: 3px 3px 0px 0px;
        height: 400px;
    }

    .background-img-1 h2 {
        display: none;
    }

    .background-img-1 p {
        font-weight: 300;
        font-size: 16;
        line-height: 25px;
        letter-spacing: -0.5px;
        color: hsl(0, 0%, 100%);
        margin-right: auto;
        text-align: center;
    }

    .background-img-1 a{
        margin: auto;
        display: table;
    }

    .carousel_salon-de-juegos .owl-next {
        display: none;
    }


    .ico_youtube {
        margin-top: 18px !important;
    }

    .posicion_ilustracion-footer {
        display: none;
    }

    .foot-conocenos {
        margin-top: -110px;
    }

    .items-container {
       width: auto;
    }

    .navs {
        display: contents;
        font-weight: bold !important;
    }

    body a {
        font-size: 10px;
    }

    .img_rest-1 {
        max-width: 100%;
        width: 100%;
        right: 0px;
    }

    .seccion_viaja-seguro h2 {
        margin-right: auto;
    }

    .carousel_nuestras-actividades {
        width: 340px;
        min-width: 340px;
        margin: auto;
    }

    .nav-items, .bottom-slide {
        padding: 0;
    }

    .posc_box-m {
        top: 40%;
    }

    .redes-sociales-h {
        margin: auto;
        display: flex;
    }

    .redes-sociales-h a {
        margin-right: 10px !important;
    }

    .redes-sociales-h img {
       width: 40px;
        margin-right: 22px !important;
        position: relative;
        top: 14px;
    }

    .ir-arriba {
        width: 45px;
        height: 45px;
    }

    .separador-c-movil {
        padding: 10px;
    }

    .separador-x-movil {
        padding: 20px;
    } 

    .separador-l-movil {
        padding: 25px;
    } 

    .separador-e-movil {
        padding: 10px;
    } 

    .separador-x {
        display: none;
    }

    .separador-r {
        padding: 20px !important;
    }

    .separador-m {
        padding: 20px !important;
    }
    .separador-k {
        padding: 10px !important;
    }

    .separador-n {
        padding: 30px;
    }

    /* seccion acordeon movil */

    .contenido_movil-acordn .card {
        border: none;
    }


    .contenido_movil-acordn .card-header {
        padding: 1.5rem .20rem;
        margin-bottom: 0;
        background-color: hsl(230, 50%, 98%);
        border-bottom: 1px solid hsl(0, 0%, 84%);
    }

    .contenido-acordn-1 .btn-link {
        font-size: 16px !important;
    }

    .contenido_movil-acordn .btn-link {
        font-weight: bold;
        color: hsl(240, 100%, 18%);
        background-color: transparent;
        font-size: 1rem;
        background-image: url(../images/ico-path.svg);
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: 95% center;
    }

    .contenido_movil-acordn .btn-link:hover {
        text-decoration: none;
    }

    .contenido_movil-acordn .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        background-image: url(../images/ico-path.svg);
    }

    .posc_h2-1 {
        margin: 20px 0px;
    }

    .accordion-item .icon {
        right: -15px !important;
    }

    /* fin seccion acordeon movil */

    /* seccion acordeon movil 2 */

    .contenido_movil-acordn {

    }

    .contenido_movil-acordn .accordion-container {
        width: 100%;
        /*margin: 0 0 20px;*/
        clear:both;
    }
    
    .contenido_movil-acordn .accordion-titulo {
        position: relative;
        display: block;
        padding: 20px;
        font-size: 1em;
        font-weight: bold;
        background: hsl(230, 50%, 98%);
        border-bottom: 1px solid hsl(0, 0%, 84%);
        color:hsl(240, 100%, 18%);
        text-decoration: none;
    }
    .contenido_movil-acordn .accordion-titulo.open {
      background-color:hsl(230, 50%, 98%);
        color: hsl(240, 100%, 18%);
    }
    .contenido_movil-acordn .accordion-titulo:hover {
        background: hsl(230, 50%, 98%);
    }
    
    .contenido_movil-acordn .accordion-titulo span.toggle-icon:before {
        content: "+";
        font-weight: 300;
        position: relative;
        top: -5px;
    }
    
    .contenido_movil-acordn .accordion-titulo.open span.toggle-icon:before {
        content:"-";
    }
    
    .contenido_movil-acordn .accordion-titulo span.toggle-icon {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 38px;
        font-weight:bold;
    }
    
    .contenido_movil-acordn .accordion-content {
        display: none;
        padding: 20px;
        overflow: auto;
    }
    
    .contenido_movil-acordn .accordion-content p{
        margin:0;
    }
    
    .contenido_movil-acordn .accordion-content img {
        display: block;
        float: left;
        margin: 0 15px 10px 0;
        width: 50%;
        height: auto;
    }
    
    
    @media (max-width: 767px) {
        .contenido_movil-acordn .accordion-content {
            padding: 15px;
        }
    }

    /* fin seccion acordeon movil 2 */

    .lin_ks-p {
        display: grid;
        /*padding-bottom: 16px;*/
    }

    .lin_ks-p a {
        padding: 8px 0px;
    }

    .owl-carousel {
        z-index: auto;
    }

    .card_cet-1 .card {
        min-height: 397px;
    }

    .card_cet-1 .card {
        width: 85% !important;
    }

    .card_cet-1 .card-body {
        padding: 1.25em;
    }

    .mgr-r-1 {
        margin-right: 0 !important;
    }

    .card_cet-1 .owl-prev, .owl-next {
        display: none;
    }

    .btn-vermas-1 {
        width: 100%;
    }

    .box-movil-1 {
        padding: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
        background-color: hsl(0, 0%, 100%);
        position: relative;
    }

    .img_movil-1 {
         width: 100%;
    }

    .posicion_ilustracion-footer-movil {
        position: relative;
        top: -50px;
    }

    .btn_marco-legal {
        margin-bottom: 30px !important;
    }

    .marco_legal {
        display: flex;
        flex-direction: column;
    }

    .card_cet-1 .card-title {
        font-size: 20px;
    }

    .card_cet-1 .btn-saber-mas {
        font-size: 16px;
    }

    .mgr-r-2 {
        margin-right: 20px;
    }

    /* Nueva seccion */

    .slide_home-02 {
        background-image: url(../images/solicita-tu-credito-de-compra-de-cartera-colsubsidio-m.jpg);
    }

    .box_slide-text-1 {
        width: 95%;
    }

    .breadcrumb {
        display: none;
    }

    .dz-fr {
        top: 0;
    }

    .crs-text {
        font-size: 0.875em !important;
    }

    .tasas_tarifas-1 p {
        font-size: 0.75em;
    }

    .text_h2-movil-1 {
        font-weight: 400px;
    }

    .btn-descargar-ahora {
        display: block;
        margin: auto;
    }

    .sec_hb-ap p {
        margin-right: 20px;
    }

    .box_img-text-movil-1 {
        background-color: hsl(0, 0%, 100%);
        padding: 20px;
        width: 90%;
        position: relative;
        top: -50px;
        margin: auto;
    }

    .box_solicitar-credito {
        margin-bottom: 20px;
    }

    .k1_z {
        padding: 5px 35px 5px 0px;
    }

    .btx_text {
        font-weight: 400;
        margin-bottom: 2px;
        font-size: 0.875em;
    }

    .sec_ts-mb-1 {
        background-color: hsl(230, 50%, 98%);
        padding: 25px 20px;
    }

    .sec_ts-mb-2 {
        background-color: hsl(0, 0%, 100%);
        padding: 25px 20px;
    }

    .sec_ts-mb-3 {
        background-color: hsl(230, 50%, 98%);
        padding: 25px 20px;
    }

    .sec_ts-mb-4 {
        background-color: hsl(0, 0%, 100%);
        padding: 25px 20px;
    }

    .sec_ts-mb-5 {
        background-color: hsl(230, 50%, 98%);
        padding: 25px 20px;
    }

    .sec_ts-mb-6 {
        background-color: hsl(0, 0%, 100%);
        padding: 25px 20px;
    }

    /* Fin nueva seccion */
}

/* fin movil */



/* FIN PAGINA HOME */








/* PAGINA NOSOTROS CET */

.text-htr {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 24px;
    margin-bottom: 8px;
}

/* FIN PAGINA NOSOTROS CET */


.btn_marco-legal {
    background:hsl(240, 100%, 18%);
    color: #FFFFFF;
    max-width: 100%;
    border: none;
    font-weight: 600;
    font-size: 1.25em;
    border-radius: 11px;
    padding: 13px 40px;
    margin: auto;
    display: table;
}

.btn_marco-legal:hover {
    background: hsl(240, 22%, 51%);
    color: hsl(0, 0%, 100%);
}

.btn_marco-legal:active {
    background-color: hsl(240, 22%, 51%) !important;
    color: hsl(0, 0%, 100%);
}


/* ACORDEON 2 */

.contenido-acordn-1 {
    margin-top: -11px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
  }
  
  .accordion-item {
    position: relative;
    border: 1px solid hsl(0, 0%, 100%);
  }
  
  .accordion-item:first-child {
    position: relative;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
  }
  
  .accordion-item.active .heading {
    font-weight: 400;
    color: hsl(240, 100%, 18%);
    border-bottom: 1px solid hsl(240, 100%, 18%);
  }

  .accordion-item.active .heading:hover {
    color: hsl(240, 100%, 18%);
  }

  .accordion-item.active .headings {
    color: hsl(0, 0%, 20%);
  }

  .accordion-item.active .icon:after {
    width: 0;
  }

  .accordion-item .heading {
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding: 1rem 0 1rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
  }

  .accordion-item .headings {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 1.5rem 0 1.5rem 4rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .accordion-item .heading:hover {
    color: hsl(0, 0%, 20%);
  }

  .accordion-item .headings:hover {
    color: hsl(0, 0%, 20%);
  }

  .accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .accordion-item .icon:before, .accordion-item .icon:after {
    content: '';
    width: 1.02rem;
    height: 0.1rem;
    background:hsl(240, 100%, 18%);
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
  }

  .accordion-item .accordion__content {
    display: none;
    margin-left: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
  }

  .accordion-item .accordion__content p {
    margin-top: 0;
  }

  .link_acordeon-1 {
    color: hsl(240, 100%, 18%);
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
}

.contenido-acordn-1 ul {
    margin-left: 20px;
}

.contenido-acordn-1 ul li {
    margin: 10px 0px;
}

.contenido-acordn-1 ul ul li {
    margin: 10px 0px;
}

.abierta_con_sub{
    display: block !important;
}

.ico-menu-flecha-1,
.ico-menu-flecha-2 {
    width: 15px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 8px;
    cursor: pointer;
}

/* FIN ACORDEON 2 */

#overlay {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    /* opacity: 0; */
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    right: 0;
    left: 0;
  }
  
  #overlay.open {
    display: block;
  }

  .img_tec-prg-1 {
      width: 100%;
  }
