* {
  font-family: "Open_Sans";
}
.bg-light {
  background-color: #fff !important;
}
#main {
  position: relative;
}
video {
  position: relative;
  width: 100%;
}
.main_video_text {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main_video_text img {
  width: 40%;
}
.main_video_text p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align-last: justify;
}
.servicios {
  cursor: pointer;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #fff;
}
.servicios:hover {
  background-color: #ffffff;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 200ms;
}
.servicios figure {
  pointer-events: none;
}
.servicios img {
  pointer-events: none;
}
.servicios figcaption {
  pointer-events: none;
}
.servicios figcaption {
  color: #394955;
}
.servicios-footer {
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 5rem;
}
.servicios-footer > div {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.servicios-footer > img {
  width: 100%;
  position: relative;
}
.servicios-footer figure {
  background: #fff;
  padding: 3rem;
  cursor: pointer;
}
.servicios-footer figure:hover {
  background-color: #ffffff;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  transition: 100ms;
}
.servicios-footer figcaption {
  color: #394955;
}
.empresa_icons {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
}
.empresa_icons figcaption {
  font-weight: bold;
  font-size: 1.2rem;
  color: #394955;
  pointer-events: none;
}
.empresa_icons img {
  pointer-events: none;
}
.empresa_info {
  cursor: pointer;
}
.empresa_info:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  transition: 200ms;
}
.empresa-footer {
  position: relative;
  margin: 5rem 0 2rem 0;
}
.empresa-footer > div {
  position: absolute;
  z-index: 1;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.empresa-footer > img {
  width: 100%;
  position: relative;
}
.empresa-footer figure > img {
  width: 65%;
}
#contacto {
  background-color: #f7f9fb;
}
.contacto-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.2rem;
}
.contacto-title span {
  color: #394955;
}
.contactanos {
  margin: 5rem 0 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.contacto-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.contacto-form div {
  margin: 1rem 0 1rem 0;
}
.contacto-form input {
  width: 80%;
  color: #9cadbc;
  font-weight: bold;
}
.contacto-form input:focus {
  color: #394955;
}
.contacto-form textarea {
  width: 80%;
  resize: none;
  color: #9cadbc;
  font-weight: bold;
}
.contacto-form textarea:focus {
  color: #394955;
}
.contactanos img {
  width: 100%;
}
.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 1.2rem;
  color: #fff;
}
.footer-container > img {
  height: 100%;
}
#map {
  width: 100%;
  height: 30rem;
}
.center {
  text-align: center;
}
.section-padding-top {
  /* padding-top: 5rem; */
  padding-top: 5.5rem;
}
.section-margin-bottom {
  /* padding-top: 5rem; */
  margin-bottom: 2.5rem;
}
.section-title {
  font-family: "Merriweather_Sans_Extra_Bold";
  color: #394955;
  font-size: 2rem;
  /* font-weight: bold; */
}
.section-subtitle {
  color: #394955;
  font-size: 1.2rem;
  margin-top: 2rem;
}
.section-dark-color {
  background-color: #394955;
}
.custom-button {
  cursor: pointer;
  text-decoration: none;
  background-color: #09a2e3;
  border: none;
  color: #fff;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  font-weight: bold;
}
.custom-button:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 100ms;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.custom-navbar {
  justify-content: end;
}
.custom-nav-item {
  margin: 0 1rem 0 1rem;
}
.active-section {
  color: #f56e63 !important;
  font-weight: bold;
}
.input-error {
  border: 3px solid red;
}
.indicator {
  border-top: 5px solid #f56e63;
  opacity: 1;
  display: block;
  margin: auto;
  width: 10%;
}
.list-group-item.active {
  background-color: #09a2e3;
  border-color: #09a2e3;
}
.last-item {
  padding-bottom: 5rem;
}
.contenedor{
  position: relative;
  display: inline-block;
  text-align: center;
}
.centrado{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2d4755;
}
.yearsExp {
  font-family:Baskerville, serif;
  font-size:100px;
  font-weight:bold;
  line-height:30px;
}
.yearsTxt{
  font-family: Baskerville, serif;
  font-size: 27px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .indicator {
    width: 30%;
  }
  .main_video_text p {
    font-size: 1rem;
    text-align-last: justify;
  }
  .servicios-footer > img {
    display: none;
  }
  .servicios-footer > div {
    position: inherit;
  }
  .servicios-footer {
    margin-top: 3rem;
  }
  .empresa_icons {
    flex-direction: column;
  }
  .empresa_info {
    margin: 1rem 0 1rem 0;
  }
  .empresa-footer > div {
    position: inherit;
  }
  .empresa-footer > img {
    display: none;
  }
  .contacto-title {
    flex-direction: column;
  }
  .contacto-title div {
    text-align: justify;
    margin-bottom: 1rem;
  }
  .contacto-title p {
    text-align: justify;
    margin-bottom: 0;
  }
  .contactanos {
    margin: 2rem 0 0 0;
  }
  .contacto-form input {
    width: 100%;
  }
  form {
    text-align: center;
    margin-bottom: 1rem;
  }
  .contactanos img {
    display: none;
  }
  .contacto-form textarea {
    width: 100%;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-container > img {
    width: 100%;
  }
  .footer-container > p {
    text-align: justify;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .servicios-footer figure {
    padding: 2rem;
  }
  .empresa_icons {
    flex-direction: column;
  }
  .empresa-footer figure > img {
    width: 45%;
  }
  .contacto-title {
    flex-direction: column;
  }
  .contacto-title div {
    text-align: justify;
    margin-bottom: 1rem;
  }
  .contacto-title p {
    text-align: justify;
    margin-bottom: 0;
  }
  .contactanos {
    margin: 2rem 0 0 0;
  }
  .contacto-form input {
    width: 100%;
  }
  form {
    text-align: center;
    margin-bottom: 1rem;
  }
  .contactanos img {
    display: none;
  }
  .contacto-form textarea {
    width: 100%;
  }
  .footer-container {
    font-size: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
.empresa_icons {
    flex-direction: column;
}
.empresa-footer figure > img {
  width: 50%;
}
.contacto-title {
  flex-direction: column;
  text-align: center;
}
.contacto-title div {
  margin-bottom: 1rem;
}
.contacto-title p {
  margin-bottom: 0;
}
.contactanos {
  margin: 2rem 0 0 0;
}
.contacto-form input {
  width: 100%;
}
form {
  text-align: center;
  margin-bottom: 1rem;
}
.contactanos img {
  display: none;
}
.contacto-form textarea {
  width: 100%;
}
}
