.banner-responsive{
    width: 100%;
    position: relative;
}
.banner-slide{
    width: 100%;
    position: relative;
}
.banner-slide picture{
    width: 100%;
    display: flex;
}
.banner-slide picture img{
    width: 100%;
    min-height: 374px;
    object-fit: cover;
    object-position: center;
}
.banner-slide .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.banner-slide .absolute-container .container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding-right: 54%;
}
.banner-slide .absolute-container .container .icon{
	width: 60px;
	height: 60px;
	border-right: 5px;
	background-image: url('../imagens/exames/bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	place-content: center;
}
.banner-slide .absolute-container .container .icon img,
.banner-slide .absolute-container .container .icon i{
	font-size: 25px;
	max-width: 50%;
}
.banner-slide .absolute-container .container h2{
    font-size: 42px;
	font-family: "neue";
	width: 300px;
}


/* SOBRE */
.sobre{
    width: 100%;
    padding: 100px 0;
    background-color: var(--bg3);
}
.sobre .container{
    gap: 30px;
    justify-content: space-between;
}
.sobre .titulo{
    max-width: 300px;
    width: 100%;
    gap: 20px;
}
.sobre .titulo h5{
	font-family: "neue-m";
	font-weight: 500;
}
.sobre .titulo .barra{
	background-color: var(--primaria);
}
.sobre .texto{
    max-width: 1008px;
    width: 100%;
}


/* INFORMACOES */
.informacoes{
    width: 100%;
    padding: 100px 0;
}
.informacoes .container{
    gap: 30px;
    justify-content: space-between;
}
.informacoes .div{
    width: 1px;
    height: 100%;
    background-color: var(--cor-5);
}
.informacoes .img{
    max-width: 576px;
    width: 100%;
    gap: 50px;
}
.informacoes .img img{
	width: 100%;
}
.informacoes .img h2{
    font-size: 48px;
}
.informacoes .infos{
    max-width: 715px;
    width: 100%;
    gap: 40px;
}
.informacoes .infos .box{
	width: 100%;
	gap: 30px;
	border-bottom: 1px solid var(--cor-5);
	padding-bottom: 40px;
}
.informacoes .infos .box:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.informacoes .infos .box h3,
.informacoes .infos .box h3 span{
	font-size: 26px;
    font-weight: 500;
    font-family: "neue-m";
}
.informacoes .infos .box ul{
	gap: 20px;
}
.informacoes .infos .box ul li{
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 25px;
}
.informacoes .infos .box ul li i{
	color: var(--azul);
}
.informacoes .faq-content{
    max-width: 844px;
    width: 100%;
    gap: 20px;
}
.informacoes .faq-content details {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e5e5e563;
    gap: 20px;
    padding-bottom: 20px;
    transition: ease .3s;
}
.informacoes .faq-content summary {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-family: "neue-m";
    font-size: 18px;
    cursor: pointer;
    padding-right: 20px;
    transition: ease .3s;
}
.informacoes .faq-content details summary::marker{
    display: none;
}
.informacoes .faq-content details summary::after {
    content: "\2191";
    font-size: 24px;
    color: inherit;
    font-weight: 500;
    font-family: "neue-m";
    color: var(--primaria);
    transition: ease .3s;
    position: absolute;
    right: 0;
}
.informacoes .faq-content summary:hover,
.informacoes .faq-content summary:hover::after,
.informacoes .faq-content details[open] > summary::after,
.informacoes .faq-content details[open] > summary{
    color: var(--azul);
    transition: ease .3s;
}
.informacoes .faq-content details[open] > summary::after{
    content: "\2193";
    transition: ease .3s;
}
.informacoes .faq-content details p{
    margin-top: 10px;
    font-size: 16px;
}


/* BOTOES */
.botoes{
	width: 100%;
	padding: 100px 0;
	background-color: var(--bg3);
}
.botoes .container{
	justify-content: center;
	gap: 50px;
}
.botoes .container h2{
	width: 100%;
	margin: auto;
	text-align: center;
}
.botoes .container a{
	display: flex;
	gap: 20px;
	color: #fff;
	background-color: var(--azul);
	padding: 20px 40px;
	border-radius: 5px;
	transition: ease .3s;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1520px){
	.informacoes .div{
		display: none;
	}
	.informacoes .img{
		max-width: unset;
		width: calc(100% - 755px);
	}
	.informacoes .infos{
		max-width: 670px;
	}
}

@media screen and (max-width: 1400px){
    .informacoes .img h2{
        font-size: 3vw;
    }
}

@media screen and (max-width: 1366px){
	.informacoes .img{
		width: calc(100% - 650px);
	}
	.informacoes .infos{
		max-width: 600px;
	}
}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1100px){
	.informacoes .img{
		width: calc(100% - 550px);
	}
    .informacoes .infos{
		max-width: 500px;
	}
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .informacoes .img{
		max-width: 576px;
        width: 100%;
	}
    .informacoes .img h2{
        font-size: 35px;
    }
    .informacoes .infos{
		max-width: 100%;
	}
}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    .banner-slide .absolute-container{
        align-items: flex-start;
    }
    .banner-slide .absolute-container .container{
        padding-right: 0;
        padding-top: 40px;
    }
    .banner-slide .absolute-container .container h2{
        font-size: 7vw;
    }
    .informacoes .img h2 {
        font-size: 7vw;
    }
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}