body{
    width: 100vw;
    overflow-x: hidden;
}

/*----------------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%;
    color: #123d82;
}

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

.col-border-izq{
    border-left: 1px solid #d3d3d3;
}

.img-internos{
    width: 83%; 
    height: auto;
    margin-left: 10%;
}

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

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


/*----------------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: 1em;
    }

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

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

@media (max-width:991px) {
    .tit-img-col{
        font-size: 1.5em;
    }
}

/*----------------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----------------*/
    .row{
        width: 100vw;
        overflow-x: hidden;
    }

    .titulo-seccion{
        font-size: 1.5em;
    }

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

    .col-12{
        padding-right: 0 !important;
        width: 100vw;
        overflow-x: hidden;
    }

    .card-body{
        padding-right: 0 !important;
        width: 100vw;
        overflow-x: hidden;
    }
}