/* Variante Normal */
@font-face {
    font-family: 'Montserrat Custom';
    src: url('https://modular-mx.com/Trainings/wp-content/uploads/2026/03/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Al ser Variable Font, esto cubre todos los pesos */
    font-style: normal;
    font-display: swap;
}

/* Variante Italic */
@font-face {
    font-family: 'Montserrat Custom';
    src: url('https://modular-mx.com/Trainings/wp-content/uploads/2026/03/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Aplicar la fuente a todo el sitio */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, button, .wp-block-button__link {
    font-family: 'Montserrat Custom', sans-serif !important;
}

/* Ajuste específico para que las negritas funcionen con tu fuente variable */
b, strong {
    font-weight: 700;
}
/* Add your CSS code here.
*/
body{

}

.forminator-response-message{
	position:absolute !important;
	bottom:10px !important;
}
.image-cell {
    width: 250px;
    height: 348px;
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 10px;
}

.image-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' if you don't want cropping */
  display: block;
}

.suscribe-button{
	position: absolute !important;
    top: 218px !important;
    right: 26px !important;
    height: 42px !important;
    width: 120px !important;
    background-color: #ff6900 !important;
    color: #FFF;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.postHeaderImage{
	display:none;
}

.bottomImgCar{
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.controlElement{
	display:none;
}
.vistaPrevia{
	border: 1px solid #CBCBCB;
	padding:20px 20px 20px 20px;
	border-radius:2px;
	min-height:350px;
}



.post-image{
	width:350px;
	border-radius:5px;
}
.socialIcon svg{	
	height:3em !important;
	width:24px !important;
}
.carImage{
	margin-top:-140px !important;
}
.lblCursos{
	color:#2d2d2d !important;
	font-size:14px;
}
.HighBtn{
	background-color:#66d7d1 !important;
	padding: 2px 10px 2px 10px;
	border-radius:10px;
}

.wppsac-post-categories a{
	background-color:#FFF;
	padding: 2px 10px 2px 10px;
	border-radius:10px;
}
	

.postImage{
	/*margin-left:-35px !important;*/
	display:none;
}




.customIntended{
	height:100px !important;
}
.customBarPost{
	margin-bottom:0px !important;
}
.customMarginBlock{
	margin-left:10px !important;
	margin-right:10px !important;
}
.shopping-bag-button:before { content: ''; 
	background: url(); 
	width: 30px; height: 30px; display: block; background-size: 100%; background-repeat: no-repeat; 
}
.customHeightBar{
height:50px !important;
}
.customBorder{
	border-radius:5px !important;
}
.customRight{
	float:right !important;
	text-align:right !important;
}
.customRight figure{
	float:right !important;
	text-align:right !important;
} 


.customTitle{
	font-size:18px;
	font-weight:bolder;
}
.testimonial{
	background-color:#FFFFFF; 
	margin-right:15px; 
	margin-left:7px; 
	border-radius:5px; 
	border:1px solid #CBCBCB;
	border-bottom:3px solid #FF7F37;
	box-shadow: 1px 1px 10px #b5b4b4;
}
.testimonial_titulo{
	color:#003B72 !important;
	font-weight:bold;
	font-size:20px;
}
.customFooter{
	margin-top:-22px;	
}

.LastBar{
	position: relative;    
    margin-top: -20px;
    height: 50px;
	width:100% !important;
}

.LastBar.safari {
  width: 100% !important;
}

.customFooterWidth{
	overflow-x:hidden !important;
}

.vertical{
	vertical-align:middle !important;
	width:20px;
	margin-right:5px;
	display: inline !important;
}
.customOrange{
	color:#FF7F37 !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black */
    z-index: 9998; /* Below the toast */
    display: none; /* Hidden by default */
	animation: fadeInOut 1.8s forwards;
}
.toastEH{
     position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff6900;
    color: #FFF;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: fadeInOut 1.8s forwards;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	z-index: 9999; /* Below the toast */
    /*bottom: 20px; /* Distance from the bottom 
    right: 20px;  /* Distance from the right */
}
@keyframes fadeInOut {
    0% { opacity: 0; }
    10%, 90% { opacity: 1; }
    100% { opacity: 0; }
}

@media (max-width: 768px) and (orientation: portrait) {
	.mobileMenu{
		position:absolute;
		right:20px;
	}
	.mobileMiniCart{
		position:absolute;
		right:60px;
	}
	.mobileSubbar{
		padding-top:10px !important;
		height:118px !important;
		top:15px;
	}
	
	/* ----  */
	
	.mobileServiceImage img{
		width:100%;
	}
	
	.bottomImgCar{
		display:none;
	}
	
	.mobileModular{
		display:none;
	}
	
	.carImage{
		margin-top: 0 !important;
		height:210px !important;
	} 
	
	.carImage img{		
		position:absolute;
		top:0;
		right:-32px !important;
	} 
	
	.mobileGroups{
		min-width:100% !important;
	}
	
	.mobileRow{
		flex-direction:column !important;
	}
	
	
	.mobileHeaderImg{
		position:relative;
	}


	.mobileSocialIcons{
		position:absolute;
		top:44px;
		
	}
	
	.mobileFooterTagB{
		position:absolute;
		top:22px;
	}
	
	.mobileFooterTextB{
		position:absolute;
		top:-120px;
	}
	
	.mobileFooterTagA{
		position:absolute;
		top:140px;
	}

	.mobileFooterTextA{
		position:absolute;
		top:2px;
	}
	
	.mobileFooterCustomHeight{
		height:300px;		
	}

	.mobilePostHeader{
		flex-direction: column-reverse;
		
	}
	
	.mobilePostImage{
		width: 100% !important;
	}
	
	.mobileQA{
		text-align:left !important;
		align-content:left !important;
		float:left !important;
	}
	
	.customRight{
		float:left !important;
		text-align:left !important;
	}
	.customRight figure{
		float:left !important;
		text-align:left !important;
		margin-left:-10px !important;
	} 
	
	.extraPad{
		padding-top:50px !important;
	}
	
	
	.slick-slide img{
		display:none !important;

	}
	
	.vistaPrevia{
	border: 1px solid #CBCBCB;
	padding:20px 20px 20px 20px;
	border-radius:2px;
	min-height:671px !important;
}
	
}



