.content_text {
    background-color: #F5F7F6;
}

.content_before::before{
    content: '';
    position: absolute;
    right: 100%;
    height: 100%;
    width: 200%;
    background: #F5F7F6
}

.content_after::after{
    content: '';
    position: absolute;
    left: 100%;
    height: 100%;
    width: 200%;
    background: #F5F7F6
}

.section_caracteriscas .jet-listing-dynamic-repeater{
      padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 35px 30px 2px #D9E7E5;
}

.section_caracteriscas .jet-listing-dynamic-repeater__items {
    border-style: dashed; 
    border-color: #91b3b0;
    border-width: 2px;
    border-radius: 10px;
    padding: 20px;
    /*display: flex !important;*/
    /*justify-content: space-between !important; */
}

.section_caracteriscas .jet-listing-dynamic-repeater__items div{
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 25%;
}

.section_caracteriscas .jet-listing-dynamic-repeater__items div img{
    height: 60px;
}

.section_caracteriscas .jet-listing-dynamic-repeater__items div span{
    padding-top: 15px;
    width: 70%;
    text-align: center;
    color: #005C53;
    font-weight: bold;
    margin: auto;
    line-height: 20px;
    font-size: 20px
}

.section_caracteriscas .jet-listing-dynamic-repeater__items div:nth-last-child(n+2) {
    border-left: 2px !important;
    border-bottom: 2px !important;
    border-top: 2px !important;
    border-style: dashed;
    border-color: #91b3b0;
}

.swiper-pagination-bullet {
    width: 45px !important;
    height: 5px !important;
    border-radius: 13%;
    transform: skewX(-40deg);
}
.swiper-pagination-bullet-active{
    background-color: #F6633E !important
}

@media (max-width: 767px) {
	
	.section_title .elementor-widget-container .elementor-image-box-wrapper{
		display: flex !important;
		align-items: center;
	}
	
	.section_title .elementor-widget-container .elementor-image-box-content{
		display: flex !important;
		align-items: center !important;
    	
	}
	
    .section_caracteriscas .jet-listing-dynamic-repeater__items {
        display: flex;
        flex-direction: column;
    }
    .section_caracteriscas .jet-listing-dynamic-repeater__items div{
        width: 100%;
        flex-direction: initial;
        border-radius: 10px;
        background-color: #fff;
        /*padding: 25px 30px;*/
        margin-bottom: 20px;
        padding-left: 0px;
    padding-right: 0px;
    }
    
    /*.section_caracteriscas .jet-listing-dynamic-repeater__items span:before{*/
    /*    content: '';*/
    /*left: 31px;*/
    /*width: 12px;*/
    /*height: 81px;*/
    /* background-color: red; */
    /* border: 2px solid green; */
    /*position: absolute;*/
    /*border-style: dashed;*/
    /*border-color: #91b3b0;*/
    /*border-width: 2px;*/
    /*border-radius: 10px;*/
    /*top: 30px;*/
    /*}*/
    
    .section_caracteriscas .jet-listing-dynamic-repeater{
        box-shadow: none;
    }
.section_caracteriscas .jet-listing-dynamic-repeater__items {
        border-style: none;
        
    }
.section_caracteriscas .jet-listing-dynamic-repeater__items div:nth-last-child(n+2) {
        border: none;
    }
.section_caracteriscas .jet-listing-dynamic-repeater__items div{
        box-shadow: 0px 50px 40px 10px #D9E7E5;
        background-color: #fff;
}

.section_caracteriscas .jet-listing-dynamic-repeater__items div img{
        height: 40px;
        width: 60px;
        padding-left: 15px;
    }
    
    .section_caracteriscas .jet-listing-dynamic-repeater__items div span{
     width: 99%;
    height: 75px;
    border-style: dashed !important;
    border-color: #91b3b0 !important;
    border-radius: 10px;
    padding: 20px 30px 20px 80px;
    margin: -16px -59px;
    }
	
	.proyectos .jet-slick-dots li{
		width: 35px !important;
		height: 5px !important;
		border-radius: 13%;
		transform: skewX(-40deg);
		background-color: #d0ddd7;
	}
	.proyectos .jet-slick-dots .slick-active{
		background-color: #F6633E !important
	}
}
