/* 
Theme Name: INKA by asako
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Created by Fran Ramos
Author: Fran Ramos
Author URI: https://elementor.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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.page-header{
	margin-top:128px;
}

.page-header h1{
	color:#0d4840;
}

.grecaptcha-badge{
	opacity:0;
}


a{
    color: white;
}


.elementor-15 .elementor-element.elementor-element-9b31d30 {
    mix-blend-mode: difference;
    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
}



.carta-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1!important;
}

.carta-links {
    border-bottom: 1px solid white;
    padding-bottom: 0;
    font-style: oblique;
    font-weight: 300;
}



button.menu {
    display: inline-block;
    font-weight: 400;
    color: transparent; 
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none; 
    padding:0;
    font-size: 0;
    border-radius: none;
    transition: all .3s;
}
button.menu:hover,button.menu:active,button.menu:focus {

background-color: transparent;
text-decoration: none;
}


.line {
    fill: none;
    stroke: white;
    stroke-width: 1;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  

 