:root {
    --avenir-ligth: 'avenirlight';
    --avenir-heavy: 'avenirheavy';
    --avenir-regular: 'avenir_regular';
    --green: #70b75c;
}

header {
    background-image: url('../assets/layout/header_back.svg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

footer {
    background-image: url('../assets/layout/footer_back.svg');
    background-size: cover;
    background-position: center center;
    position: relative;

}

.green-content {
    background-color: rgb(2 27 18 / 77%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 27, 18, 0.76)), to(rgba(2, 27, 18, .8)));
    background: linear-gradient(90deg, rgba(2, 27, 18, 0.76) 0%, rgba(2, 27, 18, .8) 100%)
}

main {
    position: relative;
}

.active {
    color: var(--green) !important;
}

.gurrion-logo {
    height: 30px !important;
    margin-bottom: 10px;
}

main::before {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #000000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.62)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 80%);
}

.lang-button {
    position: absolute;
    top: 0px;
    right: 4%;
    display: block;
    background-color: var(--green);
    z-index: 50;
    font-family: var(--avenir-heavy);
    font-size: 15px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.lang-button:hover,
.lang-button:active {
    background-color: #49733e;
}

.bg-black {
    background-color: #1d201f;
}

.bg-mint {
    background-color: #d1f8c9;
}

.bg-green {
    background-color: #2c463c;
}

.bg-blue {
    background-color: #3e597f;
}

.bg-olive {
    background-color: #565d3a;
}

.bg-gray {
    background-color: #575854;
}

.bg-gray-light {
    background-color: #bcbec0;
}

.bg-purpple {
    background-color: #370200;
}

.bg-shade {
    background-color: rgba(0, 0, 0, 0.522);
}



.bg-beach {
    background-image: url('../assets/huatulco/huatulco-beach.jpg');
    background-size: cover;
    background-position: right center;
    padding-top: 7%;
    padding-bottom: 7%;
}

.beach-content {
    padding-top: 13% !important;
}

.txt-general {
    font-family: var(--avenir-ligth);
    font-size: 15px;
    line-height: 17px;
}

.contact-box {
    padding-bottom: 14%;
    font-family: var(--avenir-regular);
    outline: var(--green);
    padding-top: 10%;

}

.form-control:focus {
    border-color: var(--green) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-field {
    background-color: #e6e7e8;
    font-family: var(--avenir-ligth) !important;
    resize: none;

}

.button-lohara {
    background-color: #d1f8c9;
    border-radius: 15px;
    padding-left: 20%;
    padding-right: 20%;
    font-family: var(--avenir-ligth);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;

}

.button-lohara:hover {
    background-color: var(--green);
    color: #ffffff;
}

.form-floating>label {
    font-size: 14px;
}

.txt-white {
    color: #ffffff !important;

}

.tittle-general {
    font-family: var(--avenir-regular);
    font-size: clamp(25px, 3.5vw, 30px);
    line-height: clamp(25px, 3.5vw, 30px);
    color: #6d6e71;
}

.tittle-general-md {
    font-family: var(--avenir-ligth);
    font-size: clamp(18px, 3.5vw, 22px);
    line-height: clamp(18px, 3.5vw, 22px);
    color: #6d6e71;
}

.tittle-general-lg {
    font-family: var(--avenir-regular);
    font-size: clamp(28px, 3.5vw, 35px);
    line-height: clamp(28px, 3.5vw, 35px);
    color: #6d6e71;
}

.tittle-deco {
    position: relative;

}

.tittle-deco:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid var(--green);
    width: 50%;
    bottom: 0px;
    left: 0px;

}

.logos-footer {
    height: 50px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.logos-separator {
    border-left: 1px solid #ffffff;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.social-button {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #70b75c;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.social-button:hover {
    background-color: #70b75c;
    color: #ffffff;

}

.social-button-contact {
    width: 50px;
    height: 50px;
    background-color: #70b75c;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.social-button-contact:hover {
    color: #ffffff;
    background-color: #325828;

}

.follow-contact {
    font-family: var(--avenir-ligth);
    font-size: 15px;
    line-height: 17px;
    color: #70b75c;
    display: inline-block;
    border-right: 1px solid var(--green);
    line-height: 50px;
    padding-right: 20px;

}

.asesoria-contact {
    font-family: var(--avenir-ligth);
    font-size: 15px;
    line-height: 17px;
    color: #70b75c;
    display: inline-block;

    line-height: 50px;
    padding-right: 20px;

}


.follow-tittle {
    color: var(--green);
    font-family: var(--avenir-ligth);
    font-size: 20px;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid;
    line-height: 50px;
}

.phone-tittle {
    color: var(--green);
    font-family: var(--avenir-ligth);
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;

}

.phone-footer {
    font-family: var(--avenir-heavy);
    font-size: clamp(25px, 3vw, 50px);
    line-height: clamp(25px, 3vw, 50px);
    color: #ffffff;
}

.footer-logo {
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.leaf-deco {
    background-color: #70b75c;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.22);
    text-align: center;
    font-family: var(--avenir-heavy);
    font-size: clamp(25px, 2.5vw, 30px);
    line-height: clamp(25px, 2.5vw, 30px);
    color: #ffffff;
    display: inline-block;
    padding: 40px 30px 35px 40px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

}

.menu-link {
    color: #ffffff;
    text-decoration: none;
    font-family: var(--avenir-ligth);
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 4px;


}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-family: var(--avenir-ligth);
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 4px;

}

.footer-link.hvr-underline-from-center:before,
.menu-link.hvr-underline-from-center:before {
    background: var(--green) !important;
    height: 2px !important;

}

.header-box {
    padding-top: 5%;
    padding-bottom: 5%;
}

.signature-box {
    background-image: url(../assets/layout/signature.jpg);
    background-size: cover;
    background-position: center center;

}

.cloud-content {
    max-width: 400px;

}

.shadow-deco-pic {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 72%, rgba(0, 0, 0, 0.4) 100%);
}

.tittle-pic-box {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 7%;
}

.green-link {
    display: inline-block;
    background-color: #d1f8c9;
    font-family: var(--avenir-ligth);
    text-decoration: none;
    font-size: clamp(18px, 3.5vw, 22px);
    line-height: clamp(18px, 3.5vw, 22px);
    padding: 10px 45px;
    border-radius: 15px;
    color: #5f6460;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.green-link:hover {
    background-color: #3d463b;
    color: #ffffff;

}

.signature-content {
    height: 470px;
    background: #A9A9A9;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 0)), color-stop(72%, rgba(169, 169, 169, 1)), to(rgba(169, 169, 169, 1)));
    background: linear-gradient(180deg, rgba(169, 169, 169, 0) 0%, rgba(169, 169, 169, 1) 72%, rgba(169, 169, 169, 1) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25%;
    color: #ffffff;
    font-family: var(--avenir-regular);
    font-size: 23px;
    line-height: 23px;

}

.bricks-box {
    background-image: url(../assets/layout/bricks.jpg);
    background-size: cover;
    background-position: center center;

}

.bricks-content {
    height: 470px;
    background: #004238;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 66, 56, 0)), color-stop(72%, rgba(0, 66, 56, 1)), to(rgba(0, 66, 56, 1)));
    background: linear-gradient(180deg, rgba(0, 66, 56, 0) 0%, rgba(0, 66, 56, 1) 72%, rgba(0, 66, 56, 1) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;

    padding-bottom: 25%;
    color: #ffffff;
    font-family: var(--avenir-regular);
    font-size: 23px;
    line-height: 23px;
    padding-left: 20px;
    padding-right: 20px;

}


.cols-box {
    -webkit-transform: translatey(-80px);
    transform: translateY(-80px);
}

.eco-icon {
    width: 55%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-right: 10%;
}

.mint-text {
    padding-bottom: 25%;
    color: #2a5134;
    font-family: var(--avenir-regular);
    font-size: 23px;
    line-height: 23px;
    padding-left: 20px;
    padding-right: 20px;
}

.resp-button {
    position: fixed;
    top: 35px;
    right: 20px;
    width: 55px;
    height: 55px;
    border: none;
    background-color: var(--green);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.299);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.299);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    opacity: 0;
    z-index: 300;


}

.resp-button:hover,
.resp-button:active {

    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background: #1b6706;


}

.m1 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #23362b;
    z-index: 50;
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
    z-index: 400;
}

.m2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #183025;
    z-index: 50;
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
    z-index: 400;
}

.m3 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #132a1f;
    z-index: 50;
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
    z-index: 400;
}

.m4 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #0d2419;
    z-index: 50;
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    padding-top: 30%;
    padding-left: 12%;
    padding-bottom: 20%;
    overflow: hidden;
    z-index: 400;
}

.m4 div {
    overflow: hidden;
}

.resp-link {
    font-family: var(--avenir-heavy);
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(38px, 2vw, 70px);
    display: block;


}

#respClose {
    opacity: 1;

}

.resp-img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro-box {
    position: relative;
}

.intro-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.shadow-back {
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.73)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 72%, rgba(0, 0, 0, 0.73) 100%);
}

.squared-div {
    aspect-ratio: 1 / 1;
}

.petals-box {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    position: relative;
    z-index: 100;
}

.petal-1 {
    background-color: #967252;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff !important;

}

.petal-2 {
    background-image: url('../assets/index/lohara-huatulco-facade.jpg');
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.petal-3 {
    background-color: #819c82;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff !important;

}

.petal-4 {
    background-color: #819c82;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff !important;
}

.petal-5 {
    background-color: #967252;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff !important;
}

.petal-6 {
    background-image: url('../assets/index/lohara-huatulco-ecological.jpg');
    background-size: cover;
    background-position: center center;
    border-bottom-right-radius: 100%;
}

.petal-7 {
    background-image: url('../assets/index/lohara-huatulco-security.jpg');
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 100%;

}

.box-green {
    padding-top: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-green-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.lucia {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: relative;
    z-index: 50;
}

.lifestyle-pic {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    position: relative;
    z-index: 50;

}

.lifestyle-box {
    background-color: #bf7e53;
    width: 80%;
    z-index: 100;
    position: relative;
    margin-top: 25%;
}

.lifestyle-clear {
    padding-bottom: 10%;
}

.lifestyle-content {
    max-width: 300px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.green-box {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-bottom: 30%;
}

.green-box-content {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}

.tittle-pic-kitchen {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.architecture-box {
    max-width: 350px;
}


.lucia-tittle {
    position: absolute;
    width: 120%;
    padding-left: 20%;
    padding-right: 20%;
    top: 20%;
    left: 0px;
    z-index: 100;
}

.tag-box {
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: #70b75c;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
    color: #ffffff;
    font-family: var(--avenir-heavy);
    padding-left: 2%;
    padding-right: 2%;
    font-size: clamp(17px, 2vw, 25px);
    min-width: 70px;
    padding-top: 7px;
    padding-bottom: 5px;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.tag-box-dark {
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
    color: #ffffff;
    font-family: var(--avenir-heavy);
    padding-left: 2%;
    padding-right: 2%;
    font-size: clamp(17px, 2vw, 25px);
    min-width: 70px;
    padding-top: 7px;
    padding-bottom: 5px;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.tag-large {
    padding-left: 5%;
    padding-right: 5%;
}

.tag-md {
    padding-left: 3.5%;
    padding-right: 3.5%;
}


.tag-box:hover {
    background-color: #35602a;

}

.tittle-map-box {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.border-logo-map {
    border-left: solid 1px #ffffff;
}

.logo-map {
    max-width: 250px;
}

.tittle-map-leaf {
    position: absolute;
    top: 15%;
    left: 9%;
    background-color: rgba(0, 0, 0, 0.265);
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 300px;
    z-index: 50;
}

.tittle-map-leaf2 {
    position: absolute;
    top: 25%;
    left: 9%;
    background-color: rgba(0, 0, 0, 0.265);
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 300px;
    z-index: 50;
}

.download-button {
    background-color: #8dc63f;
    padding-left: 20px;
    padding-right: 20px;
    color: #575854;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--avenir-regular);
    text-transform: uppercase;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;

}

.download-button:hover {
    background-color: #1e2b0d;
    color: #ffffff;

}

.sold {
    font-weight: 800;
    color: #8dc63f;
    font-family: var(--avenir-heavy);
    text-transform: uppercase;
}

.footer-call-action {
    padding-top: 10%;
    padding-bottom: 20%;
}

#totalContent {
    opacity: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}





@media (max-width: 575.98px) {}


@media (max-width: 767.98px) {
    .phone-tittle {
        display: block;
        text-align: center;
        margin: 0px;
    }

    .phone-footer {
        display: block;
        text-align: center;

    }

    .logos-footer {
        height: 40px;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .petals-box {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .box-green {
        padding-top: 8%;
        padding-bottom: 8%;
    }

    .box-green-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }

    .cloud-content {
        max-width: none;
    }

    .lucia {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }

    .green-box {

        margin-bottom: 0%;
    }

    .lifestyle-box {
        background-color: #bf7e53;
        width: 100%;
        margin-top: 0%;
    }

    .green-box-content {
        max-width: 100%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .architecture-box {
        max-width: 100%;
    }

    .lifestyle-content {
        max-width: 100%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

}


@media (max-width: 991.98px) {

    .intro-content {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .shadow-back {
        background: #000000;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.0)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 72%, rgba(0, 0, 0, 0.0) 100%);
    }

    .intro-box {
        background-color: #152c21;
    }

    .tittle-map-leaf2,
    .tittle-map-leaf {
        position: absolute;
        top: 15%;
        left: 10%;
        background-color: rgba(0, 0, 0, 0.265);
        padding-left: 70px;
        padding-right: 50px;
        padding-top: 40px;
        padding-bottom: 30px;
        border-top-left-radius: 300px;
        border-bottom-right-radius: 300px;
        z-index: 50;
        width: 80%;
        text-align: center;
    }



}


@media (max-width: 1199.98px) {}


@media (max-width: 1399.98px) {}


/* Responsive Table */

table {
    /* border: 1px solid #ccc;*/
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: transparent;
    /* border-top: 1px solid #3E3E3E;*/
    border-bottom: 1px solid #3E3E3E;
    padding: .35em;
    font-family: var(--roboto);
    color: #ffffff;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 860px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        /*border-bottom: 1px solid #ddd;*/
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
}