/* 
Theme Name: Petalos de Magnolia
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Theme para Petalos de Magnolia
Author: Estudio de Diseño Magnolia
Author URI: https://magnoliaestudiocreativo.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');
.enlace_form{
	color: #645D3B;
}

.enlace_form a:hover{
	color: #645D3B;
}
a{
	color: #645D3B;
}

a:hover{
	color: #645D3B;
}
/* Corrección desbordamiento
 */
html, body {
  overflow-x: hidden;
}

.transformed {
  /* idéntico a rotateZ(45deg); */
  transform: rotate(45deg);
  background-color: blue;
}



