
.navbar-custom.top-nav-collapse .container .row .navbarMenu .navbar-header .menuLogo #logo2Home {
    display: block;
}

.navbar-custom.top-nav-collapse .container .row .navbarMenu .navbar-header .menuLogo #logo1Home {
    display: none;
}

.txt_menu_Superior2 {
    display: none;
}

.navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .txt_menu_Superior2 {
    display: block;
    margin-left: 0px;
}

    .navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .txt_menu_Superior2 .txt-menu a {
        color: #575756;
    }

.navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .menu_superior {
    color: #949592;
    padding-top: 10px;
}

    .navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .menu_superior .Thelp a {
        color: #949592;
    }

    .navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .menu_superior .redsocial .social-icon {
        color: #949592;
    }

    .navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .menu_superior div .imgwhite {
        display: none;
    }

.imgray {
    display: none;
}

.navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .menu_superior div .imgray {
    display: block;
    margin-top: 4px;
    float: right;
}

.navbar-custom.top-nav-collapse .container .row .text-colorW #menuMain1 .menu_superior div .arrowg {
    display: block;
}

.arrowg {
    margin-top: 7px !important;
}

.btn-viewm {
    color: white;
}

    .btn-viewm:hover {
        color: white;
    }

.Menu_principal .container .row .text-colorW .txt_menu_Superior2 {
    display: none;
}

.Menu_principal .container .row .text-colorW .menu_superior {
    color: white;
}

.intro {
    height: 800px;
    background-size: cover !important;
    ;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.indicadores {
    color: #9FA09F;
    font-size: 10px;
    margin-bottom: 25px;
}

    .indicadores ul li a {
        color: #9FA09F;
        font-family: HelveticaNeue-Regular;
    }

.breadcrumb {
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 0px;
}

    .breadcrumb > .active {
        color: #777;
        font-size: 22px;
    }

.indicadores ul li a:hover {
    text-decoration: none;
}

.menuLeft {
    width: 162px;
    margin-top: 25px;
}

.subMenu {
    /*height: 60px;*/
	max-width: 162px;
    min-height: 65px;
    font-size: 15px;
    padding-top: 20px;
    cursor: pointer;
    font-family: HelveticaNeue-Light;
}

    .subMenu a {
        color: #575756;
    }

        .subMenu a:hover {
            text-decoration: none;
        }

.colorFondo {
    background-color: whitesmoke;
	min-width: 160px;
    margin-top: 3px;
    padding: 10px;
}

.collapsed:after {
    margin-left: 10px;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f107" !important;
}

.subItems:after {
    margin-left: 10px;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f106";
}




.ContRees {
    width: 928px;
    padding-left: 35px;
}

#divUpdate {
    min-height: 450px;
}

.mapa {
    margin-top: 80px;
}

.btnDownload {
    color: #6CBF4A;
    background-color: white;
    border: none;
    width: 117px;
    height: 42px;
    float: right;
    margin-right: 12px;
}

.textoDownload {
    color: white;
    font-size: 22px;
    margin-top: 5px;
}

#divDownload {
    position: absolute;
    display: block;
    width: 99%;
    bottom: 0;
    padding: 25px;
    color: #fff;
    background: rgba(0, 117, 201, 0.78);
}


#divDownloadCompleto {
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px 0 57px 15px;
    color: #fff;
    background: #0060A5;
    margin-bottom: 15px;
}

.lineaGris {
    margin-top: 40px;
    margin-bottom: 45px;
    border: 0;
    border-top: 2px solid #eee;
}


#divDownloadCompletoGreen {
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px 0 57px 15px;
    color: #fff;
    background: #6CC04A;
    margin-bottom: 15px;
}

.CuadroDownload {
    color: #337ab7;
    background-color: white;
    border: g;
    width: 140px;
    height: 140px;
    margin-top: 10px;
    border: 1px solid #DEDEDE;
    padding: 0px 5px;
}

    .CuadroDownload .iconoPDF {
        font-size: 27px;
        margin-top: 35px;
        margin-bottom: 25px;
    }

.spaceTop25 {
    margin-top: 25px;
}

.selectt {
    width: 256px;
    height: 44px;
    border: 1px solid #EAEBEE;
    padding-left: 10px;
    margin-bottom: 35px;
    font-family: HelveticaNeue-LightItalic;
    color: #929392;
    background: URL(../images/arrowDowng.png) no-repeat 97% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
   
}






@import "compass/css3";

@include keyframes(bounce) {
    0%, 20%, 50%, 80%, 100% {
        @include transform(translateY(0));
    }

    40% {
        @include transform(translateY(-30px));
    }

    60% {
        @include transform(translateY(-15px));
    }
}


.arrow {
    width: 40px;
    height: 40px;
    background-image: url("../images/ArrowHM.png");
    margin-left: 10px;
}

.bounce {
    @include animation(bounce 2s infinite);
}

.error {
    color: red;
    font-size: 12px;
}

.btnDownload2 {
    color: white;
    background-color: rgb(1, 117, 192);
    border: none;
    width: 117px;
    height: 42px;
    float: right;
    margin-right: 12px;
    margin-bottom: 15px;
}

.infoGalery {
    height: 320px;
    max-height: 320px;
    width: 340px;
    max-width: 340px;
    cursor: pointer;
    color: red;
    background-color: white;
    margin: auto;
}

.imgOver {
    height: 320px;
    max-height: 320px;
    width: 340px;
    max-width: 340px;
}

.tituloInfoGalery {
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(73 76 79 / 47%), 0 0 0.5em rgb(73 76 79 / 41%), 0 0 0.2em rgb(73 76 79);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





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

    .dropdown2-menu {
        display: block !important;
        position: initial !important;
        top: initial;
        left: initial;
        z-index: 0;
        float: initial;
        min-width: initial;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: initial;
        text-align: initial;
        background-color: #fff;
        border: 1px solid white;
        border: 1px solid white;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175);
        box-shadow: 0 0px 0px rgba(0,0,0,0.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .dropdown-menu {
        display: block !important;
        position: initial !important;
        top: initial;
        left: initial;
        z-index: 0;
        float: initial;
        min-width: initial;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: initial;
        text-align: initial;
        background-color: #fff;
        border: 1px solid white;
        border: 1px solid white;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175);
        box-shadow: 0 0px 0px rgba(0,0,0,0.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }


    #btnSubmenu {
        display: none;
    }

    #DropSubMenu {
        border: none;
    }
}
