/*--------------------geral----------------------------*/
@font-face {
    font-family: "NexaBold";
    src: url("../fonts/Nexa/NexaBold.eot");
    src: url("../fonts/Nexa/NexaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa/NexaBold.woff") format("woff"), url("../fonts/Nexa/NexaBold.ttf") format("truetype"), url("../fonts/Nexa/NexaBold.svg#NexaBold") format("svg"); }

@font-face {
    font-family: "NexaLight";
    src: url("../fonts/Nexa/NexaLight.eot");
    src: url("../fonts/Nexa/NexaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa/NexaLight.woff") format("woff"), url("../fonts/Nexa/NexaLight.ttf") format("truetype"), url("../fonts/Nexa/NexaLight.svg#NexaLight") format("svg"); }

@font-face {
    font-family: "NexaThin";
    src: url("../fonts/Nexa/NexaThin.eot");
    src: url("../fonts/Nexa/NexaThin.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa/NexaThin.woff") format("woff"), url("../fonts/Nexa/NexaThin.ttf") format("truetype"), url("../fonts/Nexa/NexaThin.svg#NexaThin") format("svg"); }

body {
    font-family: 'Arial';
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}

h3 {
    color: #00A8E1;
    font-family: 'NexaLight';
}
h1 ,h2{
    font-family: 'NexaLight';
}
.btn {
    font-family: 'NexaLight';
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}
.sticky .classy-navbar {
    height: 70px;
}

.title-section {
    color: #00A8E1;
    font-size: 1.4em;
    padding: 0 0.5em;
    margin-bottom: 1em;
    border-left: 3px solid #00A8E1;
}
.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
@media (max-width: 576px) {
    .container-fluid {
        padding-right: 5px !important;
        padding-left: 0px !important;
    }
}

/*---------------------header------------------*/
header {
    padding-top: 15px;
}

header > nav {
    background: white;
}

header a {
    color: #00A8E1;
    text-decoration: none;
}

header .top-header-content a {
    text-decoration: none !important;
    margin-right: 5px;
}

header .top-header-content a i {
    margin-right: 5px;
}

header .top-header-content a:hover {
    color: #00A8E1;
}

header .top-header-area {
    border-bottom: 1px #00A8E1 solid;
    padding-bottom: 11px;
}

header .pipe {
    margin-left: 0.5em;
    border-left: 1px solid #00A8E1;
    padding-left: 1.2em;
}

header .pipe-social {
    margin-left: -0.5em;
    border-left: 1px solid #00A8E1;
    padding-left: .5em;
    cursor: pointer;
}
header .navbar .navbar-toggler{
    border: none;
}
header .fa-bars:before {
    color: #00A8E1;
}


header .navbar-light .navbar-nav .nav-link {
    color: #00A8E1;
}
header .navbar-light .navbar-nav .nav-link:hover {
    color: #00A8E1;
}
header .navbar-light .navbar-nav .dropdown-item {
    color: #00A8E1;
}
header .navbar-light .navbar-nav .dropdown-item:hover {
    color: #00A8E1;
}

header .dropdown:hover > .dropdown-menu {
    display: block;
}
header .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
header .dropdown-toggle::after {
    display:none;
}

header .dropleft  .dropdown-toggle::before{
    display: contents !important;
}


header .top-social-area {
    font-size: 1.1em !important;
}

header .top-header-content {
    font-size: 1.1em !important;
}
header .drop-menu-lateral{
    margin-left: -248px;
}

header .drop-menu-lateral-{
    margin-left: -148px;
}
header .dropdown-item:active{
    background-color: #bacfe5 !important;
    color: white !important;
}


/*-------------home-------------------------*/
.home {
    position: relative;
    width: 100%;
    height: 100vh;
}

.home-container {
    height: 100%;
    border-radius: 50% 50% 0 0;
    background-color: rgba(76, 170, 189, .9);
    filter: brightness(98%);
    width: 119vw;
    margin-left: -10%;
    overflow: hidden;
}

.home-background {
    opacity: .22;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50% 50% 0 0;
    border-radius: 0 0 44% 44%;
}

.home, .home-page {
    overflow: hidden;
}

.middle {
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.mouse {
    width: 30px;
    height: 60px;
    border: 2px solid white;
    border-radius: 60px;
}

.mouse::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    background: whitesmoke;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 2s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 10px;
    }
    to {
        opacity: 0;
        top: 40px;
    }
}
/*---------------modal-----------------*/
.telefoneModal,
.horarioModal {
    color: #00A8E1;
    font-size: 1.2em;
}

/*---------------Noticias----------------------------------*/
.news {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    color: black !important;
}

.news .carousel {
    width: auto;
    /*height: 350px;*/
    padding-top: 48px;
    padding-bottom: 8px;
}

.news .carousel-caption {
    position: relative;
    color: black;
    bottom: 0px;
}

.news .carousel-control-next , .home .carousel-control-next{
    font-size: 2em;
    color: #a99e9e !important;
    width: 6%;
}

.news .carousel-control-prev , .home .carousel-control-prev{
    font-size: 2em;
    color: #a99e9e !important;
    width: 6% !important;
}

.news p {
    overflow-y: scroll;
    text-overflow: ellipsis;
    height: 112px;
    overflow: hidden;
}

.news .box-news-img {
    height: 100px;
}

.news .all-news {
    padding: 0;
    margin: 0;
    padding-top: .8%;
    /*padding-right: 9.3%;*/
    padding-right: 4.8%;
}

.news .all-news a {
    color: #00A8E1;
    border-color: #00A8E1;
}

.news .all-news a:hover {
    background: #00A8E1;
    color: white;
}

.news .btn-news-open {
    color: #00A8E1;
    border-color: #00A8E1;
}

.news .btn-news-open:hover {
    background: #00A8E1;
    color: white;
}
.news .btn-new-full{
    padding-left: 0px;
}
.news span{
    color:#00A8E1;
}

/*--------------------Serviços-----------------------------*/
.services {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    /*background: #c5c0ca;*/
}

.services img {
    width: 100%;
}

.services .card {
    height: 10em;
}
.services .service-content{
    height: 9em !important;
}

.services .card a {
    text-decoration: none;
    color: #555;
}

.services .card:hover {
    box-shadow: 2px 4px 16px 1px rgba(0, 0, 0, .55) !important;
}

.services .cards {
    padding-top: 2%;
}
.services .card span{
    height: 69px;
    overflow-y: scroll;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*------------------------Dúvidas---------------------------*/
.queries {
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 50vh;
    background: url(../images/water-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: rgba(76, 170, 189, .9);
    background-attachment: fixed;
    background-blend-mode: soft-light;
    filter: brightness(95%);
    -webkit-filter: brightness(95%);
    margin-top: 3%;
    padding-top: 10px;
    font-size: 1.4em;
}

.queries div {
    margin-top: 5%;
    width: auto;
    color: white;
}

.queries a {
    color: #fff;
}

.queries a:hover {
    color: #00A8E1;
    background: white;
}

/*Galeria----------------------------------*/
.gallery {
    width: 100%;
    height: 100%;
    margin-top: 5%;
}

.gallery img {
    width: 64%;
}

.gallery .box-images {
    padding: 15px 0;
}

.gallery .col-md-12 {
    padding: 10px;
}

.gallery .box-images .col-md-4 {
    padding: 0 !important;
}

.gallery .btn {
    color: #00A8E1;
    border-color: #00A8E1;
}

.gallery .btn:hover {
    background: #00A8E1;
    color: white;
}

/*Barragem--------------------------------------*/
.dam {
    width: 100%;
    height: 100%;
    margin-top: 1%;
}
.dam .btn:hover {
    color: #00A8E1;
}
.dam h1{
    color: #00A8E1;
    font-weight: bold;
    font-size: 2.2em;
}
.dam h2{
    color: #00A8E1;
    font-size: 1.5rem !important;
}
.dam h3 {
    color: #00A8E1;
    font-family: 'NexaLight';
    font-size: 1.4em;
    padding: 0 0.5em;
}
.dam .btn-outline-primary{
    color: #00A8E1;
    background-color: #fff;
    border-color: #00A8E1;
}
.dam .btn-outline-primary:hover{
    color: #fff;
    background-color: #00A8E1;
}
.dam span >strong{
    color: #aaaaaa;
    font-size: .8em;
}
.dam img{
    margin-top: -22px !important;
}

/*Bot--------------------------------------*/
.bot {

    width: 100%;
    height: 100%;
    background: url(/images/banner-sanepbot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    bottom: 0 !important;

}

.bot button {
    color: red;
}

.bot .img-bot {
    /*display: flex;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
    height: 300px;
    padding-left: 8%;
}
.bot h1, .bot h3{
    color: white;
    font-weight: bold;
}
.bot .img-icon-messenger{
    width: 31px;
    margin-top: -19px;
}

.bot .content-bot {
    padding-right: 8%;
    padding-top: 3%;
}

.bot .btn:hover {
    color: #4589B8;
}
.bot  .btn-outline-sanep {
    background: #00A8E1;
    color: white !important;
}
.bot  .btn-outline-sanep:hover {
    color: #00A8E1 !important;
    border-color: #00A8E1;
    background: #fff;
}
.bot .bot-social img{
    width: 30px;
}
.bot .img-center-bot{
    /*width: 87%;*/
    max-height: 200px;
}

/*Footer ------------------------------------*/

footer > .footer-copyright {
    background: #282F42;
    color: #ddd;
}

footer {
    background: #313950;
    color: #ddd;
}

footer a {
    color: #ddd !important;
    text-decoration: none !important;
}

footer h4 {
    color: #ddd;
}

footer ul {
    list-style: none;
}
footer .social-redes{
    font-size: 1.3em;
}
footer .img-logo{
    width: 12rem;
}
footer .img-coinpel-logo{
    width: 68px;
}
footer .pipe {
    margin-left: 1em;
    border-left: 1px solid #00A8E1;
    padding-left: 1.5em;
}

footer .pipe-social {
    margin-left: .5em;
    border-left: 1px solid #00A8E1;
    padding-left: 1em;
    cursor: pointer;
}
footer .social-redes a i {
    margin-right: 5px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 569px) {
    header .drop-mnu-lateral{
        margin-left: 0px !important;
    }
    header  .drop-menu-lateral-{
        margin-left: 0px !important;
    }

    header .dropdown-toggle::after {
        display:-webkit-inline-box;
    }

    .news .carousel-caption{
        right: 0px !important;
        left: 0px !important;
    }
    .news .all-news {
        padding-right: 0px;
    }
    .news p {
        height: 85px;
    }
    .news .carousel {
        padding-top: 17px;
        padding-bottom: 22px;
    }
    .news .content div{
        margin-top: 39px;
    }
    .news .content{
        height: 280px !important;
    }
    .news .btn-new-full{
        padding-left: 15px;
    }
    .queries h2{
        font-size: 1.3em;
    }
    .services img {
        width: 30%;
    }
    .services .card {
        height: 12em;
        margin-bottom: 16px;
    }
    .services .service-content{
        height: 3em !important;
    }

    .dam .btn-history{
        text-align: center!important;
    }
    .dam h1{
        font-size: 1.7rem;
    }
    .queries {
        height: 100%;
        padding-bottom: 24px;
    }
    .queries >div > div{
        margin-top: 14%;
    }
    .gallery img {
        width: 94%;
    }
    .bot {
        height: 100%;
    }
    .bot .img-bot {
        height: 200px;
    }
    .bot .content-bot {
        padding-right:0;
        padding-top: 18%;
    }
    .bot h2 {
        font-size: 1.24em !important;
        margin-bottom: 10%;
    }
    .bot .img-center-bot{
        width: 100%;
    }

    footer .social-redes{
        font-size: 1.3em;
    }
    footer .box-social-mobile{
        padding-bottom: 27px;
        padding-top: 26px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px)  {
    header .drop-menu-lateral{
        margin-left: 0px !important;
    }
    header  .drop-menu-lateral-{
        margin-left: 0px !important;
    }
    header .dropdown-toggle::after {
        display:-webkit-inline-box;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

}
