@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body{
    color: rgba(61,72,82,1);
    font-family: 'Poppins', sans-serif;
}

img { max-width: 100%; }

section.top{
    height: 50px;
    background-color: rgba(14,77,50,1);
    padding-top: 13px;
    color: #fff;
    margin-bottom: 50px;
    font-size: 15px;
    text-align: center;
    display: none;
}

section.top ul li{
    display: inline;
    margin: 0 10px;
}

section.top ul li a{
    color: #fff;
    font-size: 20px;
}

.navbar{
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-item{
    margin: 0 10px;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover{
    border-bottom: 2px solid rgba(33,123,86,1);
}

.navbar-light .navbar-nav .nav-item.active a.nav-link,
.navbar-light .navbar-nav .nav-item:hover a.nav-link{
    color: rgba(64,181,114,1);    
}

.navbar-light .navbar-nav .nav-item a.nav-link:focus{
    border: none;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

/* rotate caret on hover */
.navbar-nav > li.dropdown > a:hover:after {
    transform: rotate(-180deg);
}

#carouselHome{
    margin-top: -140px;
    position: fixed;
    display: none;
}

section.text-home{
    margin-top: 90px;
    height: auto;
    background: rgba(0,0,0,0.5);
    padding: 50px 0;
    position: relative;
    color: #fff;
}

section.text-home p.live{
    color: rgb(64, 181, 114);
    font-size: 22px;
    font-family: 'Merriweather', serif;
    font-style: italic;
}

section.text-home h1{
    font-weight: 800;
}

section.news{
    position: relative;
    background: #fff;
    padding: 50px 0;
}

section.news .image{
    height: 230px;
    overflow: hidden;
}

section.news .btn-custom:hover{
    border-color: rgba(3,194,50,1);
}

section.services .list ul li{
    width: 100%;
    height: 225px;
    overflow: hidden;
}

section.services{
    position: relative;
    background: rgb(242 242 242);
    color: rgba(61,72,82,1);
}

section.services .text{
    text-align: center;
    padding: 120px 50px;
}

section.services .text h1{
    font-size: 3rem;
    font-weight: 700;
}

section.services .text h1.green{
    color: rgb(0, 213, 99);
}

section.services .list ul li .image{
    height: 100%;
}

section.services .list ul li .image img{
    width: 100%;
    height: auto;
}

section.services .list ul li .text{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -225px;
    color: #fff;
    text-align: center;
    padding: 60px 0
}

section.services .list ul li .text a{
    font-weight: bold;
    color: rgba(0,213,99,1);
}

section.services .list ul li .text a:hover{
    text-decoration: underline;
}

section.live_time{
    position: relative;
    background: #fff;
    padding: 100px 0;
}

section.live_time .history h1{
    font-weight: 700;
}

section.live_time .image img{
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    width: 80%;
}

section.contact_banner{
    position: relative;
    opacity: 1;
    background-image: url(../images/bg_contact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
}

section.contact_home{
    position: relative;
    /* margin-top: -370px; */
    height: 370px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 50px 0;
}

section.contact_home h1{
    font-weight: 700;
}

section.reviews{
    background: #fff;
    position: relative;
}

section.reviews .item .review .image img{
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    display: initial;
    width: 50%;
}

section.reviews .item .review .name{
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: rgba(245,116,0,1);
    font-size: 1.5rem;
}

section.cases{
    background: #fff;
    position: relative;
}
section.cases .case { padding: 20px; }

footer{
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    padding-bottom: 100px;
}

footer .top_footer{
    background: url(../images/top_footer.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 238px;
}

footer .container{
    /* margin-top: 100px; */
    padding-top: 100px;
}

footer .menu{
    list-style: none;
    padding-left: 0;
}

footer .menu li{
    margin-bottom: 10px;
}

footer a,
footer .menu li a{
    color: #fff;
}

footer a:hover,
footer .menu li a:hover{
    color: rgb(3, 194, 50);
}

footer h5{
    margin-bottom: 1rem;
}

footer p{
    margin-bottom: 0.5rem;
}

footer .social{
    list-style: none;
    margin-top: 2rem;
    padding-left: 0;
}

footer .social li{
    display: inline;
    margin-right: 10px;
}

footer .social li a{
    background: #fff;
    color: rgb(3, 194, 50);
    padding: 10px 15px;
    width: 30px;
    border-radius: 50%;
    font-size: 20px;
}

footer .social li a i{
    width: 22.5px;
    text-align: center;
}

footer .social li a:hover{
    background: rgb(3, 194, 50);
    color: #fff;
}

footer .btn-custom{
    text-transform: uppercase;
}

section.banner{
    margin-top: 90px;
    height: auto;
    padding: 50px 0;
    position: relative;
    color: #fff;
    background-position: bottom center;
    background-size: cover;
}

section.banner h1{
    font-weight: 800;
}

section.history{
    background-color: rgba(242, 242, 242, 1);
    padding: 90px 70px;
}

section.history_tabs{
    padding: 90px 70px;
    text-align: center;
}

section.history_tabs .nav-tabs{
    border: none;
    margin-bottom: 0;
}

section.history_tabs .nav-tabs .nav-link{
    color: rgb(0, 213, 99);
    font-size: 15px;
    padding: 10px 30px;
}

section.history_tabs .nav-tabs .nav-link.active{
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    font-style: italic;
    color: rgba(61,72,82,1);
    padding: 11px 30px;
}

section.history_tabs .tab-pane{
    background: #f5f5f5;
    padding: 50px 0;
}

section.about_us{
    padding: 50px 0;
}

section.about_us .text .title{
    font-weight: 600;
    color: rgb(64, 181, 114);
    font-family: 'Merriweather', serif;
    font-style: italic;
}

section.about_us .btn-custom:hover{
    border-color: rgba(3,194,50,1);
}

section.objective{
    background-color: rgba(239,239,239,1);
    padding: 20px 0;
}

section.flock_banner{
    position: relative;
    opacity: 1;
    background-image: url(../images/about_us/flock.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 370px;
}

section.flock{
    padding: 50px 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: relative;
}

section.experts{
    padding: 50px 0;
}

section.experts .expert .image{
    height: 420px;
    background-size: cover;
}

section.experts .expert .cover{
    height: 420px;
    margin-top: -420px;
    background-color: rgba(0,0,0,0.5);
}

section.experts .expert .name{
    color: #fff;
    margin-top: -50px;
}

section.gallery{
    padding: 20px 0;
}

section.contact{
    padding: 50px 0;
}

section.contact i.fa{
    font-size: 50px;
    margin-bottom: 10px;
}

section.contact a{
    color: rgb(0, 213, 99);
}

section.contact .form-control:focus{
    border-color: #03c232;
    box-shadow: 0 0 0 0.2rem rgb(3,194,50,0.2);
}

section.contact .btn-custom:hover{
    border-color: rgba(3,194,50,1);
}

section.services-pages{
    max-height: 680px;
    padding: 150px 0;
    color: #fff;
}

section.services-pages p{
    font-family: 'Merriweather', serif;
    font-style: italic;
}

.dataTables_scrollHeadInner,
#dtables { width: 100% !important; }

section.catalogo {}
section.catalogo table {}
section.catalogo table.dataTable thead th { border-bottom: 0; }
section.catalogo table .fas { color: rgb(223, 180, 51); font-size: 25px; }
section.catalogo table tr th { background: rgb(14, 77, 50); color: #fff; cursor: pointer; }
section.catalogo table tr th:first-child { width: 50px; }
section.catalogo table tr th:nth-child(2) { width: 165px; }
section.catalogo table tr td { vertical-align: middle; }
section.catalogo table tr td:first-child { text-align: center; }
section.catalogo table tr td a { color: rgb(33, 37, 41); text-decoration: none; }
section.catalogo table img { max-width: 140px; max-height: 95px; }
section.catalogo table.dataTable.no-footer { border-bottom: 0; }

.gallery {}
.gallery .col-md-3 { margin-bottom: 16px; }
.gallery .imagez { height: 175px; display: block; overflow: hidden; }
.gallery .imagez img { width: 100%; height: 100%; object-fit: cover; }

#imgz { width: 100%; }

.dropdown-item.active,
.dropdown-item:active { background-color: rgb(33, 123, 86) !important; }

/*efects*/
a, button, span, a:hover, button:hover, span:hover, label, label:hover, .nav-item, .nav-item:hover, .nav-link, .nav-link:hover, img.zoom, 
a:after, a:hover:after, .navbar-nav li.dropdown .dropdown-menu, .navbar-nav li.dropdown:hover .dropdown-menu, .btn, .btn:hover{
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

img.zoom:hover{
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

/*classes de herança*/
.btn-custom{
    padding: 15px 40px;
    border-radius: 50px;
    color: #fff;
    background-color: rgba(3,194,50,1);
    border-color: rgba(3,194,50,1);
}

.btn-custom:hover{
    padding: 15px 40px;
    border-radius: 50px;
    color: rgba(3,194,50,1);
    background-color: #fff;
    border-color: #fff;
}

.green{
    color: rgb(0, 213, 99);
}

.fw-100{
    font-weight: 100;
}

.fw-200{
    font-weight: 200;
}

.fw-300{
    font-weight: 300;
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}

.fw-800{
    font-weight: 800;
}

.fw-900{
    font-weight: 900;
}

/*media query*/

@media screen and (min-width: 768px){
    #carouselHome{
        display: block;
    }

    section.text-home .col-12{
        margin-left: 10%;
    }

    section.text-home h1{
        font-weight: 800;
    }
    
    section.text-home p.text{
        font-size: 1.5rem;
    }
    
    section.services .list ul li .image img{
        width: 100%;
        height: auto;
        margin-top: -10%;
    }
    
    section.contact_home{
        padding: 100px 0;
        font-size: 1.5rem;
    }
    
    section.contact_home h1{
        font-size: 3.5rem;
    }

    section.flock .col-md-8{
        padding-left: 10%;
    }
}

@media screen and (min-width: 1200px){
    section.top{
        display: block;
    }

    .navbar{
        margin-top: 50px;
    }

    #carouselHome{
        display: block;
    }

    section.text-home{
        margin-top: 140px;
        height: 850px;
        padding: 230px 0;
    }

    section.banner{
        margin-top: 140px;
    }
}

