﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


a {
    text-decoration: none;
}

.gallery a {
    text-decoration: none;
    color: #00765b;
}

.gallery img {
    max-width: 30px;
}

.gallery a:hover {
    text-decoration: none;
    color: #0c9ae8;
}

.content-wrap {
    padding-top: 3%;
    padding-bottom: 3%;
    max-width: 1300px;
    margin: 0 auto;
}

.shortcut-row {
    padding-left: 10%;
    padding-right: 10%;
}

    .shortcut-row h3 {
        font-weight: 600;
        font-size: 1.3em;
    }

    .shortcut-row p {
        font-weight: 300;
        font-size: 1em;
    }

.content-wrap h2 {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 50px;
}

.footer-buenosaires .telefonosUtiles li > a > i {
    margin-right: 10px;
    margin-top: 3px;
}

h3 {
    margin-top: 24px;
}

h1, h2, h3 {
    margin-top: 16px;
    margin-bottom: 16px;
}

h3, .h3, .list-group-content h3 {
    font-size: 24px;
    line-height: 24px;
}

p, span, a, h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
    letter-spacing: -0.5px;
}

.logo-oliva {
    padding-top: 24px;
    padding-bottom: 14px;
    padding-left: 0;
    float: left;
    min-width: 300px;
}

.noticia-img {
    max-width: 750px;
}

    .noticia-img img {
        max-width: 750px;
    }

@media (max-width:768px) {
    .noticia-img {
        height: auto;
    }
}

.text-content .items {
    margin-right: 15px;
}

.content-subitems .items {
    margin-left: 35px;
}

.bavos-footer {
    height: 70px;
    background-image: url(/image/vamos-oliva.png);
    background-repeat: no-repeat;
}

.bg-navbar-accesible {
    background-color: #00765b;
    color: #fff;
}

.navbar-accesible .navbar-nav > li > a {
    color: #fff;
}

    .navbar-accesible .navbar-nav > li > a:hover {
        color: #fff;
    }

.mainNavbar .navbar-nav > li > a {
    color: #333333;
}

.chat {
    position: fixed;
    right: 5px;
    bottom: 5px;
    max-width: 100px;
}
.chat-access {
position:fixed;
right:5px;
bottom:105px;
text-align:center;
margin:0 auto;
padding:15px;
background-color:#ffb443;
border-radius:5px 5px 5px 5px;
}
.chat-access a{
margin:2px;
}

@media (max-width:768px) {

    .chat {
        position: fixed;
        right: 5px;
        bottom: 5px;
        max-width: 70px;
    }
    .chat-access {
position:fixed;
right:5px;
bottom:75px;
text-align:center;
margin:0 auto;
padding:15px;
background-color:#fbdeb2;
border-radius:5px 5px 5px 5px;
}
}

@media (max-width:768px) {

    .bg-navbar-accesible {
        background-color: #00765b;
        color: #333;
    }

    .navbar-accesible .navbar-nav > li > a {
        color: #333;
    }

        .navbar-accesible .navbar-nav > li > a:hover {
            color: #333;
        }

    .mainNavbar .navbar-nav > li > a {
        color: #333333;
    }

    .dropdown-menu > li > a {
        color: #333333;
    }

    .text-content {
        padding-left: 25px;
        padding-right: 15px;
    }
}































/*------------------SEARCH--------------------*/
.search {
    float: right;
    width: 100%;
    margin-bottom: 2%;
    margin-top: -5%;
}

    .search .contact-form {
        float: right;
    }

    .search input[type="text"] {
        float: right;
        background-color: #fff;
        padding: 1%;
        margin-left: 1%;
        width: 20%;
        border: 1px solid #0c9ae8;
    }

    .search input[type="submit"] {
        float: right;
        background-color: #fff;
        padding: 1%;
        border: 1px solid #0c9ae8;
        transition: background-color 1s;
    }

        .search input[type="submit"]:hover {
            background-color: #ebebeb;
        }

@media (max-width:800px) {
    .search input[type="text"] {
        float: right;
        background-color: #fff;
        padding: 2%;
        margin-left: 1%;
        width: 60%;
        border: 1px solid #0c9ae8;
    }

    .search input[type="submit"] {
        float: right;
        background-color: #fff;
        padding: 2%;
        border: 1px solid #0c9ae8;
        transition: background-color 1s;
    }
}
/*-------------FIN-----------------------*/

/*---------------TABLE-------------*/

.table-style {
    border: none;
    border: 0px solid #fff;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border-bottom: 2px solid #4e4e4e;
    margin-bottom: 5%;
    font-size: 0.8em;
}

.min {
    font-size: 1em;
}

.table-style th {
    background-color: #0c9ae8;
    color: #fff;
    border: 0px solid #0c9ae8;
    border-bottom: 2px solid #4e4e4e;
    border-right: 1px solid #0c9ae8;
}

    .table-style th a {
        color: #fff;
        text-decoration: none;
    }

.table-style td, th {
    display: table-cell;
    padding: 0.4%;
    border-top: 2px solid #4e4e4e;
}

.table-style tr:nth-child(2n) {
    background-color: #f9f9f9;
    border: 0px solid #f9f9f9;
}

.table-style tr {
    background-color: #fff;
    border: 0px solid #fff;
}

    .table-style tr td tr td {
        background-color: transparent;
        border: 0px solid #fff;
        font-size: 1.2em;
    }

        .table-style tr td tr td a {
            background-color: transparent;
            color: #ed273d;
            transition: color 1s;
            text-decoration: none;
        }

            .table-style tr td tr td a:hover {
                background-color: transparent;
                color: #0c9ae8;
            }

    .table-style tr:nth-child(2n):hover, .table-style tr:hover {
        background-color: #ebebeb;
        border: 0px solid #ebebeb;
    }

@media (max-width:800px) {
    .table-style {
        font-size: 0.7em;
    }

    .min {
        font-size: 0.6em;
    }
}
/*------------------------FIN------------------*/

/*---------------BOLETIN-OFICIAL------------------*/
.content-boletin {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
}

.content-animation-icon .icon {
    background-color: #ed273d;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px 0px 0px 10px;
    transition: background-color 1s;
}

    .content-animation-icon .icon img {
        max-width: 100px;
    }

.content-animation-icon {
    position: relative;
    background-color: #b0ecb3;
    border-radius: 10px 10px 10px 10px;
    margin-top: -2%;
    transition: background-color 1s, color 1s, box-shadow 1s;
    margin-right: 5%;
    margin-bottom: 7%;
    width: 100%;
}

    .content-animation-icon .info {
        font-size: 1.1em;
        line-height: 1.51em;
        padding: 2%;
        padding-right: 3%;
        margin-left: 15%;
    }

.content-boletin a {
    color: #4e4e4e;
    text-decoration: none;
}

.content-animation-icon:hover .icon {
    background-color: #b0ecb3;
}

.content-animation-icon:hover {
    background-color: #ed273d;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.content-animation-icon h4 {
    font-size: 1.46em;
}

@media (max-width:1100px) {
    .content-animation-icon .info {
        margin-left: 18%;
    }
}

@media (max-width:900px) {
    .content-animation-icon .info {
        margin-left: 20%;
    }
}

@media (max-width:700px) {
    .content-animation-icon .info {
        margin-left: 30%;
    }
}

@media (max-width:560px) {

    .content-animation-icon h4 {
        font-size: 1.26em;
    }

    .content-animation-icon .info {
        font-size: 0.9em;
        line-height: 1.31em;
        padding: 2%;
        padding-right: 3%;
        margin-left: 25%;
    }

    .content-animation-icon .icon {
        padding-top: 2%;
        padding-left: 3%;
        padding-right: 3%;
    }

        .content-animation-icon .icon img {
            max-width: 70px;
        }
}

@media (max-width:430px) {

    .content-animation-icon h4 {
        font-size: 1.26em;
    }

    .content-animation-icon .info {
        font-size: 0.9em;
        line-height: 1.31em;
        padding: 2%;
        padding-right: 3%;
        margin-left: 25%;
    }

    .content-animation-icon .icon {
        padding-top: 6%;
        padding-left: 3%;
        padding-right: 3%;
    }

        .content-animation-icon .icon img {
            max-width: 60px;
        }
}

@media (max-width:380px) {

    .content-animation-icon h4 {
        font-size: 1.26em;
    }

    .content-animation-icon .info {
        font-size: 0.8em;
        line-height: 1.21em;
        padding: 2%;
        padding-right: 3%;
        margin-left: 27%;
    }

    .content-animation-icon .icon {
        padding-top: 6%;
        padding-left: 3%;
        padding-right: 3%;
    }

        .content-animation-icon .icon img {
            max-width: 60px;
        }
}
/*-------------FIN-----------------------*/

.content-wrap {
padding-left:4%;
padding-right:4%;
}
    .content-wrap h2 {
    margin-bottom:0;
    }
.text-content {
padding-left:4%;
padding-right:4%;
max-width:90%;
}