/* ========= Início Feture ========== */

.section-m1{
    margin: 40px 0;
}
/* ===================  Início área de Banner ====================== */
#secSegs{
    margin-top: 7vh;
    width: 100%;
    display: flex;
    justify-content: center;
}
#seguros {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.segs {
  position: relative;
  overflow: hidden;
  width: 325px;
  margin: 10px;
}

.segs img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.segs:hover img {
  transform: scale(1.2);
}
.segs .overlay {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 95%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}.segs .overlay p{
    color: #fff;
}

.segs:hover .overlay {
  opacity: 1;
}


#banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../img/banner/banner.png");
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center;
}

#banner h4{
    color: #fff;
    font-size: 60px;
}

#banner h2{
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}
#seguradoras{
    width: 100%;
    display: flex;
    justify-content: center;
}
#iconsSegs{
     width: 65%;
     text-align: center;
     display: flex;
     flex-wrap: wrap;
     justify-content:center;
     margin-bottom: 10px;
     font-size: 0;
 }
#iconsSegs img{
    width: 225px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

#Assist{
    width: 65%;
    margin: 20px auto;
    border-collapse: collapse;
}
#AssitTitle h2{
    background-color: #344686;
    padding: 18px;
	font-size: 19px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}
#infos1, #infos2{
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}.info h4{
    padding-top: 10px;
}
.info{
    width: 20%;
    height: 146px;
}
}#Assist .info:nth-child(even) {
    background-color: #e0e0e0;
 }#Assist .info:nth-child(odd) {
    background-color: #f5f5f5;
 }



/*Responsividade para dispositivos menores*/
@media (max-width: 1750px){
    .segs {
        width: 270px;
    }
}
@media (max-width: 1200px){
    .info{
        height: 200px;
    }
    .segs {
            width: 300px;
        }
}
@media (max-width: 1068px) {
    .segs {
        width: 350px;
    }

}
@media (max-width: 799px) {
	#banner{
		height: 20vh;
	}
	#Assist{
        width: 55%;
	}
	.info{
        width: 100%;
        height: 146px;
    }
}
@media (max-width: 477px){
	h1{
		font-size: 38px
	}

	h2{
		font-size: 32px
	}
}