/*banner*/
.img-banner{
	width: 100%;
	height: auto;
}

/*texto*/
.contenedor-texto{
    display: flex;
    flex-direction: row;
	justify-content: center;
    color: black;
    text-align: center;
    margin: 3rem 0 ;
}
.parrafo{
	font-size: 20px;
}
.parrafo-bold{
    font-family: 'Montserrat-ExtraBold';
    font-size: 20px;
}
.titulo1{
	font-size: 42px;
    font-family: 'Montserrat-ExtraBold';
}

/*pasos*/
.contenedor-barra{
	background-color: #da7687;
    padding: 0.7rem 0;
    text-align: center;
    margin-bottom: 3rem;
}
.titulo2{
	color: white;
    font-family: 'Montserrat-ExtraBold';
    font-size: 28px;
}
.contenedor-pasoA{
    border-bottom: solid 3px;
    height: 390px;
    color: black;
    text-align: left;
    padding: 3rem;
    margin-bottom: 3rem;
}
.contenedor-pasoB{
    border-top: solid 3px;
    height: 390px;
    color: black;
    text-align: left;
    padding: 3rem;
    margin-bottom: 3rem;
}
.color-paso1{background-color: #fef1f4;}
.color-paso2{background-color: #fae5e8;}
.color-paso3{background-color: #f7d6dc;}
.color-paso4{background-color: #f2b9c4;}
.titulo-pasos{
    font-size: 50px;
    font-family: 'Montserrat-ExtraBold';
    text-align: center;
}
.numero{
	font-size: 80px;
}
.parrafo-pasos{
	font-size: 26px;
	line-height: 1;
}
.contenedor-lineabarra{
	display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Montserrat-ExtraBold';
    font-size: 12px;
}
.line-black{
    width: 2px;
    background-color: black;
    height: 64px;
    margin: 1rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.titulo-pasos{
	    font-size: 35px;
	}
	.numero{
		font-size: 48px;
	}
	.parrafo-pasos{
		font-size: 22px;
	}
	.contenedor-lineabarra {
	    font-size: 10px;
	}
}