/*computador*/
@media screen and (min-width:1000px) {
    .section_banner_top .baner {
        justify-content: space-between;
    }

    .section_banner_top .baner .float-right .card {
        top: 80px;
    }

    .baner .btn_orcamento{
        display: none;
    }
    
 
}

/*celular*/
@media screen and (max-width:1000px) {
    .section_banner_top .baner {
        justify-content: center;

    }
    
    .section_bloco{
        /* text-align: center; */
    }

    .section_banner_top .baner .float-left {
        /* text-align: center; */
    }

    .baner .float-right{
        display: none;
    }
    .baner .btn_orcamento{

      display: block;
      width: 100%;
    }
    .baner .bloco-card{
        display: none;
    }
   
    .section_6{
       
    }

    .section_6 #img_section_6{
        order: 2;
    }
    .section_3{
        text-align: center;
    }
}


@keyframes moveToTop {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveToleft {
    0% {
        transform: translatex(100px);
    }

    100% {
        transform: translatex(0);
        opacity: 1;
    }
    
}


@keyframes moveToleright {
    0% {
        transform: translatex(-100px);
    }

    100% {
        transform: translatex(0);
        opacity: 1;
    }
    
}

#card_baner{
    animation: moveToleft 0.5s 0.5s forwards;
    opacity: 0;
}
#text_baner{
    animation: moveToleright 0.5s 0.5s forwards;
    opacity: 0;
    color: white;
}

#text_baner h1{
    text-shadow: 0 0 30px #6c6c6c;

}
#text_baner p{
    font-style: italic;
    font-size: 1.1em;
}

#img_section_1{
    animation: moveToleft 0.5s 0.5s forwards;
    opacity: 0;
}
#img_section_3{
    animation: moveToleft 0.5s 0.5s forwards;
    opacity: 0;
}
#img_section_6{
    animation: moveToleright 0.5s 0.5s forwards;
    opacity: 0;
}
.section_nav .navbar {}

.section_nav .container {

    position: relative;
    max-width: 1200px;
}

.section_nav .logo-nav {
    width: 150px;
    position: absolute;
    right: 2px;
}

.section_banner_top {
    background-image: url("../img/img_baner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-top: 8%;
    padding-bottom: 8%;
    display: flex;
 
    

}

.section_banner_top .baner {

    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;



}


.btn_enviar{
    background: rgb(59,176,227);
    background: -moz-linear-gradient(90deg, rgba(59,176,227,1) 11%, rgba(26,117,208,1) 60%);
    background: -webkit-linear-gradient(90deg, rgba(59,176,227,1) 11%, rgba(26,117,208,1) 60%);
    background: linear-gradient(90deg, rgba(59,176,227,1) 11%, rgba(26,117,208,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bb0e3",endColorstr="#1a75d0",GradientType=1);
    border: 0px;
    transition: 0.5s ease-in-out;
}

.btn_enviar:hover{
    transform:translateX(3px)
}

.section_1 {
    display: flex;
    justify-content: center;
    padding: 20px;

    margin: 0 auto;
    padding-top:60px;
}

 .section_bloco {
    max-width: 1200px;
}

.title_bloco {
    font-weight: 500;
    font-size: 1.2em;
    text-transform: uppercase;


}

.section_1 .section_bloco .img_section_1{
    max-width: 300px;
}

.section_1 .section_bloco #list_section_1{
    transition:all 0.5s ease-in-out ;
    cursor: pointer;
}

.section_1 .section_bloco #list_section_1:hover{
    transform: translateX(10px);
}

.section_2{
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    padding-top:60px;
    
}
.text_card{
    color:rgb(87, 87, 87);
}
.section_3{
    justify-content: center;
    padding: 40px;
    margin: 0 auto;
  
    background: rgb(59,176,227);
    background: -moz-linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    background: -webkit-linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    background: linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bb0e3",endColorstr="#1a75d0",GradientType=1);
}

#bloco_section_3{
   
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    color: white;
}
#bloco_section_3 .title{
    text-shadow: 0 0 30px #6c6c6c;
}
.section_4{
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    padding-top:60px;
    
}

.icon_card{
    margin-right: 5px;
    color: rgb(59,176,227);
}

.img_section_3{
    max-width: 200px;
}

.section_5{
    justify-content: center;
    padding: 40px;
    margin: 0 auto;

}

 .img_section_5{
    max-width: 400px;
}

.bloco_section_5{
    color: white;
    background: rgb(59,176,227);
    background: -moz-linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    background: -webkit-linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    background: linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bb0e3",endColorstr="#1a75d0",GradientType=1); 
}

.copy{
    font-size: 0.9em;
    color: rgb(155, 155, 155);
}

.fixed_whats{
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 5;
 
  
}

.fixed_whats i{
    font-size: 2.0em;
}
.bi-whatsapp{
    text-decoration: none;
    color: rgb(98, 153, 16);
    

}
.section_6{
    justify-content: center;
    padding: 20px;
    margin: 0 auto;

}

.img_section_6{
    max-width: 300px;
}

.box-cookies{
    background: rgb(59,176,227);
    background: -moz-linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    background: -webkit-linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    background: linear-gradient(90deg, rgba(59,176,227,1) 2%, rgba(26,117,208,0.8996848739495799) 41%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bb0e3",endColorstr="#1a75d0",GradientType=1); 
    max-width: 500px;
    position: fixed;
    z-index: 3;
    bottom: 0px;
    left: 2px;
    color: white;
    
}

.box-cookies .btn-cookies{
    border: 1px solid;
    border-radius:15px;
    padding: 10px;
    width: fit-content;
    cursor: pointer;
}
