/* 
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 */
#slide-portada .swiper-slide-contents {
    background: rgba(0,0,0,0.3);
    padding: 20px;
	border-radius:0;
}
#slide-portada .elementor-swiper-button {
    font-size: 23px;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    border-radius: 0;
}
/* paginador */
.elementor-pagination .page-numbers.current {
    border: 1px solid #154F92;
	color: #FFFFFF;
    background: #154F92;
    padding: 7px 12px;
}
.elementor-pagination .page-numbers {
    border: 1px solid #e1e1e1;
    padding: 7px 12px;
}
.elementor-pagination .page-numbers:hover {
    background: #154F92;
	border: 1px solid #154F92;
	color:#fff !important;
}
.elementor-pagination .page-numbers.next {
    border-radius: 0 20px 20px 0;
}
.elementor-pagination .page-numbers.next {
    border-radius: 0 20px 20px 0;
}
.elementor-pagination .page-numbers.prev {
    border-radius: 20px 0 0 20px;
}

@media only screen and (max-width : 1024px) {
	#slide-portada .swiper-slide-contents {
		padding: 15px;
	}
}
/* Esto hace que el campo parezca de solo lectura */
#form-field-referencia {
    background-color: #e9ecef !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

#galeria-vehiculo .elementor-swiper-button.elementor-swiper-button-prev, 
#galeria-vehiculo .elementor-swiper-button.elementor-swiper-button-next {
    background: rgba(0,0,0,0.6) !important;
    padding: 5px !important;
}