* {
  padding: 0;
  margin: 0;
}

#nosotros {
  position: relative;
  padding-bottom: 5%;
}
.portada-nosotros {
  background-image: url(/files/background-nosotros-portada.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  height: calc(100vh - 120px);
}

.container-text-portada {
  position: absolute;
  width: 60%;
  max-width: 700px;
  left: 5%;
  top: calc(50% - 220px);
}

h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  margin-bottom: 30px;
  line-height: 92%;
  color: #ffffff;
}

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #ffffff;
}

.straight-color {
  width: 25%;
  background: #76bc21;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* top: 40%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.information-horario {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.container-map {
  margin-top: 5%;
  display: flex;
  width: 65%;
  margin-left: 30%;
  align-items: baseline;
  justify-content: end;
  flex-direction: column;
}

iframe {
  width: 100%;
  margin-bottom: 40px;
 
}

h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  display: flex;
  align-items: center;
  color: #656565;
}
h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 30px;
}

h3 a{
      font-size: 20px !important;
      margin-bottom: 15px;
      font-weight: 600;
      border-bottom:1px solid;
}

h3 a:hover{
  color:#e7e7e7;
}
h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
}
span {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}
.subtitle-information {
  font-size: 20px !important;
  margin-bottom: 15px;
}

.line-nosotros {
  width: 100%;
  height: 2px;
  background: white;
  margin: 20px 0;
}

.mobileElementNosotros{
  display: none;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .portada-nosotros {
    height: calc(60vh - 120px);
  }
  .container-text-portada {
    width: 100%;
    max-width: unset;
    left: 0;
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-text {
    background: white;
    padding: 5%;
    position: relative;
    z-index: 2;
  }
  .mobileElementNosotros{
    display: flex;
  }
  .container-text p {
    color: #444444;
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
  }
  .information-horario {
    background: #76bc21;
    width: 90%;
    padding: 5%;
    position: relative;
    z-index: 2;
    display: flex !important;
    padding-bottom: 10%;
    flex-direction: column;
  }
  h3 {
    margin-top: 20px;
    font-size: 17px;
    line-height: 17px;
  }
  .line-nosotros {
    height: 1px;
  }
  .subtitle-information,
  span {
    font-size: 14px !important;
  }
  .container-map {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
  }
  .straight-color {
    width: 40%;
    height: 82%;
  }
}
