/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 13:33:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

  
    .fila {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .fila.reversa {
      flex-direction: row-reverse;
    }

    .imagen, .texto {
      flex: 1;
      padding: 10px;
    }

    .imagenInterna {
        width: 220px!important; 
        height: 220px!important;
        object-fit: cover!important;
        vertical-align: top!important;
    }
 
    .imagenInternaV {
        width: 220px!important; 
        height: 220px!important;
        object-fit: cover!important;
        vertical-align: top!important;
    }
    .filaTitulo {
      display: flex;
      padding: 10px;
    }

    .fecha
    {
    	font-family: "Montserrat", serif;
    	font-weight: 600;
    	letter-spacing: 1px;
    	font-size: 10pt;
    	vertical-align: middle;
    	text-align: left;
        color: #97999A;
        float: right;
    }

    .titulo
    {
        flex-grow: 1; /* ocupa el espacio restante */
    	font-family: "Montserrat", serif;
    	font-weight: 600;
    	letter-spacing: 1px;
    	font-size: 20pt;
    	line-height: 1.5;
    	vertical-align: middle;
    	text-align: center;
        color: #FBAE00;
        margin-top: 30px;
        margin-bottom: 20px;
    }  

    .detalle
    {
    	font-family: "Montserrat", serif;
    	font-weight: 500;
    	letter-spacing: 1px;
    	font-size: 15pt!important;
    	line-height: 1.5;
    	vertical-align: middle;
    	color: #404040;
    	margin: 20px 0px 60px 0px;
        text-align: justify;
    } 

    p.Texto
    {
    	font-family: "Montserrat", serif;
    	font-weight: 400;
    	letter-spacing: 0.6px;
    	font-size: 12pt!important;
    	line-height: 1.5;
    	vertical-align: top !important;
    	color: #404040;
    	margin: 0px 20px 20px 0px;
        text-align: justify !important;
    } 
    
    p.TextoL
    {
    	font-family: "Montserrat", serif;
    	font-weight: 500;
    	letter-spacing: 0.6px;
    	font-size: 12pt!important;
    	line-height: 1.5;
    	vertical-align: top !important;
    	color: #404040;
    	margin: 0px 0px 20px 20px;
        text-align: justify !important;
    } 


.elementor-heading-title
{
	font-family: "Montserrat", serif;
	font-weight: 500;
	letter-spacing: 0.6px;
	font-size: 2.5vw;
	line-height: 1.5;
}



@media (max-width: 767px) {

	.elementor-9 .elementor-element.elementor-element-2aaac2df .elementor-heading-title
	{
		font-size: 24px;
	}

	.elementor-9 .elementor-element.elementor-element-c4fd79b .elementor-heading-title {
		font-size: 12px;
		padding: 0px 10px 0px 10px!important;
	}
	
}
  