/* Error de minimización. Devolviendo el contenido no minimizado.
(794,25): run-time error CSS1046: Expect comma, found '245'
(794,32): run-time error CSS1046: Expect comma, found ')'
(807,29): run-time error CSS1046: Expect comma, found '245'
(807,36): run-time error CSS1046: Expect comma, found ')'
 */
.seccion_banca_digital{
    margin:2em;
}
h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: rgb(0, 74, 128);
    font-weight: 900;
    font-size: 1.75em;
    text-transform: uppercase;
}
.seccion_banca_digital div div, .text_content {
    margin-bottom: 2em;
    color:rgb(0,74,128)
}
.seccion_banca_digital div div .img_large {
    width:90%;
}
.seccion_banca_digital div div .img_tall {
    width: 50%;
}
.p_left{
    padding-left:1em !important;
}
.p_rigth{
    padding-right:1em !important;
}
/*h3 {
    color: rgb(0, 74, 128);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5em;
}*/
h3 {
    color: rgb(0, 74, 128);
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 1.3em;
}
.border_image{
    padding-top:3em;
}
.text_video{
    width:700px;
    max-width:700px;
    padding:1em 5px 1em 5px;
}
.iframe_size{
    width:90%;
    height:400px;
}

@media screen and (max-width: 991px) {
    .seccion_banca_digital div div h2 {
        margin-top: .5em;
        
    }
    .seccion_banca_digital div div {
        margin-bottom: 1em;
    }
    .p_left {
        padding-left: 0 !important;
    }

    .p_rigth {
        padding-right: 0 !important;
    }
    .iframe_size {
        width: 90%;
        height: 260px;
    }
    .seccion_banca_digital div div, .text_content {
        margin-bottom: 1em;
    }
}


@media screen and (max-width: 767px) {
    .seccion_banca_digital div div h2 {
        margin-top: 0;
        margin-bottom: 0.5em;
    }
    .iframe_size {
        width: 90%;
        height: 200px;
    }
    h2 {
        margin-top: .5em;
        margin-bottom: .5em;
    }
    .seccion_banca_digital div div, .text_content {
        margin-bottom: 0;
    }
}
body {
    font-family: 'MyriandPro' !important;
    /*background: rgba(172, 224, 244, 0.31);*/
    /*background: rgb(171, 224, 244);*/
    /*background: #f8f9fa;*/
    /*color: #004a80;*/
    /*background: radial-gradient(circle, rgba(171,226,246,1) 0%, rgba(109,165,203,0.89) 100%);*/
    /*background:#f3f3f3 !important;*/
}

.image {
    width: 100%;
    max-width: 800px;
    /* margin: 10px auto; */
    display: block;
    max-height: 350px;
    /*-webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 0% 50%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 0% 50%);*/
    clip-path: ellipse(100% 140% at 100% 50%);
    -webkit-clip-path: ellipse(100% 140% at 100% 50%);
}
/*.image:hover {
        -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 0% 50%);
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 0% 50%);
    }*/

.description {
    text-align: justify;
    /* color: #29aae1 !important; */
    color: #004a80 !Important;
    top: 10.5em;
    /*max-width: 50%;*/
    left: 1.5em;
    /*CHFLORES 19/02/2020*/
    /*position: absolute;*/
    font-size: x-large;
    padding: 16px 12px 12px 48px;
    /*z-index: 998;*/
}

.description-inv {
    text-align: left;
    /* color: #29aae1 !important; */
    color: #fff !Important;
    top: 8.5em;
    max-width: 50%;
    left: 1.5em;
    position: absolute;
    font-size: x-large;
    padding: .5em;
    /*z-index: 998;*/
}

.caption {
    /*CHFLORES 19/02/2020*/
    /*position: absolute;*/
    text-align: left !important;
    color: rgb(0, 74, 128) !important;
    top: 5%;
    left: 1em;
    /*min-width: 50%;
    max-width: 50%;*/
    margin: 30px 0 0 20px;
    max-height: 510px;
    /*background: white;*/
    /*opacity: .8;*/
    text-shadow: 1px 1px #676767;
    font-weight: bold;
    text-transform:uppercase;
}

h1 {
    font-size: 36px !important;
    margin-bottom: auto;
    margin-top: auto;
    font-weight: bold;
    
}

.caption > h1 > span:nth-child(even) {
    font-weight: bold !important;
}

.fondo-responsive {
    /*text-align: -webkit-right;*/
    justify-content: flex-end;
    display: flex;
}

.image {
    min-height: 350px;
}

.color_text {
    color: #004a80 !Important;
}
@media screen and (max-width: 1600px) {
    .image {
        /*max-width: 45%;*/
        min-height: 350px;
    }

    .description {
        top: 14em;
        font-size: 18px;
        font-weight: 500;
    }
}

@media screen and (max-width: 991px) {
    
    .thumbnail-Invert {
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }
    .description {
        top: 8em;
    }
    .description-inv {
        webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%) !important;
        clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%) !important;
    }
}

/*@media screen and (max-width: 1250px) {
    .image {
        max-width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%);
        max-height: 800px;
    }
}*/

@media screen and (max-width: 400px) {
    .description {
        padding-bottom: .5em;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 50% 100%, 0 100%, 0 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 50% 100%, 0 100%, 0 100%);
        font-size: large;
    }

    /*.description-inv {
        padding-bottom: .5em;
        -webkit-clip-path: polygon(0% 80%, 100% 0%, 100% 100%, 0% 0%) !important;
        clip-path: polygon(0% 80%, 100% 0%, 100% 100%, 0% 0%) !important;
        font-size: large;
    }*/
}

.padding-short {
    padding: 0.2rem .4rem !important;
    color: rgb(0,74,128);
}

.prod-serv {
    max-width: 1450px !important;
    margin: auto !important;
}

.thumbnail {
    position: static;
    background: #f5f5f5;
    border-bottom: solid 1px rgb(245, 245, 245);
}

.w-45{
    width:45%;
}

.w-55{
    width:55%;
}

.fondo-responsive {
    /*background: #03508cde !important;*/
    /*background: #76d5f5 !important;*/
    background: #f5f5f5 !important;
}

/*.thumbnail .fondo-responsive img {
            max-width: 100%;
            width: 100%;
            clip-path: none;
            -webkit-clip-path: none;
        }*/

.thumbnail-Invert {
    position: relative;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, #47a3da 0%, rgba(71,163,218,1) 78%, rgba(71,163,218,1) 83%, rgba(71,163,218,1) 100%);
    clip-path: polygon(0% 70%,0% 0%, 100% 0%, 100% 100%);
    -webkit-clip-path: polygon(0% 70%,0% 0%, 100% 0%, 100% 100%);
}

@media screen and (max-width: 767px) {
    .caption {
        margin: 10px 0;
        width: unset;
        background: white;
        left: 0;
        width: 100% !important;
        min-width: 100% !important;
        z-index: 10;
        min-width: 85%;
        max-width: 90%;
        position: static !important;
    }

    h1 {
        margin-left: 10px;
        margin-right: 10px;
        text-align: start;
    }
    .card-img-ef {
        width: 60%;
    }

    .filter-busa {
        margin-top: 0;
    }

    #map {
        margin-top: 0 !important;
        margin-bottom: .5em !important;
    }
    .thumbnail {
        background: transparent;
    }
    .image {
        clip-path: none;
        -webkit-clip-path: none;
    }
    .image {
        max-width: 100% !important;
        min-height: auto;
    }

    .fondo-responsive {
        background-color: #e9e9e9;
    }

    .description {
        position: static;
        text-align: justify !important;
        color: #004a80 !Important;
        width: 100%;
        max-width: 100%;
        top: -.8em;
        left: 0;
        padding:10px;
        z-index:10;
        /*padding-bottom: 2em;*/
        background-color: #f5f5f5;
        /*-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 63% 88%, 50% 100%, 36% 88%, 0 87%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 63% 88%, 50% 100%, 36% 88%, 0 87%);*/
    }

    .description-inv {
        position: relative;
        text-align: center !important;
        color: white !Important;
        width: 100%;
        max-width: 100%;
        top: -.4em;
        left: 0;
        padding-bottom: 2em;
        background-color: #207bbf;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 63% 88%, 50% 100%, 36% 88%, 0 87%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 63% 88%, 50% 100%, 36% 88%, 0 87%);
    }

    .thumbnail {
        clip-path: none;
        -webkit-clip-path: none;
    }
}

.vertical-divider {
    border-right: 1px solid #dbdbdb;
}

ul.ul-personal {
    list-style: none !important;
    max-height: 600px;
    overflow-y: auto;
    display: inline-block;
    font: normal normal normal 14px FontAwesome, MyriandPro;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li.ul-personal::before {
    /*content: "•";*/
    content: "\f0da";
    color: #29aae1;
    font-size: small;
    display: inline-block;
    width: 1.2em;
    margin-left: -1em;
}

ul.ul-personal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

ul.ul-personal::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

ul.ul-personal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #29aae1;
}

.table caption {
    border-bottom: none !important;
    caption-side: top;
}

.table td, .table th {
    border-spacing: 10px !important;
    border-collapse: separate !important;
    /*padding: .75rem;*/
    vertical-align: top;
    border-top: none !important;
}

caption.title-header {
    color: #29aae1 !important;
    letter-spacing: 2pt;
    font-size: large;
    border-bottom: solid 3px #38678f;
}

/*th {
    border-right: 5px solid;
}*/
.table {
    /*background: aliceblue;*/
    border-radius: 1em;
}

.table-responsive {
    border-radius: 1em;
}


.table thead th {
    background: rgb(196,13,66);
    color: #f5f5f5;
    border-bottom: solid 10px;
    border-image: url('../Imagenes/lineacolor.png') 30%;
}
    /*th:nth-last-of-type(odd), td:nth-last-of-type(odd) {
        background-color: #f1f2f3 !important;
        color: rgb(0, 68, 129);
    }

.table thead th:nth-last-child(odd) {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
}*/

tr, td {
    /*border: 1px solid white !important;*/
    /*border-radius: 1em;*/
    padding: 1px !important;
    color: #004a80;
    border-right: 1px white solid;
    border-top: 1px white solid;
    /*border-right: 1px solid #02a5a5;*/
}

    /*td:hover:nth-child(odd) {
        padding: 1px !important;
        background-color: white !important;
        color: #1973b8;
    }

    td:hover:nth-child(even) {
        padding: 1px !important;
        background-color: rgb(226, 226, 226) !important;
        color: rgb(0, 68, 129);
    }*/

/*h2.title-header {
    color: #004990;
}*/

h4.title-header {
    color: rgb(0,74,128);
}

hr.linea {
    margin-top: 0em !important;
    background: #29aae1 !important;
    width: 10% !important;
    margin-left: 0em;
}

@media screen and (max-width: 850px) {
    hr.linea {
        width: 20% !important;
    }
}

@media screen and (max-width: 640px) and (max-width: 440px) and (max-width: 380px) {
    hr.linea {
        width: 30% !important;
    }
}

button.select-list {
    background: rgb(244, 244, 244);
    color: #004990;
    text-align: center;
    text-transform: none;
    height: 100%;
    font-size: 1.2rem;
    border: rgb(255, 255, 255) !important;
}


.list-group-item-action:focus, .list-group-item-action:hover {
    color: #ffffff !important;
    text-decoration: none;
    /*background-color: rgb(0, 68, 129) !important;*/
    background-color: #29aaff !important;
}

/*CARD ATMS AGENCIAS*/
.imageCard {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    max-height: 250px;
}

.list-group-scroll {
    max-height: 530px !important;
    margin-bottom: 10px;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
}

.uni {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: xx-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.botonLocation {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 5em;
    width: 22%;
    height: 60px;
    background-color: #29aae1;
    border-color: rgba(255, 255, 255, 0.1);
    margin: .2em;
    color: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    margin-top: -4em;
    z-index: 100;
}

    .botonLocation:hover {
        background-color: #247ab3;
        border-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.text-title {
    margin-bottom: .1rem;
    font-size: initial;
    font-weight: bold;
}

.text {
    white-space: normal !important;
}

@media screen and (max-width: 1200px) {
    .imageCard {
        display: none !important;
    }

    .botonLocation {
        width: 35%;
        height: 40px;
        margin-top: 1em;
    }

    .uni {
        font-size: x-large;
    }

    .text {
        font-size: 14px;
        padding: .5em !important;
    }
}

.testimonial-group {
    overflow-x: auto !important;
    white-space: nowrap;
    width: 100%;
    padding-left: 1em;
}

    .testimonial-group > .row > .col-sm {
        display: inline-block !important;
        float: none;
    }

    .testimonial-group > .row > .col-sm {
        font-size: medium;
        width: 18rem !important;
        padding-top: 18px;
    }

/*.col-sm-4:nth-child(3n+2) {
        background: #9c6;
    }

    .col-sm-4:nth-child(3n+3) {
        background: #69c;
    }*/

div.list-group {
    padding-right: 0 !important;
}

.div-req {
    /*background: #e4e4e4;*/
    background: #fff;
    padding-bottom: 3.5rem;
    padding-top: 1.5rem;
}

.div-carac {
    background: #fff;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.div-table {
    background-color: transparent;
    /*padding-bottom: 1.5rem;
    padding-top: 1.5rem;*/
}

/*.shadow-req {
    box-shadow: rgba(0, 0, 0, 0.37) 0px 8px 15px;
    transition: all 0.3s ease 0s;
}*/

/*.effect:nth-child(even) > button {
    background: rgb(0, 68, 129);
}*/
@media only screen and (max-width: 600px) {
    .imavideo {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.pointer-a {
    cursor: pointer;
    color: #1973b8 !important;
    font-size: medium;
    font-weight: bold !important;
}

a.pointer-a:hover {
    color: #1978d0 !important;
}

.icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-req {
    content: url(../Imagenes/icon-req.svg);
    background-repeat: round;
    width: 40px;
    height: 40px;
    display: inline-block;
    /*-webkit-mask: url(../Imagenes/icon-req.svg) no-repeat center;*/
    -webkit-mask-size: contain;
    /*mask: url(../Imagenes/icon-req.svg) no-repeat center;*/
    mask-size: contain;
}

div.card-busa {
    background: #f9f9f9;
    color: #004990;
    padding: .5em;
    text-align: center;
    height: 100%;
    text-transform: none;
    /*font-size: 1.2rem;*/
    border: rgb(255, 255, 255) !important;
}

.homeservices {
    background: rgb(65, 139, 188);
    overflow: hidden;
    text-align: center;
    vertical-align: middle !important;
    color: white !important;
    position: relative;
    transition: background-size .2s ease,background-position .2s ease;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 2px solid #fff;
}

.menu {
    background: rgba(0, 68, 129, 0.5215686274509804) !important;
}

/*div.collapse > span::first-letter {
        font-weight: bold;
    }*/
ul.ul-personal > li::first-letter {
    font-weight: bold;
}

div.collapse > span.list-group-item {
    border: none !important;
}

span.list-group-item:nth-child(even) {
    background: #f1f1f1;
}

a.pointer-a > span {
    display: none;
}

.header {
    background: radial-gradient(rgba(46, 170, 222,.8), rgba(0, 107, 177,0.8));
    color: white;
}

#filter-records {
    z-index: 100;
    display: flex;
    max-height: 500px;
    overflow-y: auto;
}

    #filter-records > div.form-row > .col-md-12 {
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        padding: .5px;
    }

div.row > .col-sm > .card {
    height: 26em !important;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-marker {
    background: rgba(255, 255, 255, 0.98);
    color: #003c9a;
    height: 100%;
    cursor: pointer;
}

    .card-marker:hover {
        background: rgba(229, 229, 229, 0.98);
    }

@media screen and (max-width: 1200px) {
    #filter-records {
        max-height: 200px !important;
    }
}

.filter-busa {
    position: relative;
    background: rgb(245 245 245);
    z-index: 11;
    width: 80%;
    left: 10%;
    padding: .5em;
    border-radius: 1em;
    margin-top: 1em;
    margin-bottom: .5em;
    color: #004a80;
}

@media screen and (max-width: 996px) {
    .filter-busa {
        background: rgb(245 245 245);
        position: relative;
        width: 100%;
        left: 0%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 1em;
        margin-bottom: .5em;
    }
}

div.card-map {
    background: #f9f9f9;
    color: #f5f5f5;
    text-align: center;
    font-size: 1rem;
    border: rgb(230, 230, 230) !important;
    width: 22rem;
}

    div.card-map > .card-header {
        background: rgb(0, 166, 222) !important;
    }

p.card-title-map {
    color: rgb(0,74,128);
    font-size: .9rem;
    /*padding-top: 1em;*/
    margin-bottom: .5rem;
}

p.card-text-map {
    color: rgb(0,74,128);
    font-size: .9rem;
    /*padding-top: .5em;*/
}

@media screen and (max-width: 572px) {
    div.card-map {
        width: auto;
    }
}



.thumbnail-map {
    position: relative;
    background: #9fcbee;
    min-height: 200px;
    /*clip-path: polygon(0 0,100% 0, 100% 75%, 0% 100%);
    -webkit-clip-path: polygon(0 0,100% 0, 100% 75%, 0% 100%);*/
}

.caption-map {
    position: absolute;
    text-align: left !important;
    color: #fff !Important;
    top: 5%;
    left: 1em;
    width: 100%;
    max-width: 95%;
    margin: 10px auto;
    max-height: 510px;
}

@media screen and (max-width: 992px) {
    .thumbnail-map {
        clip-path: none;
        -webkit-clip-path: none;
    }
}

.card-img-ef {
    width: 40%;
}


.list-group-parrafo {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
}

/*Probar si no afecta a todo*/
.card-header {
    background-color: transparent !important;
}

/*.card {
    background-color: transparent !important;
}*/

.list-group-item-action {
    color: rgb(0, 74, 128);
}

.nav-tabs {
    border-color: none;
}

#map {
    height: 35em;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-radius: 1em;
    margin-bottom: 1em;
    margin-top: 0em;
}

.icon-externo {
    content: url('../Imagenes/AgenciasAtms/cajero-externo.svg');
    background-repeat: round;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-externo-dis {
    content: url('../Imagenes/AgenciasAtms/cajero-externo-dis.svg');
    background-repeat: round;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-interno {
    content: url('../Imagenes/AgenciasAtms/cajero-interno.svg');
    background-repeat: round;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-interno-dis {
    content: url('../Imagenes/AgenciasAtms/cajero-interno-dis.svg');
    background-repeat: round;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.title-header {
    color: #004a80;
}
@media screen and (max-width: 769px) {
    .description {
        position: static !important;
    }

    .caption {
        position: static !important;
    }
}


    #accordionProductos {
        padding: 2em;
    }
    /*#accordionProductos .cardProducto{
        background:green;
    }
        #accordionProductos .cardProducto .card-header{
            background:yellow;
        }
            #accordionProductos .cardProducto .card-header .row{
                background:white;
            }
            #accordionProductos .cardProducto .card-header .row div{
                background: grey;
            }*/
    #accordionProductos .cardProducto .card-header .row, #accordionProductos .cardProducto .card-header .row div {
        padding: 0;
        margin: 0;
    }


    #accordionProductos .cardProducto {
        overflow: visible;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

        #accordionProductos .cardProducto .card-header .row .icono_col {
            max-width: 35px;
            /*position: absolute;
        left: -1em;
        top: 1.5em;*/
            position: relative;
            left: -2.5em;
            top: 1em;
        }

        #accordionProductos .cardProducto .card-header .row div a {
            display: block;
            border-radius: 50%;
            overflow: hidden;
        }


        #accordionProductos .cardProducto .card-header .row .titulobtn {
            padding-left: 1em;
        }

            #accordionProductos .cardProducto .card-header .row .titulobtn button {
                font-size: 1em;
                text-decoration: none;
                text-transform: capitalize;
            }

    #accordionProductos .hearderProducto {
        border: none;
        background: white;
    }

    #accordionProductos .bodyProducto .nav-tabs .nav-item .nav-link {
        padding: .5em 1em !important
    }

    .ParallaxPoligono {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    }

    #accordionProductos .bodyProducto .tab-content .tab-pane {
        padding-top: 1em;
    }

    .prod-serv .table-content {
        width: 100%;
        margin: 0;
    }

    #collapseProducto1 .bodyProducto {
        color: black;
    }

    .tab-color {
        color: #8c8c8c;
    }

    .ul-personal > li {
        border: none !important;
    }

    #myTab > .nav-item .active {
        background: #f1f2f3 !important;
        color: #0e4c94;
    }

    #myTab > .nav-item:hover {
        cursor: pointer;
    }

    .contentGroup {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }


    .vu_image_1 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_1.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_2 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_2.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_3 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_3.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_4 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_4.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_5 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_5.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_6 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_6.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_7 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_7.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_8 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_8.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_9 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_9.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_10 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_10.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_11 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_11.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_12 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_12.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_13 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_13.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_14 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_14.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_15 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_15.png);*/
        background: #00aeef;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .vu_image_16 {
        /*background: url(../Imagenes/ValoresUnion/vu_web_16.png);*/
        background: #005e9d;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .contentGroup h2 {
        text-align: center;
        font-size: 36px;
        color: #043263;
    }

    .groupBody {
        transition: all 1s ease-out .1s;
        visibility: hidden;
        position: absolute;
        top: 100%;
        padding: .5em .5em 1em .5em;
        color: #5d5d67;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
        border-style: solid;
        border-width: thin;
        border-color: #f1f2f3;
    }

    .contentText {
        font-size: 1.3em;
    }

    .groupHeader {
        transition: all 1s ease-out .1s;
        position: relative;
        top: 35%;
        padding: 1em 0 .5em 0;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 2px 2px #0070b2;
        font-size: large;
    }

        .groupHeader h4 {
            font-size: 1em;
        }

    .groupCard:hover {
        cursor: pointer;
        opacity: 1;
    }

    .groupCard {
        opacity: 1;
        height: 100%;
        /*background: linear-gradient(30deg,#008d5c,#26b986,#008d5c);*/
        min-height: 180px;
        border-style: none;
        border-radius: 7px;
        /*clip-path: polygon(0% 95%, 100% 100%, 100% 5%,0% 0);*/
    }

    .p-bottom {
        padding-bottom: .5em;
    }

    .groupBodyText {
        border-style: dashed;
        border-width: thin;
        border-color: #dcddde;
        /* background: #fafafb; */
        background: linear-gradient(200deg, #f1f2f3,#f1f2f3,#fdfdfd,#f1f2f3);
        height: 80%;
        padding: .5em;
        border-radius: 10px;
    }

    @media (max-width:769px) {
        #accordionProductos .cardProducto .card-header .row .icono_col {
            top: .5em;
        }

        #accordionProductos .cardProducto .card-header .row .titulobtn {
            padding-left: .3em;
        }

        #accordionProductos .bodyProducto {
            font-size: .8em;
        }

        #accordionProductos .cardProducto .card-header .row .titulobtn button {
            font-size: .55em;
            padding: 0;
        }

        #accordionProductos .bodyProducto {
            padding: 0 0 0 1.25rem;
        }

        #accordionProductos {
            padding: 0 .5em 0 2em;
        }

            #accordionProductos .cardProducto .card-header .row .icono_col {
                left: -2.3em;
            }
    }

