@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #1b3b54;
    --secondary-color: #231f20;
    --text-color: #c8c8c8;
    --bg-color: #9DD0C9;
}

a {
    text-decoration: none;
}


ul,li {
    list-style-type: none;
}

html {
    scroll-padding-top: 80px; /* Ajusta este valor según tus necesidades */
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 10px;
}

body, p, h1, h2, h3, h5 {
    color: black;
}

main {
    overflow-x: hidden;
}


.mySlides {
    display: none
}

.slideshow-container {
    position: relative;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #b3b3b3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-top: 20px;
  }
  
  /* Fading animation */

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  
.swiper {
    width: 1200px;
    height: 440px;
}
.slider_container .container {
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-slide a {
    z-index: 30;
}


.img_box img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.slider_container {
    padding: 50px 0;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
}
nav ul  li a{
    color: white;
    font-size: 15.5px;
}
nav ul li a:hover {
    color: var(--secondary-color);
    transition: 100ms;
}

/* header section  */

header {
    background: linear-gradient(0deg, rgba(55, 60, 58, 0.304) 0%, rgba(88, 94, 92, 0.615) 100%),
    url('./imgs/portadaweb_09.jpg') center/cover no-repeat;
    height: 100%;
    margin-bottom: 20px;
}


.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
}


button a {
    color: white;
    font-size: 15px;
}

.nav__bar__div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__bar__div img {
    width: 110px;
}
.hero__main-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dot:hover {
    .hero__main-2 {
        display: block;
    }
}


.hero__section-2 img {
    object-fit: cover;
}



.hero__section {
    font-family: "Oswald", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.hero__section h1 {
    font-size:45px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

.hero__button {
    justify-content: center;
}
.hero__section h1 span {
    color: var(--primary-color);
}

.hero__future {
    font-size: 80px;
}

.hero__section p {
    text-transform: uppercase;
    color: #f1f1f1;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 17px;
}





.img_box img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.slider_container {
    padding: 50px 0;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
}
nav ul  li a{
    color: white;
}
nav ul li a:hover {
    color: var(--secondary-color);
    transition: 100ms;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
}



.button {
    border: none;
    background-color: white;
    border-radius: 8px;
    padding: 16px 40px;
    font-weight: bold;
    transition: .4s;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.button:hover {
        transform:scale(1.1);
        transition: all 0.3s ease-in;
}
button a {
    color: var(--primary-color);
    font-size: 15px;
}

.nav__bar__div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__bar__div img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}






.nav__bar__div h3 {
    font-weight: 100;
    font-size: 15px;
    margin-top: -5px;
}

.nav__bar {
    display: flex;
    justify-content: space-between;
}

.nav__icon__section {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    gap: 10px;
}

.nav__icon__section i,p {
    color: white;
}

.nav__icon {
    color: var(--primary-color);
    margin-right: 10px;
}

.ri-phone-line {
    margin-top: 3px;
    margin-right: -5px;
}

nav h2 {
    font-weight: 400;
    font-size: 23px;
}

nav h2 span {
    font-weight: 500;
    font-size: 23px;
}

.hero__main-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dot:hover {
    .hero__main-2 {
        display: block;
    }
}


nav {
    position: fixed; /* Empieza en la parte superior del header */
    width: 100%;
    z-index: 20;
    background-color: #122939;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    flex-wrap: wrap;
    transition: opacity 0.5s ease; /* Transición suave */
    top: 0;
  }
  
  
nav.fixed {
    position: fixed;
    background-color: #122939; /* Mantener el color normal */
  }
  
  nav.fade-out {
    opacity: 0; /* Desaparece suavemente */
    pointer-events: none; /* Evita interacción */
  }
  

/* QUILLARI  */

.quillari__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: white;
    margin-bottom: 50px;
}

.quillari__section2 {
    display: grid;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--bg-color);
    margin-bottom: 50px;
}



.quillari__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;

}

.quillari_div_1 {
    display: flex;
}

.quillari_div_1 video {
    width: 540px;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
    margin-left: -1px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.quillari_div_2 p {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    color: black;
}

.quillari_div_2 h1 {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 9px;
}

.quillari_div_2 h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 515px;
}

.ucicacion__section {
    display: grid;
    grid-template-columns: 550px 530px;
    gap: 20px;
    padding-bottom: 60px;
    background-color: #9DD0C9;
    padding-top: 25px;
}

.ubicacion_div_2 iframe {
    width: 530px;
    height: 400px;
    object-fit: cover;
}


.ubicacion_div_1 {
    padding-left: 40px;
}


.first__image {
    grid-area: n1;
}

.second__image {
    grid-area: n2;
}

.last__image {
    grid-area: n3;
}

.last__image img {
    width: 300px;
    height: 100%;
}

.ucicacion__section img {
    border-radius: 20px;
}





.our__project__section {
    padding: 1px;
    height: auto;
}

.project__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 30px;
}


.project__inner a {
    color: black;
    font-size: 25px;
    margin-left: 3px;
}

.project__inner__2 h6 {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 1px;
    padding-top: 75px;
    padding-bottom: 30px;
}

.project__inner__2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .swiper-scrollbar {
    background: var(--primary-color);
    color: white;
    margin-top: 50px;
}

.container .swiper-button-next, .container .swiper-button-prev {
    color: var(--primary-color);
}

.whychooseus__section {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 90px;
    padding-bottom: 90px;
    font-family: "Poppins", sans-serif;
    gap: 30px;
    background-color: #f2f2f2;
    padding-left: 40px;
    justify-content: center;
    align-items: center ;
}



.whychooseus__inner-left {
    width: 500px;
}

.whychooseus__left a {
    font-size:20px;
}

.whychooseus__left a {
    color: var(--primary-color);
}



.whychooseus__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner__left {
    margin-top: 30px;
}

.inner__left h5 {
    font-size: 35px;
    margin-bottom: 30px;
    color: black;
}

.inner__left p {
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.whychooseus__inner-right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.inner__right__1 {
    width: 400px;
    height: 370px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner__right__1 h5 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: black;
}






.why__icon {
    font-size: 40px;
}

.ri-eye-line {
    color: black;
}


.inner__right__2 {
    width: 400px;
    height: 370px;
    padding: 30px 30px;
    border-radius: 15px;
    color: white;
    background-color: var(--primary-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner__right__2 p {
    color: white;
}

.inner__right__2 h5 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
}
/* QUILLARI SECTION  */



/* styles house section  */

.styles__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.styles__title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.styles__title h5 {
    width: 600px;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.styles__title h5 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #4f4f4f;
}

.styles_box{
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.styles__referencia {
    margin-bottom: 15px;
}


.styles__box {
    display: grid;
    place-items: center;
    gap: 40px;
    margin-bottom: 0;
}

.styles__inner  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
}



.dorf {
    margin-bottom: 30px;
}

.styles__inner img {
    width: 150px;
    /* height: 100px; */
    margin-bottom: 20px;
    opacity: 0.7;
}

.styles__box div > .styles__img_2 {
    width: 150px;
}

.styles__inner > p {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    padding-top: 10px;
    color: rgb(35 69 104);
}

.styles__box div > .styles__last__img {
    width: 230px;
}


.carousel {
    max-width: 1200px;
    width: 95%;
    margin-bottom: 50px;
}

.slider-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #000;
    font-size: 2.2rem;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
    background-color: #444;
}

.slider-wrapper .slide-button#prev-slide {
    left: -10px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -10px;
}

.slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 18px;
    font-size: 0;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
    /* height: 500px; */
    padding-top: 25px;
    padding-bottom: 25px;
    width: 954px;
    place-items: center;
    padding-left: 50px;

}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.image-item {
    background-image: url('./imgs/dorf/1.png');
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-item1 {
    background-image: url('./imgs/glamping/2.jpg');
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-item p {
    font-size: 10px;
    margin-top: 253px;
    text-transform: uppercase;
    letter-spacing: 1.1;
}

.slider-wrapper .image-list:hover .image-item {
    filter: brightness(50%);
    transition: filter 0.3s ease-in-out;
}

.slider-wrapper .image-list .image-item:hover {
    filter: brightness(100%);

}

.slider-wrapper2 .image-list2:hover .image-item {
    filter: brightness(50%);
    transition: filter 0.3s ease-in-out;
}

.slider-wrapper2 .image-list2 .image-item:hover {
    filter: brightness(100%);

}

.slider-wrapper3 .image-list3:hover .image-item {
    filter: brightness(50%);
    transition: filter 0.3s ease-in-out;
}

.slider-wrapper3 .image-list3 .image-item:hover {
    filter: brightness(100%);

}

.image-item2 {
    background-image: url('./imgs/dorf/2.png');
}
.image-item3 {
    background-image: url('./imgs/dorf/3.png');
}
.image-item4 {
    background-image: url('./imgs/dorf/4.png');
}
.image-item5 {
    background-image: url('./imgs/dorf/5.png');
}
.image-item6 {
    background-image: url('./imgs/dorf/6.png');
}

.image-item7 {
    background-image: url('./imgs/dorf/7.png');
}

.image-item10 {
    background-image: url('./imgs/glamping/1.jpg');
}

.image-item11 {
    background-image: url('./imgs/glamping/2.webp');
}

.image-item12 {
    background-image: url('./imgs/glamping/3.png');
}

.image-item13 {
    background-image: url('./imgs/glamping/4.png');
}

.image-item14 {
    background-image: url('./imgs/glamping/5.png');
}

.image-item15 {
    background-image: url('./imgs/glamping/6.webp');
}

.image-item16 {
    background-image: url('./imgs/glamping/7.jpg');
}

.image-item20 {
    background-image: url('./imgs/land/1.png');
}

.image-item21 {
    background-image: url('./imgs/land/2.jpg');
}

.image-item22 {
    background-image: url('./imgs/land/3.png');
}

.image-item23 {
    background-image: url('./imgs/land/4.png');
}


.slider-wrapper .image-list .image-item {
    width: 280px;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
    transition: transform 600ms;

}


.slider-wrapper .image-list .image-item:hover {
    transform: scale(1.2);
    transition: 600ms ease;
    z-index: 10;
}

.slider-wrapper2 .image-list2 .image-item {
    width: 280px;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
    transition: transform 400ms;
}


.slider-wrapper2 .image-list2 .image-item:hover {
    transform: scale(1.2);
    transition: 600ms ease;
    z-index: 20;

}

.slider-wrapper3 .image-list3 .image-item {
    width: 280px;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
    transition: transform 400ms;
}


.slider-wrapper3 .image-list3 .image-item:hover {
    transform: scale(1.2);
    transition: 600ms ease;
    z-index: 40;

}

.carousel .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    height: 2px;
    width: 100%;
    background-color: #ccc;
    position: relative;
    border-radius: 4px;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: inherit;
    cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

/* 2  */




.slider-wrapper2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrapper2 .slide-button2 {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #000;
    font-size: 2.2rem;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    transform: translateY(-50%);
}

.slider-wrapper2 .slide-button2:hover {
    background-color: #444;
}

.slider-wrapper2 .slide-button2#prev-slide2 {
    left: -10px;
    display: none;
}

.slider-wrapper2 .slide-button2#next-slide2 {
    right: -10px;
}

.slider-wrapper2 .image-list2 {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 18px;
    font-size: 0;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 954px;
    place-items: center;
    padding-left: 50px;
}

.slider-wrapper2 .image-list2::-webkit-scrollbar {
    display: none;
}

.slider-wrapper2 .image-list2 .image-item {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

/* 3  */



.slider-wrapper3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrapper3 .slide-button3 {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #000;
    font-size: 2.2rem;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    transform: translateY(-50%);
}

.slider-wrapper3 .slide-button3:hover {
    background-color: #444;
}

.slider-wrapper3 .slide-button3#prev-slide3 {
    left: -10px;
    display: none;
}

.slider-wrapper3 .slide-button3#next-slide3 {
    right: -10px;
}

.slider-wrapper3 .image-list3 {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    gap: 18px;
    font-size: 0;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 954px;
    place-items: center;
    padding-left: 50px;
}

.slider-wrapper3 .image-list3::-webkit-scrollbar {
    display: none;
}

.slider-wrapper3 .image-list3 .image-item {
    width: 280px;
    height: 280px;
    object-fit: cover;
    z-index: 20;
}




/* styles end house section  */


/* master section  */ 


body .invest__title h5 {
    color: #C9A16F ;
}


.master__img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('imgs/master.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.master__img  {
    margin-top: 30px;
    width: 500px;
    height: 450px;
}

.master__img p {
    font-size: 30px;
    transform: rotate(-30deg);
}

.quillari__box2 {
    padding-left: 10px;
}

.quillari__box2 p {
    font-size: 18px;
    margin-bottom: 20px;
    color: rgb(70, 70, 70);

}
.quillari__box2 img {
    width: 300px;
}

/* master end section  */


/* invest section  */

.invest__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.invest_div_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.invest_div_2 p {
    display: none;
}

.invest__img {
    width: 300px;
}

.invest__title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.invest__title h5 {
    font-size: 35px;
    color: var(--primary-color);
    margin-bottom: 20px;

}
.invest__title p {
    width: 451px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px;
}

.invest__boxes {
    display: flex;
    place-content: center;
    width: 500px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.invest__boxes > div {
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 5px;
    width: 180px;
    border-radius: 5px;
    place-content: center;
}

.invest__boxes > div > img {
    color: var(--primary-color);
    margin-bottom: 5px;
    width: 110px;
    opacity: 0.9;
}

.contact__h4 {
    margin-top: 50px;
}



.invest__boxes > div > p {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: var(--secondary-color);
}

.invest__boxes2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.invest__boxes2 > div {
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    place-content: center;
}

.invest__boxes2 > div > img {
    color: var(--primary-color);
    margin-bottom: 5px;
    width: 80px;margin-top: 20px;
}

.invest__boxes2 > div > p {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: var(--secondary-color);
}


/* invest end section  */


/* ventajas section  */
.ventajas__title p {
    width: 600px;
    color: var(--secondary-color);
}
/* ventajas end section  */


/* testimonial section  */

.testimonial_h6 {
    color: #512316 !important;
}

.testimonial__section {
    background-color: #779ECB;
}

.testimonial_span_3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #F07F71;
}



 .testimonial__div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.testimonial__title {
    font-size: 38px;
    color: var(--primary-color);
    margin-top: 40px;
}

.testimonial__div p  {
    font-weight: 300;
} 

.testimonial__boxes {
    display: grid;
    grid-template-columns: 320px 320px 320px;
    margin-bottom: 100px;
    justify-content: center;
    gap: 40px;
    padding-bottom: 100px;
}

.testimonial__boxes .testimonial__box  {
    width: 320px;
    height: 400px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    /* margin-left: 50px; */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;

}

.testimonial__boxes  img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: -110px;
    margin-left: -25px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.testimonial_span_1 {
    font-size: 27px;
    color: var(--primary-color);
    padding-top: 50px;
    line-height: 0.2;
}

.testimonial_span_2 {
    color: #512316;
    font-size: 28px;
    margin-bottom: 30px;
}

.testimonial__boxes .testimonial__box h5 {
    width: 170px;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
    margin-left: 115px;
    color: rgb(48, 48, 48);
    margin-top: 10px;
    text-transform: uppercase;

}
.testimonial_span_2 {
    font-weight: 800;
    font-size: 28px;
}

.testimonial__boxes .testimonial__box p {
    line-height: 1.5;
    width: 310px;
    font-size: 15px;
    /* text-align: center; */
    font-weight: 300;
    padding-left: 10px;
    color: #4b4b4b;
    margin-top: 69px;
    text-align: center;
}


.testimonial__boxes .testimonial__box h6 {
    font-size: 17px;
    color: #F07F71;
    padding-left: 28px;
}

.testimonial__abajo_1 {
    margin-top: 30px;
}
.testimonial__abajo_2 {
    margin-top: 38px;
}
.testimonial__abajo_3 {
    margin-top: 65px;
}


.testimonial__box .testimonial__text1 p {
    margin-top: 30px;
}

.testimonial__box .testimonial__text3 p {
    margin-top: 32px;
}
/* testimonial end section  */




/* contact us section  */
.contact__us {
    width: 100%;
    height: 650px;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.contact__left a {
    color:black;
}

.contact__us__left{
    margin-bottom: 10px;
}
.contact__us__inner-1 h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact__us__inner-1 p {
    font-weight: 100;
    color: var(--secondary-color);
}

form {
    opacity: 0.6;
}

.input-group {
    position: relative;
    margin: 20px 0;
}


.input-group label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: black;
    padding: 0 5px;
    pointer-events: none;
    transition: .5s;
}

.input-group input {
    width: 590px;
    height: 50px;
    font-size: 16px;
    color: black;
    padding: 0 10px;
    background: transparent;
    border: 1.2px solid black;
    outline: none;
    border-radius: 5px;
    border-color: var(--primary-color);
}

.input-group input:focus~label,
.input-group input:valid~label {
    top: 0;
    font-size: 12px;
    background: var(--bg-color);
}

.contact__button a {
    font-weight: 600;
    padding: 0 227px;
}



.contact__us__inner-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}



.contact__us__inner-2 h4 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
}

.contact__us__inner-2 u {
    font-size: 34px;
    display: inline-block;
    cursor: pointer;
    animation-duration: 2s;
    animation-delay: 1.5s;
    color: var(--primary-color);
}


.contact__us__img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}

.form {
    padding-bottom: 30px;
}
.input-group .mensaje {
    height: 80px;
}

/* contact us end section  */



/* footer section */

footer {
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:
    white;
    /* flex-wrap: wrap; */
}

footer img {
    width: 300px;
}

.footer__inner-2 p {
    width: 600px;
    text-align: center;
    /* margin-top: -30px; */
    color: white;
}

footer .footer__inner-1 {
    display: flex;
    flex-direction: column;
    width: 1300px;
    gap: 190px;
    padding: 110px 30px 20px 30px;

}

.styles__divv {
    /* display: flex;
    align-self: flex-start;
    margin-right: 31390px; */
    /* width: 1000px; */
    width: 1231px;
}

.styles__div2 {
    margin-top: 2525px;
    padding-top: 143px;
    position: absolute;
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin-left: -500px;
    margin-bottom: -1050px;
    animation: layout2 2.5s ease-in-out alternate infinite;

}

.styles__div {
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin-left: -500px;
    margin-bottom: -1050px;
    animation: layout 2.5s ease-in-out alternate infinite;

   
}
@keyframes layout {
    0% {transform: translateX(0);}
    50% {transform: translateX(30px);}
    90% {transform: translateX(-30px);}

}


@keyframes layout2 {
    0% {transform: translateY(0);}
    50% {transform: translateY(30px);}
    90% {transform: translateY(-30px);}

}

footer .footer__left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

footer .footer__left .footer__title__left {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
    color: white;
}

.footer__inner-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 50px;
    /* eliminar padding al mobile  */
}

.siguenos {
    display: flex;
    gap: 30px;
    color: white;
}

.footer__title__left + u {
    color: white;
}

.siguenos {
    font-size: 20px;
    cursor: pointer;
    display: flex;
    transition: all 0.2s ease-out;
}

.footer_icon {
    color: white;
}

.siguenos .youtube:hover {
    transform: all 0.2s ease-in;
    color: white;
}
.siguenos .insta:hover {
    transform: all 0.2s ease-in;
        color: pink;
}

.siguenos .face:hover {
    transform: all 0.2s ease-in;
    color: blue;
}

.copy p {
    color: white;
}

footer .footer__left .footer__title__left + p {
    color: white;
}
/* footer  end section */


.styles__inner {
    place-self: center;
}

.styles__div {
    display: none;
}


.paseos {
    width: 105px !important;
}

/* MEDIA QUERIES  */

 /* media queries  */
@media (width > 1700px) {

 

    .slider-wrapper2 .image-list2 .image-item {
        margin-left: 0;
    }

    .slider-wrapper3 .image-list3 .image-item {
        margin-left: 0;
    }

    .styles__div {
        display: inline;
    }

    .contact__us__img {
        height: 700px;
    }

    .invest__boxes2 > div > img {
        width: 150px;
    }
    .slider-wrapper .image-list {
        width: 1800px;
        padding-left: 1px;
        padding-right: 35px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slider-wrapper2 .image-list2 {
        width: 1800px;
        padding-left: 1px;
        padding-right: 35px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-wrapper {
        width: 1250px;
    }
    .slider-wrapper2 {
        width: 1216px;
    }
    .slider-wrapper3 {
        width: 1310px;
    }

    .slider-wrapper3 .image-list3 {
        width: 1800px;
        padding-left: 43px;
        padding-right: 35px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .image-item p {
        margin-top: 373px;
    }

    .testimonial_h6 {
        font-size: 28px !important;
    }



    .styles__inner > p {
        font-size: 22px;
    }
    .quillari__section {
        width: 2650px;
        grid-template-columns: 600px 600px;
        place-content: center;
    }

    .styles__section {
        width: 2600px;
    }

    nav ul li a {
        font-size: 25px;
    }

    .hero__section h1 {
        font-size: 70px;
    }

    .hero__section p {
        width: 1000px;
        font-size: 30px;
        text-align: center;
    }

    .testimonial__boxes {
        grid-template-columns: 500px 500px 500px;
        margin-bottom: 250px;
    }

    .invest__section {
        margin-bottom: 30px;
    }

    .testimonial__boxes img {
        width: 150px;
        height: 150px;
    }

    .testimonial_span_2 {
        font-size: 40px;
    }

    .testimonial__boxes .testimonial__box h5 {
        font-size: 30px;
        margin-left: 140px;
        line-height: 1.6;
        width: 300px;
    }
    .testimonial__abajo_1 {
        margin-top: 20px;
    }
    .testimonial__abajo_2 {
        margin-top: 96px;
    }
    .testimonial__abajo_3 {
        margin-top: 100px;
    }
    .testimonial_span_1 {
        font-size: 38px;
    }

    .testimonial__boxes .testimonial__box {
        width: 500px;
        height: 600px;
    }

    .testimonial__boxes .testimonial__box p {
        font-size: 25px;
        width: 450px;
        margin-left: 10px;
    }

    .testimonial__boxes .testimonial__box h6 {
        font-size: 23px;
    }
    .contact__us {
        margin-top: 150px;
    }
   .styles__referencia {
        font-size: 20px;
    }
    .ventajas__title p {
        font-size: 17px;
    }
    .invest__title p {
        margin-bottom: 50px;
    }
    .testimonial__title  {
        font-size: 50px;
    }
    .testimonial__div p {
        font-size: 22px;
    }

    .testimonial__boxes {
        gap: 90px;
    }

    .testimonial__boxes div p {
        font-size: 18px;
    }

    .testimonial__boxes div h5 {
        font-size: 24px;
    }
    .testimonial__boxes div {
        width: 390px;
        height: 340px;
    }

    .nav__icon {
        font-size: 23px;
    }

    .styles__inner img {
        width: 250px;
    }

    nav ul li {
        font-size: 23px;
    }
    .nav__bar__div img {
        width: 200px;
        height: 150px;
    }

    .quillari_div_1 {
        align-items: center;
    }

    .quillari_div_2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .quillari_div_2 p {
        font-size: 20px;
    }

    .styles__title p {
        font-size: 21px;
    }
    
    .quillari_div_2 h1 {
        font-size: 38px;
    }

    .quillari_div_2 h2 {
        font-size: 19px;
        text-align: center;
    }
    .ubicacion_div_1 h2 {
        font-size: 19px;
    }
    .button  {
        padding: 24px 55px;
    }

    button a {
        font-size: 20px;
    }

    .quillari__section {
        gap: 100px;
        margin-bottom: 80px;
    }
    .ucicacion__section {
            gap: 100px;
            display: grid;
            width: 2000px;
            place-content: center;
    }
    main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .quillari__section {
        gap: 50px;
    }
    .inner__1 h5 {
        margin-bottom: 1px;
    }

    .testimonial_span_3 {
        font-size: 30px;
    }

    .testimonial__box .testimonial__text3 p {
        margin-top: 53px;
    }

    .about__inner_2 p {
        text-align: center;
    }
    .whychooseus__section {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer {
        margin-top: 50px;
    }

    .inner__left {
        display: flex;
        justify-content: center;
        place-items: center;
    }
    .inner__left h5 {
        text-align: center;
    }

    .styles__title h5 {
        font-size: 59px;
        margin-top: 50px;
    }

    .styles__box div > p {
        font-size: 23px;
    }

    .styles__box div > p {
        margin-top: 23px;
    }

    .styles__inner {
        width: 600px;
    }

    body .invest__boxes_1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .invest__title h5 {
        font-size: 50px;
    }


    .invest__boxes > div {
        padding: 25px;
    }
    .invest__boxes > div > img {
        width: 150px;
        
    }

    .invest__boxes > div > p  {
        font-size: 22px;
    }

    .quillari__section2 {
        width: 2650px;
        place-content: center;
    }

    .quillari__box {
        grid-template-columns: 700px 600px;
    }

    .master__img {
        margin-top: 0;
    }

    .master__img {
        width: 600px;
        height: 600px;
    }

    .quillari__box2 p {
        font-size: 22px;
    }
    .invest__boxes2 > div > p {
        font-size: 19px;
    }

    .button {
        padding: 19px 30px;
    }
    .contact__us__inner-2 {
        gap: 40px;
    }

    .styles_box {
        height: 400px;
        width: 400px;
    }

    .slider-wrapper .image-list .image-item {
        width: 400px;
        height: 400px;
    }
    .slider-wrapper2 .image-list2 .image-item {
        width: 400px;
        height: 400px;
    }
    .slider-wrapper3 .image-list3 .image-item {
        width: 400px;
        height: 400px;
    }
    


.testimonial__section {
    width: 2600px;
    padding-bottom: 50px;
}


body main .paseos {
    width: 200px !important;
}


}

@media (width < 1400px) {
    .styles__div2 {
        display: none;
    }
    .slider-wrapper2 .image-list2 {
        padding-left: 35px;
    } 
     .slider-wrapper3 .image-list3 {
        padding-left: 35px;
    }
    .quillari_div_1 video {
        border-radius: 0px 15px 15px 0px;
    }
}


@media (width < 1200px) {

    .styles__div2 {
        display: none;
    }

    nav {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 0;
        padding-top: 0;
    }

    .contact__us__img {
        margin-bottom: 20px;
    }

    .contact__us {
        margin-top: 0;
    }
    .right {
        display: none;
    }
    .contact__us__form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (width < 1000px) {
    footer {
        flex-direction: column;
    }
    footer .footer__inner-1 {
        width: auto;
    }

    .copy p {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .footer__inner-2 p {
        width: 500px;
        margin-bottom: 20px;
    }
    .project__inner h6 {
        text-align: center;
    }

    .about__section img {
        width: 500px;
        height: auto;
    }
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    nav {
        margin-bottom: 30px;
    }

    .nav__list {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 10;
    }

    .nav__list.active {
        left: 0;
    }

    .nav__list li {
        margin: 16px 0;
    }

    .nav__button {
        display: none;
    }
    .about__inner_2 p {
        width: 750px;
    }
    .footer__inner-2 {
        padding-right: 0;
    }
    footer .footer__inner-1 {
        gap: 100px;
    }

    .projects__section  {
        grid-template-columns: repeat(3,250px);
        grid-template-rows: 200px 200px;
    }
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 50px;
    }

    .slider-wrapper .image-list .image-item {
        width: 280px;
        height: 280px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }
}

@media (width < 769px) {

    .contact__us {
        margin-top: 0;
    }
    footer .footer__inner-1 {
        gap: 100px;
        padding: 50px 30px 20px 30px;
    }
    .footer__inner-2 {
        display: none;
    }
    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    nav {
        margin-bottom: 30px;
    }

    .nav__list {
        position: fixed;
        left: -100%;
        top: 90px;
        gap: 0;
        flex-direction: column;
        background-color: var(--primary-color);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 10;
    }

    .nav__list.active {
        left: 0;
    }

    .nav__list li {
        margin: 16px 0;
    }

    .nav__button {
        display: none;
    }

    .about__section {
        padding-left: 0;
    }

    .inner__1 h5 {
        margin-left: 20px;
    }
    .about__inner_2 p {
        width: 95%;
        text-align: center;
    }
    /* .about__section img {
        padding-left: 20px;
        padding-right: 20px;
    } */
    .about__section img {
        width: 450px;
        height: auto;
    }
    .inner__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact__us {
        margin-top: 100px;
        justify-content: center;
        align-items: center;
    }
    .whychooseus__left {
        justify-content: center;
        margin-right: 30px;
    }
    .contact__us__inner-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact__us__form {
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact__us__inner-1 h4 {
        text-align: center;
    }
    .contact__us__inner-1 p {
        text-align: center;
    }
    .project__inner {
        margin-right: 30px;
    }
    .input-group input {
        width: 350px,
    }
    .main__div {
        grid-template-columns: 1fr;
    }
    .main__div__title {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 400px;
    }
    .first_main_div {
        padding: 0;
    }
    .testimonial__boxes {
        grid-template-columns: auto;
    }
    .testimonial__title  {
        text-align: center;
    }
}

@media (width < 600px) {

    .slider-wrapper .image-list .image-item {
        height: 280px;
    }

    .invest__boxes2 {
        place-content: center;
    }

    .footer__inner-2 {
        padding-right: 0;
    }

    .nav__button {
        display: none;
    }
    .contact__us__form {
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .input-group input {
        width: 350px;
    }

    .img_box img {
        width: 500px;
    }
    .contact__us__img {
        margin-bottom: 70px;
    }

    .projects__section {
        margin-bottom: 0;
    }
    .main__button__grid {
        grid-template-columns: 300px;
        grid-template-rows: 1fr;
    }

    
}


@media (width < 500px) {

    .invest__boxes > div > img {
        width:  115px;
    }

    .invest__boxes2 > div > img {
        width: 85px;
    }


    .testimonial__title {
        font-size: 35px;
    }

    .hero__section p {
        text-align: center;
    }

    .project__inner__2 h6 {
        font-size:  35px;
    }

    footer .footer__inner-1 {
        gap: 80px;
    }

    .footer__inner-2 {
        display: none;
    }

    footer img {
        width: 100%;
    }

    .footer__inner-2 {
        padding-right: 0;
    }

    footer {
        margin-top: 100px;
    }

    .footer__inner-2 p {
        width: 300px;
    }
    footer .footer__left {
        grid-template-columns: 1fr;
    }
    .inner__right__1 {
        width: 340px;
        height: 400px;
    }
    .inner__right__2 {
        width: 340px;
        height: 420px;
    }
    .contact__left {
        width: 400px;
        text-align: center;
        margin-bottom: -80px;

    }
    .contact__us__img {
        margin-bottom: 70px;
        padding: 10px;
    }
    .contact__us__inner-2 u {
        font-size: 23px;
    }
    .nav__bar__div .nav__button {
        display: none;
    }
    .about__section img {
        width: 340px;
        height: auto;
    }
    .contact__us__form {
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .input-group input {
        width: 320px;
    }
    .contact__button {
        border: none;
    border-radius: 8px;
    padding: 16px 40px;
    font-weight: bold;
    transition: .4s;
    text-transform: uppercase;
    cursor: pointer;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .contact__us__inner-1 {
        margin-top: 50px;
    }
    .img_box img {
        width: 400px;
    }
    
    .projects__section  {
        grid-template-columns: 380px;
        grid-template-rows: 200px 200px 200px 200px;
    }

    .element-4 {
        grid-column: 1;
        grid-row: 4;
    }

    .contact__us {
        margin-top: -50px;
    }

    .inner__left p {
        width: 410px;
    } 

    .hero__section h1  {
        font-size: 56px;
    }

    .contact__us__form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .project__inner {
        margin-right: 0;
    }

    .project__inner__2 h6 {
        text-align: center;
    }

    .quillari__section {
        grid-template-columns: 1fr;
    }

    .quillari_div_1 {
        justify-content: center;
    }

    .quillari_div_1 video {
        width: 388px;
        margin-left: 0;
        height: 450px;
        border-radius: 30px;
        margin-bottom: 35px;
        
    }

    .master__img {
        width: 392px;
    height: 462px;
    margin-bottom: 15px;
    }

    .invest__boxes {
        width: 430px;
    }

    .quillari__box2 {
        padding-left: 0;
    }

    .styles__title h5 {
        width: 400px;
        font-size: 36px;
    }

    .quillari__box {
        grid-template-columns: 430px;
    }

    .styles__title h5 {
        font-size: 40px;
    }
    .quillari_div_2 {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 430px;
    }
    .quillari_div_2 h2 {
        width: 350px;
        text-align: center;
    }

    .ubicacion_div_1 {
        padding-left: 0;
    }
    .styles__box {
        grid-template-columns: 1fr;
    }
    .quillari_div_2 .ubicacion_div_1 > h2 + button {
        display: none;
    }
    

    .invest__title h5 {
        width: 400px;
        text-align: center;
    }

    .invest__title p {
        width: 360px;
        margin-top: 10px;
    }
    .invest__boxes {
        grid-template-columns: repeat(2, 150px);
        grid-template-rows: repeat(3, 200px);
    }
    .invest__last {
        grid-column: 1;
    }

    .master__title {
        text-align: center;
    }
    .ucicacion__section {
        grid-template-columns: 430px;
        gap: 30px;
    }

    .ubicacion_div_2 iframe {
        width: 412px;
        display: flex;
        justify-content: center;
    }
    .quillari_div_2 h1 {
        text-align: center;
    }
    .ubicacion_div_2 {
        display: flex;
        justify-content: center;
    }
    .styles__inner {
        width: 350px;
    }
    .master__div div img {
        width:350px;
    }

    .styles__title h5 {
        text-align: center;
    }

    .quillari__section2 {
        margin-bottom: 0px;
    }

    .quillari__box {
        grid-template-columns: 432px;
    }
    .quillari__box2 p {
        display: flex;
        width: 340px;
        place-self: center;
        text-align: center;
        flex-direction: column;
    }

    .quillari__section2 {
        padding-bottom: 20px;
        background-color: var(--bg-color) !important;
    }

    .invest__boxes > div > p {
        font-size: 20px;
    }
    .invest__boxes2 > div > p {
        font-size: 20px;
    }

    .slider-wrapper .image-list .image-item {
        width: 270px;
        margin-left: 0px;
    }    }
    .slider-wrapper2 .image-list2 .image-item {
        width: 270px;
        margin-left: 0;
    }   
    .slider-wrapper3 .image-list3 .image-item {
        width: 270px;
        margin-left: 0;
    }   

    .invest__boxes2 > div > img {
        width: 120px !important;
    }

    body main .paseos {
        width: 140px !important;
    }

    .invest__boxes2 > div {
        width: 177px;
    }
    

@media (width < 415px) {
    
    .ubicacion_div_2 {
        width: 390px;
    }
    .ubicacion_div_2 iframe{
        width: 340px;
    }
    .quillari__box {
        grid-template-columns: 412px;
    }

    .contact__us {
        margin-top: 0;
    }
    .inner__1 h5 {
        margin-left: 0;
        text-align: center;
    }
    .contact__us__inner-2 u {
        font-size: 21px;
    }
    .contact__us__img {
        margin-bottom: 0;
    }
    .inner__left p {
        width: 343px;
    } 
    .quillari_div_2 {
        width: 412px;
    }
    .quillari_div_2 h1 {
        text-align: center;
    }
    .invest__boxes {
        grid-template-columns: repeat(2, 150px);
    }
    .quillari__section {
        margin-bottom: 80px;
    }

    .quillari_div_2 {
        width: 380px;
    }

    .quillari_div_1 {
        width: 370px;
    }
    .quillari_div_1 video {
        width: 280px;
    }
    .quillari_div_2 {
        width: 400px;
    }

    .styles__title {
        width: 395px;
    }

    .styles__title h5 {
        width: 350px;
    }

    .quillari__box2 {
        margin-right: 25px;
    }

    .testimonial__title {
        font-size: 30px;
    }

    .invest__title h5 {
        font-size: 30px;
    }


    .project__inner__2 h6 {
        font-size: 30px;
    }

}

@media (width < 395px) {
    .quillari__box2 {
        margin-right: 0;
    }
    .ubicacion_div_2 {
        width: 380px;
    }

    .quillari_div_2 h1 

    .project__inner__2 h6 {
        color: #C9A16F;
        font-size: 30px;
    }

    .hero__section h1 {
        margin-top: 60px;
    }

    .styles__title {
        width: 385px;
    }
    .quillari_div_2 {
        width: 380px;
    }

    .quillari_div_1 {
        width: 379px;
    }

    .styles__title h5 {
        font-size: 31px;
    }

    .slider-wrapper .image-list {
        padding-left: 10px;
    }
    .slider-wrapper2 .image-list2 {
        padding-left: 10px;
    }
    .slider-wrapper3 .image-list3 {
        padding-left: 10px;
    }

    .quillari__section2 {
        padding-top: 0;
    }
 
}

@media (width <  385px) {

    .ubicacion_div_2 {
        width: 370px;
    }
    .ubicacion_div_2 iframe{
        width: 330px;
    } 

    .quillari_div_2 {
        width: 370px;
    }


    .slider-wrapper .image-list { 
        margin-bottom: 35px;
        margin-top: 35px;
        width: 305px;
    }
    .slider-wrapper2 .image-list2 {
        margin-bottom: 35px;
        margin-top: 35px;
        width: 305px;
    }
    .slider-wrapper3 .image-list3{
        margin-bottom: 35px;
        margin-top: 35px;
        width: 305px;
    }
    .inner__left p {
        width: 345px;
    } 
    .inner__right__1 {
        height: 300px;
    }
    .inner__right__2 {
        height: 320px;
    }

    .quillari__section2 {
        display: block;
    }

    .styles__title h5 {
        font-size: 20px;
    }

    .styles__title {
        width: 370px;
    }

    .quillari__box {
        grid-template-columns: 100%;
    }

    .quillari__box2 p {
        width: 300px;
    }

    .invest__title h5 {
        width: 300px;
    }

    .invest__boxes {
        display: grid;
        grid-template-columns: auto;
    }

    .testimonial__boxes .testimonial__box h5  {
        margin-left: 145px;
    }
    .testimonial__boxes img {
        margin-left: -1px;
    }
    .testimonial__abajo_3 
    {
        margin-top: 70px;
    }

    .quillari_div_2 h2 {
        width: 320px;
    }
}

@media (width < 361px) {

    .paseos {
        width: 300px;
    }

    .quillari_div_2 h2 {
        width: 300px;
    } 

    .quillari_div_2 {
        width: 350px;
    }


    .styles__title {
        width: 340px;
    }

    .styles__title h5 {
        font-size: 25px;
        margin-top: 150px;
    }

    .quillari_div_2 h2 {
        width: 330px;
    }

    .quillari_div_1 video {
        width: 309px;
    }
    .quillari_div_2 {
        width: 344px;
    }
    .img_box img {
        width: 300px;
    }
    main {
        overflow-x: hidden;
    }
    .inner__right__1 {
        width: 300px;
        height: 450px;
    }
    .inner__right__2 {
        width: 300px;
        height: 490px;
    }
    .information__section {
        margin-bottom: 100px;
    }
    .contact__us__inner-2 h4 {
        font-size: 18px;
    }

    .contact__us__inner-2 u {
        font-size: 17px;
    }
    .about__section img {
        width: 300px;
        height: auto;
    }
    .hero__section h1 span {
        font-size: 3.4rem;
    }

    .img_box img {
        width: 310px;
    }

    .inner__left p {
        width: 330px;
    }

    .projects__section  {
        grid-template-columns: 320px;

    }
    .hero__main-1 {
        padding: 10px;
    }

    .hero__section h1 {
        font-size: 39px;
    }
    .quillari_div_2 {
        width: 355px;
    }

    .ubicacion_div_2 {
        width: 355px;
    }

    .ubicacion_div_2 iframe {
        width: 320px;
    }
    .master__img {
        width: 300px;
    }
    nav {
        padding-bottom: 10px;
    }

    .quillari_div_2 {
        width: 350px;
    }
}

@media (width < 345px){

    .quillari_div_1 {
        width: 340px;
    }
    .quillari_div_1 video {
        width: 260px;
    }
    .quillari_div_2 {
        width: 340px;
    }

    .ubicacion_div_2 {
        width: 340px;
    }

    .ubicacion_div_2 iframe {
        width: 300px;
    }

    .quillari_div_2 h2  {
        width: 311px;
    }
}

@media (width < 335px) {
    .quillari_div_2 {
        width: 330px;
    }

    .quillari_div_2 h2 {
        width: 290px;
    }
}


@media (width < 326px) {
    .quillari_div_2 {
        width: 320px;
    }
    .quillari_div_2 h2 {
        width: 280px;
    }

    .ubicacion_div_2 {
        width: 320px;
    }
}


@media (width < 320px) {
    .quillari_div_2 {
        width: 300px;
    }

    .quillari_div_2 h1 {
        font-size: 28px;
    }
    .quillari_div_1 video {
        width: 245px;
    }
 }

 @media (width < 310px) {
    .quillari_div_2 {
        width: 280px;
    }
}