/*
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
*/
/*Header Styles*/
#top-bar-contact .elementor-icon-list-item:after {
	border-radius: 50%;
	box-shadow: 0 0 1px 0px #EBBA59;
}

#main-menu a.elementor-item, 
#main-menu .elementor-sub-item{
    -webkit-text-stroke: .3px;
}

/*Footer Styles*/
#legales-menu .elementor-icon-list-item:after {
    rotate: 15deg;
}

/*Home Page Styles*/
.title-cursive span {
	font-style: italic;
}

.elementor-field-option {
    display: flex;
    gap: 15px;
}

body .page-content a:not(.elementor-button, .elementor-item) {
    color: #9B9C4E !important;
}

.elementor-button-text {
    -webkit-text-stroke: .3px !important;
}

.cky-btn-revisit-wrapper {
	background-color: #2B4E72 !important;
}

#tablepress-1 {
    font-family: 'Nunito';
    line-height: 1.5em;
    font-size: 16px;
    letter-spacing: -0.5px;
    border: 1px solid #9B9C4E;
}

#tablepress-1 thead tr th {
    height: 65px !important;
    font-family: 'Playfair Display' !important;
    color: #fff !important;
    letter-spacing: -.5px !important;
    font-size: 18px;
    font-weight: 400;
}

#tablepress-1 tfoot th {
    font-weight: 400 !important;
    font-size: 18px !important;
}


#tablepress-1 thead tr th {
	background-color: #2B4E72 !important;
}

#tablepress-1 tbody tr {
    height: 50px;
}

#tablepress-1 th, #tablepress-1 td {
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: middle;
}

#tablepress-1 td:not( :first-child ) {
	text-align: center !important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background-color: #ffffff00 !important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background-color: #e6e6be !important;
}

.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid #9B9C4E !important;
}

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #d9edf700 !important;
    font-weight: 700;
    word-break: normal;
    text-align: center !important;
    font-size: 16px;
}

.cky-consent-bar,
.cky-preference-center{
    font-family: 'Nunito' !important;
    letter-spacing: -.5px;
}




