/*
Theme Name: ViatjesJetLag
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1713369496
Updated: 2024-04-17 17:58:16

*/

h2{
	margin: 20px 0 10px 0;
}

h3{
	margin: 20px 0 10px 0;
}


/* Menu principal */

.menu-principal {
	font-family: 'Raleway';
	
}

.menu-principal a.mega-menu-link {
	font-weight:600 !important;
}

.elementor-field-type-acceptance.elementor-field-group label {
    font-size: 13px !important;
}

.custom-pagination-arrow .page-numbers {
	    color: grey;
}
.custom-pagination-arrow a.page-numbers {
	    color: #ffffff;
}

.custom-pagination-arrow .elementor-pagination {
	position: absolute;
    top: 0;
   left: calc(80% - 20px);
}

@media only screen and (max-width: 600px) { 
	.custom-pagination-arrow .elementor-pagination {
		left: calc(80% - 20px);
	}
}

@media only screen and (max-width: 400px) { 
	.custom-pagination-arrow .elementor-pagination {
		left: calc(80% - 20px);
	}
}



/* Iconos listas */

.viajes-lista {
    list-style: none;
    padding: 29px 20px;
    background: #f7f7f7;
    margin: 20px 0;
}

.viajes-lista li {
	position: relative;
    padding: 10px;
    overflow: hidden;
}

.viajes-lista li a{
	color: #000;
    font-weight: 600;
    cursor: pointer;
    background: #15eec9;
    padding: 2px 10px;
    border-radius: 6px;
}

.viajes-lista li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #15eec9;
    margin-right: 10px;

}
