/* GERAIS */
body{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.row{
    margin: 0;
}

.container{
    padding: 70px 0;
}

p, li{
    color: #6D6D6D;
    font-size: 17px;
}

/* Barra de navegação */
#nome-empresa {
    padding-top:10px;
    height: 60px;
    margin-left:-50px;
}

header, .navbar{
    background-color: #F7F7F7;
    
}

#nav-container{
    padding-top: 0;
    padding-bottom: 10px;

}


#logo{
    height:90px;
}

.navbar-brand{
    height:auto;
    padding: 0;
    color: #0022E5;
}

.navbar-brand:hover {
    color: #0022E5;
    text-decoration: none;
}

/* HAMBURGER */
.container-menu{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkbox-menu{
    position: absolute;
    opacity: 0;
}
label{
    cursor: pointer;
    position: relative;
    display: block;
    height: 22px;
    width: 30px;
}
label span{
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background: 0#0022E5;
    transition: 0.25s ease-in-out;
}

label span:nth-child(1){
    top: 0;
}
label span:nth-child(2){
    top: 8px;
}
label span:nth-child(3){
    top: 16px;
}
#checkbox-menu:checked + label span:nth-child(1){
    transform: rotate(-45deg);
    top: 8px;
}

#checkbox-menu:checked + label span:nth-child(2){
    opacity: 0;
}

#checkbox-menu:checked + label span:nth-child(3){
    transform: rotate(45deg);
    top: 8px;
}



/* Barra de navegação - links */
#navbar-links a{
    color:#0022E5;
}

#navbar-links a:hover {
    color: #333;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem .8rem;
}

/*Carousel - slides*/

#marca {
    color:#65DAF9;
    border-bottom:4px #65DAF9 ridge;
}

#container-fluid {
    padding: 0;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: 100vh;
}

#mainSlider .carousel-caption {
    top: 25%;
}

#mainSlider .carousel-caption .efeito{
    background-color: rgba(0,0,0,0.5);
    height: 100%;
}


#mainSlider .carousel-caption h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

#mainSlider .carousel-caption p{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 100px;
    color: #FFF;
}

.main-btn {
    background-color: #65DAF9;
    color: #FFF;
    text-transform: uppercase;
    width: 200px;
    height: 60px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 3px solid transparent;
    transition: 0.5s;
}

.main-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: transparent;
    border-color: #65DAF9;
}

.carousel-indicators .active {
    background-color: #65DAF9
}

.efeito {
    background-color: rgba(0,0,0,0.7);
}

/* Sobre a empresa*/
#about-area {
    background-color: #E2E2E2;

}
#sobre{
    padding-top: 10rem;
}

.main-title {
    color: #444;
    margin: 0 0 65px 0;
    font-size:40px;
    text-align: center;
}

.main-title::after {
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.about-title {
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#about-list {
    list-style: none;
    padding-left: 0;
}

#about-list li {
    line-height: 30px;
}

#about-list i {
    color: #65DAF9;
    margin-right:15px;
}

#h3-parallax {
    color: #fff;;
    text-align: center;
    padding-top: 150px;
}

#p-parallax {
    padding-bottom: 150px;
    padding-top: 10px;
    color:#FFF;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

.enfeite {
    font-weight: bold;
    color:#0022E5;
}

/* services */
#service{
    padding-top: 10rem;
}

.service-box {
    text-align: center;
    margin-bottom: 50px;
}


.service-box i, .service-box h4{
    transition: 0.5s;
}

.service-box i {
    font-size: 36px;
    margin-bottom: 20px;
    color: #444;
}

.service-box h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-box:hover > i, .service-box:hover > h4 {
    color: #65DAF9;
}

/* vantagens */
#vantagens{
    padding-top: 10rem;
}

/* Contato */
.contato-area {
    background-color: #000;
    height: 110%;
}

#contato-interno {
    background-color:#E2E2E2;
    display: inline-block;
    padding: 50px; 
    margin: 50px 40px;
}

#contato-interno h4 {
    font-size:30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.rodape{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 23px 15px 15px 15px;
}

#footer{
    width: 100%;
    height: 100%;
    background-color: #0022E5;
    justify-content: center;
    align-items: center;
}

.rodape p {
    color:#000;
    font-size: 1.2rem;
}

.social ul{
    list-style: none;
}

.social a{
    margin: 0 2rem;
    color: #000;
    font-size: 1.5rem;
}

.social ul{
    display: flex;
}

#link-whatsapp {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 1rem;
    background: #AA00AA;  
    background: -webkit-linear-gradient(to right, #6d316d, #AA00AA);  
    background: linear-gradient(to right, #6d316d, #AA00AA); 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 .1rem 0.6rem #00000009;
}
#link-whatsapp img{
    height: 75px;
}

.contato-interno h5{
    padding: 10px 0;
}

.about-area p{
    font-size:20px;
}

#vantagens li{
    font-size: 18px;
}

#vantagens-image {
    width: 400px;
}

#titulo-2{
    font-size:45px;
}


/* 1350px até */
@media(max-width:1500px){
    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: 100vh;
    }

    #image-slide-1{
        animation: zoom 25s;
        position:relative;
        top:10px;
    }
    
    
        @keyframes zoom {
        0%{
            transform: scale(1.3);
        }
        100%{
            transform: scale(1.3);
        }
    }
    
    #image-slide-2{
        animation: zoom 25s;
        position:relative;
        top:10px;
    }
    
    
        @keyframes zoom {
        0%{
            transform: scale(1.3);
        }
        100%{
            transform: scale(1.3);
        }
    }
    
    #image-slide-3{
        animation: zoom 25s;
        position:relative;
        top:100px;
    }
    
    
        @keyframes zoom {
        0%{
            transform: scale(1.4);
        }
        100%{
            transform: scale(1.4);
        }
    }
}

@media(max-width: 1366px) {
    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: 100vh;
    }

    #mainSlider .carousel-caption {
        top: 15%;
    }
    
    #mainSlider .carousel-caption h2 {
        font-size: 35px;
        margin-bottom: 22px;
    }

    #mainSlider .carousel-caption p{
        font-size: 21px;
        font-weight: 250;


    }
}
/* 1000px até 1350px */
@media(max-width: 1350px){ 
    /*Carousel - slides*/  
    #image-slide-1{
        animation: zoom 25s;
        position:relative;
        top:145px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.3);
        }
        100%{
            transform: scale(1.3);
        }
    }

    #image-slide-2{
        animation: zoom 25s;
        position:relative;
        top:145px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.3);
        }
        100%{
            transform: scale(1.3);
        }
    }

    #image-slide-3{
        animation: zoom 25s;
        position:relative;
        top:195px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.4);
        }
        100%{
            transform: scale(1.4);
        }
    }

    #mainSlider .carousel-caption {
        top: 15%;
    }
    
    #mainSlider .carousel-caption h2 {
        font-size: 39px;
        margin-bottom: 22px;
    }

    #mainSlider .carousel-caption p{
        font-size: 22px;
        font-weight: 250;
    }

@media(width: 1024px) {
    
    #mainSlider .carousel-caption {
        top: 17%;
    }

    #mainSlider .carousel-caption h2 {
        font-size: 30px;
        margin-bottom: 22px;
    }

    #mainSlider .carousel-caption p{
        font-size: 18px;
        font-weight: 250;


    }
}

/* De 875px até 990px*/
@media(max-width: 990px){ 
    /*Carousel - slides*/  
    #image-slide-1{
        animation: zoom 25s;
        position:relative;
        top:145px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.3);
        }
        100%{
            transform: scale(1.3);
        }
    }

    #image-slide-2{
        animation: zoom 25s;
        position:relative;
        top:145px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.3);
        }
        100%{
            transform: scale(1.3);
        }
    }

    #image-slide-3{
        animation: zoom 25s;
        position:relative;
        top:195px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.4);
        }
        100%{
            transform: scale(1.4);
        }
    }

    #logo{
        height:70px;
    }

    #mainSlider .carousel-caption h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    
    #mainSlider .carousel-caption p{
        font-size: 19px;
        font-weight: 300;
        margin-bottom: 100px;
        color: #FFF;
    }

    #mainSlider .carousel-caption {
        top: 15%;
    }

    #title-vantagens::after {
        content: "";
        border-top: none;
    }
}   

@media(max-width:875px) {
    #button-slide-2 {
        opacity: 0;
    }

    #image-slide-3{
        top:170px;
    }
}

/* 515px*/
@media(max-width:770px) {
    
    #logo {
        height: 60px;
    }
    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: 80vh;
    }

    #image-slide-1{
        animation: zoom 25s;
        position:relative;
        top:150px;
    }


        @keyframes zoom {
        0%{
            transform: scale(1.9);
        }
        100%{
            transform: scale(1.9);
        }
    }

    #mainSlider .carousel-caption .efeito{
        background-color: rgba(0,0,0,0.5);
    }


    #mainSlider .carousel-caption h2 {
        font-size: 33px;
        margin-bottom: 25px;
    }
    
    #mainSlider .carousel-caption p{
        font-size: 19px;
        font-weight: 260;
        margin-bottom: 80px;
    }

    #mainSlider .carousel-caption {
        top: 10%;
    }



    #image-slide-2{
        animation: zoom 25s;
        position:relative;
        top:125px;
    }


        @keyframes zoom {
        0%{
            transform: scale(2.5);
        }
        100%{
            transform: scale(2.5);
        }
    }

    #image-slide-3{
        animation: zoom 25s;
        position:relative;
        top:195px;
    }


        @keyframes zoom {
        0%{
            transform: scale(2.0);
        }
        100%{
            transform: scale(2.0);
        }
    }
    #sobre{
        padding-top: 6rem;
    }

    #img-about {
        padding-bottom: 3rem;
    }

    #service{
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    #vatagens {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    #imagem10 {
        text-align: center;
    }

        /* Contato */
    .contato-area {
        height: 100%;
    }

    #contato-interno {
        padding: 30px; 
        margin: 30px 20px;
    }

    #contato-interno h4 {
        font-size:25px;
        padding-bottom: 12px;
    }

    #contato-interno h5{
        font-size: 17px;
    }

    .rodape{
        padding: 23px 15px 15px 15px;
    }

    .rodape p {
        color:#000;
        font-size: 1.1rem;
    }

    .social a{
        margin: 0 2rem;
        color: #000;
        font-size: 1.5rem;
    }

    #link-whatsapp img{
        height: 50px;
    }
}

@media(max-width: 600px)
{
    #mainSlider .carousel-caption h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    
    #mainSlider .carousel-caption p{
        font-size: 16x;
        font-weight: 260;
        margin-bottom: 80px;
    }

    #mainSlider .carousel-caption {
        top: 8%;
    }
    
    #button-slide-1{
        opacity: 0;
    }

    #button-slide-3{
        opacity: 0;
    }

    #image-slide-1{
        animation: zoom 25s;
        position:relative;
        top:198px;
    }


        @keyframes zoom {
        0%{
            transform: scale(2.5);
        }
        100%{
            transform: scale(2.5);
        }
    }

    #image-slide-2{
        animation: zoom 25s;
        position:relative;
        top:195px;
    }


        @keyframes zoom {
        0%{
            transform: scale(2.5);
        }
        100%{
            transform: scale(2.5);
        }
    }

    #image-slide-3{
        animation: zoom 25s;
        position:relative;
        top:220px;
    }


        @keyframes zoom {
        0%{
            transform: scale(3.0);
        }
        100%{
            transform: scale(3.0);
        }
    }
    

}
/* MÍNIMO */
@media(max-width: 515px) {
    #logo {
        height: 63px;
    }

    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: 80vh;
    }

    #title-about::after {
        content: "";
        border-top: none;
    }
    .service-box i {
        font-size: 30px;
        margin-bottom: 20px;
        color: #444;
    }
    
    .service-box h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .service-box p{
        font-size: 15px;
    }


    /* Contato */

    #contato-interno {
        width: 90%;
        padding: 30px; 
        margin: 30px 20px;
    }

    #contato-interno h4 {
        font-size:25px;
        padding-bottom: 12px;
    }

    #contato-interno h5{
        font-size: 14.5px;
    }

    .rodape p {
        color:#000;
        font-size: 1.0rem;
    }

    .social a{
        margin: 0 1rem;
        color: #000;
        font-size: 1.4rem;
    }

    #link-whatsapp img{
        height: 45px;
    }

    #image-slide-1{
        animation: zoom 25s;
        position:relative;
        top:198px;
    }


        @keyframes zoom {
        0%{
            transform: scale(2.5);
        }
        100%{
            transform: scale(2.5);
        }
    }

    #image-slide-2{
        animation: zoom 25s;
        position:relative;
        top:195px;
    }


        @keyframes zoom {
        0%{
            transform: scale(2.5);
        }
        100%{
            transform: scale(2.5);
        }
    }

    #image-slide-3{
        animation: zoom 25s;
        position:relative;
        top:220px;
    }


        @keyframes zoom {
        0%{
            transform: scale(3.0);
        }
        100%{
            transform: scale(3.0);
        }
    }

    #mainSlider .carousel-caption h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    #mainSlider .carousel-caption p{
        font-size: 15px;
        font-weight: 260;
        margin-bottom: 80px;
    }

    #mainSlider .carousel-caption {
        top: 8%;
    }
    
    #button-slide-1{
        opacity: 0;
    }

    #button-slide-3{
        opacity: 0;
    }
}

@media(max-width: 380px)
{
    #logo{
        height: 48px;
    }
    
    #image-slide-1{
        top:280px;
    }

    #image-slide-2{
        top:280px;
    }

    #image-slide-3{
        top:300px;
    }

    #mainSlider .carousel-caption h2 {
        font-size: 20px;
    }
    
    #mainSlider .carousel-caption p{
        font-size: 14px;
    }

    #mainSlider .carousel-caption {
        top: 15%;
    }

    .main-title::after{
        border-top: none;
    }
}}