.elementor-kit-10{--e-global-color-primary:#D8B108;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#4D4D4D;--e-global-color-accent:#61CE70;--e-global-color-f621d5d:#677150;--e-global-color-77924d9:#F2F0EA;--e-global-color-7b2c2a3:#2E3C7F;--e-global-color-db9513f:#7E6A40;--e-global-typography-primary-font-family:"Dharma";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,
body{
width:100%;
overflow-x:hidden;
}

body{
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content, .wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

.content {
    overflow-x: hidden;
}

.section {
    width: 100%;
    height: 100vh;
}

.hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.image-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    perspective: 500px;
    overflow: hidden;
}

/*POPUPS */
.popup-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.no-scroll {
    overflow: hidden;
}

.popup-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 1000px;
    max-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-content img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}
.popup-content1p {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 900px;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-content1p img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
}

.close-btn, .close-btn0p, .close-btn1p, .close-btn2p, .close-btn3p,.close-btn4p,.close-btn5p,.close-btn6p, .close-btn1b, .close-btn2b, .close-btn3b, .close-btn1m, .close-btn1e {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .popup-content3p, .popup-content, .popup-content1p {
        width: 90%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Dharma';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ciarf.es/wp-content/uploads/2024/11/DharmaGothicE-ExBold.eot');
	src: url('https://ciarf.es/wp-content/uploads/2024/11/DharmaGothicE-ExBold.eot?#iefix') format('embedded-opentype'),
		url('https://ciarf.es/wp-content/uploads/2024/11/DharmaGothicE-ExBold.woff2') format('woff2'),
		url('https://ciarf.es/wp-content/uploads/2024/11/DharmaGothicE-ExBold.woff') format('woff'),
		url('https://ciarf.es/wp-content/uploads/2024/11/DharmaGothicE-ExBold.ttf') format('truetype'),
		url('https://ciarf.es/wp-content/uploads/2024/11/DharmaGothicE-ExBold.svg#Dharma') format('svg');
}
/* End Custom Fonts CSS */