/*----------------BREADCRUMB----------------*/
ul.breadcrumb {
    list-style: none;
    margin-top: 7% !important;
    margin-left: 9%;
    background-color: #fff !important;
  }
  
.link-breadcrumb{
    margin-bottom: 10px !important;
}

.link-breadcrumb a{
    font-family: 'VWTextLight';
    font-size: 1em;
    text-decoration: none;
    color: #192f52;
    padding-bottom: 3px;
    border-bottom: 1px solid #192f52;
}

.link-breadcrumb a:hover{
    color: #192f52;
    background-color: rgba(0, 0, 0, 0.040);
}

.link-breadcrumb-active{
    font-family: 'VWTextRegular';
    font-size: 1em;
    text-decoration: none;
    color: #000000;
}

/*----------------TITULOS----------------*/
.titulo-seccion{
    font-size: 3.3em;
    margin-top: 1em;
    margin-bottom: 1.3em;
    font-family: 'VWHeadBold';
}

/*----------------IMG 2 COL----------------*/
.card{
    border: none !important;
}

.bold{
    font-family: 'VWHeadBold';
}

.tit-img-col{
    font-family: 'VWHeadLight';
    font-size: 1.5em;
    padding-bottom: 2%;
}

.text-img-col{
    font-family: 'VWTextLight';
    font-size: 1em;
    line-height: 1.4em;
}

.img-col-der{
    visibility: visible;
}

.img-col-der-movil{
    visibility: hidden;
    height: 0;
}

/*----------------TABLET HORIZONTAL (LG 1024px)----------------*/

@media (max-width:1199px) {

    ul.breadcrumb {
        margin-top: 15%;
      }   
      
    /*----------------TITULOS----------------*/
    .titulo-seccion{
        font-size: 3em;
    }

    /*----------------IMG 2 COL----------------*/

    .tit-img-col{
        font-size: 1.4em;
    }

    .text-img-col{
        font-size: 0.9em;
        line-height: 1.5em;
    }

}

/*----------------TABLET VERTICAL (MD 768px)----------------*/

@media (max-width:991px) {


}

/*----------------MOVIL HORIZANTAL (SM 576px)----------------*/

@media (max-width:767px) {
    
}

/*----------------MOVIL VERTICAL (SM 320px)----------------*/

@media (max-width:500px) {

    ul.breadcrumb {
        margin-top: 20% !important;
      }
      
    .link-breadcrumb{
        margin-bottom: 10px !important;
    }

    .link-breadcrumb a{
        font-size: 0.9em;
    }

    .link-breadcrumb-active{
        font-size: 0.9em;
        margin-top: 2px !important;
    }


    /*----------------TITULOS----------------*/
    .titulo-seccion{
        font-size: 2em;
    }

    /*----------------IMG 2 COL----------------*/

    .img-col-der{
        visibility: hidden;
        height: 0;
    }
    
    .img-col-der-movil{
        visibility: visible;
        height: auto;
    }

 
}