/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


a, a:active, a:hover {
    color: #DA7817;
}

figure.slider-img.elementor-image-box-img h3 {
	color: #333333;
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

p#breadcrumbs a,p#breadcrumbs span {
	font-size: 14px;
	font-family: 'Poppins';
	color: #000000;
}

#noticias article.elementor-post {
    background: #ECEEF2;
}

figure.swiper-slide-inner {
    height: 300px;
}

img.swiper-slide-image {
    object-fit: cover;
} 

img.attachment-medium.size-medium {
    object-fit: cover;
    width: 100%;
    height: 180px;
}

.gallery-icon.portrait {
    height: 150px;
    object-fit: cover;
} 
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
.elementor-post__text {
    padding: 10px;
}

#form input,#form textarea {
    background: #ECEEF2;
    border: none;
}

#form input::placeholder,#form textarea::placeholder {
    color: #333;
    font-family: Poppins;
}

#form label,#form label a{
    font-weight: 400;
    font-family: Poppins;
}

#form input[type="submit"] {
	background: #DA7817 !important;
	color: #fff;
	width: 30%;
}

/* solo se ve el idioma en el desplegable */
nav ul:last-child span{
	display: none;
}
nav ul:last-child ul li span{
	display: block;
}