/*
 Theme Name:     Proper Diet A3 - Plátano de Canarias
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Esta es una plantilla desarrollada para el Programa Europeo PROPER DIET. Financiado por la Unión Europea. Las opiniones y puntos de vista expresados solo comprometen a su(s) autor(es) y no reflejan necesariamente los de la Unión Europea o los del Ministerio de Agricultura, Pesca y Alimentación. Ni la Unión Europea ni la autoridad otorgante pueden ser considerados responsables de ellos.
 Author:         AGR Food Marketing
 Author URI:     https://eramosdevelopers.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Large screens (1441px upwards) */
@media only screen and ( min-width: 1441px ) { 
    /* your css goes here */
	
	/*  end */
}

/* Laptops and desktops (1100-1440px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1440px) { 
    /* your css goes here */
	
	/*  end */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
	
	/*  end */

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
	
	/*  end */
}

/* Smartphones in landscape mode (480-767px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
	
	/*  end */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
	
	/*  end */
}