/* YOUR CUSTOM STYLES */

html, body {
    height: 100%;
    /*padding-top: 90px;*/
    background-color: #f0f3eb;
    font-weight: 200;
}
/* Navigation*/



.navbar {
    background-color: transparent;
}

.top-nav-collapse {
    background-color: #009aae;
}

footer.page-footer {
    background-color: #414042;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #009aae;
    }
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
/* Carousel*/

.carousel {
    height: 50%;
}

@media (max-width: 776px) {
    .carousel {
        height: 100%;
    }
}

.carousel-item,


.carousel-inner {
    height: 100%;
}
/*Caption*/

.flex-center {
    color: #fff;
}
.navbar .btn-group .dropdown-menu a:hover {
    color: #000 !important;
}
.navbar .btn-group .dropdown-menu a:active {
    color: #fff !important;
}

header {
    background-color: #009aae;
    padding: 10px 0 0 0;
    display: block;
    width: 100%;
    clear: both;
    /*margin-bottom: 20px;*/
}

header nav {
    box-shadow: none !important; 
    background-color: #414042 !important;
}

.img-fluid {
    height: 180px;
    width: auto;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel_left_div {
    background-repeat: no-repeat; 
    background-size: cover; 
    width: 50%; 
    height: 100%;
}

.carousel_right_div {
    width: 50%; 
    background-color: #414042; 
    height: 100%; 
    padding: 10px;
}

.tarjeta_prov {
    width: 160px;
    height: 125px;
    display: block;
    margin: auto;
}
.tarjeta_link {
    color: white;
}
.tarjeta_link:hover {
    color: #eeeeee;
}
.cuerpo_tarjetas {
    background-color: #9aca3c;
    color: white;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.81);
    height: 100px;
}

.titulos {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.81);
}

.link_vermas{
    color: white;
}

.link_vermas:hover {
    color: #dddddd;
}


@media (min-width: 776px) {
    .banner {
        padding-right: 7%;
        padding-left: 7%;
    }
    .logo_provincia {
        height: 90px; 
        
    }
    .logo_oceba {
        height: 50px; 
        margin: 10px;
    }
}

@media (max-width: 776px) {
    .banner {
        padding-right: 5%;
        padding-left: 5%;
    }
    .logo_provincia {
        height: 40px; 
        margin: 8px;
    }
    .logo_oceba {
        height: 35px; 
        margin: 8px;
    }

    .carousel-item {
        position: absolute;
    }

    .carousel_right_div{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        text-align: center;
    }

    .subtitulo-slider {
        display: none;
    }

    .carousel_left_div{
        width: 100%;
    }

    .ver-mas {
        display: none;
    }

    .carousel_right_div {
        background-color: rgba(65, 64, 66, 0.52);
    }
}

.navbar-verde {
    background-color: #000 !important;

}

.columnas-medio{
    margin-bottom: 20px;

}

.links-colores {
    margin-bottom: 40px;   
}

b, strong {
    font-weight: bold;
}