/* 
Theme Name: Frectaris Web Design
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema hijo personalizado para Frectaris web design
Author: Frectaris
Author URI: https://www.frectaris.com/
Template: hello-elementor
Version: 1.0.3
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
*/


.glanbutton{
  clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%!important;
}
#cmplz-document h5, .editor-styles-wrapper .cmplz-unlinked-mode h5 {
    color: #000;
}
.cookies-per-purpose h4, .cookies-per-purpose .name, .cookies-per-purpose .retention, .cookies-per-purpose .function{
	color:#000;
}



/* Asegúrate de que el contenedor principal tenga posición relativa */
a.button.ribbon-outset.border {
    position: relative;
    display: inline-block;
    background: transparent;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 300;
}

/* Bordes superior e inferior */
a.button.ribbon-outset.border::before,
a.button.ribbon-outset.border::after {
    content: ''; /* ¡Obligatorio para que se muestren! */
    position: absolute;
    width: 100%;
    left: 0;
    height: 21px;
    border: 2px solid #7DE9DE;
}

/* Borde superior (inclinado hacia arriba) */
a.button.ribbon-outset.border::before {
    top: 0;
    transform: perspective(6px) rotateX(4deg);
    border-bottom: none;
}

/* Borde inferior (inclinado hacia abajo) */
a.button.ribbon-outset.border::after {
    bottom: 0;
    transform: perspective(6px) rotateX(-4deg);
    border-top: none;
}


a.button.ribbon-outset.border:hover {
    color: #fff;
}