/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2024 | 07:40:53 */
.textline p {
position: relative;
    display: flex;
    justify-content: center;
	align-items: center;

}

.textline p:after {
content: "";
    clear: both;
    width: 51px;
    height: 2px;
    background-color: #B9FD50;
    display: block;
    margin-left: 20px;
}


.textline p:before {
content: "";
    clear: both;
    width: 51px;
    height: 2px;
    background-color: #B9FD50;
    display: block;
    margin-right: 20px;
}


.iconbd .elementor-icon-list-icon i {
    background-color: #22cc31;
    width: 44px;
    height: 44px;
    border-radius: 9px;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, .6);
    font-size: 23px;
    line-height: 44px;
    text-align: center;
}

.hdingtext h2 {
	position: relative;
}



.hdingtext h2:before {
    content: "";
    background-image: url(https://wipproducoes.pt/wp-content/uploads/2024/12/iconsi.png);
    width: 60px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    position: relative;
    top: 31px;
    left: -7px;
	
}




/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {



.iconbd	.elementor-icon-list-text br {
   display: none !important;
}




























}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {	

.ttbr p br {
	display: none;
}

.ttbr h2 br {
	display: none;
}

.hdingtext h2:before {
	display: none;
}


.textline p:before {
    content: "";
    clear: both;
    width: 25px;
    height: 2px;
    display: block;
    margin-right: 9px;
}

.textline p:after {
    content: "";
    clear: both;
    width: 25px;
    height: 2px;
    display: block;
    margin-left: 9px;
}








.iconbd	.elementor-icon-list-text br {
   display: none !important;
}

















}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {



.ttbr p br {
	display: none;
}

.ttbr h2 br {
	display: none;
}

.hdingtext h2:before {
	display: none;
}


.textline p:before {
    content: "";
    clear: both;
    width: 25px;
    height: 2px;
    display: block;
    margin-right: 9px;
}

.textline p:after {
    content: "";
    clear: both;
    width: 25px;
    height: 2px;
    display: block;
    margin-left: 9px;
}


.iconbd .elementor-icon-list-icon i {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, .6);
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}


.iconbd	.elementor-icon-list-text br {
   display: none !important;
}











}



