* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Raleway', sans-serif;
}
.hidden {
  display: none !important;
}
.menu__container {
  max-width: none;
}
.slide__box {
  background-color: rgba(30, 30, 30, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 100px;
  max-width: 1110px;
  border-radius: 60px 0 60px 0;
}
.slide__box p:nth-child(1) {
  border-bottom: 2px solid #f6b100;
  font-size: 3.6rem;
  width: auto;
  margin-bottom: 0;
  font-weight: 100;
}
.slide__box p:nth-child(2) {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 100;
  margin-top: 5px;
}
.slide__box p:nth-child(2) strong {
  font-size: 6.4rem;
  width: 400px;
}
.slideCatalogo {
  background-image: url(../images/Desktop/desktopSlidesProductos-1920x466.jpg);
}
.slideSemaforos {
  background-image: url(../images/Desktop/desktopSlidesSemaforos-1920x466.jpg);
  height: 466px;
}
.slideSenalamientos {
  height: 466px;
  background-image: url(../images/Desktop/desktopSlidesSenalamientos-1920x466.jpg);
}
.slideServicios {
  background-image: url(../images/Desktop/desktopSlidesDiseno-1920x466.jpg);
  height: 466px;
}
.slideCotizarGral {
  background-image: url(../images/Desktop/desktopSlidesCotizacion-1920x466.jpg);
  height: 466px;
}
.slideComplementos {
  background-image: url(../images/Desktop/desktopSlidesComplementos-1920x466.jpg);
  height: 466px;
}
.slidePostes {
  background-image: url(../images/Desktop/desktopSlidesPostes-1920x466.jpg);
  height: 466px;
}
.carousel-item .slideContent {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 200px;
  padding-right: 100px;
  top: 0;
  padding-top: 100px;
  width: 100%;
  height: 100%;
}
.content {
  max-width: 1110px;
  margin: 0 auto;
}
.contentIndex {
  max-width: 1110px;
  overflow: hidden;
}
.contentIndex__section-contactanos-txt p {
  font-size: 3rem;
  font-weight: 100;
}
.contentIndex__section-contactanos-txt strong {
  font-size: 4.3rem;
}
.contentIndex__section-catalogo-txt-box {
  width: 286px;
  line-height: 3rem;
}
.contentIndex__section-catalogo-txt-box p:nth-child(1) {
  font-size: 3rem;
}
.contentIndex__section-catalogo-txt-box p:nth-child(2) {
  font-size: 4.8rem;
}
.contentIndex__section-innovacion-txt-box {
  width: 400px;
}
.contentIndex__section-innovacion-txt-box p:nth-child(1) {
  font-size: 4rem;
}
.contentIndex__section-innovacion-txt-box p:nth-child(2) {
  font-size: 2.8rem;
  line-height: 2.6rem;
}
.contentCatalogo__box {
  width: 318px;
  visibility: hidden;
}
footer .footer__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
