.full-width-background {
    position: relative;
    width: 100%;
    height: auto;
}

.full-width-background img {
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.txt-back-transparente h2{
    margin: 0;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 5%;
}

.txt-back-transparente-img img{
    width: 130%;
    height: auto;
}

.funciona-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}


.funciona-row img{
    max-width: 50%;
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.funciona-txt{
    max-width: 50%;
    font-size: 1.5rem;
}

.como-funciona h2{
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
    margin-top: 5%;
}

.back-sst{
    color: white;
    padding: 5% 5% 5% 5%;
    background: linear-gradient(90deg,  rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sst-colum{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sst-colum h2{
    font-weight: 800;
    font-size: 2.5rem;
}

.sst-colum p{
    max-width: 50%;
}

.sst-row{
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.cadastra-2 {
    box-shadow: 1px 2px 3px 0px #000000;
	background-color:#ffffff;
	border-radius:13px;
	display:inline-block;
	cursor:pointer;
	color:#1c4c7c;
	font-size:17px;
	font-weight:bold;
	padding:15px 48px;
	text-decoration:none;
    width: 300px;
}

.cadastra-2:active {
	position:relative;
	top:1px;
}

.acessar2 {
	box-shadow: 1px 2px 3px 0px #000000;
	background-color:transparent;
	border-radius:13px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	padding:15px 48px;
	text-decoration:none;
    width: 300px;
}

.acessar2:active {
	position:relative;
	top:1px;
}

.back-interface{
    color: white;
    padding: 5% 5% 5% 5%;
    background: linear-gradient(90deg,  rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.interface h2{
    font-weight: 800;
    font-size: 2.5rem;
}

.interface{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.interface img{
    max-width: 80%;
}

.interface-botoes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 200px; /* Ajuste o valor conforme necessário */
    flex-wrap: wrap;
    margin-top: -5%;
}

.experimente-pratica{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.experimente-pratica h2{
    font-weight: 800;
    margin: 0;
    font-size: 2.5rem;
    margin-bottom: 2%;
    text-align: center;
}

.experimente-pratica img{
    max-width: 50%;
    margin-top: 5%;
    border-radius: 50px;
}

.img-botao-vazio{
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
.img-botao-vazio img{
    max-width: 80%;
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d3b66;
    text-align: center;
}
.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    gap: 5%;
}
.stat h2 {
    font-size: 5rem;
    font-weight: 800;
    color: #0d3b66;
    margin: 0;
    text-align: center;
}
.stat p {
    font-size: 2rem;
    color: #555;
    margin: 5px 0 0;
    text-align: center;
}

.stats-coluna{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.back-solicita{
    color: white;
    padding: 5%;
    background: linear-gradient(90deg,  rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}



.row-solicita{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row-solicita img{
    max-width: 50%;	
}

.solicita-txt h2{
    font-size: 2.5rem;
    font-weight: 800;
}


@media (min-width: 320px) and (max-width: 480px) {
    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img{
        display: none;
    }
    
    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;

        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .txt-back-transparente h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .txt-back-transparente-img img{
        width: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .funciona-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .funciona-row img {
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }

    .funciona-txt{
        max-width: 90%;
        font-size: 1.5rem;
        text-align: center;
    }
    
    .como-funciona h2{
        text-align: center;
        font-weight: 800;
        font-size: 2.5rem;
        margin-top: 5%;
    }

    .sst-row{
        flex-direction: column;
    }

    .cadastra-2{
        margin-bottom: 5%;
    }

    .sst-colum p{
        max-width: 90%;
    }

    .interface-botoes {
        gap: 5px; /* Ajuste o valor conforme necessário */
        flex-wrap: wrap;
        margin-top: 0%;
    }

    .back-sst,
    .back-interface{
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .experimente-pratica img{
        max-width: 100%;
    }

    .img-botao-vazio img{
        max-width: 100%;
    }

    .title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #0d3b66;
        text-align: center;
    }

    .stat{
        margin-top: 15%;
    }

    .row-solicita{
        flex-direction: column;
    }
    
    .row-solicita img{
        max-width: 90%;	
    }
    
    .solicita-txt{
        text-align: center;
    }

    .card:nth-child(2),
    .card:nth-child(4),
    .card:nth-child(6),
    .card:nth-child(8){
        background-color: #1c4c7c;
    } 
}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img{
        display: none;
    }
    
    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;

        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    
    .txt-back-transparente h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .txt-back-transparente-img img{
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    .funciona-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .funciona-row img {
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }
    
    .funciona-txt{
        max-width: 90%;
        font-size: 1.5rem;
        text-align: center;
    }
    
    .como-funciona h2{
        text-align: center;
        font-weight: 800;
        font-size: 2.5rem;
        margin-top: 5%;
    }

    .sst-row{
        flex-direction: column;
    }

    .cadastra-2{
        margin-bottom: 5%;
    }

    .sst-colum p{
        max-width: 90%;
    }

    .interface-botoes {
        gap: 5px; /* Ajuste o valor conforme necessário */
        flex-wrap: wrap;
        margin-top: 0%;
    }

    .experimente-pratica img{
        max-width: 100%;
    }
    
    .img-botao-vazio img{
        max-width: 100%;
    }

    .stat{
        margin-top: 15%;
    }

    .row-solicita{
        flex-direction: column;
    }
    
    .row-solicita img{
        max-width: 90%;	
    }
    
    .solicita-txt{
        text-align: center;
    }

}
/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img{
        display: none;
    }
    
    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;
        text-align: justify;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    
    .txt-back-transparente h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .txt-back-transparente-img img{
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }


    .funciona-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .funciona-row img {
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }
    
    
    .funciona-txt{
        max-width: 90%;
        font-size: 1.5rem;
        text-align: center;
    }
    
    .como-funciona h2{
        text-align: center;
        font-weight: 800;
        font-size: 2.5rem;
        margin-top: 5%;
    }

    .interface-botoes {
        gap: 5px;
        flex-wrap: wrap;
        margin-top: 0%;
    }

    .row-solicita{
        flex-direction: column;
    }
    
    .row-solicita img{
        max-width: 90%;	
    }
    
    .solicita-txt{
        text-align: center;
    }

    

}

@media (min-width: 1026px) and (max-width: 1600px) {

    .overlay-text {
        text-align: start;
        width: 95%;
    }

    .txt-back-transparente{
        max-width: 40%;
        margin-left: 10%;
        
    }

    .txt-back-transparente h2 {
        font-size: 2rem;
    }

    .txt-back-transparente p {
        font-size: 1rem;
    }

    .txt-back-transparente-img img {
        width: 400px; 
        margin-bottom: 0%;
    }
    

}