/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
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 */
#site-header, footer {
  display: none;  
}

/* disable copy*/
body {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
}


#site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

#site-header a {
  font-size: 32px;
  font-family: 'ABCDiatype-Bold';
  color: #000;
}

#menu-top-sticky-menu li a {
  font-family: ABCArizonaMix-Light;
  font-size: 28px;
  font-weight: 400;
}

#marta-testimonials span.read-more {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  text-align: right;
}

#marta-footer p:last-child {
  font-size: 16px;
}

#marta-footer p:last-child a {
  color: #fff;
}

#proyectos-marta .elementor-widget-image:hover::after {
  content: 'SABER MÁS';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142px;
  height: 142px;
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  z-index: 1;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
}

#proyectos-marta .elementor-widget-image:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;  
}

@media (max-width: 768px) {
  #site-header {
    padding: 10px 0;
  }
  #site-header .header-inner {
    align-items: center;
  }
  .site-header .site-title {
    font-size: inherit;
  }
  #site-header .header-text {
    font-size: 12px;
    font-family: 'ABCArizonaMix-Light';
  }
  #site-header a {
    font-size: 12px;
  }
  .site-navigation-toggle-holder {
    display: none;
  }
}