.center_img_who_we_are{
    width: 100%;
    height: 55vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        height: auto;
        display: none;
    }
}

.imgs_who_we_are{
    width: 100%;
    height: 27.5vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        height: auto;
    }
}

.imgs_who_we_are img{
    height: 27.5vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        height: auto;
        margin-top: 1.5vw;
    }
}

.section-local-amenities .top-local-amenities {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-local-amenities .top-local-amenities img{
    width: 4vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 20vw;
    }
}
.section-local-amenities .top-local-amenities h1{
    color: #29874A;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        text-align: center;
    }

}
.section-local-amenities .top-local-amenities .line-black{
    background-color: #6C6C6C;
    width: 30vw;
    height: 1px;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 70vw;
    }

}
.down-local-amenities{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-inline: 10vw;
    margin-block: 5vw;
}
.down-local-amenities .content-card-local-amenities{
    width: 33.3333%;
    display: flex;
    justify-content: center;
    margin-block: 1vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 100%;
        margin-block: 2vw;
    }
}
.card-local-amenities{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.card-local-amenities img{
    width: 10%;
    margin-right: 10%;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 15%;
    }
}
.card-local-amenities p{
    width: 60%;
    margin-bottom: 0;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 75%;
    }
}
.img-compromiso-1{
    width: 48%;
}
.img-compromiso-2{
    width: 48%;
    margin-left: 4%;
}

/* Arminia secton */

.armonia-main-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 40vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        justify-content: center;
    }
}
.armonia-main-div img{
    width: 18vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 35vw;
    }
}
.armonia-main-div h1{
    width: 35vw;
    text-align: center;
    line-height: 4vw;
    margin-top: 4vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 80vw;
        line-height: 10vw;
    }
}

.armonia-main-div p{
    width: 32vw;
    text-align: center;
    margin-top: 4vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 65vw;
        margin-top: 1vw;
    }
}
.btn-action{
    text-align: center;
    background-color: #DBB95F;
    border-color: #DBB95F;
    color: #fff;
    width: auto;
    padding-block: 1vw;
    padding-inline: 1.5vw;
    font-size: 1vw;
    border-radius: 30px;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: auto;
        font-size: 4vw;
        padding-block: 2vw;
        padding-inline: 5vw;
    }

}
.btn-action:hover{
    background-color: #fff;
    border-color: #DBB95F;
    color: #DBB95F;

}
.btn-action:focus{
    background-color: #fff;
    border-color: #DBB95F;
    color: #DBB95F;
}
/* card servicios */
.content-cards-sevices{
    display: flex;
    flex-wrap: wrap;
}
.content-cards-sevices .container-card-service{
    width: 25%;
    margin-bottom: 2vw;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        width: 100%
    }
}
.content-cards-sevices .container-card-service.border-right{
    border-right: 1px solid #6C6C6C;
    @media only screen and (min-width:300px) and (max-width: 767px) {
        border: none;
    }
}
.card-servicios-content{
    display: flex;
    align-items: center;
    flex-direction: column;

}
.desc-our-service{
}
.card-servicios-content .img-container-servicios{
    width: 25%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.card-servicios-content .img-container-servicios img{
    margin-top: 0;
    width: 50%;
}
.card-servicios-content h3{
    text-align: center;
    width: 49%;
}
.card-servicios-content h3.text-card-2{
    width: 38%;
}
.card-servicios-content p{
    text-align: center;
    width: 90%;
}
/* card servicios */
/* collage */
.section-collage-body{
    position: relative;
    min-height: 100vw;
    margin-inline: 5vw;
}
.section-collage-body .img-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 29.5vw;
    height: 29.5vw;
}
.section-collage-body .img-2{
    position: absolute;
    top: 0;
    left: 34.5%;
    width: 35.25vw;
    height: 38.5vw;

}
.section-collage-body .img-3{
    position: absolute;
    top: 0;
    right: 0;
    width: 22vw;
}
.section-collage-body .img-4{
    position: absolute;
    left: 0;
    top: 31%;
    width: 29.5vw;
    height: 29vw;
}
.section-collage-body .img-5{
    position: absolute;
    top: 40%;
    left: 34.5%;
    width: 29.5vw;
}
.section-collage-body .img-6{
    position: absolute;
    top: 61.5%;
    width: 36vw;
}
.section-collage-body .img-7{
    position: absolute;
    top: 61.5%;
    left: 42%;
    width: 22.7vw;
    height: 25.5vw;
}
.section-collage-body .img-8{
    position: absolute;
    top: 40%;
    right: 0%;
    width: 28vw;
    height: 47vw;
}
.img-bg-top-collage{
    @media only screen and (min-width:300px) and (max-width: 767px) {
        display: none;
    }
}
/* collage */
/* menu mobile */
#nav-icon2 {
    position: relative;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open{
    position: fixed;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: -5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    display: none;
}

#nav-icon2.open span:nth-child(6) {
    display: none;
}
.menu_mobile {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100vw;
    flex-direction: column;
    background-color: transparent;
}

@media only screen and (min-width:300px) and (max-width: 767px) {
    .menu_mobile {
        display: block;
    }
}

.menu_mobile .navbar-mobile {
    display: flex;
    justify-content: space-between;
    margin-inline: 5vw;
}

.menu_mobile .navbar-mobile img {
    width: 40vw;
    margin-top: 15px;
    margin-left: 20px;
}

.menu_mobile .body-menu-mobile {
    overflow-y: auto;
    background-color: #29874A;
    min-height: 100vh;
    max-height: 100vh;
    right: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}

.menu_mobile .body-menu-mobile.visible {
    transform: translateX(100%);
}
.menu_mobile .body-menu-mobile .logo-bosques-norte {
    display: flex;
    align-items: baseline;
    justify-content: baseline;
}
.menu_mobile .body-menu-mobile .logo-bosques-norte a{
    width: 50vw;
    margin-top: 3vw;
    margin-left: 3vw;
}

.menu_mobile .body-menu-mobile ul {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 0;
}

.menu_mobile .body-menu-mobile ul li {
    list-style: none;
}

.menu_mobile .body-menu-mobile ul li button {
    border: none;
    color: #fff;
    background-color: transparent;
    position: relative;
    margin-bottom: 3vw;
    font-weight: 100;
    cursor: pointer;
}

.menu_mobile .body-menu-mobile ul li button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 1s ease;
}

.menu_mobile .body-menu-mobile ul li button:hover::after {
    width: 100%;
    left: 0;
    transition: width 1s ease;
}

.menu_mobile .body-menu-mobile ul .btn-invert {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 10vw;
    width: 60vw;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.menu_mobile .body-menu-mobile ul .btn-invert:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transition: all 0.3s ease;
}

.menu_mobile .body-menu-mobile ul .btn-invert:hover {
    color: #000;
}

.menu_mobile .body-menu-mobile ul .btn-invert:hover:after {
    top: 0;
    height: 100%;
}

.menu_mobile .body-menu-mobile ul .btn-invert:active {
    top: 2px;
}

.menu_mobile .body-menu-mobile .footer-menu .legal-section {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-inline: 5vw;
}
.menu_mobile .body-menu-mobile .footer-menu .btn-legal {
    background-color: transparent;
    color: #fff;
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.menu_mobile .body-menu-mobile .footer-menu .web-social {
    display: flex;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.menu_mobile .body-menu-mobile .footer-menu .web-social button {
    background-color: transparent;
    border: none;
    width: 8vw;
    margin-left: 3vw;
    margin-right: 2vw;
    cursor: pointer;
}

.menu_mobile .body-menu-mobile .footer-menu .web-social button.f {
    width: 6vw;
}

.menu_mobile .body-menu-mobile .footer-menu .web-social button img {
    width: 100%;
    height: auto;
    margin-left: 0;
}

.menu_mobile .body-menu-mobile .footer-menu .download-now {
    display: flex;
    justify-content: center;
}

.menu_mobile .body-menu-mobile .footer-menu .download-now button {
    background-color: transparent;
    border: none;
    width: 40vw;
}

.menu_mobile .body-menu-mobile .footer-menu .download-now button img {
    width: 100%;
    height: auto;
}

.menu_mobile .logo {
    min-width: 30vw;
    height: 15vw;
    padding-left: 8vw;
    padding-right: 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_mobile .logo .container_img {
    width: 40vw;
    margin-left: 30vw;
}

.menu_mobile .logo .container_img img {
    width: 100%;
}

.menu_mobile .logo .mobile-menu-icon {
    width: 2vw;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 99;
}

.menu_mobile .logo .mobile-menu-icon .bar {
    width: 6vw;
    height: .8vw;
    background-color: #fff;
    margin: 6px 0;
}

.menu_mobile .logo .mobile-menu-icon .bar.bar-1 {
    width: 5vw;
}

.menu_mobile .logo .mobile-menu-icon .bar.bar-2 {
    width: 6vw;
}

.menu_mobile .logo .mobile-menu-icon .bar.bar-3 {
    width: 3vw;
}

.menu_mobile .mobile-menu {
    background-color: #082F54;
    position: fixed;
    height: 100vh;
}

.menu_mobile .mobile-menu ul {
    padding: 0;
    margin: 0;
}

.menu_mobile .mobile-menu li {
    padding: 5vw;
    width: 100vw;
    padding-top: 2.5vw;
    padding-bottom: 1vw;
}

.menu_mobile .mobile-menu li p {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.menu_mobile .mobile-menu li p img {
    width: 4.5vw;
    padding-right: 2vw;
}

.menu_mobile .mobile-menu .burger_bot {
    width: 100vw;
    margin-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

.menu_mobile .mobile-menu .burger_bot ul {
    list-style: none;
}

.menu_mobile .mobile-menu .burger_bot ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-top: 2.5vw;
}

.menu_mobile .mobile-menu .burger_bot ul li a img {
    width: 4.5vw;
    padding-right: 2vw;
}

.menu_mobile .mobile-menu .burger_bot .div_burger {
    width: 90vw;
    border-top: solid .2vw #FFFFFF;
}

/* menu mobile */
/* svg colors */
.svg-yellow{
    filter: invert(69%) sepia(12%) saturate(7295%) hue-rotate(15deg) brightness(89%) contrast(87%);
}
.svg-red{
    filter: invert(24%) sepia(68%) saturate(1740%) hue-rotate(337deg) brightness(99%) contrast(96%);
}
.svg-purple{
    filter: invert(22%) sepia(13%) saturate(7278%) hue-rotate(257deg) brightness(97%) contrast(88%);
}
.svg-green{
    filter: invert(62%) sepia(68%) saturate(445%) hue-rotate(97deg) brightness(85%) contrast(85%);
}
.svg-wine{
    filter: invert(30%) sepia(17%) saturate(3790%) hue-rotate(296deg) brightness(96%) contrast(94%);
}
.svg-blue{
    filter: invert(28%) sepia(27%) saturate(3178%) hue-rotate(203deg) brightness(95%) contrast(88%);
}
.svg-orange{
    filter: invert(59%) sepia(24%) saturate(769%) hue-rotate(322deg) brightness(90%) contrast(85%);
}
.svg-yellow-2{
    filter: invert(50%) sepia(74%) saturate(378%) hue-rotate(358deg) brightness(90%) contrast(91%);
}
/* svg colors */


