a.logo-light img {
    width: auto;
    margin-left: 15px;
}

.sticky .main-menu>li.has-submenu:after {
    color: #000;
    font-weight: 600;
}
figcaption.service-txt h5 {
    padding: 0 20px;
    font-size: 17px;
}
.testimonial-txt h6 {
    font-size: 13px;
    margin-top: 5px;
}
.barra-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sticky .header-action [class*=btn-] {
    color: #000;
}
a.logo-dark {
    margin-left: 15px;
}
.logo-area {
    padding-right: 15px;
}
.foot-cont {
    justify-content: space-between;
    align-items: flex-end;
}

.info img {
    width: 25px;
    height: 25px;
    margin-top: 6px;
}

.info {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.info p {
    font-size: 13px;
}
.page-header-area.bg-img {
    position: relative;
    overflow: hidden;
}

.page-header-area.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* AJUSTA AQU? la intensidad */
    z-index: 1;
}

.header-area2 {
    -webkit-animation: slideInDown 0.6s forwards;
    animation: slideInDown 0.6s forwards;
    padding: 15px 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    background-color: #fff;
    /* padding: 30px 0; */
    -webkit-transition: 0.4s;
    transition: 0.4s
}
.header-area2 a.logo-dark {
    display: none;
}
.about-content h3 {
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    padding-right: 50px;
}
.team-area-wrapper h2 {
    margin-bottom: 30px;
}

.team-area-wrapper {
    background: #f8f9fc;
}
.member.team-mem-item {
    display: flex;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    flex-direction: column;
    border-radius: 10px !important;
}

.member.team-mem-item .foto-team img {
    max-width: 250px;
    border-radius: 100%;
    padding: 10px;
    margin: 30px auto;
    border: solid #69c62e 1px;
    width: 170px;
    display: block;
}
a.email-team {
    color: #69c62e;
}

a.email-team:hover {
    color: #000 !important;
}
a.link-team img {
    width: 30px;
    margin: 10px 30px;
}
.contact-team {
    display: flex;
    width: 60%;
    justify-content: space-around;
    position: relative;
    margin: 0 auto;
}
.home-two-empresa img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.valores-empresa .icon-box-item {
    flex-direction: column;
    text-align: center;
}

.valores-empresa .icon-box-item .icon-box__info h5 {
    line-height: 26px;
    font-weight: 600;
    margin-top: 15px;
}
.valor {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin: 20px auto;
}

.valores-empresa .icon-box-item .icon-box__icon {
    margin: 0;
}
.valores-empresa .icon-box__info {
    flex-basis: auto;
    width: 100%;
    font-size: 13px;
    min-height: 230px;
}
.home-two-empresa ul {
    padding-left: 30px;
}

.home-two-empresa ul li {
    list-style-type: disc;
    padding-left: 5px;
    font-size: 13px;
}

.home-two-empresa ul li::marker {
    color: #69c62e;
}
.card-header .btn {
    color: #69c62e;
}

.card-header .btn.collapsed {
    color: #000;
}
.brand-accordion .card .card-header button:hover::after, 
.brand-accordion .card .card-header button:hover {
    color: #69c62e;
}
.off-canvas-inner img {
    height: 50px;
    margin: 50px 0 0 20px;
}
.fono-menu {
    color: #fff;
    margin-left: 20px;
}
address a {
    color: #fff;
}
.info a {
    color: #000;
    margin-top: 3px;
}
p.list-serv {
    margin: 20px 0 0;
}
.service-slide-item {
    padding: 0 10px;
}

.service-slider img {
    width: 100%;
    border-radius: 6px;
}
.img-destc {
    margin-bottom: 80px;
}












@media (max-width: 768px) {
  a.btn-outline {
      margin: 25px 0 0;
  }
  .home-two-about-area{
      background-image: none !important;
  }
  .footer-top-wrap {
      text-align: center;
  }  
  .info {
      flex-direction: column;
  }  
  .info img {
      margin: 10px auto -5px;
  }  
  .team-area-wrapper .slick-slide {
      margin: 0 30px;
  }  
  .header-area2 .header-action [class*=btn-] {
      color: #000;
      margin-left: 20px;
  }  
  .home-two-empresa.valores-empresa.sm-top {
      background-image: none !important;
  }  
	.about-content {
		text-align: left !important;
		padding: 20px;
		padding-bottom: 0px !important;
	}  
  
  
  
  
}




