
.sect_pasos_uso{
	padding-bottom: 100px;
}
/*LINEA PASOS SERVICIOS*/
.linea_pasos{
   
}
.gradient{
    background-color: #ffbb33;
    background-image: -webkit-gradient(linear,left top,right top,from(red),to(#ffbb33));
    background-image: -webkit-linear-gradient(left,#ffbb33,#ffbb33);
    background-image: -moz-linear-gradient(left,#ffbb33,#ffbb33);
    background-image: -ms-linear-gradient(left,#ffbb33,#ffbb33);
    background-image: -o-linear-gradient(left,#ffbb33,#ffbb33);
    background-image: linear-gradient(left,#ffbb33,#ffbb33);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f00',endColorStr='#f00',gradientType='1');
}
.content_linea_pasos {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 80px;
    position: relative;
}
.content_linea_pasos:before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px dashed rgb(11 32 144 / 90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content_linea_pasos .linea_head{
        text-align: center;
    line-height: 101px;
    width: 160px;
    height: 160px;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border: 4px solid #004884;
    border-radius: 50%;
    z-index: 3;
	overflow: hidden;
}
/*.content_linea_pasos .linea_head img{
    border-radius: 50%;
}*/
.flex_items{
    display: flex;
    flex-wrap: wrap;
}
.flex_items .item_left {
    width: 50%;
}
.flex_items .item_left .item{
    text-align: right;
    padding-right: 124px;
    position: relative;
    z-index: 1;
    margin-bottom: 43px;
}
.flex_items .item_left .item:before {
    content: '';
    height: 0;
    width: 114px;
    border-bottom: 1px dashed rgb(11 32 144 / 90%);
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1;
}
.flex_items .item_left .item:after {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #ffbb33;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: -11px;
}
/**/
.flex_items .item_left .item:nth-child(1) {
    margin-top: 240px;
}
.flex_items .item_left .item:nth-child(2) {
    margin-bottom: 43px;
}
.flex_items .item_left .item:nth-child(3) {
    margin-bottom: 43px;
}
.flex_items .item_left .item:nth-child(4) {
    margin-bottom: 43px;
}
/**/
.flex_items .item_left .item .content_text h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #03b162;
    font-weight: 800;
}
.flex_items .item_left .item .content_text p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.flex_items .item_left .item .content_text a {
	width: 100%;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    background: #03b162;
    border-radius: 19px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_items .item_left .item .content_text a:hover {
    color: #ffffff;
    background: #ffbb33;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.flex_items .item_right {
    width: 50%;
}
.flex_items .item_right .item{
    text-align: left;
    padding-right: 0;
    padding-left: 124px;
    position: relative;
    z-index: 1;
    margin-bottom: 43px;
}
.flex_items .item_right .item:nth-child(1) {
    margin-bottom: 80px;
        margin-top: 115px;
}

.flex_items .item_right .item:before {
    content: '';
    height: 0;
    width: 114px;
    border-bottom: 1px dashed rgb(11 32 144 / 90%);
    position: absolute;
    top: 15px;
    left: 0;
    right: auto;
    z-index: -1;
}
.flex_items .item_right .item .content_text h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #03b162;
    font-weight: 800;
}
.flex_items .item_right .item .content_text p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.flex_items .item_right .item .content_text a {
	width: 100%;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    background: #03b162;
    border-radius: 19px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_items .item_right .item .content_text a:hover {
    color: #ffffff;
    background: #ffbb33;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_items .item_right .item:after {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #fbd83f;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -11px;
}
/**/
.content_linea_pasos .linea_foot{
    max-width: 140px;
    -webkit-border-radius: 140px;
    -khtml-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content_linea_pasos .linea_foot a{
	    text-decoration: none;
    display: block;
    padding: 10px;
    font-weight: 800;
    color: #f1f1f1;
    text-align: center;
    background: #03b162;
    border-radius: 19px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_linea_pasos .linea_foot a:hover{
    color: #ffffff;
    background: #ffbb33;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_linea_pasos .linea_foot img{
    border-radius: 50%;
}
/**/
.flex_celular_content{
    display: none;
}
.flex_celular_content .item h3{
	font-weight: 700;
	color: #03b162;
}
.flex_celular_content .item p{
	font-weight: 300;
	font-size: 16px;
}
.flex_celular_content .item a {
	width: 100%;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    background: #03b162;
    border-radius: 19px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_celular_content .item a:hover {
    color: #ffffff;
    background: #ffbb33;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
	.content_linea_pasos{
		display: none;
	}
	.flex_celular_content{
		display: block;
	}
}