body {
    font-family: "Ubuntu", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: rgba(255, 255, 255, 0.76);
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}





.copy{
    background: #4c4f4f;
}
.social a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
}
.Aderente{
    background-color: #1f2020;
    color: #fff;
    border-top: #666 solid 2px;
    padding: 50px 0;
}
.success-box img{
    margin-right: 10px;
}
.footer{
    background: #1f2020;
    padding-top: 80px;
    padding-bottom: 70px;
}
.f-menu h6{
    font-size: 16px;
    line-height: 24px;    
    letter-spacing: 0.02em;
    margin-bottom: 14px;    
    padding-bottom: 15px;
    border-bottom: #eee solid 2px;
}
.f-menu a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.middle-content-box{
    padding-bottom: 10px;
    border-bottom: 1px solid #85bf59;
}
.small-box{
    margin-bottom: 30px !important;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.small-box a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}
.right-side-middle h2{
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #eee solid 2px;
}
.right-side-middle h6{
    background-color: #85bf59;
    color: #fff;    
    text-transform: uppercase;
    border-bottom: #fff solid 1px;
    line-height: 1.2;
    padding: 10px;
    font-size: 12px;
}
.sub-menu{
    list-style: none;
}
.sub-menu a{
    text-decoration: none;
    border-left: #85bf59 solid 10px;
    font-weight: 400;
    color: #666;
    padding-left: 25px;font-size: 13px;
    line-height: 34px;
    font-weight: 600;
    border-bottom: #f3f3f3 solid 1px;
    padding: 0px 10px;
    display: block;
}
.teal{    
    border-left-color: #17b5b6 !important;
}
.pink{
    border-left-color: #d81860 !important;
}
.blu{
    border-left-color: #175793 !important;
}
.right-side-middle{
    margin-left: 40px;
}
.sidebar-form{
    margin-top: 50px;
    padding: 10px;
    background-color: #85bf59;
    color: #fff;
}
.head-form{
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.head-form a{
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.form-botm a{
    color: #85bf59;
    background-color: #fff;
    line-height: 40px;
    border-radius: 6px;
    padding: 0 15px;
    margin: 10px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none !important;
}
.box-btn a{
    font-size: 14px;
  padding: 10px 25px;   
}
.btn-gre {
    background-color: #85bf59;
    display: inline-block;
}
.header-up{
    background-image: url(../images/Tecnologia-Contact-Center-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header-up .social a{
    font-size: 14px;
}
#navbarSupportedContent a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.breamcrums {
    padding: 100px 0px 100px;
}
.breamcrums p{
    color: #85bf59;
}





@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 769px) {
    .right-side-middle {
        margin-left: 0px;
    }
    .header-up .social {
        text-align: center;
    }
    div#navbarSupportedContent {
        position: absolute;
        top: 54px;
        width: 100%;
        left: 0;
        padding: 10px;
        background: #85bf59;
    }
    .dropdown-menu{
        background: #85bf59;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}