/*
 Theme Name:   La Sirena
 Description:  Divi Child Theme
 Author:       Alimentos La Sirena
 Author URI:   https://www.alimentoslasirena.com
 Template:     Divi
 Version:      1.0.1
*/


/**   MENU
================================================== */



/**   GENERAL
================================================== */
sup {
	font-size: 0.7em;
}


/*   SCROLLBAR
================================================== */

/*  color scrollBar */
/*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #8E9E00;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #8E9E00 ;
}

::-webkit-scrollbar-thumb {
	background-color: #8E9E00;
	border-radius: 0px;
}
*/


/**   MEDIA QUERIES
================================================== */

@media all and (min-width: 1440px){  }
@media all and (min-width: 1024px){  }
@media all and (max-width: 1024px){  }
@media all and (max-width: 980px) {  }

@media all and (max-width: 768px) { }

@media all and (max-width: 680px) {  }


