/*
Description : creados para trabajar las fichas regionales con sus diferentes configuacoines
Version : 1.0 
Author : Cristián Alvarez
 
 
*/



.FR-DR h1 {
    font-family: "Manrope", Sans-serif;
    font-size: 65px !important;
    font-weight: 700 !important;
    line-height: 74px;
    color: #075180 !important;
}

.FR-GT-ZExtremas h2 {
		font-family: "Manrope", Sans-serif;
    	font-size: 40px;
    	font-weight: 700 !important;
    	line-height: 48px;
    	letter-spacing: 2px;
    	color: #075180 !important;
	}

@media screen and (max-width: 768px) {
	
	.fichas {
		/*manejo de la imagen para cada region */
    	height: 38vh !important;
    	background-repeat: no-repeat !important;
    	background-position: center center !important;
    	background-size: 100% 100% !important;
    	background-color: transparent !important;
	}
	.region_nombre {
    	font-family: "Manrope", Sans-serif;
    	font-weight: 700;
    	font-size: 38px !important;
    	line-height: 40px !important;
    	letter-spacing: 0px;
    	text-align: center;
    	color: #FFFFFF;
	}
	.region_titulo {
    	text-align: center;
    	top: 17% !important;
    	position: absolute;
	}	
	.FR-DR h1 {
    	font-family: "Manrope", Sans-serif;
    	font-size: 40px !important;
    	font-weight: 700 !important;
    	line-height: 74px;
    	color: #075180 !important;
	}
	.FR-GT-ZExtremas h2{
		font-size: 26px;
    		font-weight: 700 !important;
    		line-height: 33px;
    		letter-spacing: 2px;
    		color: #075180 !important;
    		padding-left: 84px;
	}


}


