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

h1{
    font-size: 3rem;
    font-family: 'Playfair Display', serif !important;
    color: #000;
    font-weight: 400;
    line-height: 3.5rem;
}

h2{
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    color: #000;
    font-weight: 400;
    line-height: 2.75rem;
}

h3 {
    font-size: 1.5rem;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    color: #000;
    font-weight: 400;
    line-height: 2rem;
}

h4{
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 1.5rem;
}

h5{
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 1.25rem;
}


p {
    font-size: 0.9375rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #434343;
    line-height: 1.6875rem;
}

a{
    color: #003754;
}

/*HEADER*/
.boton a{
    background-color: #003754;
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF !important;
    padding: 5px;
    line-height: 14px;
    font-weight: bold;
    border: 1px solid #003754;
    display: inline-block;
    border-radius: 17.5px;
    text-decoration: none;
    margin: 5px;
	transition: ease 0.3s; 
}

.boton a:hover{
	transform: scale(1.1);
	transition: ease 0.3s; 
	line-height: inherit !important;
}

.menu li{
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    padding: 5px;
    line-height: 14px;
    font-weight: bold;
    display: inline-block;
    border-radius: 17.5px;
    text-decoration: none;
    margin: 5px !important;
}

.menu li a{
    padding: 5px 12px 5px 12px!important;
}

/*HOME*/
.boton-destacado a:hover{
    transform: scale(1.05);
    transition: ease 0.3s; 
}

.boton-destacado a{
    transition: ease 0.3s; 
}

/*Nuestra metodologia*/
.nuestra-metodologia h4{
    font-size: 20px;
}

/*Quienes somos*/
.quienes-somos h2{
    font-size: 24px;
}

.quienes-somos h3{
    font-size: 14px;
}
/* .site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid white;
    padding-top: 10px;
} */

/*Footer*/
.footer-home{
    border-top: 1px solid white;
    padding-top: 10px;
    
}

.footer-home p{
    color: white !important;
    font-weight: bold;
}

.footer{
    border-top: 1px solid #1F3645;
    padding-top: 10px;
    
}

.footer p{
    color: #003754 !important;
    font-weight: bold;
}

.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block){
    margin-bottom: 0px;
}

@media (max-width: 480px){
    .footer-home{
        border-top: 0px;
    }
	
	/* Asegúrate de que el menú esté en posición absoluta */
	.elementor-nav-menu--dropdown {
		position: absolute;
		top: 100%;
		right: 20%;
		width: 140px;
		z-index: 9999;
	}

	/* Asegura que el contenedor no se expanda */
	.elementor-nav-menu__container {
		overflow: hidden;
	}

	/* Ajuste del menú desplegable */
	.elementor-nav-menu--dropdown-active .elementor-nav-menu__container {
		max-height: 500px; /* Ajusta según la altura que necesitas */
		transition: max-height 0.3s ease;
	}
	
}