.link{
    text-decoration:none;
    color: #228bca;
}

.banner-slide{
    position: absolute;
    bottom:0px;
    height: 100%;
}

#whatsappcall{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    cursor: pointer;
}


@media only screen and (min-width: 1366px) and (max-width:1920px)  {


*{
    padding:0px;
    margin:0px;
}

img{
    width:100%;
}

body{
    font-family: 'Barlow Semi Condensed', sans-serif;
    color:#8b8b8b;
    font-size:16px;
    width: 100%;
}

.left{
    float:left !important;
}

.right{
    float:right !important;
}

.mobile-container{
    width:auto;
    height: auto;
    float:right;
    padding:15px;
    cursor: pointer;   
    display:none; 
    position: fixed;
}

.mobile-header{
    display:none;
}

#toolbar{
    width: 100%;
    height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;    
    border-bottom:solid 1px #f0f0f0;
}

.box{
    padding-right: 25px;
}

.bar-top{
    width: 1280px;
    margin: 0 auto;
}

.box-top{
    width:auto;
    height: 15px;
    display: inline-block;    
}

.icon-topbar{
    width:15px;
    position: relative;
    top: 2px;
    padding-right: 7px;;
}

.social{
    width:auto;
    height: auto;
    padding-left:5px;
    display: inline-block;
}

.header{
    width:100%;
    height: 70px;      
    background:#fff;
}

.header-fixed{    
    position:fixed;
    top: 0px;
    background:#fff;
    box-shadow: #e1e1e1 0px 0px 24px;
    z-index: 999;    
}

.header-content{
    width:1280px;
    height: 70px;
    margin: 0 auto;
}

.header-left{    
    width:200px;
    height: 40px;
    padding-top:15px;
    padding-bottom:15px; 
    display: inline-table;
}

.header-right{    
    width:auto;
    height: 40px;
    padding-top:15px;
    padding-bottom:15px; 
    float:right;    
}

.logo{
    width:200px;
}

.top{
    width:100%;
    height: calc(100vh - 106px);     
    
    background-position: center center;
    background-repeat: no-repeat; 
    background-size:100%;
    color:#fff;
}

.buttom{
    width:auto;
    height: 15px;    
    padding-top:10px;
    padding-bottom:26.5px;
    display: inline-block;
    padding-left:15px;
    font-weight:bold;
}

.banner-left{
    color:#fff;
    text-align:center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: left;
    left: 15px;    
    position: relative;
    top: 50%;
    opacity: 0.4;
    z-index: 800;
}

.banner-content{
    width: 100%;
    height: calc(100vh - 106px);    
    float:left;
}

.banner-right{
    color:#fff;
    text-align:center;
    cursor: pointer;    
    width: 40px;
    height: 40px;        
    float:right;
    position: relative;
    top: 50%;
    right: 15px;
    opacity: 0.4;    
    z-index: 800;
}

.bright:hover{
    opacity: 1;
}

.target{
    width:22px;
}

.banner-content-into{
    width: 1280px;
    height: calc(40vh);        
    margin: 0 auto;
    position: relative;
    top: 25%;
}

.banner-title{
    font-family: 'Satisfy', cursive;
    font-size: 60px;
    
}

.banner-text{
    width:600px;
    height: 100%;
    text-align: justify;
    position: relative;
    top: 25px;
    font-size:24px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.buttom-action{
    font-size:16px;
    width:120px;
    height:18px;
    background:#428bca;
    text-align: center;
    padding:14px;
    border-radius:7px;
    position:relative;
    top:10px;
    border:solid 1px #228bca;
    box-shadow:0px 4px 14px #777;
    cursor: pointer;
}

.buttom-action:hover{
    background:#228bca;    
}

.about{
    width:100%;
    height: calc(100vh - 70px);
    padding-top:70px;
}

.about-content{
    width:1280px;
    height: calc(100vh - 140px);
    margin: 0 auto;    
    box-shadow: #e1e1e1 0px 0px 24px;
}

.about-left{
    width:620px;
    height: calc(100% - 20px);
    border:solid 10px #fff;
    background-image: url("../img/about-01.jpg");
    background-repeat:no-repeat;
    background-position: bottom center;
    float: left;
}

.about-right{
    width:620px;
    height: calc(100% - 20px);
    border:solid 10px #fff;    
    float: right;
}

.play{
    cursor: pointer;
    width:120px;
    height:120px;
    background-image:url("../img/play.png");
    position:relative;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);    
}

.play:hover{
    background-image:url("../img/play-hover.png");
}

.about-text{
    width: calc(100% - 20px);
    height: auto;
    min-height: 25px;    
    position:relative;    
    top: 50%;
    transform: translateY(-50%);   
    text-align: center; 
    margin: 0 auto;
}

.about-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:24px;
    color:#428bca;
    padding-top:15px;
    padding-bottom:15px;
    font-weight: bold;
}

.about-content-text{
    width: calc(100% - 30px);
    height: auto;
    text-align: justify;
    padding-top: 25px;
    font-size: 18px;
    margin: 0 auto;
}

.services{
    width: 100%;
    height: calc(100vh - 70px);
}

.services-content{
    width:1280px;
    height: auto;
    min-height: 25px;    
    margin: 0 auto;
    position:relative;    
    top: 50%;
    transform: translateY(-50%);  
}

.box-service{
    width:420px;
    height: auto;
    display: inline-table;    
}

.box-count{
    width: calc(100% - 20px);
    padding:5px;
    height: 20px;
    color:#7ca3c5;
    font-size: 18px;
    font-weight: bold;
}

.box-title{
    width: calc(100% - 100px);
    height: 35px;
    margin: 0 auto;
    text-align: left;    
    font-size:24px;
    font-weight: bold;
}

.box-text{
    width: calc(100% - 100px);
    height: 210px;
    margin: 0 auto;
    text-align: justify;    
}

.b-right{
    border-right:solid 1px #dce5ec;
}

.b-bottom{
    border-bottom:solid 1px #dce5ec;
}

.map{
    width:100%;
    height: auto;    
    padding-bottom:70px;
}

.map-content{
    width:1240px;
    height: auto;
    border:solid #fff 20px;
    box-shadow: #e1e1e1 0px 0px 24px;
    margin: 0 auto;
}

.contact{
    width:100%;
    height: auto;
    padding-top:70px;
    padding-bottom:70px;
}

.contact-content{
    width:1280px;
    height: auto;
    margin: 0 auto;
    display:grid;
    grid-template-columns:50% 25% 25%;    
}

.content-box{
    width:95%;
    height: auto;  
    padding-top:20px;
    text-align: center;  
    padding-bottom:20px;
}

.item{
    width:100%;
    height: auto;    
}

.shadow{
    box-shadow: #e1e1e1 0px 0px 24px;
}

.center{
    margin: 0 auto;
}

.icon-contact{
    width:45px;
    display:block;
    margin: 0 auto;
}

.contact-title{
    width:100%;
    height: auto;
    padding-top:15px;
    padding-bottom:15px;
    font-size:18px;
    color:#333;
}

.line-contact{
    width:1280px;
    height: auto;
    padding-top:20px;
}

.small-input-contact{
    padding-bottom:20px;
    float:left;
    width:630px;
    height: auto;
    
}

.input-contact{
    width:100%;
    height: auto;    
}

.input-padding{
    padding-left:20px;
}


.input-class{
    width: calc(100% - 20px);
    height: 24px;
    padding-left: 20px;
    border:solid 1px #c1c1c1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-textarea{
    width: calc(100% - 40px);
    height: 120px;
    border:solid 1px #c1c1c1;
    padding:20px;
    font-family:Tahoma, Verdana;
}

.btn-contact{
    cursor: pointer;
    width:80px;
    height: 20px;
    text-align: center;
    color:#fff;
    font-size:20px;
    padding:10px;
    line-height:20px;
    margin: 0 auto;
    background-color:#428bca;
    border:solid 0.5px #336895;
}

.btn-contact:hover{
    background-color:#336895;
 
}

.footer{
    width:100%;
    height: auto;
    padding-top:35px;
    background-color:#336895;
}

.footer-content{
    width:1280px;
    height:auto;
    margin: 0 auto;
    color:#fff;
}

.footer-social{
    width:auto;
    height: auto;
    padding-right:7px;
    display: inline-block;
}


.footer-grid{
    margin: 0 auto;
    width:1280px;
    height: auto;
    display:grid;
    grid-template-columns:430px 425px 425px;
    align-items: top;
}

.footer-item{
    width: 425px;
    height: auto;
    padding-top:20px;
    padding-bottom: 20px;
    
}

.footer-item p {
    padding-bottom:15px;
    font-size:16px;
}

.footer-bottom{
    width:100%;
    height: auto;
    padding-top:30px;
    padding-bottom: 30px;
    background-color:#2d5b81;
    color:#fff;
    text-align:center;
}
.foot-concent-align{
    width:auto;
    height:auto;
    margin: 0 auto;    
    text-align:center;
}

.footer-icon{
    width: 15px;
    padding-right:7px;
    position: relative;
    top: 2px;
}
}

@media only screen and (min-width: 1280px) and (max-width:1365px){
    *{
        padding:0px;
        margin:0px;
    }
    
    img{
        width:100%;
    }
    
    body{
        font-family: 'Barlow Semi Condensed', sans-serif;
        color:#8b8b8b;
        font-size:16px;
        width: 100%;
    }
    
    .mobile-container{
        width:auto;
        height: auto;
        float:right;
        padding:15px;
        cursor: pointer;   
        display:none; 
        position: fixed;
    }
    
    
    .mobile-header{
        display:none;
    }
    
    .left{
        float:left !important;
    }
    
    .right{
        float:right !important;
    }
    
    #toolbar{
        width: 100%;
        height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;    
        border-bottom:solid 1px #f0f0f0;
    }
    
    .box{
        padding-right: 25px;
    }
    
    .bar-top{
        width: 1024px;
        margin: 0 auto;
    }
    
    .box-top{
        width:auto;
        height: 15px;
        display: inline-block;    
    }
    
    .icon-topbar{
        width:15px;
        position: relative;
        top: 2px;
        padding-right: 7px;;
    }
    
    .social{
        width:auto;
        height: auto;
        padding-left:5px;
        display: inline-block;
    }
    
    .header{
        width:100%;
        height: 70px;      
        background:#fff;
    }
    
    .header-fixed{    
        position:fixed;
        top: 0px;
        background:#fff;
        box-shadow: #e1e1e1 0px 0px 24px;
        z-index: 999;    
    }
    
    .header-content{
        width:1024px;
        height: 70px;
        margin: 0 auto;
    }
    
    .header-left{    
        width:200px;
        height: 40px;
        padding-top:15px;
        padding-bottom:15px; 
        display: inline-table;
    }
    
    .header-right{    
        width:auto;
        height: 40px;
        padding-top:15px;
        padding-bottom:15px; 
        float:right;    
    }
    
    .logo{
        width:200px;
    }
    
    .top{
        width:100%;
        height: calc(100vh - 106px);     
        
        background-position: center center;
        background-repeat: no-repeat; 
        background-size:100%;
        color:#fff;
    }
    
    .buttom{
        width:auto;
        height: 15px;    
        padding-top:10px;
        padding-bottom:26.5px;
        display: inline-block;
        padding-left:15px;
        font-weight:bold;
    }
    
    .banner-left{
        color:#fff;
        text-align:center;
        cursor: pointer;
        width: 50px;
        height: 41px;
        float: left;    
        position: relative;
        top: 45%;
        opacity: 0.5;
    }
    
    .banner-content{
        width: 100%;
        height: calc(100vh - 106px);    
        float:left;
    }
    
    .banner-right{
        color:#fff;
        text-align:center;
        cursor: pointer;    
        width: 50px;
        height: 41px;        
        float:left;
        position: relative;
        top: 45%;
        opacity: 0.5;    
    }
    
    .bright:hover{
        opacity: 1;
    }
    
    .target{
        width:22px;
    }
    
    .banner-content-into{
        width: 1024px;
        height: calc(40vh);        
        margin: 0 auto;
        position: relative;
        top: 25%;
    }
    
    .banner-title{
        font-family: 'Satisfy', cursive;
        font-size: 60px;
        
    }
    
    .banner-text{
        width:600px;
        height: 100%;
        text-align: justify;
        position: relative;
        top: 25px;
        font-size:24px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    
    .buttom-action{
        font-size:16px;
        width:120px;
        height:18px;
        background:#428bca;
        text-align: center;
        padding:14px;
        border-radius:7px;
        position:relative;
        top:10px;
        border:solid 1px #228bca;
        box-shadow:0px 4px 14px #777;
        cursor: pointer;
    }
    
    .buttom-action:hover{
        background:#228bca;    
    }
    
    .about{
        width:100%;
        height: calc(100vh - 70px);
        padding-top:70px;
    }
    
    .about-content{
        width:1024px;
        height: calc(100vh - 140px);
        margin: 0 auto;    
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .about-left{
        width:492px;
        height: calc(100% - 20px);
        border:solid 10px #fff;
        background-image: url("../img/about-01.jpg");
        background-repeat:no-repeat;
        background-position: bottom center;
        float: left;
    }
    
    .about-right{
        width:492px;
        height: calc(100% - 20px);
        border:solid 10px #fff;    
        float: right;
    }
    
    .play{
        cursor: pointer;
        width:120px;
        height:120px;
        background-image:url("../img/play.png");
        position:relative;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);    
    }
    
    .play:hover{
        background-image:url("../img/play-hover.png");
    }
    
    .about-text{
        width: calc(100% - 20px);
        height: auto;
        min-height: 25px;    
        position:relative;    
        top: 50%;
        transform: translateY(-50%);   
        text-align: center; 
        margin: 0 auto;
    }
    
    .about-title{
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        color:#428bca;
        padding-top:15px;
        padding-bottom:15px;
        font-weight: bold;
    }
    
    .about-content-text{
        width: calc(100% - 30px);
        height: auto;
        text-align: justify;
        padding-top: 25px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .services{
        width: 100%;
        height: calc(100vh - 70px);
    }
    
    .services-content{
        width:1024px;
        height: auto;
        min-height: 25px;    
        margin: 0 auto;
        position:relative;    
        top: 50%;
        transform: translateY(-50%);  
    }
    
    .box-service{
        width:338px;
        height: auto;
        display: inline-table;
    }
    
    .box-count{
        width: calc(100% - 10px);
        padding:10px;
        height: auto;
        color:#7ca3c5;
        font-size: 18px;
        font-weight: bold;
    }
    
    .box-title{
        width: calc(100% - 100px);
        height: 35px;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 20px;
        font-size:24px;
        font-weight: bold;
    }
    
    .box-text{
        width: calc(100% - 100px);
        height: 210px;
        margin: 0 auto;
        text-align: justify;
    }
    
    .b-right{
        border-right:solid 1px #dce5ec;
    }
    
    .b-bottom{
        border-bottom:solid 1px #dce5ec;
    }
    
    .map{
        width:100%;
        height: auto;    
        padding-bottom:70px;
    }
    
    .map-content{
        width:1024px;
        height: auto;
        border:solid #fff 20px;
        box-shadow: #e1e1e1 0px 0px 24px;
        margin: 0 auto;
    }
    
    .contact{
        width:100%;
        height: auto;
        padding-top:70px;
        padding-bottom:70px;
    }
    
    .contact-content{
        width:1024px;
        height: auto;
        margin: 0 auto;
        display:grid;
        grid-template-columns:50% 25% 25%;    
    }
    
    .content-box{
        width:95%;
        height: auto;  
        padding-top:20px;
        text-align: center;  
        padding-bottom:20px;
    }
    
    .item{
        width:100%;
        height: auto;    
    }
    
    .shadow{
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .center{
        margin: 0 auto;
    }
    
    .icon-contact{
        width:45px;
        display:block;
        margin: 0 auto;
    }
    
    .contact-title{
        width:100%;
        height: auto;
        padding-top:15px;
        padding-bottom:15px;
        font-size:18px;
        color:#333;
    }
    
    .line-contact{
        width:1024px;
        height: auto;
        padding-top:20px;
    }
    
    .small-input-contact{
        padding-bottom:20px;
        float:left;
        width:502px;
        height: auto;
        
    }
    
    .input-contact{
        width:100%;
        height: auto;    
    }
    
    .input-padding{
        padding-left:20px;
    }
    
    
    .input-class{
        width: calc(100% - 20px);
        height: 24px;
        padding-left: 20px;
        border:solid 1px #c1c1c1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .input-textarea{
        width: calc(100% - 40px);
        height: 120px;
        border:solid 1px #c1c1c1;
        padding:20px;
        font-family:Tahoma, Verdana;
    }
    
    .btn-contact{
        cursor: pointer;
        width:80px;
        height: 20px;
        text-align: center;
        color:#fff;
        font-size:20px;
        padding:10px;
        line-height:20px;
        margin: 0 auto;
        background-color:#428bca;
        border:solid 0.5px #336895;
    }
    
    .btn-contact:hover{
        background-color:#336895;
     
    }
    
    .footer{
        width:100%;
        height: auto;
        padding-top:35px;
        background-color:#336895;
    }
    
    .footer-content{
        width:1024px;
        height:auto;
        margin: 0 auto;
        color:#fff;
    }
    
    .footer-social{
        width:auto;
        height: auto;
        padding-right:7px;
        display: inline-block;
    }
    
    
    .footer-grid{
        margin: 0 auto;
        width:1024px;
        height: auto;
        display:grid;
        grid-template-columns:340px 340px 340px;
        align-items: top;
    }
    
    .footer-item{
        width: 340px;
        height: auto;
        padding-top:20px;
        padding-bottom: 20px;
        
    }
    
    .footer-item p {
        padding-bottom:15px;
        font-size:16px;
    }
    
    .footer-bottom{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom: 30px;
        background-color:#2d5b81;
        color:#fff;
        text-align:center;
    }
    .foot-concent-align{
        width:auto;
        height:auto;
        margin: 0 auto;    
        text-align:center;
    }
    
    .footer-icon{
        width: 15px;
        padding-right:7px;
        position: relative;
        top: 2px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1279px){
    *{
        padding:0px;
        margin:0px;
    }
    
    img{
        width:100%;
    }
    
    body{
        font-family: 'Barlow Semi Condensed', sans-serif;
        color:#8b8b8b;
        font-size:16px;
        width: 100%;
    }
    
    .mobile-container{
        width:auto;
        height: auto;
        float:right;
        padding:15px;
        cursor: pointer;   
        display:none; 
        position: fixed;
    }
    
    
    .mobile-header{
        display:none;
    }
    
    .left{
        float:left !important;
    }
    
    .right{
        float:right !important;
    }
    
    #toolbar{
        width: 100%;
        height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;    
        border-bottom:solid 1px #f0f0f0;
    }
    
    .box{
        padding-right: 25px;
    }
    
    .bar-top{
        width: 800px;
        margin: 0 auto;
    }
    
    .box-top{
        width:auto;
        height: 15px;
        display: inline-block;    
    }
    
    .icon-topbar{
        width:15px;
        position: relative;
        top: 2px;
        padding-right: 7px;;
    }
    
    .social{
        width:auto;
        height: auto;
        padding-left:5px;
        display: inline-block;
    }
    
    .header{
        width:100%;
        height: 70px;      
        background:#fff;
    }
    
    .header-fixed{    
        position:fixed;
        top: 0px;
        background:#fff;
        box-shadow: #e1e1e1 0px 0px 24px;
        z-index: 999;    
    }
    
    .header-content{
        width:800px;
        height: 20px;
        margin: 0 auto;
    }
    
    .header-left{    
        width:200px;
        height: 10px;
        padding-top:15px;
        padding-bottom:15px; 
        display: inline-table;
    }
    
    .header-right{    
        width:auto;
        height: 40px;
        padding-top:15px;
        padding-bottom:15px; 
        float:right;    
    }
    
    .logo{
        width:200px;
    }
    
    .top{
        width:100%;
        height: calc(100vh - 106px);     
        
        background-position: center center;
        background-repeat: no-repeat; 
        background-size:100%;
        color:#fff;
    }
    
    .buttom{
        width:auto;
        height: 15px;    
        padding-top:10px;
        padding-bottom:26.5px;
        display: inline-block;
        padding-left:15px;
        font-weight:bold;
    }
    
    .banner-left{
        color:#fff;
        text-align:center;
        cursor: pointer;
        width: 50px;
        height: 41px;
        float: left;    
        position: relative;
        top: 45%;
        opacity: 0.5;
    }
    
    .banner-content{
        width: 100%;
        height: calc(100vh - 106px);    
        float:left;
    }
    
    .banner-right{
        color:#fff;
        text-align:center;
        cursor: pointer;    
        width: 50px;
        height: 41px;        
        float:left;
        position: relative;
        top: 45%;
        opacity: 0.5;    
    }
    
    .bright:hover{
        opacity: 1;
    }
    
    .target{
        width:22px;
    }
    
    .banner-content-into{
        width: 800px;
        height: calc(40vh);        
        margin: 0 auto;
        position: relative;
        top: 25%;
    }
    
    .banner-title{
        font-family: 'Satisfy', cursive;
        font-size: 60px;
        
    }
    
    .banner-text{
        width:600px;
        height: 100%;
        text-align: justify;
        position: relative;
        top: 15px;
        font-size:24px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    
    .buttom-action{
        font-size:16px;
        width:120px;
        height:18px;
        background:#428bca;
        text-align: center;
        padding:14px;
        border-radius:7px;
        position:relative;
        top:10px;
        border:solid 1px #228bca;
        box-shadow:0px 4px 14px #777;
        cursor: pointer;
    }
    
    .buttom-action:hover{
        background:#228bca;    
    }
    
    .about{
        width:100%;
        height: calc(100vh - 70px);
        padding-top:70px;
    }
    
    .about-content{
        width:800px;
        height: calc(100vh - 140px);
        margin: 0 auto;    
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .about-left{
        width:380px;
        height: calc(100% - 20px);
        border:solid 10px #fff;
        background-image: url("../img/about-01.jpg");
        background-repeat:no-repeat;
        background-position: bottom center;
        float: left;
    }
    
    .about-right{
        width:380px;
        height: calc(100% - 20px);
        border:solid 10px #fff;    
        float: right;
    }
    
    .play{
        cursor: pointer;
        width:120px;
        height:120px;
        background-image:url("../img/play.png");
        position:relative;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);    
    }
    
    .play:hover{
        background-image:url("../img/play-hover.png");
    }
    
    .about-text{
        width: calc(100% - 20px);
        height: auto;
        min-height: 25px;    
        position:relative;    
        top: 50%;
        transform: translateY(-50%);   
        text-align: center; 
        margin: 0 auto;
    }
    
    .about-title{
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        color:#428bca;
        padding-top:15px;
        padding-bottom:15px;
        font-weight: bold;
    }
    
    .about-content-text{
        width: calc(100% - 30px);
        height: auto;
        text-align: justify;
        padding-top: 25px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .services{
        width: 100%;
        height: calc(100vh);
    }
    
    .services-content{
        width:800px;
        height: auto;
        min-height: 25px;    
        margin: 0 auto;
        position:relative;    
        top: 50%;
        transform: translateY(-50%);  
        padding-bottom:50px;
    }
    
    .box-service{
        width:260px;
        height: 280px;
        display: inline-table;
    }
    
    .box-count{
        width: calc(100% - 10px);
        padding:10px;
        height: auto;
        color:#7ca3c5;
        font-size: 18px;
        font-weight: bold;
    }
    
    .box-title{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 20px;
        font-size:24px;
        font-weight: bold;
    }
    
    .box-text{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: justify;
    }
    
    .b-right{
        border-right:solid 1px #dce5ec;
    }
    
    .b-bottom{
        border-bottom:solid 1px #dce5ec;
    }
    
    .map{
        width:100%;
        height: auto;    
        padding-bottom:70px;
    }
    
    .map-content{
        width:800px;
        height: auto;
        border:solid #fff 20px;
        box-shadow: #e1e1e1 0px 0px 24px;
        margin: 0 auto;
    }
    
    .contact{
        width:100%;
        height: auto;
        padding-top:70px;
        padding-bottom:70px;
    }
    
    .contact-content{
        width:800px;
        height: auto;
        margin: 0 auto;
        display:grid;
        grid-template-columns:45% 30% 25%;    
    }
    
    .content-box{
        width:95%;
        height: auto;  
        padding-top:20px;
        text-align: center;  
        padding-bottom:20px;
    }
    
    .item{
        width:100%;
        height: auto;    
    }
    
    .shadow{
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .center{
        margin: 0 auto;
    }
    
    .icon-contact{
        width:45px;
        display:block;
        margin: 0 auto;
    }
    
    .contact-title{
        width:100%;
        height: auto;
        padding-top:15px;
        padding-bottom:15px;
        font-size:18px;
        color:#333;
    }
    
    .line-contact{
        width:800px;
        height: auto;
        padding-top:20px;
    }
    
    .small-input-contact{
        padding-bottom:20px;
        float:left;
        width:390px;
        height: auto;
        
    }
    
    .input-contact{
        width:100%;
        height: auto;    
    }
    
    .input-padding{
        padding-left:20px;
    }
    
    
    .input-class{
        width: calc(100% - 20px);
        height: 24px;
        padding-left: 20px;
        border:solid 1px #c1c1c1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .input-textarea{
        width: calc(100% - 40px);
        height: 120px;
        border:solid 1px #c1c1c1;
        padding:20px;
        font-family:Tahoma, Verdana;
    }
    
    .btn-contact{
        cursor: pointer;
        width:80px;
        height: 20px;
        text-align: center;
        color:#fff;
        font-size:20px;
        padding:10px;
        line-height:20px;
        margin: 0 auto;
        background-color:#428bca;
        border:solid 0.5px #336895;
    }
    
    .btn-contact:hover{
        background-color:#336895;
     
    }
    
    .footer{
        width:100%;
        height: auto;
        padding-top:35px;
        background-color:#336895;
    }
    
    .footer-content{
        width:800px;
        height:auto;
        margin: 0 auto;
        color:#fff;
    }
    
    .footer-social{
        width:auto;
        height: auto;
        padding-right:7px;
        display: inline-block;
    }
    
    
    .footer-grid{
        margin: 0 auto;
        width:800px;
        height: auto;
        display:grid;
        grid-template-columns:280px 250px 200px;
        align-items: top;
    }
    
    .footer-item{
        width: 340px;
        height: auto;
        padding-top:20px;
        padding-bottom: 20px;
        
    }
    
    .footer-item p {
        padding-bottom:15px;
        font-size:16px;
    }
    
    .footer-bottom{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom: 30px;
        background-color:#2d5b81;
        color:#fff;
        text-align:center;
    }
    .foot-concent-align{
        width:auto;
        height:auto;
        margin: 0 auto;    
        text-align:center;
    }
    
    .footer-icon{
        width: 15px;
        padding-right:7px;
        position: relative;
        top: 2px;
    }
}

@media only screen and (min-width: 960px) and (max-width:1023px){
    *{
        padding:0px;
        margin:0px;
    }
    
    img{
        width:100%;
    }
    
    body{
        font-family: 'Barlow Semi Condensed', sans-serif;
        color:#8b8b8b;
        font-size:16px;
        width: 100%;
    }
    
    .left{
        float:left !important;
    }
    
    .right{
        float:right !important;
    }
    
    #toolbar{
        width: 100%;
        height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;    
        border-bottom:solid 1px #f0f0f0;
    }
    
    .mobile-container{
        width:auto;
        height: auto;
        float:right;
        padding:15px;
        cursor: pointer;   
        display:none; 
        position: fixed;
    }
    .mobile-header{
        display:none;
    }
    
    .box{
        padding-right: 25px;
    }
    
    .bar-top{
        width: 800px;
        margin: 0 auto;
    }
    
    .box-top{
        width:auto;
        height: 15px;
        display: inline-block;    
    }
    
    .icon-topbar{
        width:15px;
        position: relative;
        top: 2px;
        padding-right: 7px;;
    }
    
    .social{
        width:auto;
        height: auto;
        padding-left:5px;
        display: inline-block;
    }
    
    .header{
        width:100%;
        height: 70px;      
        background:#fff;
    }
    
    .header-fixed{    
        position:fixed;
        top: 0px;
        background:#fff;
        box-shadow: #e1e1e1 0px 0px 24px;
        z-index: 999;    
    }
    
    .header-content{
        width:800px;
        height: 20px;
        margin: 0 auto;
    }
    
    .header-left{    
        width:200px;
        height: 10px;
        padding-top:15px;
        padding-bottom:15px; 
        display: inline-table;
    }
    
    .header-right{    
        width:auto;
        height: 40px;
        padding-top:15px;
        padding-bottom:15px; 
        float:right;    
    }
    
    .logo{
        width:200px;
    }
    
    .top{
        width:100%;
        height: calc(100vh - 106px);     
        
        background-position: center center;
        background-repeat: no-repeat; 
        background-size:100%;
        color:#fff;
    }
    
    .buttom{
        width:auto;
        height: 15px;    
        padding-top:10px;
        padding-bottom:26.5px;
        display: inline-block;
        padding-left:15px;
        font-weight:bold;
    }
    
    .banner-left{
        color:#fff;
        text-align:center;
        cursor: pointer;
        width: 50px;
        height: 41px;
        float: left;    
        position: relative;
        top: 45%;
        opacity: 0.5;
    }
    
    .banner-content{
        width: 100%;
        height: calc(100vh - 106px);    
        float:left;
    }
    
    .banner-right{
        color:#fff;
        text-align:center;
        cursor: pointer;    
        width: 50px;
        height: 41px;        
        float:left;
        position: relative;
        top: 45%;
        opacity: 0.5;    
    }
    
    .bright:hover{
        opacity: 1;
    }
    
    .target{
        width:22px;
    }
    
    .banner-content-into{
        width: 800px;
        height: calc(40vh);        
        margin: 0 auto;
        position: relative;
        top: 25%;
    }
    
    .banner-title{
        font-family: 'Satisfy', cursive;
        font-size: 60px;
        
    }
    
    .banner-text{
        width:600px;
        height: 100%;
        text-align: justify;
        position: relative;
        top: 15px;
        font-size:24px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    
    .buttom-action{
        font-size:16px;
        width:120px;
        height:18px;
        background:#428bca;
        text-align: center;
        padding:14px;
        border-radius:7px;
        position:relative;
        top:10px;
        border:solid 1px #228bca;
        box-shadow:0px 4px 14px #777;
        cursor: pointer;
    }
    
    .buttom-action:hover{
        background:#228bca;    
    }
    
    .about{
        width:100%;
        height: calc(100vh - 70px);
        padding-top:70px;
    }
    
    .about-content{
        width:800px;
        height: calc(100vh - 140px);
        margin: 0 auto;    
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .about-left{
        width:380px;
        height: calc(100% - 20px);
        border:solid 10px #fff;
        background-image: url("../img/about-01.jpg");
        background-repeat:no-repeat;
        background-position: bottom center;
        float: left;
    }
    
    .about-right{
        width:380px;
        height: calc(100% - 20px);
        border:solid 10px #fff;    
        float: right;
    }
    
    .play{
        cursor: pointer;
        width:120px;
        height:120px;
        background-image:url("../img/play.png");
        position:relative;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);    
    }
    
    .play:hover{
        background-image:url("../img/play-hover.png");
    }
    
    .about-text{
        width: calc(100% - 20px);
        height: auto;
        min-height: 25px;    
        position:relative;    
        top: 50%;
        transform: translateY(-50%);   
        text-align: center; 
        margin: 0 auto;
    }
    
    .about-title{
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        color:#428bca;
        padding-top:15px;
        padding-bottom:15px;
        font-weight: bold;
    }
    
    .about-content-text{
        width: calc(100% - 30px);
        height: auto;
        text-align: justify;
        padding-top: 25px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .services{
        width: 100%;
        height: calc(100vh);
    }
    
    .services-content{
        width:800px;
        height: auto;
        min-height: 25px;    
        margin: 0 auto;
        position:relative;    
        top: 50%;
        transform: translateY(-50%);  
        padding-bottom:50px;
    }
    
    .box-service{
        width:260px;
        height: 280px;
        display: inline-table;
    }
    
    .box-count{
        width: calc(100% - 10px);
        padding:10px;
        height: auto;
        color:#7ca3c5;
        font-size: 18px;
        font-weight: bold;
    }
    
    .box-title{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 20px;
        font-size:24px;
        font-weight: bold;
    }
    
    .box-text{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: justify;
    }
    
    .b-right{
        border-right:solid 1px #dce5ec;
    }
    
    .b-bottom{
        border-bottom:solid 1px #dce5ec;
    }
    
    .map{
        width:100%;
        height: auto;    
        padding-bottom:70px;
    }
    
    .map-content{
        width:800px;
        height: auto;
        border:solid #fff 20px;
        box-shadow: #e1e1e1 0px 0px 24px;
        margin: 0 auto;
    }
    
    .contact{
        width:100%;
        height: auto;
        padding-top:70px;
        padding-bottom:70px;
    }
    
    .contact-content{
        width:800px;
        height: auto;
        margin: 0 auto;
        display:grid;
        grid-template-columns:45% 30% 25%;    
    }
    
    .content-box{
        width:95%;
        height: auto;  
        padding-top:20px;
        text-align: center;  
        padding-bottom:20px;
    }
    
    .item{
        width:100%;
        height: auto;    
    }
    
    .shadow{
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .center{
        margin: 0 auto;
    }
    
    .icon-contact{
        width:45px;
        display:block;
        margin: 0 auto;
    }
    
    .contact-title{
        width:100%;
        height: auto;
        padding-top:15px;
        padding-bottom:15px;
        font-size:18px;
        color:#333;
    }
    
    .line-contact{
        width:800px;
        height: auto;
        padding-top:20px;
    }
    
    .small-input-contact{
        padding-bottom:20px;
        float:left;
        width:390px;
        height: auto;
        
    }
    
    .input-contact{
        width:100%;
        height: auto;    
    }
    
    .input-padding{
        padding-left:20px;
    }
    
    
    .input-class{
        width: calc(100% - 20px);
        height: 24px;
        padding-left: 20px;
        border:solid 1px #c1c1c1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .input-textarea{
        width: calc(100% - 40px);
        height: 120px;
        border:solid 1px #c1c1c1;
        padding:20px;
        font-family:Tahoma, Verdana;
    }
    
    .btn-contact{
        cursor: pointer;
        width:80px;
        height: 20px;
        text-align: center;
        color:#fff;
        font-size:20px;
        padding:10px;
        line-height:20px;
        margin: 0 auto;
        background-color:#428bca;
        border:solid 0.5px #336895;
    }
    
    .btn-contact:hover{
        background-color:#336895;
     
    }
    
    .footer{
        width:100%;
        height: auto;
        padding-top:35px;
        background-color:#336895;
    }
    
    .footer-content{
        width:800px;
        height:auto;
        margin: 0 auto;
        color:#fff;
    }
    
    .footer-social{
        width:auto;
        height: auto;
        padding-right:7px;
        display: inline-block;
    }
    
    
    .footer-grid{
        margin: 0 auto;
        width:800px;
        height: auto;
        display:grid;
        grid-template-columns:280px 250px 200px;
        align-items: top;
    }
    
    .footer-item{
        width: 340px;
        height: auto;
        padding-top:20px;
        padding-bottom: 20px;
        
    }
    
    .footer-item p {
        padding-bottom:15px;
        font-size:16px;
    }
    
    .footer-bottom{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom: 30px;
        background-color:#2d5b81;
        color:#fff;
        text-align:center;
    }
    .foot-concent-align{
        width:auto;
        height:auto;
        margin: 0 auto;    
        text-align:center;
    }
    
    .footer-icon{
        width: 15px;
        padding-right:7px;
        position: relative;
        top: 2px;
    }
}

@media only screen and (min-width: 800px) and (max-width:959px){
    *{
        padding:0px;
        margin:0px;
    }
    
    img{
        width:100%;
    }
    
    body{
        font-family: 'Barlow Semi Condensed', sans-serif;
        color:#8b8b8b;
        font-size:16px;
        width: 100%;
    }
    
    .mobile-container{
        width:auto;
        height: auto;
        float:right;
        padding:15px;
        cursor: pointer;   
        display:none; 
        position: fixed;
    }
    
    .mobile-header{
        display:none;
    }
    
    
    .left{
        float:left !important;
    }
    
    .right{
        float:right !important;
    }
    
    #toolbar{
        width: 100%;
        height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;    
        border-bottom:solid 1px #f0f0f0;
    }
    
    .box{
        padding-right: 25px;
    }
    
    .bar-top{
        width: 720px;
        margin: 0 auto;
    }
    
    .box-top{
        width:auto;
        height: 15px;
        display: inline-block;    
    }
    
    .icon-topbar{
        width:15px;
        position: relative;
        top: 2px;
        padding-right: 7px;
    }
    
    .social{
        width:auto;
        height: auto;
        padding-left:5px;
        display: inline-block;
    }
    
    .header{
        width:100%;
        height: 70px;      
        background:#fff;
    }
    
    .header-fixed{    
        position:fixed;
        top: 0px;
        background:#fff;
        box-shadow: #e1e1e1 0px 0px 24px;
        z-index: 999;    
    }
    
    .header-content{
        width:720px;
        height: 20px;
        margin: 0 auto;
    }
    
    .header-left{    
        width:200px;
        height: 10px;
        padding-top:15px;
        padding-bottom:15px; 
        display: inline-table;
    }
    
    .header-right{    
        width:auto;
        height: 40px;
        padding-top:15px;
        padding-bottom:15px; 
        float:right;    
    }
    
    .logo{
        width:200px;
    }
    
    .top{
        width:100%;
        height: calc(100vh - 106px);     
        
        background-position: center center;
        background-repeat: no-repeat; 
        background-size:100%;
        color:#fff;
    }
    
    .buttom{
        width:auto;
        height: 15px;    
        padding-top:10px;
        padding-bottom:26.5px;
        display: inline-block;
        padding-left:15px;
        font-weight:bold;
    }
    
    .banner-left{
        color:#fff;
        text-align:center;
        cursor: pointer;
        width: 50px;
        height: 41px;
        float: left;    
        position: relative;
        top: 45%;
        opacity: 0.5;
    }
    
    .banner-content{
        width: 100%;
        height: calc(100vh - 106px);    
        float:left;
    }
    
    .banner-right{
        color:#fff;
        text-align:center;
        cursor: pointer;    
        width: 50px;
        height: 41px;        
        float:left;
        position: relative;
        top: 45%;
        opacity: 0.5;    
    }
    
    .bright:hover{
        opacity: 1;
    }
    
    .target{
        width:22px;
    }
    
    .banner-content-into{
        width: 600px;
        height: calc(40vh);        
        margin: 0 auto;
        position: relative;
        top: 15%;
    }
    
    .banner-title{
        font-family: 'Satisfy', cursive;
        font-size: 50px;
        
    }
    
    .banner-text{
        width:600px;
        height: 100%;
        text-align: justify;
        position: relative;
        top: 15px;
        font-size:24px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    
    .buttom-action{
        font-size:16px;
        width:120px;
        height:18px;
        background:#428bca;
        text-align: center;
        padding:14px;
        border-radius:7px;
        position:relative;
        top:10px;
        border:solid 1px #228bca;
        box-shadow:0px 4px 14px #777;
        cursor: pointer;
    }
    
    .buttom-action:hover{
        background:#228bca;    
    }
    
    .about{
        width:100%;
        height: auto;
        padding-top:70px;
    }
    
    .about-content{
        width:720px;
        height: auto;
        margin: 0 auto;    
        box-shadow: #e1e1e1 0px 0px 24px;
        padding-bottom:70px;
    }
    
    .about-left{
        width:720px;
        height: calc(60vh - 20px);    
        background-image: url("../img/about-01.jpg");
        background-repeat:no-repeat;
        background-position: bottom center;
        
    }
    
    .about-right{
        width:720px;
        height: calc(60vh - 20px);
        
        
    }
    
    .play{
        cursor: pointer;
        width:120px;
        height:120px;
        background-image:url("../img/play.png");
        position:relative;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);    
    }
    
    .play:hover{
        background-image:url("../img/play-hover.png");
    }
    
    .about-text{
        width: calc(100% - 20px);
        height: auto;
        min-height: 25px;    
        position:relative;    
        top: 50%;
        transform: translateY(-50%);   
        text-align: center; 
        margin: 0 auto;
    }
    
    .about-title{
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        color:#428bca;
        padding-top:15px;
        padding-bottom:15px;
        font-weight: bold;
    }
    
    .about-content-text{
        width: calc(100% - 30px);
        height: auto;
        text-align: justify;
        padding-top: 25px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .services{
        width: 100%;
        height: calc(100vh);
    }
    
    .services-content{
        width:720px;
        height: auto;
        min-height: 25px;    
        margin: 0 auto;
        position:relative;    
        top: 50%;
        transform: translateY(-50%);  
        padding-bottom:50px;
    }
    
    .box-service{
        width:237px;
        height: 280px;
        display: inline-table;
    }
    
    .box-count{
        width: calc(100% - 10px);
        padding:10px;
        height: auto;
        color:#7ca3c5;
        font-size: 18px;
        font-weight: bold;
    }
    
    .box-title{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 20px;
        font-size:24px;
        font-weight: bold;
    }
    
    .box-text{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: justify;
    }
    
    .b-right{
        border-right:solid 1px #dce5ec;
    }
    
    .b-bottom{
        border-bottom:solid 1px #dce5ec;
    }
    
    .map{
        width:100%;
        height: auto;    
        padding-bottom:70px;
    }
    
    .map-content{
        width:700px;
        height: auto;
        border:solid #fff 20px;
        box-shadow: #e1e1e1 0px 0px 24px;
        margin: 0 auto;
    }
    
    .contact{
        width:100%;
        height: auto;
        padding-top:70px;
        padding-bottom:70px;
    }
    
    .contact-content{
        width:720px;
        height: auto;
        margin: 0 auto;
        display:grid;
        grid-template-columns:47% 33% 20%;    
    }
    
    .content-box{
        width:95%;
        height: auto;  
        padding-top:20px;
        text-align: center;  
        padding-bottom:20px;
    }
    
    .item{
        width:100%;
        height: auto;    
    }
    
    .shadow{
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .center{
        margin: 0 auto;
    }
    
    .icon-contact{
        width:45px;
        display:block;
        margin: 0 auto;
    }
    
    .contact-title{
        width:100%;
        height: auto;
        padding-top:15px;
        padding-bottom:15px;
        font-size:18px;
        color:#333;
    }
    
    .line-contact{
        width:720px;
        height: auto;
        padding-top:20px;
    }
    
    .small-input-contact{
        padding-bottom:20px;
        float:left;
        width:350px;
        height: auto;
        
    }
    
    .input-contact{
        width:100%;
        height: auto;    
    }
    
    .input-padding{
        padding-left:20px;
    }
    
    
    .input-class{
        width: calc(100% - 20px);
        height: 24px;
        padding-left: 20px;
        border:solid 1px #c1c1c1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .input-textarea{
        width: calc(100% - 40px);
        height: 120px;
        border:solid 1px #c1c1c1;
        padding:20px;
        font-family:Tahoma, Verdana;
    }
    
    .btn-contact{
        cursor: pointer;
        width:80px;
        height: 20px;
        text-align: center;
        color:#fff;
        font-size:20px;
        padding:10px;
        line-height:20px;
        margin: 0 auto;
        background-color:#428bca;
        border:solid 0.5px #336895;
    }
    
    .btn-contact:hover{
        background-color:#336895;
     
    }
    
    .footer{
        width:100%;
        height: auto;
        padding-top:35px;
        background-color:#336895;
    }
    
    .footer-content{
        width:720px;
        height:auto;
        margin: 0 auto;
        color:#fff;
    }
    
    .footer-social{
        width:auto;
        height: auto;
        padding-right:7px;
        display: inline-block;
    }
    
    
    .footer-grid{
        margin: 0 auto;
        width:720px;
        height: auto;
        display:grid;
        grid-template-columns:240px 240px 240px;
        align-items: top;
    }
    
    .footer-item{
        width: 240px;
        height: auto;
        padding-top:20px;
        padding-bottom: 20px;
        
    }
    
    .footer-item p {
        padding-bottom:15px;
        font-size:16px;
    }
    
    .footer-bottom{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom: 30px;
        background-color:#2d5b81;
        color:#fff;
        text-align:center;
    }
    .foot-concent-align{
        width:auto;
        height:auto;
        margin: 0 auto;    
        text-align:center;
    }
    
    .footer-icon{
        width: 15px;
        padding-right:7px;
        position: relative;
        top: 2px;
    }
}

@media only screen and (min-width: 720px) and (max-width:799px){
    *{
        padding:0px;
        margin:0px;
    }
    
    img{
        width:100%;
    }
    
    body{
        font-family: 'Barlow Semi Condensed', sans-serif;
        color:#8b8b8b;
        font-size:16px;
        width: 100%;
    }
    
    /* Menu Celular */
    .mobile-container{
        width:auto;
        height: auto;
        float:right;
        padding:15px;
        cursor: pointer;   
        background:#FFF;
    }
    
    .mobile-header{
        width:250px;
        height: calc(100vh - 71px);
        padding-bottom:50px;
        background-color:#FFF;
        display:none;
        position: fixed;
        top: 70px;
        right: 0px;
        z-index: 888;
        box-shadow:#e2e2e2 -3px 3px 3px;
        border-top:solid 1px #f1f1f1;
        border-radius: 12px 0px 0px 0px;
    }
    
    .mobile-btn{
        cursor: pointer;
        width: calc( 100% - 15px);
        height:auto;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:15px;
        color:#428bca;
        font-weight: bold;
        background:#FFF;
    }
    
    .mobile-btn:hover{
        background:#428bca;
        color:#FFF;
    }
    
    /* Fim Menu Celular */
    
    .left{
        float:left !important;
    }
    
    .right{
        float:right !important;
    }
    
    #toolbar{
        width: 100%;
        height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;    
        border-bottom:solid 1px #f0f0f0;
    }
    
    .box{
        padding-right: 25px;
    }
    
    .bar-top{
        width: 720px;
        margin: 0 auto;
    }
    
    .box-top{
        width:auto;
        height: 15px;
        display: inline-block;    
    }
    
    .icon-topbar{
        width:15px;
        position: relative;
        top: 2px;
        padding-right: 7px;;
    }
    
    .social{
        width:auto;
        height: auto;
        padding-left:5px;
        display: inline-block;
    }
    
    .header{
        width:100%;
        height: 70px;      
        background:#fff;
    }
    
    .header-fixed{    
        position:fixed;
        top: 0px;
        background:#fff;
        box-shadow: #e1e1e1 0px 0px 24px;
        z-index: 9;    
    }
    
    .header-content{
        width:720px;
        height: 20px;
        margin: 0 auto;
    }
    
    .header-left{    
        width:200px;
        height: 10px;
        padding-top:15px;
        padding-bottom:15px; 
        display: inline-table;
    }
    
    .header-right{    
        width:auto;
        height: 40px;
        padding-top:15px;
        padding-bottom:15px; 
        float:right;  
        display:none;  
    }
    
    .logo{
        width:200px;
    }
    
    .top{
        width:100%;
        height: calc(100vh - 106px);     
        
        background-position: center center;
        background-repeat: no-repeat; 
        background-size:100%;
        color:#fff;
    }
    
    .buttom{
        width:auto;
        height: 15px;    
        padding-top:10px;
        padding-bottom:26.5px;
        display: none;
        padding-left:15px;
        font-weight:bold;
    }
    
    .banner-left{
        color:#fff;
        text-align:center;
        cursor: pointer;
        width: 50px;
        height: 41px;
        float: left;    
        position: relative;
        top: 45%;
        opacity: 0.5;
    }
    
    .banner-content{
        width: 100%;
        height: calc(100vh - 106px);    
        float:left;
    }
    
    .banner-right{
        color:#fff;
        text-align:center;
        cursor: pointer;    
        width: 50px;
        height: 41px;        
        float:left;
        position: relative;
        top: 45%;
        opacity: 0.5;    
    }
    
    .bright:hover{
        opacity: 1;
    }
    
    .target{
        width:22px;
    }
    
    .banner-content-into{
        width: 600px;
        height: calc(40vh);        
        margin: 0 auto;
        position: relative;
        top: 15%;
    }
    
    .banner-title{
        font-family: 'Satisfy', cursive;
        font-size: 50px;
        
    }
    
    .banner-text{
        width:600px;
        height: 100%;
        text-align: justify;
        position: relative;
        top: 15px;
        font-size:24px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    
    .buttom-action{
        font-size:16px;
        width:120px;
        height:18px;
        background:#428bca;
        text-align: center;
        padding:14px;
        border-radius:7px;
        position:relative;
        top:10px;
        border:solid 1px #228bca;
        box-shadow:0px 4px 14px #777;
        cursor: pointer;
    }
    
    .buttom-action:hover{
        background:#228bca;    
    }
    
    .about{
        width:100%;
        height: auto;
        padding-top:70px;
    }
    
    .about-content{
        width:720px;
        height: auto;
        margin: 0 auto;    
        box-shadow: #e1e1e1 0px 0px 24px;
        padding-bottom:70px;
    }
    
    .about-left{
        width:720px;
        height: calc(60vh - 20px);    
        background-image: url("../img/about-01.jpg");
        background-repeat:no-repeat;
        background-position: bottom center;
        
    }
    
    .about-right{
        width:720px;
        height: calc(60vh - 20px);
        
        
    }
    
    .play{
        cursor: pointer;
        width:120px;
        height:120px;
        background-image:url("../img/play.png");
        position:relative;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);    
    }
    
    .play:hover{
        background-image:url("../img/play-hover.png");
    }
    
    .about-text{
        width: calc(100% - 20px);
        height: auto;
        min-height: 25px;    
        position:relative;    
        top: 50%;
        transform: translateY(-50%);   
        text-align: center; 
        margin: 0 auto;
    }
    
    .about-title{
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        color:#428bca;
        padding-top:15px;
        padding-bottom:15px;
        font-weight: bold;
    }
    
    .about-content-text{
        width: calc(100% - 30px);
        height: auto;
        text-align: justify;
        padding-top: 25px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .services{
        width: 100%;
        height: calc(100vh);
    }
    
    .services-content{
        width:720px;
        height: auto;
        min-height: 25px;    
        margin: 0 auto;
        position:relative;    
        top: 50%;
        transform: translateY(-50%);  
        padding-bottom:50px;
    }
    
    .box-service{
        width:237px;
        height: 280px;
        display: inline-block;
    }
    
    .box-count{
        width: calc(100% - 10px);
        padding:10px;
        height: auto;
        color:#7ca3c5;
        font-size: 18px;
        font-weight: bold;
    }
    
    .box-title{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 20px;
        font-size:24px;
        font-weight: bold;
    }
    
    .box-text{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: justify;
    }
    
    .b-right{
        border-right:solid 1px #dce5ec;
    }
    
    .b-bottom{
        border-bottom:solid 1px #dce5ec;
    }
    
    .map{
        width:100%;
        height: auto;    
        padding-bottom:70px;
    }
    
    .map-content{
        width:700px;
        height: auto;
        border:solid #fff 20px;
        box-shadow: #e1e1e1 0px 0px 24px;
        margin: 0 auto;
    }
    
    .contact{
        width:100%;
        height: auto;
        padding-top:70px;
        padding-bottom:70px;
    }
    
    .contact-content{
        width:720px;
        height: auto;
        margin: 0 auto;
        display:grid;
        grid-template-columns:47% 33% 20%;    
    }
    
    .content-box{
        width:95%;
        height: auto;  
        padding-top:20px;
        text-align: center;  
        padding-bottom:20px;
    }
    
    .item{
        width:100%;
        height: auto;    
    }
    
    .shadow{
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .center{
        margin: 0 auto;
    }
    
    .icon-contact{
        width:45px;
        display:block;
        margin: 0 auto;
    }
    
    .contact-title{
        width:100%;
        height: auto;
        padding-top:15px;
        padding-bottom:15px;
        font-size:18px;
        color:#333;
    }
    
    .line-contact{
        width:720px;
        height: auto;
        padding-top:20px;
    }
    
    .small-input-contact{
        padding-bottom:20px;
        float:left;
        width:350px;
        height: auto;
        
    }
    
    .input-contact{
        width:100%;
        height: auto;    
    }
    
    .input-padding{
        padding-left:20px;
    }
    
    
    .input-class{
        width: calc(100% - 20px);
        height: 24px;
        padding-left: 20px;
        border:solid 1px #c1c1c1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .input-textarea{
        width: calc(100% - 40px);
        height: 120px;
        border:solid 1px #c1c1c1;
        padding:20px;
        font-family:Tahoma, Verdana;
    }
    
    .btn-contact{
        cursor: pointer;
        width:80px;
        height: 20px;
        text-align: center;
        color:#fff;
        font-size:20px;
        padding:10px;
        line-height:20px;
        margin: 0 auto;
        background-color:#428bca;
        border:solid 0.5px #336895;
    }
    
    .btn-contact:hover{
        background-color:#336895;
     
    }
    
    .footer{
        width:100%;
        height: auto;
        padding-top:35px;
        background-color:#336895;
    }
    
    .footer-content{
        width:720px;
        height:auto;
        margin: 0 auto;
        color:#fff;
    }
    
    .footer-social{
        width:auto;
        height: auto;
        padding-right:7px;
        display: inline-block;
    }
    
    
    .footer-grid{
        margin: 0 auto;
        width:720px;
        height: auto;
        display:grid;
        grid-template-columns:240px 240px 240px;
        align-items: top;
    }
    
    .footer-item{
        width: 240px;
        height: auto;
        padding-top:20px;
        padding-bottom: 20px;
        
    }
    
    .footer-item p {
        padding-bottom:15px;
        font-size:16px;
    }
    
    .footer-bottom{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom: 30px;
        background-color:#2d5b81;
        color:#fff;
        text-align:center;
    }
    .foot-concent-align{
        width:auto;
        height:auto;
        margin: 0 auto;    
        text-align:center;
    }
    
    .footer-icon{
        width: 15px;
        padding-right:7px;
        position: relative;
        top: 2px;
    }
}

@media only screen and (min-width: 320px) and (max-width:719px){
    *{
        padding:0px;
        margin:0px;
    }
    
    img{
        width:100%;
    }
    
    body{
        font-family: 'Barlow Semi Condensed', sans-serif;
        color:#8b8b8b;
        font-size:16px;    
    }
    
    /* Menu Celular */
    .mobile-container{
        width:auto;
        height: auto;
        float:right;
        padding:15px;
        cursor: pointer;   
        background:#FFF;
    }
    
    .mobile-header{
        width:250px;
        height: calc(100vh - 71px);
        padding-bottom:50px;
        background-color:#FFF;
        display:none;
        position: fixed;
        top: 70px;
        right: 0px;
        z-index: 888;
        box-shadow:#e2e2e2 -3px 3px 3px;
        border-top:solid 1px #f1f1f1;
        border-radius: 12px 0px 0px 0px;
    }
    
    .mobile-btn{
        cursor: pointer;
        width: calc( 100% - 15px);
        height:auto;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:15px;
        color:#428bca;
        font-weight: bold;
        background:#FFF;
    }
    
    .mobile-btn:hover{
        background:#428bca;
        color:#FFF;
    }
    
    /* Fim Menu Celular */
    
    .left{
        float:left !important;
    }
    
    .right{
        display: inline-block;
    }
    
    #toolbar{
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;    
        border-bottom:solid 1px #f0f0f0;
    }
    
    .box{
        padding-right: 25px;
    }
    
    .bar-top{
        width: 100%;
        height: auto;
        margin: 0 auto;    
    }
    
    .box-top{
        width:auto;
        height: 15px;
        display: inline-block;    
    }
    
    .icon-topbar{
        width:15px;
        position: relative;
        top: 2px;
        padding-right: 7px;;
    }
    
    .social{
        width:auto;
        height: auto;
        padding-left:5px;
        display: inline-block;
    }
    
    .header{
        width:100%;
        height: 70px;      
        background:#fff;
        padding-bottom:20px;
    }
    
    .header-fixed{    
        position:fixed;
        top: 0px;
        background:#fff;
        box-shadow: #e1e1e1 0px 0px 24px;
        z-index: 99;    
    }
    
    .header-content{
        width:320px;
        height: 20px;
        margin: 0 auto;
    }
    
    .header-left{    
        width:250px;
        height: auto;
        padding-top:15px;
        padding-bottom:15px; 
        display: inline-table;
    }
    
    .header-right{    
        width:auto;
        height: 40px;
        padding-top:10px;
        padding-bottom:10px; 
        float:right;  
        display:none;  
    }
    
    .logo{
        width:200px;
        margin: 0 auto;
    }
    
    .top{
        width:100%;
        height: auto;     
        
        background-position: center center;
        background-repeat: no-repeat; 
        background-size:100%;
        color:#fff;
        display:none;
    }
    
    .buttom{
        width:auto;
        height: 15px;    
        padding-top:10px;
        padding-bottom:26.5px;
        display: none;
        padding-left:15px;
        font-weight:bold;
    }
    
    .banner-left{
        color:#fff;
        text-align:center;
        cursor: pointer;
        width: 50px;
        height: 41px;
        float: left;    
        position: relative;
        top: 45%;
        opacity: 0.5;
    }
    
    .banner-content{
        width: 100%;
        height: calc(100vh - 106px);        
    
    }
    
    .banner-right{
        color:#fff;
        text-align:center;
        cursor: pointer;    
        width: 50px;
        height: 41px;            
        
        
        opacity: 0.5;    
    }
    
    .bright:hover{
        opacity: 1;
    }
    
    .target{
        width:22px;
    }
    
    .banner-content-into{
        width: 600px;
        height: calc(40vh);        
        margin: 0 auto;
        position: relative;
        top: 15%;
    }
    
    .banner-title{
        font-family: 'Satisfy', cursive;
        font-size: 50px;
        
    }
    
    .banner-text{
        width:600px;
        height: 100%;
        text-align: justify;
        position: relative;
        top: 15px;
        font-size:24px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }
    
    .buttom-action{
        font-size:16px;
        width:120px;
        height:18px;
        background:#428bca;
        text-align: center;
        padding:14px;
        border-radius:7px;
        position:relative;
        top:10px;
        border:solid 1px #228bca;
        box-shadow:0px 4px 14px #777;
        cursor: pointer;
    }
    
    .buttom-action:hover{
        background:#228bca;    
    }
    
    .about{
        width:100%;
        height: auto;
        padding-top:70px;
    }
    
    .about-content{
        width:320px;
        height: auto;
        margin: 0 auto;    
        box-shadow: #e1e1e1 0px 0px 24px;
        padding-bottom:70px;
    }
    
    .about-left{
        width:320px;
        height: 320px;    
        background-image: url("../img/about-01.jpg");
        background-repeat:no-repeat;
        background-position: center center;
        display:inline-block;
    }
    
    .about-right{
        width:320px;
        height: auto;
        padding-bottom:25px;    
        display:inline-block;
    }
    
    .play{
        cursor: pointer;
        width:120px;
        height:120px;
        background-image:url("../img/play.png");
        position:relative;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);    
    }
    
    .play:hover{
        background-image:url("../img/play-hover.png");
    }
    
    .about-text{
        width: calc(100% - 20px);
        height: auto;
        min-height: 25px;        
        text-align: center; 
        margin: 0 auto;
    }
    
    .about-title{
        width:auto;
        height: auto;
        font-family: 'Roboto Condensed', sans-serif;
        font-size:24px;
        color:#428bca;
        padding-top:15px;
        padding-bottom:15px;
        font-weight: bold;
    }
    
    .about-content-text{
        width: calc(100% - 30px);
        height: auto;
        text-align: justify;
        padding-top: 25px;
        font-size: 18px;
        margin: 0 auto;
    }
    
    .services{
        width: 100%;
        height: auto;
    }
    
    .services-content{
        width:320px;
        height: auto;
        min-height: 25px;    
        margin: 0 auto;    
        padding-bottom:50px;
    }
    
    .box-service{
        width:320px;
        height: 280px;
        display: inline-block;
        box-shadow: #e1e1e1 0px 0px 2px;
    }
    
    .box-count{
        width: calc(100% - 10px);
        padding:10px;
        height: auto;
        color:#7ca3c5;
        font-size: 18px;
        font-weight: bold;
    }
    
    .box-title{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 20px;
        font-size:24px;
        font-weight: bold;
    }
    
    .box-text{
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: justify;
    }
    
    .b-right{
        border-right:none;
    }
    
    .b-bottom{
        border-bottom:none;
    }
    
    .map{
        width:100%;
        height: auto;    
        padding-bottom:70px;
    }
    
    .map-content{
        width:300px;
        height: auto;
        border:solid #fff 10px;
        box-shadow: #e1e1e1 0px 0px 24px;
        margin: 0 auto;
    }
    
    .contact{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom:30px;
    }
    
    .contact-content{
        width:320px;
        height: auto;
        margin: 0 auto;
        display:grid;
        grid-template-columns:100%;    
    }
    
    .content-box{
        width:95%;
        height: auto;  
        padding-top:20px;
        text-align: center;  
        padding-bottom:20px;
    }
    
    .item{
        width:100%;
        height: auto;    
    }
    
    .shadow{
        box-shadow: #e1e1e1 0px 0px 24px;
    }
    
    .center{
        margin: 0 auto;
    }
    
    .icon-contact{
        width:45px;
        display:block;
        margin: 0 auto;
    }
    
    .contact-title{
        width:100%;
        height: auto;
        padding-top:15px;
        padding-bottom:15px;
        font-size:18px;
        color:#333;
    }
    
    .line-contact{
        width:320px;
        height: auto;
        padding-top:20px;
    }
    
    .small-input-contact{
        padding-bottom:20px;    
        width:320px;
        height: auto;
        
    }
    
    .input-contact{
        width:100%;
        height: auto;    
    }
    
    .input-padding{
        padding-left:0px;
    }
    
    
    .input-class{
        width: calc(100% - 20px);
        height: 24px;
        padding-left: 20px;
        border:solid 1px #c1c1c1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .input-textarea{
        width: calc(100% - 40px);
        height: 120px;
        border:solid 1px #c1c1c1;
        padding:20px;
        font-family:Tahoma, Verdana;
    }
    
    .btn-contact{
        cursor: pointer;
        width:80px;
        height: 20px;
        text-align: center;
        color:#fff;
        font-size:20px;
        padding:10px;
        line-height:20px;
        margin: 0 auto;
        background-color:#428bca;
        border:solid 0.5px #336895;
    }
    
    .btn-contact:hover{
        background-color:#336895;
     
    }
    
    .footer{
        width:100%;
        height: auto;
        padding-top:35px;
        background-color:#336895;
    }
    
    .footer-content{
        width:320px;
        height:auto;
        margin: 0 auto;
        color:#fff;
    }
    
    .footer-social{
        width:auto;
        height: auto;
        padding-right:7px;
        display: inline-block;
    }
    
    .footer-grid{
        margin: 0 auto;
        width:320px;
        height: auto;
        display:grid;
        grid-template-columns:320px;
        align-items:center;
    }
    
    .footer-item{
        width: 320px;
        height: auto;
        padding-top:20px;
        padding-bottom: 20px;
        
    }
    
    .footer-item p {
        padding-bottom:15px;
        font-size:16px;
    }
    
    .footer-bottom{
        width:100%;
        height: auto;
        padding-top:30px;
        padding-bottom: 30px;
        background-color:#2d5b81;
        color:#fff;
        text-align:center;
    }
    .foot-concent-align{
        width:auto;
        height:auto;
        margin: 0 auto;    
        text-align:center;
    }
    
    .footer-icon{
        width: 15px;
        padding-right:7px;
        position: relative;
        top: 2px;
    }
}