@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway/static/Raleway-Regular.ttf");
}
@font-face {
  font-family: RalewayMedium;
  src: url("../fonts/Raleway/static/Raleway-Medium.ttf");
}
@font-face {
  font-family: RalewaySemiBold;
  src: url("../fonts/Raleway/static/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: RalewayBold;
  src: url("../fonts/Raleway/static/Raleway-Bold.ttf");
}
@font-face {
  font-family: RalewayExtraBold;
  src: url("../fonts/Raleway/static/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: RalewayBlack;
  src: url("../fonts/Raleway/static/Raleway-Black.ttf");
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter/static/Inter-Regular.ttf");
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
}
.main {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
#nosotros,
footer {
  flex-grow: 0;
  flex-shrink: 0;
}
#contacto,
#mision_vision {
  flex-grow: 1;
}
#top {
  background: #D83434;
}
#top .container-wrapper {
  margin-right: 5%;
  background-image: url("../img/bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
#top .navbar-dark {
  background-color: transparent!important;
  padding: 2rem 0;
}
#top .navbar-dark .nav-item .nav-link {
  color: #FFFFFF;
  font-family: RalewaySemiBold;
}
#top .navbar-dark .nav-item .nav-link.active {
  font-family: RalewayExtraBold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
#top .top-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin: 10rem 0;
}
#top .top-content .title {
  margin-bottom: 2rem;
}
#top .top-content .title h1 {
  color: #FFFFFF;
  font-family: RalewayMedium;
}
#top .top-content .btn-ver-mas {
  background-color: #D83434;
  border-radius: 8px;
  width: 237px;
  height: 74px;
  font-family: RalewayBlack;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
#top .top-content .btn-ver-mas:hover {
  background-color: #000000;
}
#representando {
  background: #D83434;
}
#representando .title {
  margin-top: 5rem;
}
#representando .title h1 {
  font-family: RalewayMedium;
  color: #FFFFFF;
}
#representando .info {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#representando .info p {
  color: #FFFFFF;
  font-family: RalewayMedium;
}
#representando .image-wrapper {
  margin-bottom: -6rem;
  z-index: 99;
  position: relative;
}
#tecnologia {
  background-color: #F4F4F1;
}
#tecnologia .row-tecnologia {
  padding-top: 12rem;
}
#tecnologia .row-tecnologia .title h1 {
  color: #000000;
  font-family: RalewayMedium;
}
#tecnologia .row-tecnologia .link-wrapper {
  text-align: right;
}
#tecnologia .row-tecnologia .link-wrapper .ver-mas-link {
  text-align: right;
  color: #D83434;
  font-family: RalewayBold;
  text-decoration: none;
}
#tecnologia .row-tecnologia .link-wrapper .ver-mas-link i {
  margin-left: 3rem;
}
#tecnologia .clip-wrapper {
  clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 15% 100%, 0% 40%);
  background-color: #FFFFFF;
  height: 100px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: right;
}
#tecnologia .clip-wrapper p {
  color: #1F1F1E;
  font-family: RalewayBold;
  margin-bottom: 0;
  text-align: right;
  margin-right: 3rem;
}
#nosotros {
  background-image: url(../img/gris.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#nosotros .navbar-light {
  padding: 2rem 0;
  background-color: transparent!important;
}
#nosotros .navbar-light .nav-item .nav-link {
  color: #000000;
  font-family: RalewaySemiBold;
}
#nosotros .navbar-light .nav-item .nav-link.active {
  font-family: RalewayExtraBold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
#nosotros .top-content-nosotros,
#nosotros .top-content-tecnologias {
  margin: 8rem 0;
}
#nosotros .top-content-nosotros .title h1,
#nosotros .top-content-tecnologias .title h1 {
  color: #000000;
  font-family: RalewayMedium;
}
#mision_vision .mision_vision_wrapper {
  margin: 5rem 0;
}
#mision_vision .mision_vision_wrapper .mision,
#mision_vision .mision_vision_wrapper .vision {
  margin-bottom: 5rem;
}
#mision_vision .mision_vision_wrapper .mision h5,
#mision_vision .mision_vision_wrapper .vision h5 {
  font-family: RalewayMedium;
  color: #000000;
  margin-bottom: 2rem;
}
#mision_vision .mision_vision_wrapper .mision p,
#mision_vision .mision_vision_wrapper .vision p {
  font-family: Raleway;
  color: #000000;
}
#mision_vision .image-wrapper {
  margin-top: -10rem;
  padding: 2rem 0rem 2rem 2rem;
  position: relative;
  z-index: 9999;
}
#mision_vision .oferta-valor {
  height: 100%;
  background-image: url("../img/rojo-container.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5rem;
}
#mision_vision .oferta-valor h5 {
  color: #FFFFFF;
  font-family: RalewayMedium;
  margin-bottom: 2rem;
}
#mision_vision .oferta-valor ul {
  color: #FFFFFF;
  font-family: Raleway;
  margin-bottom: 0;
  padding-left: 1rem;
}
.tecnologias_section .title h1 {
  font-family: RalewayMedium;
  color: #000000;
}
.tecnologias_section .tecnologias_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.tecnologias_section .tecnologias_wrapper .tecnologia {
  margin-bottom: 3rem;
}
.tecnologias_section .tecnologias_wrapper .tecnologia h5 {
  font-family: RalewayMedium;
  color: #000000;
  margin-bottom: 2rem;
}
.tecnologias_section .tecnologias_wrapper .tecnologia p {
  font-family: Raleway;
  color: #000000;
}
.tecnologias_section .image-wrapper {
  margin: auto;
  max-width: 80%;
}
.tecnologias_section .btn-descarga {
  background-color: #D83434;
  border-radius: 8px;
  height: 74px;
  width: fit-content;
  font-family: RalewayBold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  margin-top: 3rem;
}
.tecnologias_section .btn-descarga i {
  margin-left: 3rem;
}
.tecnologias_section .btn-descarga:hover {
  background-color: #000000;
}
#tecnologia_liquida {
  background: #F4F4F1;
}
#contacto .image-wrapper {
  margin-top: -8rem;
  background-image: url(../img/rojo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contacto .image-wrapper h3,
#contacto .image-wrapper a {
  color: #FFFFFF;
  font-family: RalewayMedium;
  text-decoration: none;
}
#contacto .image-wrapper h3 {
  font-size: 25px;
  margin-bottom: 3rem;
}
#contacto .image-wrapper .mail-link {
  font-family: RalewayBold;
}
#contacto .image-wrapper a {
  font-size: 20px;
}
#contacto .col-info {
  display: flex;
  justify-content: center;
}
#contacto .col-info .content {
  width: 65%;
  margin: auto;
}
#contacto .col-info .info-wrapper {
  margin-bottom: 2rem;
}
#contacto .col-info .info-wrapper .icono {
  margin-right: 1rem;
}
#contacto .col-info .info-wrapper .icono img {
  max-width: 30px;
  height: 30px;
}
#contacto .col-info .info-wrapper .texto p {
  font-family: RalewayMedium;
}
footer {
  background-color: #000000;
}
footer p {
  color: #B4B4B4;
  font-family: Inter;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 992px) {
  #contacto .image-wrapper {
    height: 200px;
  }
  #contacto .image-wrapper a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tecnologias_section .col-info {
    order: 1;
  }
  .tecnologias_section .col-imagen {
    order: 2;
  }
  #mision_vision .image-wrapper {
    margin-top: -7rem;
  }
  #mision_vision .col-mision-vision {
    order: 2;
  }
  #contacto .image-wrapper {
    margin-top: 0rem;
    height: 270px;
  }
  #contacto .image-wrapper a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  #top .container-wrapper {
    background-position: center;
    margin-right: 0;
  }
  #representando .image-wrapper {
    margin-bottom: 2rem;
  }
  #nosotros .top-content-nosotros {
    margin: 2rem 0 10rem;
  }
  #nosotros .top-content-tecnologias {
    margin: 2rem 0 5rem;
  }
  #mision_vision .col-mision-vision {
    order: 2;
  }
  #mision_vision .col-imagen .image-wrapper {
    padding: 0;
  }
  #mision_vision .oferta-valor {
    background-position: bottom;
  }
  #tecnologia .row-tecnologia .link-wrapper {
    text-align: left;
  }
  #tecnologia .image-clip-wrapper {
    margin-bottom: 2rem;
  }
}
