/* body{
    background:linear-gradient(rgba(181, 215, 244, 0.181), rgba(160, 185, 200, 0.2));
} */
/* estilizacao do website */


.header header,
.header .header-content,
.services,
.why-choose-us,
.contact-us,
.solutions,
.footer{
    padding: 0 10rem;
}
/* estilizacao do header */

.header header{
    position: fixed;
    top: 0;
    z-index: 1030;
    justify-content: space-between;
    display: flex; 
    width: 100%;
}

.mobile-menu{
    height: 80% !important;
    border-radius: 30px 30px 0 0;
}

.mobile-menu ul li{
    font-size: 16px;
}
.header header.scrolled {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 4px rgba(25, 25, 25, 0.14);
  transition: background-color .5s ease;
}

.header-content {
    margin-top: 8rem;
}
.header-content-desc{
    width: 500px;
}

.header-content-image{
    position: relative;
    width: 600px;
    border-radius: 50%;
    background-color: rgba(163, 190, 252, 0.215);
}

.header-content-image .principal-image img{
    width: 100%;
    height: 600px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.header-content-image .image-middle{
    position: absolute;
    top: 30%;
    right: 0;
    width: 125px;
    border-radius: 10px;
}

.header-content-image .image-middle img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: center;
}

.header-content-image .image-down{
    position: absolute;
    bottom: 10%;
    width: 150px;
    border-radius: 10px;
 

}

.header-content-image .image-down img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: center;
}
/* fim estilizacao do header */


/* estilizacao o services */

.services{
    margin-top: 8rem;
}
section.services .services-card{
    width: 100%;
    
}

section.services .services-card .services-card-content 
.services-card-item{
    position: relative;
    height: 300px;
    width: 280px;
    margin-bottom: 1rem;
    background-color: rgb(255, 255, 255);
}



section.services .services-card .services-card-content 
.services-card-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* fim estilizacao do services */


/* estilizacao do why choose us */
.why-choose-us{
    margin-top: 8rem;
}
.why-choose-us-image{
    position: relative;
    width: 600px;
    height: 500px;
    background-color: rgba(35, 145, 255, 0.373);
}

.why-choose-us-image img{
    transform: translate(20px, -20px);
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.why-choose-us-desc{
    position: absolute;
    right: 15rem;
    width:620px;
    border-radius: 5px;
}

.why-choose-us-desc-details{
    padding: 10px;
    background-color: rgba(163, 190, 252, 0.215);
}

.why-choose-us-desc .why-choose-us-card {
  overflow: hidden;
}

.why-choose-us-desc .why-choose-us-card
.why-choose-us-card-item{
    display: flex;
    align-items: center;
    background-color: rgba(234, 234, 234, 0.56);
    padding: 10px;
    font-size: 10px;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.why-choose-us-desc .why-choose-us-card
.why-choose-us-card-item.active{
    font-size: 15px;
    background-color: rgb(255, 255, 255);
    border-left: 4px solid #0d6efd;
}

.why-choose-us-desc .why-choose-us-card
.why-choose-us-card-item i{
    color:  rgba(163, 190, 252, 0.596);
}

.why-choose-us-desc .why-choose-us-card
.why-choose-us-card-item.active i{
    color:  rgb(13,110,253);
}
/* fim de estilizacao do why choose us */


/* estilizacao do company */
.company{
    margin-top: 8rem;
}

.company h5{
    font-size: 15px;
}
.company .company-images{
    justify-content: center;
    align-items: center;
}
.company .company-images img{
    width: 100px;
}
/* fim estilizacao do company */

/* estilizacao do industries */
.industries{
    position: relative;
    margin-top: 8rem;
    display: flex;
}

.industries .industries-desc{
    position: relative;
    width: 100%;
    height: 600px;
    background-color: rgba(35, 145, 255, 0.373);
}

.industries .industries-desc .industries-desc-details{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

.industries .industries-desc
.industries-desc-details .details-text{
    position: absolute; 
    top: 20%;
    right: -250px;
    width: 100%;
}
.industries .industries-desc .industries-desc-circle{
    width: 500px;
    height: 500px;
    background-color: rgba(128, 165, 252, 0.215);
    border-radius: 50%;
}

.industries .industries-desc .industries-desc-second-circle{
    width: 85%;
    height: 85%;
    background-color: rgb(255,255 ,255);
    border-radius: 50%;
}

.industries .industries-carousel{
    position: relative;
    z-index: -1;
    width: 100%;
}

.industries .industries-carousel .carousel-item{
    position: relative;
}

.industries .industries-carousel .carousel-item .carousel-item-img-details{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    color: white;
}



.industries .industries-carousel .img{
   height: 600px;
}

.industries .industries-carousel .img#first_img{
    background:linear-gradient(rgba(10, 26, 40, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/background_22.jpg") center/cover no-repeat;
}

.industries .industries-carousel .img#second_img{
    background:linear-gradient(rgba(10, 26, 40, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/background_20.jpg") center/cover no-repeat;
}

.industries .industries-carousel .img#third_img{
    background:linear-gradient(rgba(10, 26, 40, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/background_26.jpg") center/cover no-repeat;
}
.industries .industries-carousel .img#four_img{
    background:linear-gradient(rgba(10, 26, 40, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/background_19.jpg") center/cover no-repeat;
}
.industries .industries-carousel .img#five_img{
    background:linear-gradient(rgba(10, 26, 40, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/background_17.jpg") center/cover no-repeat;
}
.industries .industries-carousel .img#six_img{
    background:linear-gradient(rgba(10, 26, 40, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/background_25.jpg") center/cover no-repeat;
}


/* fim estilizacao do industries */

/* estilizacao contact-us */
.contact-us{
    margin-top: 8rem;
}

.contact-us .contact-us-desc {
    width: 50%;
    margin: 0 auto;
}

.contact-us .contact-us-form{
    width: 80%;
    margin: 0 auto;
}

.contact-us .contact-us-form form input.form-control-custom,
.contact-us .contact-us-form form textarea.form-control-custom{
    width: 100%;
    border-radius: 0;
    padding: 12px 5px;
    font-size: 12px;
    border: 1px solid rgba(31, 31, 31, 0.359);
}

.contact-us .contact-us-form form button{
    width: 150px;
    border-radius: 0;
   
}
.form-control-custom:focus, .form-select:focus{
    --bs-focus-ring-color:none;
    border:solid 1px  rgba(35, 145, 255, 0.373) !important;
    
}

/* fim estilizacao contact-us */

/* estilizacao do about-us */
.about-us{
    margin-top: 8rem;
     
}

.about-us .about-us-desc{
   background-color: rgb(31,33,39);
   width: 100%;
   padding-right: 10rem;
   padding-left: 30px;
}

.about-us .about-us-desc .about-us-desc-details{
    background-color: rgb(41,43,49);
    transform: translateX(-100px);  
    color: white;
}

.about-us .about-us-image{
    width: 100%;
    height: 500px;
    background:linear-gradient(rgba(12, 36, 55, 0.803), rgba(255, 255, 255, 0.2)), url("../imagens/profile/profile.jpg") center/cover no-repeat;
}


/* fim estilizacao do about-us */

/* estilizacao do solutions */
.solutions{
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
}

/* estilizacao do solutions-desc */
.solutions .solutions-desc{
    width: 100%;
}

.solutions .solutions-img-gallery img{
    object-fit: cover;
    object-position: center;
    border: 4px solid white;

}

.solutions .solutions-img-gallery .img_principal img{
    height: 600px;
    width: 400px;
}

.solutions .solutions-img-gallery .image_2 img{
    width: 350px;
    height: 400px;
    transform: translate(-100px, 40px);
}

.solutions .solutions-img-gallery .image_3 img{
    width: 400px;
    height: 200px;
    transform: translate(300px, -150px);
}
/* fim estilizacao do solutions-desc */

/* fim estilizacao solutions */


/* estilizacao do footer */
.footer{
    background-color: rgb(31,33,39);
}

.footer .footer-component .footer-component-first-item
{
    width: 30%;
}

.footer .footer-component .footer-component-first-item:first-child .btn-item
{

    background-color: rgb(41,43,49);
    border-radius: 20px;
}

.footer .footer-component .footer-component-first-item:first-child .btn-item input
{   width: 100%;
    border: none;
    border-radius: 20px;
    outline: none;
    background-color: rgb(41,43,49);
    padding: 12px 10px;
    color: white;
}

.footer .footer-component .footer-component-first-item:first-child .btn-item button
{
    width: 40%;
    border: none;
    border-radius: 20px;
    background-color: rgb(13,110,253);
    color: white;
    transition: all .2s ease-in-out;
}


.footer .footer-component .footer-component-first-item:first-child .btn-item button:hover
{
    background-color: rgb(10, 97, 228);
}

/* fim estilizacao do website */