/* 
Theme Name: Eragin PNI
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Theme para Eragin PNI
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;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: #f0f0f1;
}
.wpml-ls-native{
    color: #ddab1c;
}
.grecaptcha-badge{
	display: none !important;
}

