
.header-bottom-side-left1 p{
    background-color: #ffffff42;
    padding: 10px;
    border-radius: 10px;
    padding-left: 2%;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;

}
.header-bottom-side-left1 h2{
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
 }

.header-bottom-side-left1{
    height: 100%;
    flex-basis: 61%;

    
 }


.header-bottom-side-right{
    width: 300px;
    height: 360px;
   
}

.inner-header-bottom-side-right{
    
    border-radius: 10px;
    width: 80%;
    height: 100%;
    
}

.header-bottom-side-right img {
    width: 100%;
    height: 100%;
}



.container {
    text-align: center;
    max-width: 348px;
    margin: auto;
    padding: 20px;
    background-color: #8f8b8b61;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}
.container h2{
    color: white;
}
.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.slides {
    display: flex;
    width: 500%;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    transition: 0.5s;
    position: relative;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.buttons {
    margin-top: 15px;
}
button {
    padding: 12px 20px;
    cursor: pointer;
    border: none;
    background-color: #333;
    color: white;
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.3s;
    width: 115px;
}
button:hover {
    background-color: #555;
}
.indicators {
    margin-top: 10px;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.active {
    background-color: #333;
}

.cor-de-fundo{
    padding: 1px;
}

.page-content-inner{
      margin-left: auto;
    margin-right: auto;
    width: 100%;
    height:auto;
    color: black;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
}
.page-content-inner p{
    
}
.devision{
 flex-direction: column;
 
    
}
.devision h2{
     text-align: center;
     margin: 2%;
}
.devision p{
    width: 100%;
    margin: auto;
}

.page-itens{
    display: flex;
    justify-content: center;
    padding: 17px;
    background-image: linear-gradient(top ( #c7c7c7#fff));
   
    
}
.page-itens h2{
    text-align: center;
    margin-bottom: 3%;
}
.declarac{
    flex-basis: 50%;
    padding: 17px;
}
.declarac p{
    line-height: 20px;
}
.conteiner-call-action{
    width: 100%;
    height: 500px;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.inner-call-action{
    background-color: #333;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    box-shadow: solid 1px rgb(2, 62, 174);
    
}
.call-action{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 25px;
}
.call-action h2{
    text-align: center;
    margin: 40px;
}
.call-action p{
    padding: 20px;

}

.call-action button{
   
    background-color: #0084ff;
    border: none;
    width:100%;
    border-radius: 99999px;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s;
    
    
}
.call-action button:hover {
    background-color: #004c94;
}

 



         