/** Shopify CDN: Minification failed

Line 175:0 Expected "}" to go with "{"

**/
.sobre-hero{
  height: 66vh;
  width: 100%;
  position: relative;
}

.sobre-hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-overlay{
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block!important;
  opacity: .3;
}

.sobre-hero__content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.sobre-hero__content h1{
  color: white;
  text-transform: lowercase;
}

.sobre-content{
  margin-top: 6rem;
}

.historia_img,
.valores_img{
  position: relative;
}

.historia_title h2{
  font-family: 'RNSCamelia-ExtraBold';
  font-size: 3rem;
}

@media screen and (min-width: 768px){
  .historia_title h2{
    font-size: 5rem;
  }
}


.historia_title h2 span{
  color: #F2B705;
}

.historia_content,
.valores_content{
  padding-bottom: 10rem;
}

@media screen and (min-width: 768px){
  .historia_content{
    padding-right: 10rem;
  }
}


/* Equipo */

:root {
  --equipogap: 0rem;
}
.equipo .grid-custom{    
  margin-left: calc(-1 * var(--equipogap));
  margin-right: calc(-1 * var(--equipogap));
  margin-top: 8rem;
}

.equipo .grid-custom__item{
  padding-left: var(--equipogap);
  padding-right: var(--equipogap);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.equipo .grid-custom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}   

.equipo .grid-custom .grid--1-col {
  flex: 0 0 auto;
  width: 100%;
}
.equipo .grid-custom .grid--2-col {
  flex: 0 0 auto;
  width: 50%;
}

.equipo .equipo_content{
  padding-bottom: 8rem;
}

.equipo .grid-custom__item h2{
  font-family: 'CooperHewitt-Semibold';
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0;
}

.equipo .grid-custom__item p{
  line-height: 1.4;
}

.equipo .teamMember_top{
  padding-left: 3rem;
}

@media screen and (min-width: 768px){
  .equipo .grid-custom__item h2{
    font-size: 4rem;
  }

@media screen and (min-width: 990px){
  .equipo .grid-custom__item h2{
    font-size: 6rem;
  }

  .equipo .teamMember_top{
    padding-left: 7rem;
  }
}

.equipo .teamMember_bottom{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
}

.equipo .teamMember_bottom a{
  margin: 0 6px;
}

.equipo .teamMember_bottom svg{
  width: 40px;
}

.equipo .teamMember_bottom path{
  fill: #F2B705;
}

