/* Error de minimización. Devolviendo el contenido no minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1642,33): run-time error CSS1036: Expected expression, found '$'
(1785,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1798,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
:root {
    --union: #004990;
    --skyblue: #29aae1;
    --black: #2d2a26;
    --silver: #d1d3d4;
    --white1: #f5f5f5;
    --footer: #004990;
    --header: #043263;
    --s210-1: rgb(0,74,128); /*Azul Primero*/
    --s229-1: rgb(0, 174, 239); /*Celeste*/
    --s209-1: rgb(0,114,180); /*Azul 2do*/
    --s5-4: rgb(255,221,0); /*Amarillo*/
    --s36-1: rgb(245,130,32); /*Naranja*/
    --s109-1: rgb(196,13,66); /*Rojo*/
    --s214-1: rgb(0,126,198); /*Azul 3ro*/
    --s268-1: rgb(0,141,92); /*Verde*/
}

body {
    font-family: 'MyriandPro' !important;
    /*background: rgba(172, 224, 244, 0.31);*/
    /*background: rgb(171, 224, 244);*/
    /*background: #d1e5f1;*/
    background-position: center center;
    /*background: radial-gradient(circle, rgba(171,226,246,1) 0%, rgba(109,165,203,0.89) 100%);*/
    /*background: linear-gradient(30deg, rgba(90,182,215,1) 0%, rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(120deg, rgba(171,226,246,1) 10%, rgb(240, 251, 255) 50%, rgba(171,226,246,1) 100%);*/
    /*background:#f3f3f3 !important;*/
}

@font-face {
    /*font-family: 'Colaborate';*/
    font-family: 'MyriandPro';
    src: url('../fonts/myriadpro.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*html {
    line-height: 1.15;
    font-family: "Trebuchet MS", Helvetica, sans-serif ;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
.container {
    max-width: 100% !important;
    /*background: rgba(0,72,144,1);
    background: -moz-linear-gradient(top, rgba(0,72,144,1) 0%, rgba(86,127,193,1) 78%, rgba(86,127,193,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,72,144,1)), color-stop(78%, rgba(86,127,193,1)), color-stop(100%, rgba(86,127,193,1)));
    background: -webkit-linear-gradient(top, rgba(0,72,144,1) 0%, rgba(86,127,193,1) 78%, rgba(86,127,193,1) 100%);
    background: -o-linear-gradient(top, rgba(0,72,144,1) 0%, rgba(86,127,193,1) 78%, rgba(86,127,193,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,72,144,1) 0%, rgba(86,127,193,1) 78%, rgba(86,127,193,1) 100%);
    background: linear-gradient(to bottom, rgba(0,72,144,1) 0%, rgba(86,127,193,1) 78%, rgba(86,127,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004890', endColorstr='#567fc1', GradientType=0 );
    color: #fff;*/
    /*color: #000;*/
    /*background:#f7f8f9;*/
}

.dropdown:hover > .dropdown-menu {
    display: block;
    width: 100%;
}

/*******BOTONES STYLE******/
.botonForm {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 1em;
    border-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    background: rgb(0, 174, 239);
    box-shadow: 2px 2px 8px rgb(0,74,128);
    margin: 1em;
    padding: .2em 1.5em .2em 1.5em;
/*    text-transform: capitalize;*/
}

.botonFormGray {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 1em;
    border-color: rgba(255, 255, 255, 0.1);
    margin: 1em;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    padding: .2em 1.5em .2em 1.5em;
    text-transform: capitalize;
    background: linear-gradient(#fffbfb,#d0d0d0);
    color: #29aae1;
    border-color: #dedbdb;
    font-weight: bold;
}

    .botonFormGray:hover {
        color: #004177;
    }

.botonForm:hover {
    background-color: #247ab3;
    border-color: rgba(255, 255, 255, 0.1);
    color: white !important;
}

/*HEADER*/
.nav-item .nav-link-index:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

#logo-union {
    width: 100%;
    height: 100%;
}
    /*10/06/2019*/
    #logo-union img {
        margin: .5em;
        /*max-width: 220px;*/
        min-height: 40px;
        min-width: 70px;
        max-height: 70px;
        height: 100%;
        padding: 8px;
    }

#navbarSupportedContent {
    /*text-align:center !important;*/
    height: 100%;
    padding-left: 20%;
}

    #navbarSupportedContent .dropdown-menu .container {
        padding: 1em 1em 1em 2em;
    }

    #navbarSupportedContent .dropdown-menu span:hover, #navbarSupportedContent .dropdown-menu a:hover {
        color: black !important;
        background: #47A3DA;
        cursor: pointer;
        padding: 0 .5em 0 .5em;
    }

.busa-header {
    /*background: -moz-linear-gradient(0deg, rgba(0,72,144,1) 0%, rgba(0,137,209,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,72,144,1)), color-stop(100%, rgba(0,137,209,1)));
    background: -webkit-linear-gradient(0deg, rgba(0,72,144,1) 0%, rgba(0,137,209,1) 100%);
    background: -o-linear-gradient(0deg, rgba(0,72,144,1) 0%, rgba(0,137,209,1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0,72,144,1) 0%, rgba(0,137,209,1) 100%);
    background: linear-gradient(90deg, rgba(0,72,144,1) 0%, rgba(0,137,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004890', endColorstr='#0089d1',GradientType=1 );*/
    /*background: linear-gradient(to left, rgba(10, 73, 139,0.9),rgba(30, 125, 183,.8));*/
    /*background: linear-gradient(#004481,#004481,#004481);*/
    background: #F1F3F4;
    min-height: 45px;
    z-index: 10;
    text-align: center;
    /*position: sticky;*/
    /*color: white;*/
}

#navBarWeb {
    padding: 0;
    min-height: 45px;
    z-index: 10;
    transition: all 1s ease 0s;
    -moz-transition: -moz-transform all 1s ease 0s;
    -webkit-transition: -webkit-transform all 1s ease 0s;
    -ms-transition: -ms-transform all 1s ease 0s;
    text-transform: capitalize;
    width: 100%;
}

    #navBarWeb .row {
        width: 100%;
    }

    #navBarWeb #logo-resp {
        padding: 0;
    }

    #navBarWeb .row div {
        width: 100%;
        padding: 0;
    }

.scrollUp {
    transform: translateY(-80px);
}
/********CHFLORES 1/3/2019******/
.body-content {
    padding-top: 0em;
    /*margin-bottom: -8em;*/
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.top-container {
    /********CHFLORES 1/3/2019******/
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
    margin: 0;
    z-index: 10;
    width: 100%;
}

.uninet-access-area {
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 10px;
    /*background-color: #999;*/
    /*background: linear-gradient(to bottom, #999 0%,#999 50%,#999 50%,#0079c2 50%,#0079c2 100%);*/
}

.field-validation-error {
    color: #FFF !important;
    font-family: Verdana, Tahoma,Geneva,Arial,sans-serif;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    background: #d22929 no-repeat 10px 50%;
    border-radius: 5px;
    display: block;
    margin-top: 5px;
}

/*AREA BARRA DE BUSQUEDA*/
.search {
    /*margin-top: 2%;*/
    /*padding: 15px;*/
    width: 100%;
    position: relative;
    display: flex;
    color: #cfcdcd;
}

    .search input {
        color: #cfcdcd;
    }

        .search input:hover {
            color: #004990;
            color: #fff !important;
            color: #fff;
        }

.searchTerm {
    border-bottom-left-radius: 10px;
    border-color: #fff;
    border-style: solid;
    width: 90%;
    padding-left: 10px;
    background: #fff;
    border-right: none;
    padding-right: 2px;
}

    .searchTerm::placeholder {
        color: #cfcdcd !important;
        font-weight: bold;
        opacity: 0.8;
        border-color: #fff;
    }

.searchButton {
    width: 30px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    border-top-right-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    border-width: 2px;
    border-color: #fff;
    border-left: none;
}

.searchTerm:focus {
    color: #7c7979 !important;
    border-color: #fff !important;
}
/*.call-us {
    font-size: 25px;
    color: #FFF;
    padding: 5px;
    text-align: center;
}*/
.call-us {
    font-size: 15px;
    color: #FFF;
    padding: 20px;
    text-align: center;
}

.cliente {
    margin: 20px;
    color: #FFF;
    font-weight: bold;
}

.header-principal {
    /*border: 1px solid #FFF;*/
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*margin-bottom: 15px;*/
    background: rgb(83,149,194);
    background: linear-gradient(90deg, rgb(0, 68, 129) 0%, rgb(0, 68, 129) 0%, rgba(14,72,137,1) 100%);
}

.header-button-1 {
    background: #999;
    border-radius: 5px;
    width: 100%;
    text-align: right;
}

    .header-button-1 > a:hover {
        color: #fff; /* Takes initial value of the property which is black in this case */
        text-decoration: none;
    }

.search-area {
    padding-top: 15px;
}

/*MENU LAYOUT*/
#menu-layout {
    margin: 5px 0px 0px 0px;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-color: #999;
    color: #FFF;
    border-radius: 5px;
}

.main {
    /*background-color: rgb(0,74,128);*/
    /*background: linear-gradient(90deg,rgb(0,74,128),rgb(0,114,180),rgb(0,74,128));*/
    /*background: linear-gradient(158deg, rgba(184,184,184,1) 0%, rgba(246,246,246,1) 16%, rgba(255,255,255,1) 100%);*/
    background: #fafafa;
    color: #f5f5f5;
    /*background-image: url('../Imagenes/Logo-Banco.png');*/
    /*background: linear-gradient(#0068b3,#003361);*/
    /*background: #043263;*/
    /*background-image: url(../Imagenes/colores.png);*/
    text-transform: capitalize;
    z-index: 12;
}

/*Footer Layout*/
footer {
    /*clip-path: polygon(0 9%, 100% 36%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 9%, 100% 36%, 100% 100%, 0% 100%);*/
    text-align: center;
    /*background: linear-gradient(rgb(250,250,252 ),rgb(242, 242, 253), rgb(239,240,254));*/
    /*background: linear-gradient(rgba(0,106,181,.5),#ffffff);*/
    background: #fafafa /*#F1F3F4*/;
    /*background-image: url('../Imagenes/colores_fondo.png');*/
    background-position: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #e0e0e0;
    /*padding-top: 10em;*/
    padding-top: 1em;
    /*padding-bottom: 2em;*/
}

#footerCard {
    padding-top: 0.5rem !important;
}

.border_image {
    border-top: solid 1px;
    /* border-image: url(../Imagenes/lineacolor.png) 30%; */
    border-color: #e5e5e5;
    margin: 0 30px 0 30px;
}
.border_color {
    border-top: solid 1px;
    /*border-image: url(../Imagenes/lineacolor.png) 30%;*/
    /*border-color: rgb(0, 174, 239);*/
    border-color: rgb(208, 208, 208);
}
.border_footer {
    border-top: solid 5px;
    /*border-image: url('../Imagenes/lineacolor.png') 30%;*/
    border-color: rgb(0, 174, 239);
}

#contact {
    top: 0.3em;
    font-size: 25px;
    color: #dadada;
    font-weight: 400;
}



.footer_responsive {
    display: block !important;
}

.footerBtnCollapse {
    width: 100%;
    padding: 1.25rem 1.25rem 0 1.25rem !important;
    font-weight: 600;
    color: #000000;
    font-size: 1em;
}

.BtnCollapseResponsive {
    width: 100%;
    padding: 0;
    margin: 0;
}

#rowtitulo {
    background: none;
    max-width: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

#rowSetting {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footerCard ul li {
    list-style: none;
    text-align: left;
}

#footerCard #lista2 li {
    display: inline;
    float: left;
    width: 20%;
    margin-left: 5%;
}

    #footerCard #lista2 li img {
        display: block;
        width: 41px;
    }

#footerCard #lista3 li img {
    display: block;
    width: 139px;
    margin-left: 30%;
}

#footerCard ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.hiddeDesk img {
    padding-top: 1em;
}

.footer_text {
    text-align: center;
    margin: auto;
    font-size: 12px;
    color: rgb(0, 174, 239);
}
/*******Header Responsive******/
#navBarResponsive {
    display: none;
    /*background: linear-gradient(90deg,#00458e 0%,rgba(0,137,209,1) 100%);*/
    padding: 0;
    z-index: 999;
    background: -moz-linear-gradient(left, #004481 0%, #004481 100%);
    background: -webkit-gradient(linear, left top,right-top, color-stop(0%,#004481), color-stop(100%,#004481));
    background: -webkit-linear-gradient(left, #004481 0%, #004481 100%);
    background: -o-linear-gradient(left,#004481 0%, #004481 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004481', endColorstr='#004481',GradientType=1 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004481', endColorstr='#004481',GradientType=1 );
    background: linear-gradient(to left, #004481,#12599af2,#004481);
}

    #navBarResponsive .row div {
        padding: 0;
        margin: 0;
    }

    #navBarResponsive #raizNavResp {
        width: 100%;
        margin: 0;
    }

        #navBarResponsive #raizNavResp #HeaderTopResponsive {
            background: #F1F3F4;
        }

    #navBarResponsive .row div .navbar-toggler {
        margin: .7em .7em .7em 1em;
    }

    #navBarResponsive .row div .wrap {
        margin: .6em .5em .4em .5em;
    }

    #navBarResponsive .row div .search {
        height: 30px;
        padding: 0;
    }

        #navBarResponsive .row div .search input {
            color: #000;
            border-color: rgba(0,0,0,.1) !important;
            background: white;
        }

        #navBarResponsive .row div .search .searchButton {
            background: white;
            margin: 0;
            border-color: rgba(0,0,0,.1);
            color: rgba(0,0,0,.5);
        }

    #navBarResponsive .row div .row div .owl-theme .item {
        color: #35b9ea;
        text-align: center;
    }

        #navBarResponsive .row div .row div .owl-theme .item #respTextIcono {
            font-size: .5em;
            bottom: 20em;
            display: block;
            color: #f1f3f4 /*#35b9ea*/;
        }

        #navBarResponsive .row div .row div .owl-theme .item i {
            font-size: 1.4em;
            margin-top: .5em;
            width: inherit;
            height: inherit;
            color: #f1f3f4 /*#35b9ea*/;
        }

    #navBarResponsive img {
        margin: .5em 0 .5em 1em;
        height: 2.5em;
        padding: 0;
    }

    #navBarResponsive button {
        margin: .5em 1.3em .5em .2em;
        background: white;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0,0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,1);
    border-color: #dddfe0;
    margin-right: 1em;
    padding: .3rem .7rem;
    font-size: 1rem;
    top: 25px;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 174, 239, 0.92), rgb(135, 218, 249));
}

#navbarNav ul {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 0;
    justify-content: flex-end;
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    min-width: 100%;
    color: #004a80;
}

#navBarResponsive .navbar-toggler {
    border-color: rgba(0,0,0,.5) !important;
    padding: .2rem .5rem !important;
    font-size: .90rem !important;
}
/*******MODIFICACION*******/

#navbarNav ul li button {
    width: 100%;
    max-width: 100%;
    border-color: #dadada;
    margin: 0;
    color: white;
    /*background: radial-gradient(#1683C1,#0C62A4);*/
    background: transparent;
    /*background: radial-gradient(#1FA5DF,#1683C1);*/
    text-align: left;
    padding: .3em 0 .3em 1em;
    border: 0;
    border-top: rgba(255,255,255,.3) 2px solid;
    text-transform: capitalize;
}

#navbarNav ul li .navbar-collapse ul {
    background: #cdd7e0;
}

    #navbarNav ul li .navbar-collapse ul li button {
        /*background: radial-gradient(#24A9E1,#1683C1);*/
        color: #021b4a;
        background: transparent;
        margin: 0;
        padding: .3em 0 .3em 1.15em;
        border: 0;
        border-top: rgba(255,255,255,.3) 2px solid;
    }

/*#navbarNav ul li .navbar-collapse ul li .dropdown-menu {
        max-width: 100%;
        width: 100%;
        background: white !important;
        padding: 0;
    }

        #navbarNav ul li .navbar-collapse ul li .dropdown-menu a {
            background: white;
            padding: .3em 0 .3em 1.3em;
            border: 0;
            border-top: rgba(0,0,0,.1) 2px dotted;
            color: #021b4a;
        }*/

.aling_rigth {
    text-align: right;
}

.aling_left {
    text-align: left;
}
/*******FIN MODIFICACION*********/
#navBarResponsive #logo-uninet {
    margin: .5em 0 .5em 0;
    padding: .3em;
}

#logo-resp {
    padding: 8px;
}


.menu-header {
    background: linear-gradient(#004481,#004481,#004481);
    color: white;
}

/*Width param amenu*/
#menu_width{
    width:100% !important;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    /*border: none;*/
    /*background: linear-gradient(rgb(71,163,218),rgb(159,207,236)) !important;*/
    background: #fafafa;
    margin: 0;
    text-transform:uppercase;
    font-size:small;
}

.navbar .dropdown-resp {
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

a {
    color: inherit;
    text-decoration: none;
}

div.form-row {
    margin-right: auto !important;
    margin-left: auto !important;
}


.owl-carousel img, .carousel img {
    cursor: pointer;
   
}

/*10/06/2019*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255,255, .8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#navbarNav {
    /*background-color: rgb(0, 174, 239);*/
    /*background: linear-gradient(90deg,#004a80,#005e9d,#007dc5,#005e9d,#004a80);*/
    position: relative;
    width: 100% !important;
    -webkit-transition: height 1s; /* Safari prior 6.1 */
    transition: height 1s;
    justify-content: center;
    /*top: 20px;*/
}

/*.p-top-1 {
    padding: .7em 0 0 0;
    position: static;
    left:0;
}*/
.p-top-1 .row {
    position: inherit;
    width: 100%;
}
/*11/06/2019*/
.menu-icon {
    font-size: 1.7em;
    /*top: .1em;*/
    position: relative;
}

#respTextIcono {
    position: relative;
    top: -5px;
    color: inherit;
    font-size: smaller;
    text-transform: uppercase;
    font-weight: bold;
}

div[id*="carouselNivel-"] {
    width: 100%;
    left: 0;
    text-align: center;
    /*background: rgb(0, 174, 239);*/
    background: #85deff;
    color: #f5f5f5 !important;
}

.height-100 {
    height: 100px;
}

#logo-uninet {
    padding: 5px;
    /*height: 100%;*/
    width: 100%;
}

    #logo-uninet img {
        /*width: 20%;*/
        margin-right: 1rem;
        margin-bottom: -0.5rem
    }

#owl-carousel1 .owl-stage-outer .owl-stage .owl-item {
    /*margin:0 ;
    margin-right:0 !important;*/
}

.text-s210 {
    color: rgb(0,74,128) !important;
}
.text-s229 {
    color: rgb(0, 174, 239) !important;
}
.text-s209 {
    color: rgb(0,114,180) !important;
}
.text-s214 {
    color: rgb(0,126,198) !important;
}
.text-s109 {
    color: rgb(196,13,66) !important;
}
.text-s5 {
    color: rgb(255,221,0) !important;
}

div.dropdown.show > .nav-link {
    color: #f5f5f5 !important;
}

.dropdown-menu > a.dropdown-item {
    color: #005e9e !important;
}

    .dropdown-menu > a.dropdown-item:hover {
        background-color: rgb(135, 218, 249) !important;
    }

.itemMarked {
    /*width: 119.667px;*/
    /*background: rgb(241, 242, 243);*/
    background: rgb(135, 218, 249);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /*height: 100%;*/
    /*color: #043263;*/
    color: #004a80;
    max-width: 100%;
    /*margin: 0 2em 0 -2em;*/
}

.item.nav-item:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: #e9ecef solid 1px;
    border-right: solid #e9ecef 1px;
    border-left: solid #e9ecef 1px;
    padding-top: 0px;
}
.item.nav-item{
    padding-top:1px;
}

.navbar-light .navbar-nav .nav-link {
    color: #004a80;
    font-size: 13.6px;
    border-right-color: #a0cee8;
    border-right-style: dotted;
    border-right-width: .05em;
    text-transform: uppercase;
    overflow: auto;
}

#owl-carousel1 {
    height: 100%;
}

    #owl-carousel1 .owl-nav {
        margin: 0;
    }

.expand-a.active:hover {
    color: rgb(0,74,128);
}
div.dropdown > a.nav-link:hover {
    color: rgb(0,74,128) !important;
}
.expand-a.textTagMenu:hover {
    color: rgb(0, 174, 239);
}

.expand-a {
    /*display: inline-block;*/
    /*padding: 0;*/  
    /* margin-right: 1rem; */
    line-height: inherit;
    white-space: nowrap;
    color: inherit;
    width: 100%;
}

.expand-a:hover {
    color: rgb(0,74,128);
}

div[id*="carouselNivel-"] .owl-stage-outer {
    overflow: unset
}
/*#owl-carousel1 .owl-stage-outer .owl-stage{
    width:100% !important;
}*/
.searchMenu {
    text-align: center;
    position: absolute;
    width: 100%;
    justify-content: center;
    top: 0;
    max-width: 100%;
    left: 0;
    z-index: 10;
}

.searchTagMenu {
    color: #ffffff;
    height: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0;
    border-color: #e6e6e6;
    border-width: thin;
    border-style: solid;
    /*background: #000000;*/
    background: linear-gradient(0deg, rgba(0, 174, 239, 0.92), rgb(135, 218, 249));
}

.textTagMenu {
    top: 0;
    left: 0;
    position: relative !important;
    line-height: 0;
    height: 100%;
    font-size: .8em;
}

    .textTagMenu i {
        font-weight: inherit;
    }

.gsc-control-cse {
    padding: 0.2em 1em 0.2em 1em !important;
    /*max-height: 45px !important;*/
    /*border-color: #f1f2f3 !important;*/
    border-color: transparent !important;
    background-color: transparent !important;
}
table.gsc-search-box td button {
    max-height: 33px !important;
    border-radius: 0 15px 0 0 !important;
    margin:0!important
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    border-bottom-left-radius: 10px;
    padding-left: 8px !important;
}

.gsc-control-cse div {
    border-radius: 0 0 0 15px !important;
}

table.gsc-search-box td {
    padding: 0 !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-radius: 5px !important;
    /*background-color: #014289 !important;*/
    background-color: rgb(0, 174, 239) !important;
}
.gsc-results-wrapper-overlay {
    /* z-index: 1000 !important; */
    top: 150px !important;
    max-height: 70% !important;
}
    #___gcse_0 {
    /*padding-top: .4em;*/
}
table.gsc-search-box {
    margin: 0 !important;
}
form.gsc-search-box {
    margin: 0 !important;
}
.fix_heigth{
    height:0px;

}
div[id*="itemsTop-"] {
    display: none;
    background: #ffffff;
    color: #004a80;
}
div[id*="itemsTop-"] :hover {
    cursor: pointer;
    color: #00aeef;
}

#itemTopclick {
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
}

.dropdown-divider {
    border-top: 1px solid rgb(226, 230, 231) !important;
}


@media (max-width: 2000px) {
    /*#logo-uninet img {
        width: 15%;
    }*/
}

@media (max-width: 1200px) {
    .textTagMenu {
        font-size: 14px;
    }
    /*#logo-uninet img {
        width: 75px;
    }*/
    .p-top-1 .row {
        position: inherit;
        width: 100%;
    }

    .footer_responsive {
        display: block !important;
    }

    .footerTitle {
        font-size: 1.2em;
    }

    .footerSubTitle {
        font-size: 1em;
    }

    #footerCard ul li {
        text-align: left;
    }

    #navBarResponsive {
        display: none;
    }

    .hiddeDesk {
        display: none;
    }

    #navBarResponsive {
        display: none;
    }

    #logo-union img {
        margin: .4em;
    }
}

@media (max-width: 991px) {
    #menu_width {
        width: 100% !important;
        height: inherit;
        /*margin-right: 15% !important;*/
    }
    .body-content {
        padding-top: 0em;
    }
    #itemTopclick a {
        height: 30px;
    }

    .fix_heigth {
        height: 0px;
    }
    div[id*="carouselNivel-"] {
        min-height: 30px;
        /*top: 150px;*/
    }
    div[id*="carouselNivel-"] .owl-stage-outer {
        overflow: hidden;
    }
    .textTagMenu {
        font-size: 13px;
    }

    .firstIcon {
        position: relative;
        width: 75px;
        /*height: 25px;*/
        min-height: 25px;
        margin-right: 10px;
        top: 0px;
    }

    .textFirstIcon {
        font-size: 2em;
        text-align: center;
        top: 0;
        left: 0;
        position: relative;
        line-height: 0;
        height: inherit;
    }
        .textFirstIcon img{
            min-height:25px;
        }
        #logo-union img {
            margin: .4em;
            /*height: 90%;*/
        }

    #navbarNav {
        position: relative;
        top: 8px;
        display: none;
    }

    #btnToggleMenu {
        top: 0px;
        color: #ffffff;
        z-index: 10;
    }

        #btnToggleMenu:focus {
            outline: #a6a6a6 auto 1px;
        }

        #navbarNav ul {
            /*background: #004481;*/
            position: relative;
            top: 0;
            position: relative;
            background: #fafafa;
            top: 0.5em;
            /*height: 60px;*/
        }

    div[id*="carouselNivel-"] {
        /*top: 125px;*/
        background: rgb(135, 218, 249);
        /*background: #f1f2f3;*/
        color: white;
        font-size: smaller;
    }


    /*#owl-carouselNivel-1 {
            top: 140px;
            background: #f1f2f3;
            color: #043263;
        }*/
    #logo-union {
        width: 80%;
        height: 80%;
    }

    .height-100 {
        height: 80px;
    }

    .p-top-1 .row {
        position: initial;
        margin: 0;
    }

    .footer_responsive {
        display: none !important;
    }

    .footerTitle {
        font-size: 1em;
    }

    .footerSubTitle {
        font-size: 0.8em;
    }

    .footer_imagen img {
        margin-left: 40%;
    }

    #footerCard #lista0 li {
        text-align: center;
        float: left;
        width: 33%;
        margin: 0px;
        padding: 0px;
        font-size: 0.8em;
    }

    #rowtitulo {
        background: #F1F3F4;
    }

    #footerCard ul li {
        text-align: center;
    }

    #footerCard {
        background: linear-gradient(rgb(207, 226, 241), rgb(255, 255, 255));
    }

    .hiddeDesk {
        display: block;
    }

    .titleBodyFooter:hover {
        background: rgb(0, 105, 180) !important;
    }

    #tituloBodyFooter {
        text-align: left;
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .titleBodyFooter {
        width: 100%;
        background: linear-gradient(rgb(143, 189, 222), rgb(183, 212, 233), rgb(155, 196, 226)) !important;
        padding: 0;
        margin: 0;
    }


    #footerCard {
        background: linear-gradient(#D4E6F2,#ffffff);
    }

    .BtnCollapseResponsive {
        text-align: left;
    }

    #navBarResponsive {
        display: none;
    }

    /*12/06/2019*/
    #owl-carousel1 .owl-nav .owl-prev, #owl-carousel1 .owl-nav .owl-next {
        margin: 0;
        background: transparent;
    }

        #owl-carousel1 .owl-nav .owl-prev i, #owl-carousel1 .owl-nav .owl-next i {
            color: #35b9ea;
            margin: 0;
            padding: 0;
            /*font-size: .7em;*/
        }

    #owl-carousel1 {
        padding: 0 1em 0 1em !important;
    }
        /****BOTON LAYOUT CAROUSEL**/
        #owl-carousel1 .owl-nav .owl-prev {
            position: absolute;
            top: 40%;
            left: 0;
        }

            #owl-carousel1 .owl-nav .owl-prev i {
                position: absolute;
                right: 0;
                top: 0;
                width: 15px;
                height: 15px;
            }

        #owl-carousel1 .owl-nav .owl-next {
            position: absolute;
            top: 40%;
            right: 0;
            width: 15px;
            height: 15px;
        }

            #owl-carousel1 .owl-nav .owl-next i {
                position: absolute;
                left: 0;
                top: 0;
                width: 15px;
                height: 15px;
            }
    #logo-uninet img {
        width: 23%;
    }
}

@media (max-width: 769px) {
    /*.main {
        background-position: 16em -90%;
    }*/

    .searchTagMenu {
        height: 20px;
    }

    #owl-carousel1 .owl-nav .owl-prev, #owl-carousel1 .owl-nav .owl-next {
        margin: 0;
        background: transparent;
    }

        #owl-carousel1 .owl-nav .owl-prev i, #owl-carousel1 .owl-nav .owl-next i {
            color: #35b9ea;
            margin: 0;
            padding: 0;
            /*font-size: .7em;*/
        }

    #owl-carousel1 {
        padding: 0 1em 0 1em !important;
        background: #fafafa;
    }

        #owl-carousel1 .owl-stage-outer .owl-stage .owl-item {
            /*margin:0;*/
        }
        #owl-carousel1 .owl-nav{
            display:block !important;
        }
        /****BOTON LAYOUT CAROUSEL**/
            #owl-carousel1 .owl-nav .owl-prev {
                position: absolute;
                top: 40%;
                left: 0;
                width: 15px;
                height: 15px;
            }

            #owl-carousel1 .owl-nav .owl-prev i {
                position: absolute;
                right: 0;
                top: 0;
                width: 15px;
                height: 15px;
            }

        #owl-carousel1 .owl-nav .owl-next {
            position: absolute;
            top: 40%;
            right: 0;
            width: 15px;
            height: 15px;
        }

            #owl-carousel1 .owl-nav .owl-next i {
                position: absolute;
                left: 0;
                top: 0;
                width: 15px;
                height: 15px;
            }

    /*footer {
        background-position: 10em 30em;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }*/

    #rowtitulo {
        background: #F1F3F4;
        /*color: #ffffff;*/
    }

    .search input:hover {
        color: #000;
    }

    .searchTerm::placeholder {
        color: rgba(0,0,0,.4);
    }

    .searchTerm:focus {
        color: rgba(0,0,0,.8) !important;
        border-color: rgba(0,0,0,.5) !important;
    }

    .footer_responsive {
        display: none !important;
    }

    .footerTitle {
        font-size: 0.8em;
    }

    .footerSubTitle {
        font-size: 0.6em;
    }

    .footer_imagen img {
        margin-left: 35%;
    }

    #footerCard #lista0 li {
        float: right;
        width: 100% !important;
    }

    #footerCard ul li {
        text-align: left;
    }
    /***********Header********/
    .busa-header {
        display: none !important;
    }

    #navBarWeb {
        display: none !important;
    }

    #navBarResponsive {
        display: flex;
        transition: all 1s ease 0s;
        -moz-transition: -moz-transform all 1s ease 0s;
        -webkit-transition: -webkit-transform all 1s ease 0s;
        -ms-transition: -ms-transform all 1s ease 0s;
        text-transform: capitalize;
    }

    /*.body-content {
        margin-bottom: -8em;
    }*/

    #logo-union img {
        margin: .1em;
    }

    #logo-union {
        width: 90%;
        height: 90%;
    }
    #navbarNav {
        top: 20px;
    }

    div[id*="carouselNivel-"] {
        /*top: 125px;*/
    }

    .firstIcon {
        width: 55px;
    }

    .text-adjust {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    #inf-finan {
        /*max-width: 80%;*/
        text-align: left;
    }
    /*.main {
        background-position: -8em -10em;
        background-size: contain;
    }*/
    #itemTopclick {
        font-size: 12px;
    }

    .searchTagMenu {
        height: 20px;
    }
    .footer_responsive {
        display: none !important;
    }

    .footer_imagen img {
        margin-left: 30%;
    }

    #footerCard ul li {
        text-align: left;
    }

    .hiddeDesk {
        display: block;
    }

    .footer_imagen img {
        width: 45px;
    }

    #navBarResponsive {
        display: flex;
    }

    .busa-header {
        display: none;
    }

    #navBarWeb {
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin-right: .3em;
    }
    .border_image {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .firstIcon {
        width: 60px;
        top: 0px;
    }

    /*.body-content {
        margin-bottom: -2em;
    }*/

    .height-100 {
        height: 60px;
    }

    /*#navbarNav {
        top: 25px;
    }*/

    div[id*="carouselNivel-"] {
        /*top: 120px;*/
        position:static;
    }

    .navbar-light .navbar-toggler {
        top: 15px;
    }

    #navbarNav ul {
        height: 50px;
    }
    #logo-uninet img {
        width: 40%;
    }

    .logos-banner {
        background-image: url('../Imagenes/bancounionnew.png');
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 600px) {
    .imavideo {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #logo-uninet img {
        width: 30%;
    }
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 769px) {
    .hiddeDesk {
        display: block;
    }


    /*.dropdown-toggle::after {
    content: none !important;
}*/

    .body-content {
        /*margin-bottom: -2em;*/
    }
}

@media (max-width: 450px) {
    #menu_width {
        width: 100% !important;
        height:inherit;
        /*margin-right: 15% !important;*/
    }
    .main {
        /*background-position: -6em -8em;
        background-size: contain;*/
    }
    /*#logo-union img {
         padding: 12px; 
    }*/
}

    /*div > a:hover {
    color: #29aae1;
    text-decoration: none;
}*/
    /*FOOTER TASAS*/
    .card-header-tasas {
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .card-body-tasas {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .card-title-tasas {
        margin-bottom: auto;
    }

    .mb-3-tasas {
        margin-bottom: .2rem !important;
        /*width: 90%;*/
    }

    .opacity {
        /*background-color: #fffbfb;*/
        /*opacity: 0.8;*/
        border-block-end-color: inherit;
        /*border-bottom: 1px solid #f5f5f5;*/
        /*position: absolute;*/
        top: 0px;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: rgb(0,74,128);
        color: #f5f5f5 !important;
    }
    /*BOTONES Cards*/
    .button {
        position: relative;
        /*padding: 1em 1.5em;*/
        /*border: none;*/
        /*background-color: rgba(246, 246, 246, 0.65);*/
        /*cursor: pointer;*/
        outline: none;
        font-size: 18px;
        margin: .5em 0.5em;
    }

.btn-primary {
    color: #fff;
    background-color: rgb(0,141,92);
    border-color: rgb(0,141,92);
    box-shadow: 0px 2px 7px rgba(0, 0, 0,.6);
}

    .type1 {
        color: rgb(0,114,180);
    }

        .type1::after,
        .type1::before {
            content: '';
            display: block;
            position: absolute;
            width: 20%;
            height: 20%;
            border: 2px solid;
            transition: all 0.6s ease;
            border-radius: 2px;
        }

        .type1::after {
            bottom: 0;
            right: 0;
            border-top-color: transparent;
            border-left-color: transparent;
            border-bottom-color: rgb(196,13,66);
            border-right-color: $color1;
        }

        .type1::before {
            top: 0;
            left: 0;
            border-bottom-color: transparent;
            border-right-color: transparent;
            border-top-color: rgb(0,126,198);
            border-left-color: rgb(0,126,198);
        }

        .type1:hover:after,
        .type1:hover:before {
            width: 100%;
            height: 100%;
        }

ul.ul-footer {
    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-footer::before {
    /*content: "•";*/
    content: "\f111";
    color: #29aae1;
    font-size: 6px;
    display: inline-block;
    width: 2em;
    /*margin-left: -1em;*/
}

.logos-banner {
    background-image: url('../Imagenes/bancounionlarge.png');
    background-repeat: no-repeat;
}

.border-card {
    border-bottom: solid 5px;
    border-image: url(../Imagenes/lineacolor.png) 30%;
}

.icon {
    position: relative;
    top: 8px;
    display: inline-block;
    font-style: normal;
    /*font-weight: 400;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: round;
    width: 25px;
    height: 25px;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-personas {
    background-image: url('../Imagenes/Comun/personas.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.icon-empresas {
    background-image: url('../Imagenes/Comun/empresas.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.icon-pyme {
    background-image: url('../Imagenes/Comun/pyme.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.icon-microcreditos {
    background-image: url('../Imagenes/Comun/microcreditos.svg');
    background-repeat: no-repeat;
    background-size: contain;
    
}
.icon-grupounion {
    background-image: url('../Imagenes/Comun/grupounion.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.icon-digital {
    background-image: url('../Imagenes/Comun/digital.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.icon-estatal {
    background-image: url('../Imagenes/Comun/bancaestatal.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

/*JCANQUI 13/04/2023 MA428869*/
.icon-bancamujer {
    background-image: url('../Imagenes/Comun/bancamujer2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/*END JCANQUI*/

.iconarrows {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #004a80;
}

/*.iconarrows {
    display: inline-block;
    font: normal normal normal 10px/1 MyriandPro;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.icon-right {
    content: url('../Imagenes/Comun/arrowright.svg');
    width: 40px;
    height: 40px;
    background-repeat: round;
    display: inline-block;
    vertical-align: sub background: #000;
    -webkit-mask: url(../Imagenes/Comun/arrowright.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../Imagenes/Comun/arrowright.svg) no-repeat center;
    mask-size: contain;
}

.icon-left {
    content: url('../Imagenes/Comun/arrowleft.svg');
    width: 40px;
    height: 40px;
    background-repeat: round;
    display: inline-block;
    vertical-align: sub background: #000;
    -webkit-mask: url(../Imagenes/Comun/arrowleft.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../Imagenes/Comun/arrowleft.svg) no-repeat center;
    mask-size: contain;
}

.btn-footer {
    color: #00a6de;
    border: 1px solid #00aeef;
    border-radius: 1rem;
    padding: 0.4em;
}

.text-adjust {
    text-align: left;
}
.box_ini {
    /*-webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);*/
    width: 100%;
    /*padding-bottom: 8em;*/
    /*background-color: #f7f9fb;*/
    position: relative;
    /*top: -7em;*/
    /*padding-top: 8em;*/
    /*padding-top: 3em;*/
}


.box_inverted_ini {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 85%);
    width: 100%;
    padding-bottom: 14em;
    /*height: 500px;*/
    background-color: #d9d9d9;
    position: relative;
    top: -10em;
    padding-left: 10em;
    padding-right: 10em;
}

.box-sec {
    /*-webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);*/
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);*/
    width: 100%;
    /*padding-bottom: 8em !important;*/
    /*height: 500px;*/
    /*background-color: #f7f9fb;*/
    /*position: relative;
    top: -3.5em;*/
}

.box-last {
    /*-webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 80%);
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 80%);*/
    width: 100%;
    /*padding-top: 14em !important;*/
    /*background-color: #f7f9fb;*/
    position: relative;
    top: -1em;
    padding-bottom: 4em;
}

.box-end {
    /*-webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);*/
    width: 100%;
    /*padding-bottom: 6em;*/
    /*background-color: #f7f9fb;*/
    position: relative;
    padding: 0 4em 0 4em;
    /*padding-top: 6em;*/
    /*padding-top: 2em;*/
    /*top: -3.5em;*/
}

.box {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    width: 100%;
    background-color: #d9d9d9;
    position: relative;
    top: -1em;
    /*padding-left: 10em;
    padding-right: 10em;*/
}

.box_inverted {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    width: 100%;
    background-color: #ffffff;
    position: relative;
    top: -4em;
    /*padding-left: -1em !important;
    padding-right: 10em;*/
}

.badge-pill-busa {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    background: #004d89;
}

.profile-header {
    /*background-color: #004990;*/
    /*//height: 150px;*/
    padding-bottom: 4em;
    padding-top: 1em;
}

a > img.img-thumbnail1 {
    /*background-color: rgb(0,141,92);*/
    background-color: #f5f5f5;
}
a > img.img-thumbnail2 {
    /*background-color: rgb(245,130,32);*/
    background-color: #f5f5f5;
}
a > img.img-thumbnail3 {
    /*background-color: rgb(255,221,0);*/
    background-color: #f5f5f5;
}
.user-detail {
    /*margin: -50px 0px 30px 0px;*/
    text-transform: capitalize;
    padding: 0 3em 0 3em;
}

    .user-detail img {
        width: 60%;
    }

    .user-detail h2 {
        margin: 15px 0px 5px 0px;
        text-transform: uppercase;
        font-size: 1.25rem;
    }

.user-social-detail {
    padding: 15px 0px;
    background-color: #004990;
}

    .user-social-detail a i {
        color: #004990;
        font-size: 23px;
        padding: 0px 5px;
    }

/*--------------------------------------------------------------------*/
/* equal card height */
.row-equal > div[class*="col-"] {
    display: flex;
    flex: 1 0 auto;
}

.row-equal .card {
    width: 100%;
}

/* ensure equal card height inside carousel */
.carousel-inner > .row-equal.active,
.carousel-inner > .row-equal.next,
.carousel-inner > .row-equal.prev {
    display: flex;
}
    /* prevent flicker during transition */
    .carousel-inner > .row-equal.active.left,
    .carousel-inner > .row-equal.active.right {
        opacity: 0.5;
        display: flex;
    }
/* control image height */
.card-img-top-250 {
    max-height: 250px;
    overflow: hidden;
}

.fondo-busa {
    background: #f3f3f3 !important;
}

.img-index {
    max-height: 500px;
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .img-index {
        width: 100%;
    }
    .text-float {
        position: absolute;
        top: 6em;
        z-index: 10;
        background: rgba(255, 255, 255, 0.8);
        color: #043263 !important;
    }
    /*.box_inverted {
        top: -3em;
    }*/

    .box_ini {
        padding-left: 0;
        padding-right: 0;
        /*padding-bottom: 11em;*/
    }
    /*#cardBusa {
        top: -5em;
    }*/
}

@media screen and (max-width: 568px) {
    .text-float {
        position: absolute;
        top: 5em;
        z-index: 10;
        text-align: justify;
        background: rgba(255, 255, 255, 0.8);
        color: #043263 !important;
    }

    .content-text {
        font-size: medium;
    }

        .content-text > .container > h1 {
            font-size: 1.6rem !important;
        }


    .img-busa {
        width: 60%;
    }
}

#cardBusa {
    /*top: 1.5em;*/
    /*top: -5em;*/
    position: relative;
    color: #043263;
}

    #cardBusa h1 {
        text-align: center;
        text-transform: capitalize;
        /*top: -.8em;*/
        position: relative;
        font-weight: bold;
        /*color: #47a3da;*/
        color: rgb(0,114,180);
    }

#cardUs {
    position: relative;
    color: rgb(0,114,180);
    /*padding: 0 4em 0 4em;*/
    text-transform: uppercase;
}

.img-busa {
    width: 70%;
}

/*@media screen and (min-width: 992px) {
    .box-end {
        padding-bottom: 10em;
        padding-top: 8em;
    }
}*/

@media screen and (max-width: 767px){
    .img-busa {
        width: 100%;
    }
    /*#cardBusa {
        top: -4.5em;
    }*/
}

@media (max-width: 544px) {
    h1 {
        font-size: 1.5rem;
    }
    /*1rem = 16px*/
    h3 {
        font-size: .85rem;
    }
    h5 {
        font-size: 1rem;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1rem;
    }
    /*1rem = 16px*/
}

.carousel-indicators {
    z-index: 11 !important;
    /*bottom: -1.5em;*/
}
.carousel-caption {
    bottom: -.55em;
    /* left: 87%; */
    width: 100%;
    text-align: right;
    left:0;
    right:0;
}
