.backgroud-cinza-seg{
    background-color: #eaeaea;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 1%;
}

.backgroud-cinza-seg h2{
   font-weight: 700;
}

.saiba-laranja {
	box-shadow: 0px 2px 4px 0px #000000;
	background-color:#ef6c00;
	border-radius:42px;
	border:1px solid #ef6c00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:5px 50px;
	text-decoration:none;
}
.saiba-laranja:hover {
	background-color:#ef6c00;
}
.saiba-laranja:active {
	position:relative;
	top:1px;
}


.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: 400px;
    height: auto;
    margin-bottom: -40%;
}

.txt-back-transparente-img-resize img{
    width: 500px;
}




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

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

.txt-back-transparente-img-inverso img{
    width: 600px;
    height: auto;
    margin-bottom: -30%;
}

.ajusta-inverso img{
    margin-bottom: -10%;
   
}

.reconhecimento-img{
    max-width: 150%;
    margin-left: -10%;
}

.reconhecimento-img-2{
    max-width: 125%;
    margin-left: -10%;
}

.ltcat-seg h2{
    font-weight: 800;
    font-size: 2.8rem;
    text-align: start;
    margin: 0;
}

.ltcat-seg p{
    font-size: 1.2rem;
    max-width: 85%;
    margin-top: 5%;
}


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

.gestao-seg{
    color: white;
    max-width: 600px;
    padding-left: 15px;
}

.gestao-seg h2{
    font-weight: 800;
    margin: 0%;
    font-size: 3rem;
    margin-bottom: 5%;
}

.gestao-seg p{
    font-size: 1.2rem;
}

.gestao-seg-img img{
    max-width: 100%;
    height: auto;
    margin-bottom: -10%;
}

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

.ltcat-seg-2{
    margin-left: 10%;
}


.ltcat-seg-2 h2{
    font-weight: 800;
    font-size: 2.8rem;
    text-align: start;
    margin: 0;
    margin-bottom: 5%;
}

.ltcat-seg-2 p{
    font-size: 1.2rem;
    max-width: 85%;
}

.reconhecimento-seg img{
    margin-left: -20%;
}





/* Dispositivos móveis (celulares) */
@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: 400px;
        height: auto;
        margin-bottom: 0%;
    }
    
    .txt-back-transparente-img-resize img{
        width: 500px;
    }

    .gestao-seg{
        color: white;
        max-width: 600px;
        padding-left: 0px;
        margin: 0;
    }
    
    .gestao-seg h2{
        font-weight: 800;
        margin: 0%;
        font-size: 2rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .gestao-seg p{
        font-size: 1.2rem;
        text-align: center;
    }
    
    .gestao-seg-img img{
        margin-bottom: 0%;
    }
    
    .gestao-seg-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .overlay-text-inverso {
        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-inverso h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    .txt-back-transparente-inverso h3{
        text-align: center;
    }
    
    .txt-back-transparente-img-inverso img{
        width: 600px;
        margin-bottom: 0%;
        max-width: 100%;
    }
    
    .ajusta-inverso img{
        margin-bottom: 0%;
    }

    .reconhecimento-img{
        max-width: 100%;
        width: 100%;
        margin-left: 0%;
    }

    .reconhecimento-img-2{
        max-width: 100%;
        margin-left: 0%;
    }
    .ltcat-seg h2,
    .ltcat-seg{
        text-align: center;
    }

    .ltcat-seg-2{
        margin-left: 0%;
    }
    
    
    .ltcat-seg-2 h2{
        font-weight: 800;
        font-size: 2.8rem;
        text-align: center;
        margin: 0;
        margin-bottom: 5%;
    }
    
    .ltcat-seg-2 p{
        font-size: 1.2rem;
        max-width: 85%;
        text-align: center;
    }

    .reconhecimento-seg img{
        margin-left: 0%;
    }
    

}

/* 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%;
    }
    
    .txt-back-transparente-img-resize img{
        width: 500px;
    }

    .flex-media-seg{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .gestao-seg h2{
        text-align: center;
    }
    
    .gestao-seg-img img{
        margin-bottom: 0%;
    }
    
    .gestao-seg-row{
        flex-direction: column;
    }


    .overlay-text-inverso {
        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-inverso h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    .txt-back-transparente-inverso h3{
        text-align: center;
    }
    
    .txt-back-transparente-img-inverso img{
        width: 600px;
        margin-bottom: 0%;
        max-width: 100%;
    }
    
    .ajusta-inverso img{
        margin-bottom: 0%;
    }

    .reconhecimento-img{
        max-width: 100%;
        width: 100%;
        margin-left: 0%;
    }

    .reconhecimento-img-2{
        max-width: 100%;
        margin-left: 0%;
    }
    .ltcat-seg h2,
    .ltcat-seg{
        text-align: center;
    }

    .ltcat-seg-2{
        margin-left: 0%;
    }
    
    
    .ltcat-seg-2 h2{
        font-weight: 800;
        font-size: 2.8rem;
        text-align: center;
        margin: 0;
        margin-bottom: 5%;
    }
    
    .ltcat-seg-2 p{
        font-size: 1.2rem;
        max-width: 85%;
        text-align: center;
    }

    .reconhecimento-seg img{
        margin-left: 0%;
    }
    
}

/* 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%;
    }
    
    .txt-back-transparente-img-resize img{
        width: 500px;
    }

    .overlay-text-inverso {
        position: relative;
        top: 0%;
        left: -10%;
        transform: translate(0%, 0%);
        color: white;
        text-align: justify;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .txt-back-transparente-inverso h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .txt-back-transparente-img-inverso img{
        width: 600px;
        margin-bottom: 0%;
        max-width: 100%;
    }
    
    .ajusta-inverso img{
        margin-bottom: 0%;
    }

    .reconhecimento-img{
        max-width: 100%;
        width: 100%;
        margin-left: 0%;
    }

    .reconhecimento-img-2{
        max-width: 100%;
        margin-left: 0%;
    }
    .ltcat-seg h2,
    .ltcat-seg{
        text-align: center;
    }

    .ltcat-seg-2{
        margin-left: 0%;
    }
    
    .ltcat-seg-2 h2{
        font-weight: 800;
        font-size: 2.8rem;
        text-align: center;
        margin: 0;
        margin-bottom: 5%;
    }
    
    .ltcat-seg-2 p{
        font-size: 1.2rem;
        max-width: 85%;
        text-align: center;
    }

    .reconhecimento-seg img{
        margin-left: 0%;
    }

    .gestao-seg-img img{
        margin-bottom: 0%;
    }
    
}

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

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

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

    .txt-back-transparente-resize{
        margin-left: 20%;
    }

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

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

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

    .txt-back-transparente-img-resize img{
        width: 500px;
    }

    .overlay-text-inverso {
        text-align: start;
        width: 90%;
        left:45%
    }

    .txt-back-transparente-inverso{
        max-width: 40%;
    }

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

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

    .txt-back-transparente-img-inverso img {
        width: 600px; 
        margin-bottom: -30%;
    }

    .ajusta-inverso img{
        margin-bottom: -10%;
    }

    
    

}