/* -------------- Font  -------------- */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local('Roboto'),
        url('fonts/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
        local('Roboto'),
        url('fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');*/
/* -------------- Font  -------------- */






*{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    
    -ms-user-select: none;
    user-select: none;

    -webkit-tap-highlight-color: transparent;
    outline: none;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */

    font-size-adjust: none !important;
    -webkit-text-size-adjust:none !important;
    box-sizing: border-box;
}

html, body{/*-ms-overflow-style: none; scrollbar-width: none;*/ position: absolute; top: 0; right: 0; margin: 0; padding: 0; width: 100% !important; min-height: 100% !important; height: fit-content; overflow-x: hidden; overflow-y: auto;}
html, body{ font-family: 'Roboto', sans-serif; }


::-moz-selection{ color: #000000; background: #e6bb00; }
::selection{ color: #000000; background: #e6bb00; }


.whatsapp_shortcut{ position: fixed; bottom: 0; right: 0; margin: 0; padding: 20px; z-index: 9999;}
.whatsapp_shortcut svg{ width: 60px; }



.main_container{ display: block; width: 100% !important; margin: 0px; padding: 0px; }
.centered_contnet{ display: block; max-width: 1024px; padding: 0px 20px; margin: 0px auto; }



/*--------------------------------------- ABOVE FOLD ---------------------------------------*/
.header{
    display: block;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0;
    background-color: #000000;
}
.header__nav{
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 0px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header__nav__el{
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 0px;
    margin: 0px;
    padding: 0px 20px;
    color: #e6bb00;
    text-decoration: none;
    font-weight: 400;
    font-size: 25px;

}
.brand__logo{
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 0px;
    fill: #ffffff;
}
.brand__name{
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 0px;
    margin-top: 10px;
    transform: scaleY(0.70);
    text-align: center;
}
#aboveFold__chat_btn{ display: none; margin-top: 0px; margin-bottom: 30px; background-color: #505050; }

.aboveFold{
    display: block;
    background-color: #000000;
}
.aboveFold__container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 20px;
    padding-top: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.aboveFold__content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding: 0px 20px;*/
}
.aboveFold__cta{ overflow: hidden; }
.aboveFold__cta__subtitle{
    display: block;
    color: #e6bb00;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.aboveFold__cta__title{
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.aboveFold__cta__button{
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 20px;
    padding: 13px 20px;
    margin: 40px 0px 20px 0px;
    background-color: #e6bb00;
    color: #ffffff;
    text-decoration: none;
}
.cta__svg{ width: 25px; display: block; margin: auto; fill: #ffffff; }
.cta__text{font-size: 20px; margin: 0; margin-left: 15px; padding: 0; font-weight: 400; }
.aboveFold__img{
    display: block;
    width: 35%;
    margin: auto 0px 0px 0px;
    padding: 0;
}
.business_address{
    display: flex;
    align-items: center;
    width: fit-content;

    font-size: 16px;
    margin: 0;
    padding: 15px 0px 25px 0px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
.business_address__svg{ width: 25px; min-width: 25px; max-width: 25px; display: block; margin: 0; padding: 0; fill: #ffffff; }
.business_address__span{ display: block; font-size: 16px; white-space: nowrap; margin: 0; margin-left: 16px; padding: 0; }
#city-address{ display: inline-block; }

.info__container{ background-color: #313131; }
.info__content{ max-width: 1024px; margin: 0 auto; padding: 0px 20px; display: flex; flex-direction: row; justify-content: space-between; height: 60px; }
.business_timetable__container{ display: block; color: #ffffff; font-size: 16px; margin: auto 0; text-decoration: none; }
.business_timetable__span__bold{ font-weight: 700; }

.business_social__nav{ display: flex; flex-direction: row; align-items: center;}
.business_social__hitbox{ width: fit-content; height: 100%; display: flex; justify-content: center; /*background-color: aquamarine;*/ padding: 0 10px;}
.social__svg{ display: block; margin: auto; padding: 0; width: 25px; fill: #ffffff; }
/*--------------------------------------- ABOVE FOLD ---------------------------------------*/






/*--------------------------------------- OUR SERVICES ---------------------------------------*/
.ourServices_container{ width: 100%; height: fit-content; margin: 0; padding: 0; background-color: #fafafa; box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12); }
.ourServices__content{max-width: 1024px; margin: 0 auto; padding: 0px 20px 20px 20px; }
.ourServices_title{ display: block; font-size: 30px; font-weight: 700; margin: 0px; padding: 30px 0px 20px 0px; color: #e6bb00; }
.ourServices_subtitle{ display: block; font-size: 20px; margin: 0px; padding: 0px; margin-bottom: 20px; color: #a38500;}
.ourServices__list__container{ display: flex; flex-direction: row; justify-content: space-between; }
.ourServices__list{ list-style-type: square; font-size: 18px; font-weight: 400; margin: 10px 0px; padding: 0; padding-left: 18px; width: fit-content; color: #000000; }
.ourServices__list li{ margin: 0; margin-bottom: 5px; padding: 0; }
.ourServices__list li::marker, .master_simbol{ color: #888888; }

#detail_list_container{ padding: 60px 0px; }
#detail_list_content{ padding: 0px 20px; }
#detail_list_title{ padding: 0px; }
#show_list_toggle{ display: block; background-color: #505050; color: white; padding: 10px 20px; width: fit-content; cursor: pointer; margin: 0px; margin-top: 20px; }
#show_list_checkbox{ display: none; }
#show_list_text{ font-size: 18px; }
.expanded_list{ display: none; }
/*--------------------------------------- OUR SERVICES ---------------------------------------*/






/*--------------------------------------- LOGO LIST ---------------------------------------*/
.logo_list__container{
    display: block;
    height: fit-content;
    max-width: 1024px;
    /*margin: 60px auto;*/
    margin: 0px auto;
    overflow: hidden;
    /*background-color: #00b1ff;*/
    /*padding: 0px 20px;*/
    padding: 0px;
}
.logo_list__content{ display: block; /*background-color: #00ff0d;*/ }
.logo_list__title{ display: none; font-size: 30px; font-weight: 700; margin: 0px; padding: 0px; color: #000000; }
.logo_list__scroll{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    overflow-y: hidden;
    overflow-x: scroll;

    max-height: 200px;
    min-width: 100px;
    padding: 40px 0px;
    margin: 0px;
}
.logo_list__scroll::-webkit-scrollbar { height: 4px; }/* width */
.logo_list__scroll::-webkit-scrollbar-track { background: #e2e2e2; }/* Track */
.logo_list__scroll::-webkit-scrollbar-thumb { background: #e6bb00; }/* Handle */
.logo_list__scroll::-webkit-scrollbar-thumb:hover { background: #313131; }/* Handle on hover */

.logo_list__el{ list-style-type: none; padding: 0px; margin: 0px; margin-right: 20px; }
.logo_list__img{ display: inline-block; width: 157px; height: 80px; /*filter: grayscale(100%);*/ }
.logo_list__scroll > :last-child { margin: 0px; }
/*--------------------------------------- LOGO LIST ---------------------------------------*/













/*--------------------------------------- FEATURES LIST ---------------------------------------*/
.features__container{
    display: block;
    max-width: 1024px;
    margin: 0px auto;
    /*padding: 0px 20px;*/
    padding: 0px;
}
.features__content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 0px;
    margin: 0px;
    margin-top: 80px;
}
.features__img, .iframe__content{
    position: relative;
    display: block;
    width: calc(50% - 10px);
    height: 400px;

    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}
.iframe__content{ height: 500px; }
.features__description{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% + 10px);
    height: 400px;
    margin: 0;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;

    overflow-y: -moz-scrollbars-none !important;
    scrollbar-width: none !important;
}
#maps_description{ height: 500px; }
.right_side__padding{ padding-left: 20px;}
.left_side__padding{ padding-right: 20px;}

.features__description::-webkit-scrollbar { width: 0px; /*Firefox*/scrollbar-width: none !important; -ms-overflow-style: none !important; }/* width */
.features__description::-webkit-scrollbar-track { background: #e2e2e2; }/* Track */
.features__description::-webkit-scrollbar-thumb { background: #e6bb00; }/* Handle */
.features__description::-webkit-scrollbar-thumb:hover { background: #000000; }/* Handle on hover */
.features__h2{
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
}
.features__paragraph{ font-size: 16px; line-height: 1.4; margin: 0; margin-top: 16px; padding: 0; text-align: justify; text-justify: inter-character; color: #000000; }
.breakline-paragraph{ content: "" !important; display: block !important; margin-bottom: 16px !important; }
.highlight-paragraph{ font-weight: bold; }
.yellow-bold{ color: #e6bb00; }
.features__nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
}
.features__button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    background-color: #e6bb00;
    margin: 0px;
    padding: 15px 10px;
    text-decoration: none;
    color: #ffffff;
}
#maps_side_content__cta{ display: block; }
.side_content__cta{ display: flex; flex-direction: row; justify-content: center; justify-content: space-between; padding: 0px; margin: 0px; margin-top: 20px; width: 100%; height: fit-content; }

.position_btn{ background-color: #ebebeb; width: 100%;}
.position_btn .features__svg{ fill: #000000;}
.position_btn .features__span{ color: #000000;}

.chat_btn{ background-color: #505050; }
.features__span{font-size: 20px; margin: 0; margin-left: 15px; padding: 0; font-weight: 400; }
.features__svg{ width: 25px; display: block; margin: auto 0 ; fill: #ffffff; /*margin-left: 20px;*/ }
/*
#features__one{ background: url("img/cardio_fitness_model.webp") no-repeat center; background-size: cover; }
#features__two{ background: url("img/calisthenics_fitness_model.webp") no-repeat center; background-size: cover; }
#features__three{ background: url("img/fitness_model_uomo-donna.webp") no-repeat center; background-size: cover; }

#strength__img{ background: url("img/panca_piana.webp") no-repeat center; background-size: cover; }
#isotonic__img{ background: url("img/macchine_isotoniche.webp") no-repeat center; background-size: cover; }
#cardio__img{ background: url("img/macchine_cardio.webp") no-repeat center; background-size: cover; }
#payment__img{ background: url("img/pago_light_pos.webp") no-repeat center; background-size: cover; }*/
/*--------------------------------------- FEATURES LIST ---------------------------------------*/







/*--------------------------------------- IFRAME VIDEO ---------------------------------------*/
.iframe_container {
    max-width: 1024px;
    max-height: fit-content;
    margin: 80px auto;
    /*padding: 0px 20px;*/
    /* background-color: #09ff00;*/
    padding: 0px;
}
.iframe_wrapper {
    background-color: #000000;
    padding-top: 56.25%;
    margin: 0px;
    overflow: hidden;
    position: relative;
    display: block;
}
.iframe_wrapper .iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: none; */

    /*safari*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes loading-circle-animation{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.loading-circle-wrapper{ width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.loading-circle{
    width: 15%;
    animation: loading-circle-animation 1.3s linear infinite;
    animation-play-state: running;
}
#loading-circle-full{fill: #ffffff;}
#loading-circle-quarter{fill: #e6bb00;}

.iframe_cover_video{
    display: block;
    width: 100%;
    height: fit-content;
    padding: 0px;
    margin: 0px;
    background-color: #f5f5f5;
    text-decoration: none;
}
.iframe_cover_span{ display: block; width: 100%; height: fit-content; margin: 0px; padding: 10px 0px; font-size: 18px; color: #000000; background-color: #ffffff; border: 1px solid #000000; border-bottom: 0px; text-align: center; }
.iframe_cover_img{ display: block; width: 100%; height: auto; padding: 0px; margin: 0px; object-fit: cover; object-position: center; }
/*--------------------------------------- IFRAME VIDEO ---------------------------------------*/









/*--------------------------------------- APP DOWNLOAD ---------------------------------------*/
.app__container{
    display: block;
    background-color: #313131;
    width: 100%;
    height: fit-content;
    /*margin: 80px 0px;*/
    margin-top: 80px;
    padding: 0px;
}
.app__content{ max-width: 1024px; margin: 0 auto; padding: 60px 20px; display: flex; justify-content: space-between; align-items: center; }
.app__img{ width: 280px;}

.app__text{ width: fit-content; height: fit-content; margin: 0px 40px; }
.app__title{ font-size: 40px; color: #ffffff; margin: 0px;}
.app__subtitle{ font-size: 18px; color: #969696; }

.app__nav__el{ display: block; margin: 0px; margin-top: 60px; width: fit-content;}
.app__download{ height: 70px; width: auto; }

.app__nav > :last-child { margin-top: 20px; }
/*--------------------------------------- APP DOWNLOAD ---------------------------------------*/














/*--------------------------------------- IG CLONE ---------------------------------------*/
.ig_page__container{ display: none; width: 100%; height: fit-content; box-shadow: 0px 1px 4px rgb(0 0 0 / 15%); color: #000000; text-decoration: none; }

.ig_above__container, .ig_below__container{ width: calc(100% - 40px); margin: 0px 20px; padding: 30px 0px; overflow: hidden; }
.ig_above__container, .ig_above__left_wrapper{ display: flex; align-items: center; justify-content: space-between; flex-direction: row; height: fit-content; background-color: #ffffff; }

.fb_img_profile__border{ width: fit-content; height: fit-content; border-radius: 50%; background-color: #2282ff; }
.ig_img_profile__border{ width: fit-content; height: fit-content; border-radius: 50%; background-color: #f09433; background: -moz-linear-gradient(45deg, #ffb86c 0%, #ff7c4d 65%, #ff3755 75%, #e22872 90%, #d81e9d 100%);  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
.ig_img_profile__container{ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: #000000; margin: 0px; padding: 0px; border-radius: 50%; overflow: hidden; margin: 3px;}
.ig_img_profile{ display: block; width: 45px; height: fit-content; }
.ig_above__text__container{ width: fit-content; height: fit-content; margin: 0px; margin-left: 16px; padding: 0px; }
.ig_name_profile{ display: block; font-size: 16px; font-weight: 700; color: #000000; margin: 0px; padding: 0px; }
.ig_subname_profile{ display: block; font-size: 16px; font-weight: 400px; color: #000000; margin: 0px; padding: 0px; }


.ig_img_post{ display: block; width: 100%; height: auto; margin: 0px; padding: 0px; }

.ig_button__container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row; width: 100%; height: fit-content; margin: 0px; padding: 0px; }
.ig_button__left_wrapper{ display: flex; align-items: center; flex-direction: row; width: fit-content; height: fit-content; margin: 0px; padding: 0px;}
.ig_button{ min-width: 24px; width: 24px; margin: 8px;}

.fb_below__container{ padding: 15px 0px; }
.fb_button__container{ justify-content: left; }
.fb_button{ min-width: 24px; width: 24px; }


.ig_below__text__container{ display: block; width: 100%; margin: 0px; padding: 0px; height: fit-content; }
.ig_below_text{ display: block; font-size: 16px; font-weight: 700; color: #000000; margin: 0px; margin-top: 4px; padding: 0px; }
.ig_below_text_light{ font-weight: 400; }

.fb_likes_counter{ display: block; font-size: 18px; font-weight: 700; color: #000000; margin: 0px; margin-left: 4px; padding: 0px; }
.fb_below__text__container{ display: flex; align-items: center; justify-content: space-around; width: 100%; margin: 0px; margin-top: 15px; padding: 0px; padding-top: 15px; height: fit-content; border-top: 1px solid #dddddd;}
.fb_below__text{ font-size: 16px; font-weight: 700; color: #949494; }
/*--------------------------------------- IG CLONE ---------------------------------------*/
.cta_social_plugin{ display: none; font-size: 40px; font-weight: 700; color: #e6bb00; margin: 0px; margin-top: 80px; padding: 0px; width: 100%; height: fit-content; text-align: center; }

.ig_social_plugin__container, .fb_social_plugin__container{ display: none; justify-content: center; flex-direction: row; align-items: stretch; width: 100%; height: fit-content; padding: 0px; margin: 80px 0px; margin-top: 80px; overflow: hidden;}
.social_plugin__illustration{ width: calc( 100% - 502px ); height: auto; margin: 0px; padding: 0px; display: flex; align-items: center; justify-content: center; background: url(img/main/palestra_sfondo.webp) no-repeat center; background-size: cover; background-color: #000000; overflow: hidden; }

.social_plugin__h2__horizontal{ display: block; font-size: 60px; font-weight: 700px; width: 100%; text-align: center; color: #e6bb00; margin: 0px; padding: 0px; }
.social_plugin__h2__vertical{ display: none; font-size: 40px; font-weight: 700; margin: 0px auto; padding: 0px; color: #e6bb00; writing-mode: vertical-lr; transform: rotate(180deg); }
.social_plugin__breakline{ margin: 0px; padding: 0px; }
.social_plugin__p{ font-size: 18px; font-weight: 400; width: 100%; text-align: center; color: #ffffff; margin: 0px; padding: 0px; }

.social_icons__nav{ display: flex; align-items: center; flex-direction: row; width: fit-content; height: 60px; margin: 0px auto; margin-top: 30px; padding: 0px; }
.social_icons__hitbox{ width: fit-content; height: 100%; padding: 0px 15px; display: flex; align-items: center; }
.social_icons__svg{ width: 35px; fill: #ffffff; }
#shared_by_name{ display: none; }

.social_plugin__content{ width: 482px; height: fit-content; margin: 2px; margin-left: 20px; padding: 0px; }
@media screen and (max-width: 845px){ .social_plugin__h2__horizontal{ font-size: 45px; } .social_plugin__p{ display: none; } }
@media screen and (max-width: 770px){ .social_plugin__h2__horizontal{ display: none; } .social_plugin__h2__vertical{ display: block; } .social_icons__nav{ flex-direction: column; height: fit-content; } .social_icons__hitbox{ height: fit-content; padding: 15px; }}
@media screen and (max-width: 675px){ .ig_social_plugin__container, .fb_social_plugin__container{ margin-top: 20px;} .social_plugin__illustration{ display: none; } .social_plugin__content{ width: 100%; margin-left: 2px;} .cta_social_plugin{ display: none; }}
@media screen and (max-width: 335px){ .fb_below__text{ display: none; } #shared_by_name{ display: block; }}













/*--------------------------------------- CAROUSEL ---------------------------------------*/
.carousel__container{ display: block; max-width: 1024px; margin: 0px auto; /*padding: 0px 20px;*/ padding: 0px; margin-top: 80px; }
.carousel__wrapper{ background-color: #000000; padding-top: 56.25%; margin: 0px; overflow: hidden; position: relative; display: block; }
.carousel__img{ 
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    object-fit: cover;
    object-position: center;
    opacity: 1;
}
.carousel__nav{ position: absolute;  top: 0; left: 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; height: 100%; margin: 0; padding: 0; }
.carousel__btn{ border: 0; height: 100%; padding: 0px; width: fit-content; overflow: hidden; background-color: transparent; cursor: pointer; }
.carousel_svg{ fill: #505050; width: 30px; margin: 0px; }
.carousel_svg__container{ display: block; padding: 25px; background-color: rgb(239, 239, 239); opacity: 0.85; }

#carousel__below__content{ background-color: #e6bb00; }
#carousel__below__content .business_timetable__container{ color: #000000; }
#carousel__below__content .social__svg{ fill: #000000; }

@media screen and (max-width: 680px){ .carousel_svg{ width: 20px; } .carousel_svg__container{ padding: 15px; } }
@media screen and (max-width: 560px){ #carousel__below__content .business_timetable__container{ width: 90%; margin: 0px auto; } }
@media screen and (max-width: 480px){ .carousel_svg{ width: 15px; } .carousel_svg__container{ padding: 12px; } }
/*--------------------------------------- CAROUSEL ---------------------------------------*/




/*--------------------------------------- REVIEWS ---------------------------------------*/
.review_section{ display: block; width: 100%; height: fit-content; margin: 60px 0px; padding: 0px; }
.review_title{ display: block; font-size: 30px; font-weight: 700; margin: 0px; margin-bottom: 20px; padding: 0px; color: #d7af00; }
.review_list{ display: block; width: 100%; height: fit-content; margin: 0px; padding: 0px; list-style-type: none; }
.review_list_element{ display: block; width: 100%; height: fit-content; margin: 0px; margin-bottom: 20px; padding: 20px; background-color: #ffffff; border: 0px; box-shadow: 0px 1px 4px rgb(0 0 0 / 15%); box-sizing: border-box; overflow: hidden; } .review_list_element:last-of-type{ margin: 0px; }
.review_list_element_user{ display: block; font-size: 20px; font-weight: 400; margin: 0px; margin-bottom: 12px; padding: 0px; color: #000000; }
.review_list_element_stars{ display: flex; flex-direction: row; align-items: center; width: 100%; height: fit-content; margin: 0px; padding: 0px; }
.review_list_element_star{ display: block; width: auto; height: 18px; margin: 0px; padding: 0px; fill: #e6bb00; }
.review_list_element_text{ display: block; width: 100%; height: fit-content; margin: 0px; margin-top: 8px; padding: 0px; font-weight: 400; color: #000000; line-height: 1.5; }
/*--------------------------------------- REVIEWS ---------------------------------------*/




/*------------------------------------- FOOTER -------------------------------------*/
.footer{
    max-width: 1024px;
    max-height: fit-content;
    margin: 0 auto;
    /*padding: 0px 20px;*/
    padding: 0px;

    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
    text-decoration: none;
}
.footer__content{ width: 100%; height: fit-content; border-top: solid 2px #e2e2e2; border-bottom: solid 2px #e2e2e2;}
.logo_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}
.logo_textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-right: 20px;
}
/*.logo_textbox span{display: inline-block; white-space: nowrap;}*/
#logo_title{ font-family: 'Playfair Display', serif; font-weight: 400; font-size: 26px;}
#logo_subtitle{ display: block; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; padding: 0px; margin-top: 10px; transform: scaleY(0.65);}
.logo_svg{ width: 100px; fill: #ffffff; }

.footer__content ul{ list-style-type: none; padding: 0; margin: 0; font-size: 16px; color: #000000; }
.footer__content li{ padding: 0; margin: 0; margin-bottom: 20px; font-size: 16px; color: #000000; }
.footer__content a{ text-decoration: none; color: #000000; }
.footer__span{font-weight: bold;}


.footer__content nav{ display: flex; align-items: center; width: fit-content; height: fit-content; margin: 0; margin-bottom: 20px; padding: 0;}
.footer__content nav a{ margin: auto 0; padding: 0px 10px; }
.footer__content nav a:first-of-type{ padding-left: 0px; }
.footer__svg{ width: 40px; margin: auto 0; padding: 0; cursor: pointer; }

#facebook_svg{ fill: #00b1ff; }
#instagram_svg{ fill: #ec00ff; }
#whatsapp_svg{ fill: #2fb844; }

.copyright_span{ font-family: 'Roboto', sans-serif; display: block; width: fit-content; height: fit-content; padding: 0; margin: 0; margin-top: 20px; font-size: 14px; color: #000000; }
/*------------------------------------- FOOTER -------------------------------------*/










/*------------------------------------- Developer Credits -------------------------------------*/
.developer_container{ display: none; width: 100%; height: fit-content; margin: 60px 0px 120px 0px; justify-content: center; background-color: #f5f5f5; padding: 20px 0px; text-decoration: none; }
.developer_content{ width: fit-content; }
.developer_madeby{ font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 20px; margin: 0px; margin-bottom: 10px; width: 100%; color: #707070; text-align: center; text-decoration: none; }
.developer_logo{ width: 200px; }
.developer_copyright{ font-family: 'Roboto', sans-serif; font-size: 16px; margin: 0px; margin-top: 10px; width: 100%; color: #707070; text-align: center; text-decoration: none;}

@media screen and (max-width: 345px){ .developer_container{ background-color: transparent; } }
/*------------------------------------- Developer Credits -------------------------------------*/









@media screen and (max-width: 875px){
    .ourServices__list__container{ flex-wrap: wrap; }
    .ourServices__list{ min-width: 300px; }

    .features__content{ flex-direction: column; margin-top: 60px; }
    .right_side__padding, .left_side__padding{ padding: 0px;}
    .features__img, .iframe__content, .features__description{ width: 100%; }
    .features__description, .features__nav, #maps_description{ height: fit-content; margin-top: 40px; }
    .reversed-features__content{ flex-direction: column-reverse; }

    .features__paragraph{ text-align: left; }
    #carousel__prev_slide{ margin-right: 35px; }
    #carousel__next_slide{ margin-left: 35px; }

}
@media screen and (max-width: 700px){
    .app__content{ flex-direction: column; }
    .app__img { width: 200px; }
    .app__text{ margin: 0px auto; margin-top: 60px; }
    .app__nav__el{ margin: 0px auto; margin-top: 60px; }
    .app__title, .app__subtitle{ text-align: center; }
}
@media screen and (max-width: 780px){ .aboveFold__img{ width: 40%; } }
@media screen and (max-width: 560px){

    #header__chat_btn{ display: none; }
    #brand__logo__container, .aboveFold__content{ width: 100%; }
    .aboveFold__cta__button__container{ display: flex; flex-direction: row; justify-content: space-between; width: 100%;}
    .aboveFold__cta__title, .aboveFold__cta__subtitle{ text-align: center; }
    .aboveFold__cta__subtitle{ white-space: normal; }

    .aboveFold__cta__button{ width: 100%; justify-content: center; }
    #aboveFold__chat_btn{ display: flex; }
    .cta__svg{ margin: 0px; }
    .aboveFold__img{ display: none; }
    .business_address{ width: 100%; justify-content: center; padding-bottom: 40px; }
    .business_address__span{ white-space: normal; }
    #city-address{ display: block; }

    .info__container{ background-color: #e6bb00; }
    .info__content{ display: block; height: fit-content; padding: 20px 0px ;}
    .business_social__nav{ justify-content: center; margin-top: 20px; }
    .business_timetable__container{ color: #000000; }
    .social__svg{ fill: #000000; }

    .business_timetable__container{ color: #000000; text-align: center; }

}
@media screen and (max-width: 525px){
    .ourServices__list__container{ display: flex; flex-direction: column; }
    .ourServices__list{ width: fit-content; min-width: fit-content; float: none;}
    #meta-plugin-desktop{ display: none; }
    #meta-plugin-mobile{ display: block; }
}
@media screen and (max-width: 460px){
    .features__img{ height: 300px; }
    .iframe__content{ height: 400px; }
    .features__nav, .side_content__cta{ flex-direction: column; }
    .features__button{ width: 100%; padding: 15px 0px; }
    .chat_btn{ margin-top: 20px; }
}
@media screen and (max-width: 375px){
    .aboveFold__cta__title{ font-size: 40px; }

}
@media screen and (max-width: 315px){
    .aboveFold__cta__title{ font-size: 35px; }

}