.logo-main {
    width: 12vw;
  }
  

.container-principal
{
  display: flex ;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
  
.fila-cross{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}  

.fila-texto{
  box-sizing: border-box;
  padding: 0 2em;
  font-weight: bold;
}

.cross-orange{
  color: #f57c14ff;
  font-size: 1.8em;
}

.masthead {
  height: 100vh !important;
}


@media (min-width: 992px) {
  .content-section {
    height: 100vh;
  } 
}

.content-section-portfolio {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-title{
  /*height: 10vh; */
  max-width: 70%;
  background-color: #333333;
  color:#fff;
  margin-bottom: 2em;
}

@media (min-width: 750px) {
  .content-section-title{
    max-width: 36vw;
  } 
}

@media (max-width: 992px) {
  .container-principal{
    visibility: hidden;
  }
  .logo-main{
    width: 40vw;
  }
}


.content-section-title h1{
  font-size: 5rem !important;
}

.mark-bg{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../assets/img/fondo2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.design-bg{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../assets/img/fondo3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-jobs{
  width: 100%;
  margin-top: 4rem;
  padding: 2rem;
}

.item-jobs{
  float: left;
  width: 100%;
}

.item-jobs i {
  float: left;
  width: 15%;
}
.item-jobs h4 {
  float: left;
  width: 85%;
  font-weight: 100;
}

footer i {
  font-size: 1.2rem !important;
}

footer span{
  font-size: 1.2rem !important;
}