/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 18:02:29 */
.e-n-tabs-heading {
    background: #F0F0F0;
    width: max-content;
    justify-content: center;
    display: flex;
    margin: auto;
    padding: 5px;
    border-radius: 3px;
}
.elementor-element.elementor-element-fb9c29e.e-con-full.e-flex.e-con.e-child {
    margin-bottom: 0;
}
input::placeholder, textarea::placeholder {
    opacity: 1!Important;
}
a{
	text-decoration:none!important;
}
.eael-simple-menu-container.eael-simple-menu-align-right.eael-simple-menu-dropdown-align-left.preset-3 {
    display: flex!Important;
    align-items: center!Important;
    justify-content: right!Important;
}
/* ------- Desktop 1000px to 1300px-------- */
@media screen and (min-width: 1000px) and (max-width: 1300px){}
/* ------- Tablet max 731 to 1000px-------- */
@media screen and (min-width: 731px) and (max-width: 999px) {}
/* ------- Tablet min 601 to 730px-------- */
@media screen and (min-width: 650px) and (max-width: 730px){}
/* ------- MOVIL VERSION-------- */
@media screen and (max-width: 650px){
	br.movil-none{
		display:none
	}
}