* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
.whatsapp-float img {
  width: 100%;
  height: 100%;
}
.tm9{
    width: 94%!important;
}
.bg-customcolor-orange {
  background-color: #FF8400;
}

.custom-background-image {
        background-image: url('../images/background/background-primeira-section2.webp');
        background-size: 100%;
        background-position-y: -100px;
        background-repeat: no-repeat;
        height: 890px;
    }
.custom-background-image h1 {
        font-size: 3.5rem;
        width: 45%;
}

.custom-description-text {
    line-height: 2;
    white-space: pre-wrap;
}

.custom-section-description {
    width: 100%;
    display: inline-flex;
    max-width: 396px;
}

.custom-main-description {
    width: 100%;
    padding: 40px 10px 40px 0px;
    text-align: left; display: inline;
}

.custom-span-description {
    font-family: 'Nunito Sans', sans-serif; 
    font-size: 18px;
}

.custom-p-line {
    line-height: 2;
}	

.custom-text-button {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-style: normal;
}	

.custom-bg-gray {
    background-color: #3D3A36;
}

.logo-custom {
   width: 350px;
}

.apresentacao{
    border-bottom: 1px solid #fff;

}
.apresentacao div.ap-0{
    display: flex;
    flex-direction: row;
    padding: 80px 190px;

}
.apresentacao img{
    
    padding: 0;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    border-style: none;
    border-color: #5981e3;
    border-radius: 4px 4px 4px 4px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    object-fit: cover;
}
.apresentacao div.ap-1{
   padding: 20px 20px;
    width: 49%;
}
@media(max-width: 1024px){

    .apresentacao div.ap-0{
    display: inline;
    
    padding: 80px 190px;

    }
    .apresentacao img{
       width: 100%;
    }
    .apresentacao div.ap-1{
       padding: 20px 20px;
        width: 100%;
    }
}
@media (min-width: 500px) {
    #custom-profile {
       margin-right: 3.5rem !important;
    }

    .custom-span-description {
        font-family: 'Nunito Sans', sans-serif; 
        font-size: 18px;
    }


    

    .custom-main-description {
        width: 100%;
        padding: 40px 10px 40px 0px;
        text-align: left;
        display: inline;
    }

    #custom-value {
        font-size: 5.5rem !important;
        line-height: 1 !important;
    }

    #accordion {
        padding: 2rem !important;
    }

    #cards { 
        width: 90%;
        margin: 10px auto;
        padding: 25px;
    }

    #cards img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

    #cards p {
        font-size: 16px;
        line-height: 1.4;
    }

    #cards span {
        font-size: 16px;
    }
}


@media (max-width: 700px) {
    section {
        padding: 4px !important;
        
    }

    .custom-background-image {
        background-image: url('../images/background/bg-mobile.jpg');
        background-size: 100%;
        background-position: top;
        background-repeat: no-repeat;
        height: 80%;
      
    }
    .custom-background-image img{
        width: 45%;
    }
    .custom-background-image h1{
        font-size: 1.8em;
        width: 45%;
    }
    

    .custom-span-description {
        font-family: 'Nunito Sans', sans-serif; 
        font-size: 15px;
        line-height: 1.2;
    }

    .custom-p-line {
        line-height: 1.6;
    }   

   .garantia{
    padding: 4px;
    text-align: center;
   }
   .apresentacao div.ap-0{
    display: inline;
    
    padding: 80px 190px;

    }
    .apresentacao img{
       width: 100%;
    }
    .apresentacao div.ap-1{
       padding: 20px 20px;
        width: 100%;
    }

    .custom-main-description {
        width: 60% !important;
        padding: 40px 10px 40px 0px !important;
        text-align: left !important;
        display: inline !important;
    }	

    #custom-value {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

    #custom-profile {
       margin-right: 0rem !important;
    }

    #accordion {
        padding: 1rem !important;
    }

    #cards { 
        width: 90%;
        margin: 10px auto;
        padding: 25px;
    }

    #cards img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

    #cards p {
        font-size: 14px;
        line-height: 1.4;
    }

    #cards span {
        font-size: 14px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;900&display=swap');