/* 
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 */

html, body{
    overflow-x: hidden;
}

.page-id-10 header,
.page-id-10 footer {
    display: none !important;
}

.elementor-nav-menu--dropdown .elementor-item:hover{
    background-color: #cbede0 !important;
}

.eael-creative-button .eael-creative-button-icon-right{
    padding: 6px !important;
background-color: #cbede0;
border-radius: 50% !important;
}

.menu_shadow{
    box-shadow: 0 12px 16px -4px #b6b0a41a, 0 8px 12px #b6b0a41a;
}

.servicio h3{
    font-family: "PP Neue Montreal", Sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
}


::selection {
  color: #2e4c47;
  background: #fff4dd;
}

.tarjeta_servicios{
  transition: all 0.3 ease-in-out;
}
.tarjeta_servicios:hover{
  background-color: #2e4c47 !important;
  transition: all 0.3 ease-in-out;
}

.tarjeta_servicios:hover h2,
.tarjeta_servicios:hover p{
   color: #fdfbf5 !important;
  transition: all 0.3 ease-in-out;
}


.tarjeta_servicios:hover .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
     --divider-color: #fdfbf5  !important;
}

/*========MEDIA QUERY============*/

@media only screen and (max-width: 900px) {
.servicio h3{
    font-size: 1.2em;

}

.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 48px;
    background-color: #fdfbf5;
    height: 90vh;
}

#pie_soraya_menu .elementor-nav-menu--dropdown.elementor-nav-menu__container{
display: none !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container ul{
    display: flex;
    flex-direction: column;    
    background-color: #fdfbf5;
    height: 90vh;
    align-self: center;
    width: 100%;
    justify-content: center;
    padding: 2rem;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li {
    background-color: #fdfbf5;
    align-self: flex-end;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a {
    background-color: #fdfbf5;
    align-self: flex-end;
    font-size:6em !important;
    line-height: 1.4 !important;
    color: #2e4c47 !important; 
     transition: all 0.5 ease-out;
    text-transform: capitalize !important; 
    font-weight: 100  !important;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a:hover {
    color: #655793;
    letter-spacing: 2px;
    transition: all 0.5 ease-out;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li .elementor-item-active{
background-color: transparent !important;
text-decoration: underline;
}

}

@media only screen and (max-width: 500px) {

.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 48px;
    background-color: #fdfbf5;
    height: 90vh;
}

#pie_soraya_menu .elementor-nav-menu--dropdown.elementor-nav-menu__container{
display: none !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container ul{
    display: flex;
    flex-direction: column;    
    background-color: #fdfbf5;
    height: 90vh;
    align-self: center;
    width: 100%;
    justify-content: center;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li {
    background-color: #fdfbf5;
    align-self: flex-end;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a {
    background-color: #fdfbf5;
    align-self: flex-end;
    font-size:5em !important;
    line-height: 1.4 !important;
    color: #2e4c47 !important; 
     transition: all 0.5 ease-out;
    text-transform: capitalize !important; 
    font-weight: 100  !important;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a:hover {
    color: #655793;
    letter-spacing: 2px;
    transition: all 0.5 ease-out;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li .elementor-item-active{
background-color: transparent !important;
text-decoration: underline;
}

}