@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root{
    --bg: #f5f5f5;
    --a-color: #221a50;
    --btn-bg-color: #4d7b19;
    --time: .2s;
    --radius:2px;

    --title-color:#23261f;
    --info-color:#505630;
    --ni-info-color:rgb(70, 70, 70);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0); /* Transparente */
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0); /* Transparente */
}

.container-fluid{
    padding-top: 70px;
}

.visually-hidden{
    display: none;
}

html {
    scroll-behavior: smooth;
}

body{
    width: 100%;
    background-color: var(--bg);
   
}

*{
    box-sizing: border-box !important;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

.separator{
    display: block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.048);
    width: 100px;
    height: 4px;
}
.location-msg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    color: #0c0c0c;
}

.location-msg a i{
    padding: 0px 3px;
}
.location-msg a{
    display: flex;
    align-items: center;
    color: rgb(66, 66, 66);
    font-weight: 500;
    transition: all var(--time);
}
.location-msg a:hover{
    color: #943e3e;
}

.location-msg b{
    font-weight: 500;
}

.location-msg strong{
    padding: 0px 10px;
}



/* wsp start */
.wsp-btn-box{
    color: #fff;
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 101121111;
}

.wsp-btn-box a{
    border-radius: 200px;
    box-shadow: 0px 0px 15px 2px #25d3656b;
    background-color:#25d366;
    padding: 8px 20px;
    color: #fff;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all var(--time);
}

.wsp-btn-box a:hover {
    box-shadow: 0px 0px 25px 2px #25d365;
}

.wsp-btn-box a i{
    font-size: 1.2em;
    padding-right: 9px;
}

.wsp-btn-box a .circle{
    color: #ff1313d7;
    font-size: 6px;
    margin-left: 5px;
}
/* wsp end */


/* header */

.header{
    background-color: #fff;
    z-index: 1011211212;
    width: 100%;
    height: 80px;
    top: 0px;
    position: fixed;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg);
    padding: 5px 150px;
    transition: all .5s;
}

.header-logo-a{
    display: flex;
    align-items: center;
    width: 200px;
    font-family: "Playfair Display", serif;
    color: #23261f;
    font-weight: 500;
    font-size: 25px;
}

.header-logo-a img{
    width: 100%;
}

.header-logo a i{
    color: #4d7b19;
}

.header-logo{
    width: 200px;
}

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

.header-actions a{
    background: #76B942;
    padding: 10px 23px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #76B942;
    transition: all var(--time);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}   
.header-actions a:hover{
    background-color: #50812b;
    border-color: #50812b;
}
.header-actions a:hover > i{
    color: #76B942;
}
.header-actions a i{
    color: #f3f3f3;
    transition: all var(--time);

}

.header-btns{
    display: none;
}

.header-links{
    display: flex;
    gap: 28px;
}

.header-links-a.selected{
    color: #ee6f35;
}

.header-links-a.selected:hover{
    border-color:#b4362b ;
    color: #b4362b;
}

.header-links-a{
    font-size: .9em;
    padding: 2px 0px !important;
    color: #271614;
    display: flex;
    margin: 2px;
    font-weight: 500;   
    transition: all var(--time);
}

.header-links-a:hover{
    color: #78342E;
}

/* header end */

/* hero start */
.hero-container{
    background-image: url(/public/images/hero/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
}

.hero{
    background-color: #0c1c01a6;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.hero-text{
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
}

.hero-text header{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.hero-title{
    font-size: 70px;
    color: #fff;
    font-weight: 500;
    line-height: 70px;
    width: 770px;
}

.hero-title .colored{
    color: #76B942;
}

.hero-info{
    color: #fff;
    font-size: 24px;
    width: 600px;
}

.hero-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero-link:first-child{
    padding: 15px 30px;
    background-color: #76B942;
    border: 2px solid #76B942;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--time);
}

.hero-link:first-child:hover{
    background-color: #50812b;
    border-color: #50812b;
}

.hero-link:last-child{
     padding: 15px 30px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--time);
}

.hero-link:last-child:hover{
    background-color: #ffffff;
    color: #76B942;
}

.features-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform:translateY(70px);
}

.features-img{
    display: none;
}

.features{
    width: 100%;
    box-shadow: 0px 0px 30px #0000000e;
    padding: 50px 100px;
    margin: 0px 150px !important;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.feature{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    transition: all var(--time);
}

.feature:hover{
    transform: scale(1.1);
}

.feature-img{
    width: 70px;
}

.feature-title{
    color: #271614;
    font-weight: 600;
    font-size: 20px;
}

/* hero end */



/* porque start */
.porque-container{
    display: flex;
    padding: 100px 150px;
    padding-top: 200px;
    justify-content: space-between;
}

.porque-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.porque-sub-title{
    color: #271614e0;
    font-size: 20px;
    padding-bottom: 10px;
}

.porque-title{
    color: #271614;
    font-size: 60px;
    line-height: 60px;
    width: 610px;
}

.porque-title .colored{
    color: #76B942;
}

.porque-info{
    color: #271614b2;
    font-size: 24px;
    font-weight: 24px;
    width: 480px;
    padding: 30px 0px;

}



.porque-link-1{
    padding: 15px 30px;
    background-color: #76B942;
    border: 2px solid #76B942;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--time);
}

.porque-link-1:hover{
    background-color: #50812b;
    border-color: #50812b;
}

.porque-link-2{
    display: none;
}

.porque-box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.porque-box-first{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.porque-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 210px;
    height: 210px;
    gap: 10px;
    background-color: #fff;
    transition: all var(--time);
    box-shadow: 0px 0px 30px #0000000e;
}

.porque-box:hover{
    transform: scale(1.1);
}

.porque-box-img-container{
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100px;
    background-color: #76b9422d;
}


.porque-box-img{
    width: 100%;
}

.porque-box-title{
    color: #271614;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
/* porque end */


/* numeros start */
.numeros-bg{
    background-image: url(/public/images/numeros/numeros-bg.jpg);
    background-position: center;
}

.numeros-container{
    background-color: #0c1c01a6;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0px;
}

#numeros-title{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.numeros-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.numeros{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.numero{
    font-size: 40px;
    font-weight: 500;
}

.numero-info{
    font-size: 20px;
}
/* numeros end */


/* works start */
.works-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
    gap: 40px;
    width: 100%;
}

.works-text{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.works-sub-title{
    color: #271614e0;
    font-size: 20px;
    padding-bottom: 10px;
}

.works-title{
    color: #271614;
    font-size: 60px;
    line-height: 60px;
    width: 670px;
}

.works-title .colored{
    color: #76B942;
}

.works-filters{
    background-color: #76b9423f;
    display: flex;
    gap: 20px;
    padding: 10px 20px;
}

.filter{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    color: #76B942;
    cursor: pointer;
    transition: all var(--time);
}

.filter:hover{
    color: #4B980F;
}

.filter.selected{
    color: #4B980F;
    border-color: #4B980F;
}
.works {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 150px;
  position: relative; /* Para manejar el position:absolute de los elementos ocultos */
}

.work {
  width: calc(33.333% - 13.33px);
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  opacity: 1;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.work.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  width: 0px;
  height: 0px;
  z-index: 0;
}

.work img {
  width: 100%;
  display: block;
  transition: all var(--time, 0.3s ease);
}

.work img:hover {
  filter: brightness(0.6);
}

/* Botón "Ver todo" */
.works-link {
  padding: 15px 30px;
  background-color: transparent;
  border: 2px solid #76B942;
  color: #76B942;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all var(--time, 0.3s ease);
}

.works-link:hover {
  background-color: #76B942;
  color: #fff;
}

/* works end */

/* services start */
.services-container{
    padding: 100px 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    text-align: center;
    background-color: #FFFFFF;
}

.services-text{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.services-sub-title{
    color: #271614e0;
    font-size: 20px;
    padding-bottom: 10px;
}

.services-title{
    color: #271614;
    font-size: 60px;
    line-height: 60px;
    width: 770px;
}

.services-title .colored{
    color: #76B942;
}



.services {
  padding-top: 100px;
  display: flex;
  gap: 20px;
}

.service {
  width: calc(33.333% - 13.33px);
  box-sizing: border-box;
  background-color: #76b94234;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.service-img{
    width: 70px;
}

.service-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.service-title{
    color: #271614e5;
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
}

.service-info{
    color: #271614c7;
    font-size: 18px;
}

/* services end */



/* picudo start */
.picudo-bg{
    background-image: url(/public/images/picudo/bg.svg);
    background-position: -520px 400px;
    background-repeat: no-repeat;
}

.picudo-container{
    background-color: #e066082a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 150px;
    text-align: center;
    gap: 60px;
}

.picudo-text{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
}

.picudo-title{
    color: #271614;
    font-size: 50px;
    line-height: 50px;
    width: 770px;
}

.picudo-title .colored{
    color: #E06608;
}

.picudo-info{
    color: #271614d0;
    font-size: 23px;
    width: 830px;
}

.picudo-img{
    width: 520px;
    transform: rotate(-15deg);
}



.picudo-link{
    padding: 15px 30px;
    background-color: #E06608;
    border: 2px solid #E06608;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--time);
}

.picudo-link:hover{
    background-color: #9c4808;
    border-color: #9c4808;
}
/* picudo end */


/* antes y despues start */
.antesydespues-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 150px;
    text-align: center;
}

.antesydespues-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.antesydespues-title{
    color: #271614;
    font-size: 60px;
    line-height: 60px;
    width: 670px;
}

.antesydespues-title .colored{
    color: #76B942;
}

.antesydespues-info{
    color: #271614b2;
    font-size: 24px;
    font-weight: 24px;
    width: 940px;
}

.antesydespues-imgs-container{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    padding: 50px 0px;
}


.antesydespues-img-box{
    background-color: rgba(0, 0, 0, 0.048);
    width: 50%;
    height: 450px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}


.antesydespues-img-box:first-child{
    background-image: url(/public/images/antesydespues/antes.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


.antesydespues-img-box:last-child{
    background-image: url(/public/images/antesydespues/despues.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.antesydespues-img-box img{
    width: 70px;
    transform: translateY(-35px) translateX(-30px);
}

.antesydespues-img-text{
    margin: 0 auto;
    background-color: #EBF8E1;
    color: #76B942;
    padding: 0px 20px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.antesydespues-arrows{
    width: 70px;
}



.antesydespues-link{
    padding: 15px 30px;
    background-color: #76B942;
    border: 2px solid #76B942;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--time);
}

.antesydespues-link:hover{
    background-color: #50812b;
    border-color: #50812b;
}


/* antes y despues end */


/* contact start */
.contact-container{
    display: flex;
    flex-direction: column;
    padding: 100px 150px;
    width: 100%;
}


.contact-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.contact-title{
    color: #271614;
    font-size: 60px;
    line-height: 60px;
}

.contact-info{
    color: #271614b2;
    font-size: 24px;
    font-weight: 24px;
}

.contact-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 20px 0px;
}

.contact-user{
    display: flex;
    width: 100%;
    gap: 20px;
}

.input-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-input{
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #271614ce;
    border: none;
    padding: 0px 10px;
    background-color: #27161415;
    outline: none;
    transition: all var(--time);
}

.contact-input:focus{
    background-color: #27161427;
}

.contact-label{
    font-size: 20px;
}

.contact-textarea{
    width: 100%;
    height: 260px;
    font-size: 18px;
    color: #271614ce;
    border: none;
    padding: 10px;
    background-color: #27161415;
    outline: none;
    resize: vertical;
    transition: all var(--time);
}


.contact-button{
    margin-top: 20px;
    padding: 15px 30px;
    background-color: #76B942;
    border: 2px solid #76B942;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all var(--time);
    cursor: pointer;
    font-size: 18px;
}

.contact-button:hover{
    background-color: #50812b;
    border-color: #50812b;
}


.contact-data{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-data-li{
    color: #271614d5;
    font-size: 18px;
}

.contact-data-li a i,
.contact-data-li a{
    color: #271614ee;
    font-weight: 500;
}

.contact-data-li a:hover{
    text-decoration: underline;
}
/* contact end */


/* footer */
#footer-title{
    display: none; 
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 70px 150px;
}

.footer-links-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #27161457;
    padding: 40px 0px;
}
.footer-links-title{
    color: #271614;
    font-weight: 600;
    padding: 10px 0px;
}
.footer-links-a a{
    color: #271614cc;
    transition: all var(--time);
}

.footer-links-a a:hover{
    text-decoration: underline;
}


.footer-links-a a img{
    width: 200px;
}

.footer-info-container {
    padding: 30px 0px;
}

.footer-social{
    padding-bottom: 30px;
}
.footer-social-ul{
    display: flex;
}
.footer-social-li{
    padding: 0px 10px;
}
.footer-social-li a{
    transition: all var(--time);
    color: #271614cc;
    font-size: 1.8em;
}
.footer-social-li a:hover{
    color: #271614cc;
}
.copyright-p-dev{
    font-size: 1.3em;
    padding-top: 20px;
    font-weight: 600;
    color: #271614cc;
}

.copyright-p-dev a{
    color: #271614cc;
    transition: all var(--time);
    text-decoration: underline;
    padding: 0px 5px;
    width: max-content !important;
}
.copyright-p-dev a:hover{
    color: #271614cc;
    letter-spacing: 1px;
}

.copyright-p{
    color: #271614cc;
}

.copyright-p a{
    color: #271614f3;
    text-decoration: underline;
    transition: all var(--time);

}

.copyright-p a:hover{
    color: #271614cc;
}
/* footer end */



