@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body
{
    background-color: rgba(255, 255, 255, 1);
    font-family: 'Poppins', sans-serif;
    color: #525351;
}

.content
{
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.offcanvas-header
{
    background-color: rgba(31, 178, 187, 1);
}

.offcanvas-body
{
    background-color: rgba(31, 178, 187, 1);
}

.img-bar-desktop
{
    width: 50%;
}

.bg-bar-color
{
    background-color: rgba(255, 255, 255, 0.88);
}


.first-image {
    width: 30%;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

.first-text {
    font-weight: bold;
    font-size: 27px;
    color: rgba(120, 135, 144, 1);
    text-align: center;
    z-index: 1;
    position: relative;
}

.bg-img-fundo {
    background-image: url('/img/foto.png');
    background-size: cover;
    background-position: center; 
    position: relative;

    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}

.button-solucoes {
    top: 0.01px; 
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    padding: 10px 20px;
    background-color: rgba(157, 28, 127, 1);
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    z-index: 2; 
    position: absolute;
    white-space: nowrap;
}


@media (max-width: 768px) {
    .button-solucoes {
        padding: 8px 16px;
        font-size: 14px;
        top: 1%
    }
    .img-capa {
        transform: translateX(30px);
    }
    .img-capa2 {
        transform: translateX(25px); 
    }

    .container-alphassl img {
        width: 180px;
    }

    .container-alphassl p {
        font-size: 12px;
    }
}


@media (min-width: 768px) {
    .button-solucoes {
        top: 1%;
    }
}


button.navbar-toggler 
{
    background-color: transparent;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
}

button.navbar-toggler .navbar-toggler-icon 
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.offcanvas-title
{
    color:white;
}

.itens-menu
{
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
}

.itens-menu:hover
{
    color: #525351;
}

.social-icons-bar a
{
    color: #fff;
}

.social-icons-bar a:hover
{
    color: #525351;
}

.fa-bars
{
    color:  rgba(31, 178, 187, 1);
}

.barras-brancas
{
    color: rgba(255, 255, 255, 1);
}

.rotate-text 
{
    display: inline-block;
    transform: rotate(180deg);
} 

.social-icons
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.negociacao-container
{
    background-color: #5f5f5f13;
}

.collapse-content 
{
    display: flex;
    align-items: flex-start;
}

.winover-bar
{
    color: rgba(120, 135, 144, 1);
    font-weight: bold;
}

/* Estilos para telas menores que 576 pixels (ex.: smartphones em modo retrato) */
@media (max-width: 575.98px) 
{
    body
    {
        padding: 0;
        margin: 0;
    }
    button.navbar-toggler 
    {
        padding: 5px;
        font-size: 14px;
    }

    .img-bar-desktop
    {
        width: 30%;
        padding-top: 25px;
        padding: 0;
    }

    .language p
    {
        color: rgba(104, 245, 253, 1);
        font-size: 10px;
        margin-right: 0;
        padding: 0;
        margin-left: 25px;
        margin-top: 10px;
    }

    .language a
    {
        margin-left: 0;
        padding-left: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: bold;
    }

    .language button
    {
        border: none;
        outline: none;
        background-color:rgba(31, 178, 187, 1);
    }

    .itens-menu
    {
        font-size: larger;
        padding: 10px 10px;
        border-bottom: 2px solid rgba(75, 74, 74, 0.13);
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
    }

    .imagem-menu
    {
        width: 30%;
        margin: 0;
        padding: 0;
    }
    .social-icons-bar 
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        color: #fff;
    }
      
    .social-icon 
    {
        font-size: 24px;
        color: #fff;
        margin: 0 10px;
        text-decoration: none;
    }

    .vertical-button 
    {
        background-color: rgba(31, 178, 187, 1);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        writing-mode: vertical-rl;
        transform: rotate(-90deg);
        transform-origin: center center;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        text-decoration: wavy;
        height: 180px;
        font-size: 12px;
        font-weight: bold;
        border-top-left-radius: 0.6cm;
        border-bottom-left-radius: 0.6cm;
        padding: 0.8cm 0.2cm;
        transition: transform 0.2s;
    }
    .vertical-button:hover 
    {
        background-color: rgba(31, 178, 187, 1);
    }

    .ponto-final {
        color: #1FB2BB;
    }

    .titulo
    {
        margin-right: 15px;
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .titulo img {
        margin-left: 10px;
        width: 50px;
        height: auto;
    }

    .titulo-texto {
        font-family: 'Poppins', sans-serif;
        font-weight: 400; 
        font-size: 14pt;
        line-height: 1.5; 
        color: #788790; 
    }
    
    .texto-alinhado {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .texto-alinhado2 {
        text-align: left;
        margin: 0;
        padding: 0 0 0 10px;
    }
    
    .titulo2
    {
        font-size: 25px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(31, 178, 187, 1);
        font-weight: bold;
    }

    .titulo3
    {
        font-size: 25px;
        margin-top: 50px;
        padding-right: 25px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }

    .titulo4
    {
        font-size: 25px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }

    .titulo5
    {
        color: rgba(31, 178, 187, 1);
    }

    .expansao-paragrafo
    {
        margin-right: 15px;
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .paragrafo
    {
        font-size: 14px;
        line-height: 2.0;
        text-align: left;
        color: rgba(120, 135, 144, 1);
        margin-right: 50px;
        margin-left: 15px;
    }

    .full-width-button 
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 40px; 
        font-size: 25px; 
        background-color: rgba(120, 135, 144, 1);
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
    }
      
    .icon 
    {
        margin-left: 10px;
        font-size: 12px;
    }

    .full-width-button:hover
    {
        opacity: 0.8;
    }

    .full-width-button2
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 15px; 
        font-size: 25px; 
        background-color: rgba(120, 135, 144, 1);
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
    }

    .full-width-button2:hover
    {
        opacity: 0.8;
    }

    .video-container 
    {
        position: relative;
        width: 100%;
        max-width: 640px; /* Defina o máximo da largura que você deseja para o vídeo */
    }
      
    .video-thumbnail 
    {
        width: 100%;
        height: auto;
        cursor: pointer;
    }
      
    .play-button 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: white;
    }

    .carrossel.active {
        cursor: grabbing;
        user-select: none; 
    }
    
    .carrossel-wrapper {
        overflow-x: hidden;
        position: relative;
    }
    
    .carrossel {
        display: flex;
        overflow-x: scroll;
        scroll-behavior: smooth;
        cursor: grab;
    }
    
    .carrossel.active {
        cursor: grabbing;
    }
    
    .carrossel-item {
        min-width: 300px; 
        margin-right: 16px;
        flex-shrink: 0; 
    }
    
    .carrossel-item img.carrossel-image {
        width: 272px;
        height: 247px;
        max-width: 272px;
        max-height: 247px;
        object-fit: cover;
        border-radius: 0 !important;
    }
    
    
    .container-transparencia
    {
        background-color: rgba(245, 245, 245, 1);
        margin-top: 50px;
    }

    .container-transparencia h1
    {
        margin-left: 15px;
    }

    .logos-image
    {
        width: 30%;
        margin-left: 10px;
        padding: 0;
    }

    .fale-conosco
    {
        margin-top: 50px;
        margin-left: 14px;
        font-size: 14px;
        color: rgba(120, 135, 144, 1);
    }

    .fale-email
    {
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites
    {
        background-color: rgba(245, 245, 245, 1);
    }

    .container-sites h4
    {
        font-size: 16px;
        margin-top: 40px;
        margin-left: 15px;
        margin-bottom: 30px;
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites p
    {
        font-size: 14px;
        margin-left:  15px;
        margin-bottom: 30px;
        color: rgba(120, 135, 144, 1);
    }

    /* Estilos para o rodapé */
    .footer 
    {
        background-color: rgba(255, 255, 255, 1);
        padding: 20px 0;
    }
  
    .social-icons a 
    {
        font-size: 24px;
        margin-right: 15px;
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
    }
  
    .text-center p 
    {
        margin-top: 20px;
        font-size: 16px;
        color: rgba(120, 135, 144, 1);
    }
  
    .text-center img 
    {
        max-width: 25%;
        margin-top: 20px;
    }

    .footer .copyright 
    {
        margin-top: 20px;
        font-size: 14px;
        color: rgba(120, 135, 144, 1);
    }

    .negociacao-container
    {
        background-color: #5f5f5f13;
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .negociacao-container h1 
    {
        padding-bottom: 0;
        margin-left: 0;
    }
    .negociacao-container p
    {
        padding-bottom: 0;
        margin: 0;
        font-size: 12px;
    }

    .negociacao-container .icon-dm
    {
        margin-left: 70px;
    }
}

/* Estilos para telas entre 577 e 767 pixels (ex.: smartphones em modo paisagem) */
@media (min-width: 576px) and (max-width: 767.98px) 
{
    button.navbar-toggler 
    {
        padding: 8px;
        font-size: 16px;
    }

    .img-bar-desktop
    {
        width: 30%;
        padding-top: 25px;
        padding-bottom: 0;
    }
    .itens-menu
    {
        font-size: larger;
        padding: 15px 15px;
        border-bottom: 3px solid rgba(75, 74, 74, 0.281);
    }

    .imagem-menu
    {
        width: 50%;
    }

    .language p
    {
        color: rgba(104, 245, 253, 1);
        font-size: 10px;
        margin-right: 0;
        margin-left: 25px;
        margin-top: 10px;
        padding: 0;
    }

    .language a
    {
        margin-left: 0;
        padding-left: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: bold;
    }

    .language button
    {
        border: none;
        outline: none;
        background-color:rgba(31, 178, 187, 1);
    }

    .social-icons-bar
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
      
    .social-icon 
    {
        font-size: 24px;
        color: #fff;
        margin: 0 10px;
        text-decoration: none;
    }
      
    /* .social-icon:hover 
    {
        color: white;
    } */

    .vertical-button 
    {
        background-color: rgba(31, 178, 187, 1);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        writing-mode: vertical-rl;
        transform: rotate(-90deg);
        transform-origin: center center;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        text-decoration: wavy;
        height: 180px;
        font-size: 12px;
        border-top-left-radius: 0.6cm;
        border-bottom-left-radius: 0.6cm;
        padding: 0.8cm 0.2cm;
        transition: transform 0.2s;
    }
    .vertical-button:hover 
    {
        background-color: rgba(31, 178, 187, 1);
    }

    .button-solucoes {
        top: 0.01px; 
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        padding: 10px 20px;
        background-color: rgba(157, 28, 127, 1);
        color: #fff;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
        z-index: 2; 
        position: absolute;
        white-space: nowrap;
    }

    .first-text
    {
        font-weight: bold;
        font-size: 27px;
        color: rgba(120, 135, 144, 1);
        text-align: center;
    }

    .first-image
    {
        width: 30%;
        margin: 0;
        padding: 0;
    }

    .titulo
    {
        margin-right: 15px;
        margin-left: 15px;
    }

    .titulo2
    {
        font-size: 24px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(31, 178, 187, 1);
    }
    .titulo3
    {
        font-size: 24px;
        margin-top: 50px;
        padding-right: 25px;
        margin-bottom: 25px;
        color: #525351;
    }

    .titulo4
    {
        font-size: 25px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }

    .titulo5
    {
        color: rgba(31, 178, 187, 1);
    }

    .expansao-paragrafo
    {
        margin-right: 15px;
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .paragrafo
    {
        font-size: 14px;
        margin-left: 15px;
        line-height: 1.2;
        text-align: start;
        margin: 0;
        font-style: normal;
        color: #777777;
    }

    .full-width-button 
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 30px; 
        font-size: 20px; 
        background-color: #495964b4;
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
    }
      
    .icon 
    {
        margin-left: 10px;
        font-size: 12px;
    }

    .full-width-button:hover
    {
        opacity: 0.8;
    }

    .full-width-button2
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 15px; 
        font-size: 25px; 
        background-color: rgba(120, 135, 144, 1);
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
    }

    .full-width-button2:hover
    {
        opacity: 0.8;
    }

    .video-container 
    {
        position: relative;
        width: 100%;
        max-width: 640px; /* Defina o máximo da largura que você deseja para o vídeo */
    }
      
    .video-thumbnail 
    {
        width: 100%;
        height: auto;
        cursor: pointer;
    }
      
    .play-button 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: white;
    }

    .container-transparencia
    {
        background-color: rgba(245, 245, 245, 1);
        margin-top: 50px;
    }

    .container-transparencia h1
    {
        margin-left: 15px;
    }

    .logos-image
    {
        width: 30%;
        margin-left: 10px;
        padding: 0;
    }

    .fale-conosco
    {
        margin-top: 50px;
        margin-left: 14px;
        font-size: 14px;
        color: rgba(120, 135, 144, 1);
    }

    .fale-email
    {
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites
    {
        background-color: rgba(245, 245, 245, 1);
    }

    .container-sites h4
    {
        font-size: 16px;
        margin-top: 40px;
        margin-left: 15px;
        margin-bottom: 30px;
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites p
    {
        font-size: 14px;
        margin-left:  15px;
        margin-bottom: 30px;
        color: rgba(120, 135, 144, 1);
    }

    /* Estilos para o rodapé */
    .footer 
    {
        background-color: #f8f9fa;
        padding: 20px 0;
    }
  
    .social-icons a 
    {
        font-size: 24px;
        margin-right: 15px;
        margin-left: 15px;
        color: #525351;
    }
  
    .text-center p 
    {
        margin-top: 20px;
        font-size: 16px;
        color: #555;
    }
  
    .text-center img 
    {
        max-width: 25%;
        margin-top: 20px;
    }

    .footer .copyright 
    {
        margin-top: 20px;
        font-size: 14px;
        color: #777;
    }

    .negociacao-container
    {
        background-color: #5f5f5f13;
        padding-top: 50px ;
    }
}

/* Estilos para telas entre 768 e 991 pixels (ex.: tablets) */
@media (min-width: 768px) and (max-width: 991.98px) 
{
    button.navbar-toggler 
    {
        padding: 12px;
        font-size: 18px;
    }

    .img-bar-desktop
    {
        width: 30%;
        padding-top: 25px;
        padding-bottom: 0;
    }
    .itens-menu
    {
        font-size: larger;
        padding: 15px 15px;
        border-bottom: 3px solid rgba(75, 74, 74, 0.281);
    }

    .imagem-menu
    {
        width: 30%;
    }

    .language p
    {
        color: rgba(104, 245, 253, 1);
        font-size: 10px;
        margin-right: 0;
        margin-left: 25px;
        margin-top: 10px;
        padding: 0;
    }

    .language a
    {
        margin-left: 0;
        padding-left: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: bold;
    }

    .language button
    {
        border: none;
        outline: none;
        background-color:rgba(31, 178, 187, 1);
    }

    .social-icons-bar
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
      
    .social-icon 
    {
        font-size: 24px;
        color: #fff;
        margin: 0 10px;
        text-decoration: none;
    }
      
    /* .social-icon:hover 
    {
        color: white;
    } */

    .vertical-button 
    {
        background-color: rgba(31, 178, 187, 1);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        writing-mode: vertical-rl;
        transform: rotate(-90deg);
        transform-origin: center center;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        text-decoration: wavy;
        height: 180px;
        font-size: 12px;
        border-top-left-radius: 0.6cm;
        border-bottom-left-radius: 0.6cm;
        padding: 0.8cm 0.2cm;
        transition: transform 0.2s;
    }
    .vertical-button:hover 
    {
        background-color: rgba(31, 178, 187, 1);
    }

    .button-solucoes {
        top: 0.01px; 
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        padding: 10px 20px;
        background-color: rgba(157, 28, 127, 1);
        color: #fff;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
        z-index: 2; 
        position: absolute;
        white-space: nowrap;
    }

    .first-text
    {
        font-weight: bold;
        font-size: 27px;
        color: rgba(120, 135, 144, 1);
        text-align: center;
    }

    .first-image
    {
        width: 30%;
        margin: 0;
        padding: 0;
    }

    .titulo
    {
        margin-right: 15px;
        margin-left: 15px;
    }

    .titulo2
    {
        font-size: 48px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(31, 178, 187, 1);
    }
    .titulo3
    {
        font-size: 48px;
        margin-top: 50px;
        padding-right: 25px;
        margin-bottom: 25px;
        color: #525351;
    }

    .titulo4
    {
        font-size: 25px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }

    .titulo5
    {
        color: rgba(31, 178, 187, 1);
    }

    .expansao-paragrafo
    {
        margin-right: 15px;
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .paragrafo
    {
        margin-left: 15px;
        font-size: 14px;
        line-height: 1.2;
        text-align: start;
        margin: 0;
        font-style: normal;
        color: #777777;
    }

    .full-width-button 
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 30px; 
        font-size: 20px; 
        background-color: #495964b4;
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
    }
      
    .icon 
    {
        margin-left: 10px;
        font-size: 12px;
    }

    .full-width-button:hover
    {
        opacity: 0.8;
    }

    .full-width-button2
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 25px; 
        font-size:15px; 
        background-color: rgba(120, 135, 144, 1);
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
    }

    .full-width-button2:hover
    {
        opacity: 0.8;
    }

    .video-container 
    {
        position: relative;
        width: 100%;
        max-width: 640px; /* Defina o máximo da largura que você deseja para o vídeo */
    }
      
    .video-thumbnail 
    {
        width: 100%;
        height: auto;
        cursor: pointer;
    }
      
    .play-button 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: white;
    }

    .container-transparencia
    {
        background-color: rgba(245, 245, 245, 1);
        margin-top: 50px;
    }

    .container-transparencia h1
    {
        margin-left: 15px;
    }

    .logos-image
    {
        width: 30%;
        margin-left: 10px;
        padding: 0;
    }
    
    .logos-image2 {
        width: 30%;
        padding: 0;
        padding-right: 25px;
        max-width: 150px;
        margin-left: 15px;
        height: auto;
        margin-top: 50px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
        margin-left: 100px;
    }

    .fale-conosco
    {
        margin-top: 50px;
        margin-left: 14px;
        font-size: 14px;
        color: rgba(120, 135, 144, 1);
    }

    .fale-email
    {
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites
    {
        background-color: rgba(245, 245, 245, 1);
    }

    .container-sites h4
    {
        font-size: 16px;
        margin-top: 40px;
        margin-left: 15px;
        margin-bottom: 30px;
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites p
    {
        font-size: 14px;
        margin-left:  15px;
        margin-bottom: 30px;
        color: rgba(120, 135, 144, 1);
    }

    /* Estilos para o rodapé */
    .footer 
    {
        background-color: #f8f9fa;
        padding: 20px 0;
    }
  
    .social-icons a 
    {
        font-size: 24px;
        margin-right: 15px;
        margin-left: 15px;
        color: #525351;
    }
  
    .text-center p 
    {
        margin-top: 20px;
        font-size: 16px;
        color: #555;
    }
  
    .text-center img 
    {
        max-width: 25%;
        margin-top: 20px;
    }

    .footer .copyright 
    {
        margin-top: 20px;
        font-size: 14px;
        color: #777;
    }

    .negociacao-container
    {
        background-color: #5f5f5f13;
        padding-top: 50px ;
    }
}

/* Estilos para telas maiores ou iguais a 992 pixels (ex.: desktops) */
@media (min-width: 992px) 
{
    .titulo {
        font-size: 24px;
    }

    .titulo span {
        font-size: 30px;
    }

    .titulo .nome {
        font-size: 30px;
    }
    .texto-alinhado {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .texto-alinhado2 {
        text-align: left;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .carrossel.active {
        cursor: grabbing;
        user-select: none; 
    }
    
    .carrossel-wrapper {
        overflow-x: hidden;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .carrossel {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        cursor: grab;
        justify-content: center;
    }

    .carrossel.active {
        cursor: grabbing;
    }

    .carrossel-item {
        min-width: 300px; 
        margin-right: 16px;
        flex-shrink: 0; 
    }

    .carrossel-item img.carrossel-image {
        width: 272px;
        height: 247px;
        max-width: 272px;
        max-height: 247px;
        object-fit: cover;
        border-radius: 0 !important;
    }


    button.navbar-toggler 
    {
        padding: 10px;
        font-size: 20px;
    }

    .img-bar-desktop
    {
        width: 30%;
        padding-top: 25px;
        padding-bottom: 0;
    }

    .itens-menu
    {
        font-size: larger;
        padding: 15px 15px;
        border-bottom: 3px solid rgba(75, 74, 74, 0.281);
    }
    
    .language p
    {
        color: rgba(104, 245, 253, 1);
        font-size: 10px;
        margin-right: 0;
        margin-left: 25px;
        margin-top: 10px;
        padding: 0;
    }

    .language a
    {
        margin-left: 0;
        padding-left: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: bold;
    }

    .language button
    {
        border: none;
        outline: none;
        background-color:rgba(31, 178, 187, 1);
    }

    .img-capa {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .img-capa2 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .imagem-menu
    {
        width: 40%;
        padding: 0;
        margin: 0;
    }

    .social-icons-bar
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
      
    .social-icon 
    {
        font-size: 24px;
        color: #fff;
        margin: 0 10px;
        text-decoration: none;
    }
      
    /* .social-icon:hover 
    {
        color: whitesmoke;
    } */

    .vertical-button {
        background-color: rgba(31, 178, 187, 1);
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        writing-mode: vertical-lr;
        transform: rotate(-90deg);
        transform-origin: center center;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        text-decoration: wavy;
        border-top-left-radius: 0.6cm;
        border-bottom-left-radius: 0.6cm;
        padding: 0.8cm 0.2cm;
        transition: transform 0.2s;
    }
    
    .vertical-button:hover 
    {
        background-color: rgba(31, 178, 187, 1);
    }

    .button-solucoes {
        top: 0.01px; 
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
        padding: 10px 20px;
        background-color: rgba(157, 28, 127, 1);
        color: #fff;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
        z-index: 2; 
        position: absolute;
        white-space: nowrap;
    }

    .first-text
    {
        font-weight: bold;
        font-size: 37px;
        color: rgba(120, 135, 144, 1);
        text-align: center;
    }

    .first-image
    {
        width: 30%;
        margin: 0;
        padding: 0;
    }

    .custom-container
    {
        padding: 20px;
    }

    .numbers-features span {
        font-size: 4em;
        color: rgba(31, 178, 187, 1);
    }

    .titulo
    {
        font-size: 48px;
        margin-top: 50px;
        margin-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }

    .titulo2
    {
        font-size: 48px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(31, 178, 187, 1);
    }
    .titulo3
    {
        font-size: 48px;
        margin-top: 50px;
        padding-right: 25px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
    }

    .titulo4
    {
        font-size: 25px;
        margin-top: 50px;
        padding-right: 25px;
        margin-left: 15px;
        margin-bottom: 25px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }
    
    .titulo5
    {
        color: rgba(31, 178, 187, 1);
    }

    .expansao-paragrafo
    {
        margin-right: 15px;
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .paragrafo
    {
        margin-left: 25px;
        font-size: 24px;
        line-height: 1.2;
        text-align: start;
        margin: 0;
        font-style: normal;
        color: rgba(120, 135, 144, 1);
    }

    .full-width-button 
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 30px; 
        font-size: 36px; 
        background-color: rgba(120, 135, 144, 1);
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
    }
      
    .icon 
    {
        margin-left: 10px;
        font-size: 24px;
    }

    .full-width-button:hover
    {
        opacity: 0.8;
    }

    .full-width-button2
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        padding: 15px; 
        font-size: 25px; 
        background-color: rgba(120, 135, 144, 1);
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
        font-weight: bold;
    }

    .full-width-button2:hover
    {
        opacity: 0.8;
    }

    .video-container 
    {
        position: relative;
        width: 100%;
        max-width: 640px;
    }
      
    .video-thumbnail 
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
      
    .play-button 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: rgba(48, 45, 45, 0.404);
    }

    .container-transparencia
    {
        background-color: rgba(245, 245, 245, 1);
        margin-top: 50px;
    }

    .container-transparencia h1
    {
        margin-left: 15px;
        color: rgba(120, 135, 144, 1);
        font-weight: bold;
    }

    .logos-image
    {
        width: 100%;
        padding: 0;
    }

    .fale-conosco
    {
        margin-top: 50px;
        margin-left: 14px;
        font-size: 14px;
        color: rgba(120, 135, 144, 1);
    }

    .fale-email
    {
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites
    {
        background-color: rgba(245, 245, 245, 1);
    }

    .container-sites h4
    {
        font-size: 16px;
        margin-top: 20px;
        margin-left: 16px;
        font-weight: bold;
        color: rgba(120, 135, 144, 1);
    }

    .container-sites p
    {
        font-size: 14px;
        margin-left:  15px;
        margin-bottom: 30px;
        color: rgba(120, 135, 144, 1);
    }

    /* Estilos para o rodapé */
    .footer 
    {
        background-color: #f8f9fa;
        padding: 20px 0;
    }
  
    .social-icons a 
    {
        font-size: 46px;
        margin-right: 25px;
        margin-left: 25px;
        color: rgba(120, 135, 144, 1);
    }
  
    .text-center p 
    {
        margin-top: 20px;
        font-size: 24px;
        color: rgba(120, 135, 144, 1);
    }
  
    .text-center img 
    {
        max-width: 10%;
        margin-top: 20px;
    }

    .text-footer
    {
        font-size: 10px;
    }

    p {
        font-size: 10px;
    }

    .footer .copyright 
    {
        margin-top: 20px;
        font-size: 14px;
        color: rgba(120, 135, 144, 1);
    }
       
    .container-alphassl .row {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .container-alphassl img {
        width: 250px;
        height: auto;
    }
    
    .container-alphassl p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }


    
    
}