@charset "ISO-8859-1";

@font-face {
    font-family: 'CustomFont';
    src: url('../../fonts/BwModelica-Bold.otf') format('truetype');
}
.container-generico {
	background-color: #fff;
	/*border-bottom: 1px solid rgba(0,0,0,.1);*/
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.header {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
}

#img-header-generico {
	width: 100%;
}

.in-container .img-header-generico a img {
	text-align: left;
}

.in-container .business-data p {
	margin-bottom: 0px;
}

.business-data {
	max-width: 300px;
	width: 100%;
	padding: 7px 0 0 0;
}

.business-data p {
	/*font-family: "Gill Sans", sans-serif;*/
	text-align: right;
}

.business-data #workshop {
    font-weight: 600;
    font-size: 1.1rem;
}

.business-data #workshop-address {
    font-weight: 600;
    font-size: .8rem;
}

.in-container {
	display: flex;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.texto_coop{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#img-header-coop{
	width: 700px;
}

#header_coopSJavier{
	padding:10px;
}

#header_fcf_unam{
	padding:10px;
	background-color: #000000;
}

.img_logos_unam {
	gap: 300px;
	height: 100px;
}

#header_fragor{
	padding:10px;
	background-color: #BF2932;
}
#header_equipa{
	padding:15px;
	background-color: #004A80;
}

#div_coop{
	gap: 10px;
}

.texto_coop p{
	margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: green;
}

#img_coop_sjavier{
	width:500px;
}

#img_cospal{
	width:300px;
}

#img_coop_san_vicente{
	width:350px;
}

#img_municipalidad_alem{
	width: 150px;
}


#img_easy_sobro{
	width: 200px;
}

#img_mejora_continua{
	width: 450px;
}
#img_coop_puerto_rico{
	width: 450px;
}

#img_adicional_policia{
	width: 60px;
}

#img_policia_misiones{
	width: 250px;
}

#img_bombero{
	width: 85px;
}

#img_alaci{
	width: 300px;
}

#img_ortigoza{
	width: 250px;
}
#img_coop_31demarzo{
	width:50px;
}

#img_aahe{
	width:300px;
}

#img_dean_funes{
	width:400px;
	padding:20px;
}
#img_emsa{
	width:300px;
}

#img_logo_unam{
	width: 300px;
}
	
#img_logo_fcf{
	width: 300px;
}
#img_logo_fi{
	width: 250px;
}

#img_mate_rojo{
	width: 120px;
}

#header_mate_rojo{
	background-color: #E30613;
	padding: 10px;
}

.text-coop{
	display: flex;
    flex-direction: column;
    text-align: start;
    margin-top: 10px;
}

.text-coop h1 {
    font-size: 1.5rem;
    line-height: 0.7;
}

.text-mejora-continua h4{
	margin-bottom: 50px;
	font-size: 38px;
	font-family:'CustomFont', sans-serif;
}


@media only screen and (min-width: 920px) and (max-width: 1199px) {
	.in-container {
		display: flex;
	    justify-content: space-between;
	    max-width: 760px;
	    width: 100%;
	    margin: 0 auto;
    }
    
    .business-data {
		width: 100%;
	}
	
	.in-container .img {
		width: 300px;
	}
	
	.business-data p {
		text-align: right;
	}
	#img-header-coop {
   		width: 460px;
	}
	#img_dean_funes{
		width:350px;
	}
	
	#img_logo_unam{
	width: 160px;
	}
	
	#img_logo_fcf{
		width: 160px;
	}
	
	.img_logos_unam {
	    gap: 5px;
	    height: 80px;
	}
	#img_logo_fi {
    	width: 150px;
	}
	
	#header_oop_la_dormida{
		width: 250px;
	}

}

@media only screen and (max-width: 991px) {
	.in-container {
		display: flex;
	    max-width: 300px;
	    width: 100%;
	    flex-wrap: wrap;
	    margin: 0 auto;
    }
    
    .in-container .img {
		width: 300px;
		margin: 0 auto;
	}
	
	.business-data {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.business-data p {
		text-align: center;
	}
	#img-header-coop {
    	width: 450px;
	}
	
	#img_coop_sjavier {
    	width: 280px;
	}
	#img_coop_puerto_rico{
		width: 300px;
	}
	#img_dean_funes{
		width:350px;
	}
	
	#img_logo_unam{
	width: 160px;
	}
	
	#img_logo_fcf{
		width: 160px;
	}
	
	.img_logos_unam {
	    gap: 5px;
	    height: 80px;
	}
	#img_logo_fi {
    	width: 150px;
	}
	#header_oop_la_dormida{
		width: 250px;
	}

}

@media only screen and (max-width: 767px) {
	.in-container {
		display: flex;
		width: 100%;
	    max-width: 480px;
	    flex-wrap: wrap;
	    margin: 0 auto;
    }
    
    .in-container .img {
		width: 300px;
		margin: 0 auto;
	}
	
	.business-data {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.business-data p {
		text-align: center;
	}
	#img-header-coop {
    	width: 250px;
	}
	#img_coop_sjavier {
   	 	width: 280px;
	}
	#img_coop_puerto_rico{
		width: 300px;
	}
	#img_coop_san_vicente {
    	width: 250px;
	}
	#img_mejora_continua{
		width: 250px;
	}
	#img_dean_funes{
		width:350px;
	}
	#img_logo_unam{
	width: 160px;
	}
	
	#img_logo_fcf{
		width: 160px;
	}
	
	.img_logos_unam {
	    gap: 5px;
	    height: 80px;
	}
	
	#img_logo_fi {
    	width: 150px;
	}
	#header_oop_la_dormida{
		width: 250px;
	}

}