body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  font-weight: 200;
  color: #000;
}
#header-wrapper {
  position: relative;
  padding: 10px 0em 7em 0em;
  background: #111 url("images/header-bg.jpg") no-repeat center;
  background-size: cover;
}
section#welcome h2,
section#clients h2,
section#proyectos h2,
section#quienes-somos h2,
section#certificaciones h2,
section#organigrama h2,
section#productos_y_servicios h2,
section#politica h2 {
  color: #111;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
section#video-promo {
  background-color: #111;
  padding: 30px 0;
}
section#welcome p,
section#clients p,
section#proyectos p,
section#quienes-somos p,
section#certificaciones p,
section#organigrama p,
section#productos_y_servicios p,
section#politica p {
  color: #111;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 15px;
  padding: 0;
}
section#politica ul li {
  color: #111;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 15px;
  padding: 0;
}
.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}
.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}
.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}
.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}
.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}
section#main-menu {
  background-color: #fff;
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-collapse {
  height: 100%;
}
.navbar,
.navbar-brand {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #ff8453;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-item {
  padding-left: 0;
  padding-right: 40px;
}
.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 1280px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 22px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  .navbar-collapse {
    background-color: #fff;
  }
}
section#banner-video {
  background-color: #111;
  margin-top: 100px;
  min-height: 500px;
  position: relative;
}
section#banner-video #video-container {
  bottom: 0;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 85%;
}
section#banner-video #video-container video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (max-width: 848px) {
  section#banner-video #video-container {
    margin: unset;
    position: absolute;
    width: 100%;
  }
}
section#magnificent,
section#about-us {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}
section#magnificent h2,
section#about-us h2 {
  color: #111;
  font-size: 30px;
  margin-bottom: 20px;
}
section#magnificent p,
section#about-us p {
  color: #111;
  font-size: 18px;
  line-height: 22px;
}
section#welcome {
  background-color: #111;
  padding: 30px 0;
  position: relative;
}
section#welcome h2 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  height: 72px;
  margin: 0;
  padding: 0;
  text-align: center;
}
section#welcome p {
  color: #fff;
  font-size: 28px;
}
section#welcome section#above-welcome {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -50px;
  width: 100%;
}
section#welcome section#above-welcome .square {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  height: 100px;
  width: 100px;
}
section#welcome section#above-welcome .square .square-inner {
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  height: 60px;
  margin: 20px;
  width: 60px;
}
section#welcome section#welcome-header {
  padding: 20px 0;
}
section#welcome section#welcome-header #logo {
  text-transform: uppercase;
}
section#welcome section#welcome-text p {
  text-align: justify;
}
section#quienes-somos {
  background-color: #fff;
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
section#quienes-somos h2 {
  text-align: left;
}
section#quienes-somos p {
  text-align: justify;
}
section#quienes-somos .key-points {
  display: flex;
}
section#quienes-somos .key-points .img-box {
  padding: 10px 10px 10px 0;
}
section#quienes-somos .key-points .img-box img {
  width: 40px;
}
section#quienes-somos .quienes-somos-image {
  background: url("/images/banners/quienes-somos-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 348px;
  width: 100%;
}
@media (max-width: 1399px) {
  section#quienes-somos .quienes-somos-image {
    min-height: 480px;
  }
}
@media (max-width: 1199px) {
  section#quienes-somos .quienes-somos-image {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  section#quienes-somos .quienes-somos-image {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  section#quienes-somos .quienes-somos-image {
    min-height: 480px;
  }
}
section#certificaciones {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
section#certificaciones h2 {
  text-align: left;
}
section#certificaciones p {
  transition: font-size 0.3s;
}
section#certificaciones .card {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 250px;
  padding: 10px;
}
section#certificaciones .card p {
  font-weight: bold;
  text-align: center;
}
section#certificaciones .card p.small {
  font-size: 18px;
}
section#certificaciones .card:hover {
  background-color: #ff8453;
  -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
}
section#certificaciones .card:hover p {
  color: #fff;
}
section#certificaciones .card:hover p.card-title {
  font-size: 32px;
}
section#clients {
  background-color: #fff;
  padding: 30px 0;
}
section#clients .container-fluid {
  padding: 0;
}
section#clients h2 {
  color: #111;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
section#clients p {
  color: #fff;
  font-size: 28px;
  line-height: auto;
  padding-bottom: 20px;
}
section#clients .card {
  margin-bottom: 20px;
}
section#clients .card:hover {
  background-color: #ff8453;
}
section#clients .logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
section#clients .slider-track {
  display: flex;
  animation: scroll 15s linear infinite;
}
section#clients .slider-track img {
  height: 140px;
  margin: 0 15px;
}
@media (max-width: 960px) {
  section#clients .slider-track img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  section#clients .slider-track img {
    height: 80px;
  }
}
@-moz-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
section#experiencia {
  padding: 30px 0;
}
section#experiencia h2 {
  text-align: center;
}
section#experiencia table td {
  padding: 0 15px;
}
section#experiencia table thead {
  border-bottom: 4px solid #ff8453;
  height: 70px;
}
section#experiencia table thead tr td {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section#experiencia table tbody tr {
  border-bottom: 1px solid #ccc;
}
section#experiencia table tbody tr td {
  font-size: 24px;
  padding: 10px 5px;
  text-align: center;
}
section#experiencia table tbody tr td p {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
}
section#proyectos {
  padding: 30px 0;
}
section#proyectos h2 {
  text-align: center;
}
section#proyectos table thead {
  font-size: 24px;
}
section#proyectos table tbody tr {
  border-bottom: 1px solid #ccc;
}
section#proyectos table tbody tr td:nth-child(1) {
  width: 120px;
}
section#proyectos table tbody tr td:nth-child(3) strong {
  margin-right: 10px;
}
section#proyectos table tbody tr td {
  font-size: 24px;
  padding: 10px 5px;
  text-align: left;
}
section#proyectos table tbody tr td p {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#contact-us {
  background: url("/images/banners/bcc-solutions-09.jpg") no-repeat center;
  background-size: cover;
  min-height: calc(100vh - 164px);
  margin-top: 100px;
}
#contact-us .form-wrapper {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  margin-top: 50px;
  padding: 50px 30px;
}
#contact-us h2 {
  color: #111;
  font-size: 30px;
  margin-bottom: 20px;
}
#contact-us p {
  color: #111;
  font-size: 18px;
  line-height: 22px;
}
#contact-us .text-left {
  text-align: left;
}
#contact-us input,
#contact-us textarea {
  border: 2px solid #111;
  border-radius: 8px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
#contact-us textarea {
  height: 100px;
}
#contact-us input:focus-visible,
#contact-us textarea:focus-visible {
  outline: none;
}
#contact-us label {
  background-color: #fff;
  font-size: 12px;
  margin-left: 15px;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
}
#contact-us button {
  background-color: #111;
  color: #fff;
  cursor: pointer;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
}
#contact-us #form-container-name,
#contact-us #form-container-email,
#contact-us #form-container-phone,
#contact-us #form-container-message {
  position: relative;
}
#contact-us .form-error input,
#contact-us .form-error textarea {
  border: 2px solid #ff8453;
}
#contact-us #thanks-after {
  display: none;
}
#hero,
#hero-complementarios,
#hero-construccion,
#hero-mantenimiento {
  position: relative;
}
#hero .logo-centered,
#hero-complementarios .logo-centered,
#hero-construccion .logo-centered,
#hero-mantenimiento .logo-centered {
  height: auto;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 108px;
  width: 100%;
}
#hero .logo-centered img,
#hero-complementarios .logo-centered img,
#hero-construccion .logo-centered img,
#hero-mantenimiento .logo-centered img {
  height: auto;
  width: 300px;
}
#hero .bcc-image-01,
#hero-complementarios .bcc-image-01,
#hero-construccion .bcc-image-01,
#hero-mantenimiento .bcc-image-01,
#hero .bcc-image-02,
#hero-complementarios .bcc-image-02,
#hero-construccion .bcc-image-02,
#hero-mantenimiento .bcc-image-02,
#hero .bcc-image-03,
#hero-complementarios .bcc-image-03,
#hero-construccion .bcc-image-03,
#hero-mantenimiento .bcc-image-03,
#hero .bcc-image-04,
#hero-complementarios .bcc-image-04,
#hero-construccion .bcc-image-04,
#hero-mantenimiento .bcc-image-04,
#hero .bcc-image-05,
#hero-complementarios .bcc-image-05,
#hero-construccion .bcc-image-05,
#hero-mantenimiento .bcc-image-05,
#hero .bcc-image-06,
#hero-complementarios .bcc-image-06,
#hero-construccion .bcc-image-06,
#hero-mantenimiento .bcc-image-06,
#hero .bcc-image-07,
#hero-complementarios .bcc-image-07,
#hero-construccion .bcc-image-07,
#hero-mantenimiento .bcc-image-07,
#hero .bcc-image-08,
#hero-complementarios .bcc-image-08,
#hero-construccion .bcc-image-08,
#hero-mantenimiento .bcc-image-08,
#hero .bcc-image-09,
#hero-complementarios .bcc-image-09,
#hero-construccion .bcc-image-09,
#hero-mantenimiento .bcc-image-09,
#hero .bcc-image-10,
#hero-complementarios .bcc-image-10,
#hero-construccion .bcc-image-10,
#hero-mantenimiento .bcc-image-10,
#hero .bcc-image-11,
#hero-complementarios .bcc-image-11,
#hero-construccion .bcc-image-11,
#hero-mantenimiento .bcc-image-11,
#hero .bcc-image-12,
#hero-complementarios .bcc-image-12,
#hero-construccion .bcc-image-12,
#hero-mantenimiento .bcc-image-12,
#hero .bcc-image-13,
#hero-complementarios .bcc-image-13,
#hero-construccion .bcc-image-13,
#hero-mantenimiento .bcc-image-13,
#hero .bcc-image-14,
#hero-complementarios .bcc-image-14,
#hero-construccion .bcc-image-14,
#hero-mantenimiento .bcc-image-14,
#hero .bcc-image-15,
#hero-complementarios .bcc-image-15,
#hero-construccion .bcc-image-15,
#hero-mantenimiento .bcc-image-15,
#hero .bcc-image-16,
#hero-complementarios .bcc-image-16,
#hero-construccion .bcc-image-16,
#hero-mantenimiento .bcc-image-16,
#hero .bcc-image-17,
#hero-complementarios .bcc-image-17,
#hero-construccion .bcc-image-17,
#hero-mantenimiento .bcc-image-17,
#hero .bcc-image-18,
#hero-complementarios .bcc-image-18,
#hero-construccion .bcc-image-18,
#hero-mantenimiento .bcc-image-18,
#hero .bcc-image-19,
#hero-complementarios .bcc-image-19,
#hero-construccion .bcc-image-19,
#hero-mantenimiento .bcc-image-19,
#hero .bcc-image-20,
#hero-complementarios .bcc-image-20,
#hero-construccion .bcc-image-20,
#hero-mantenimiento .bcc-image-20,
#hero .bcc-image-21,
#hero-complementarios .bcc-image-21,
#hero-construccion .bcc-image-21,
#hero-mantenimiento .bcc-image-21,
#hero .bcc-image-22,
#hero-complementarios .bcc-image-22,
#hero-construccion .bcc-image-22,
#hero-mantenimiento .bcc-image-22,
#hero .bcc-image-23,
#hero-complementarios .bcc-image-23,
#hero-construccion .bcc-image-23,
#hero-mantenimiento .bcc-image-23,
#hero .bcc-image-24,
#hero-complementarios .bcc-image-24,
#hero-construccion .bcc-image-24,
#hero-mantenimiento .bcc-image-24,
#hero .bcc-image-25,
#hero-complementarios .bcc-image-25,
#hero-construccion .bcc-image-25,
#hero-mantenimiento .bcc-image-25 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 550px;
  width: 100%;
}
#hero .bcc-image-01,
#hero-complementarios .bcc-image-01,
#hero-construccion .bcc-image-01,
#hero-mantenimiento .bcc-image-01 {
  background-image: url("/images/banners/bcc-solutions-01.jpg");
}
#hero .bcc-image-02,
#hero-complementarios .bcc-image-02,
#hero-construccion .bcc-image-02,
#hero-mantenimiento .bcc-image-02 {
  background-image: url("/images/banners/bcc-solutions-02.jpg");
}
#hero .bcc-image-03,
#hero-complementarios .bcc-image-03,
#hero-construccion .bcc-image-03,
#hero-mantenimiento .bcc-image-03 {
  background-image: url("/images/banners/bcc-solutions-03.jpg");
}
#hero .bcc-image-04,
#hero-complementarios .bcc-image-04,
#hero-construccion .bcc-image-04,
#hero-mantenimiento .bcc-image-04 {
  background-image: url("/images/banners/bcc-solutions-04.jpg");
}
#hero .bcc-image-05,
#hero-complementarios .bcc-image-05,
#hero-construccion .bcc-image-05,
#hero-mantenimiento .bcc-image-05 {
  background-image: url("/images/banners/bcc-solutions-05.jpg");
}
#hero .bcc-image-06,
#hero-complementarios .bcc-image-06,
#hero-construccion .bcc-image-06,
#hero-mantenimiento .bcc-image-06 {
  background-image: url("/images/banners/bcc-solutions-06.jpg");
}
#hero .bcc-image-07,
#hero-complementarios .bcc-image-07,
#hero-construccion .bcc-image-07,
#hero-mantenimiento .bcc-image-07 {
  background-image: url("/images/banners/bcc-solutions-07.jpg");
}
#hero .bcc-image-08,
#hero-complementarios .bcc-image-08,
#hero-construccion .bcc-image-08,
#hero-mantenimiento .bcc-image-08 {
  background-image: url("/images/banners/bcc-solutions-08.jpg");
}
#hero .bcc-image-09,
#hero-complementarios .bcc-image-09,
#hero-construccion .bcc-image-09,
#hero-mantenimiento .bcc-image-09 {
  background-image: url("/images/banners/bcc-solutions-09.jpg");
}
#hero .bcc-image-10,
#hero-complementarios .bcc-image-10,
#hero-construccion .bcc-image-10,
#hero-mantenimiento .bcc-image-10 {
  background-image: url("/images/banners/bcc-solutions-10.jpg");
}
#hero .bcc-image-11,
#hero-complementarios .bcc-image-11,
#hero-construccion .bcc-image-11,
#hero-mantenimiento .bcc-image-11 {
  background-image: url("/images/banners/bcc-solutions-11.jpg");
}
#hero .bcc-image-12,
#hero-complementarios .bcc-image-12,
#hero-construccion .bcc-image-12,
#hero-mantenimiento .bcc-image-12 {
  background-image: url("/images/banners/bcc-solutions-12.jpg");
}
#hero .bcc-image-13,
#hero-complementarios .bcc-image-13,
#hero-construccion .bcc-image-13,
#hero-mantenimiento .bcc-image-13 {
  background-image: url("/images/banners/bcc-solutions-13.jpg");
}
#hero .bcc-image-14,
#hero-complementarios .bcc-image-14,
#hero-construccion .bcc-image-14,
#hero-mantenimiento .bcc-image-14 {
  background-image: url("/images/banners/bcc-solutions-14.jpg");
}
#hero .bcc-image-15,
#hero-complementarios .bcc-image-15,
#hero-construccion .bcc-image-15,
#hero-mantenimiento .bcc-image-15 {
  background-image: url("/images/banners/bcc-solutions-15.jpg");
}
#hero .bcc-image-16,
#hero-complementarios .bcc-image-16,
#hero-construccion .bcc-image-16,
#hero-mantenimiento .bcc-image-16 {
  background-image: url("/images/banners/bcc-solutions-16.jpg");
}
#hero .bcc-image-17,
#hero-complementarios .bcc-image-17,
#hero-construccion .bcc-image-17,
#hero-mantenimiento .bcc-image-17 {
  background-image: url("/images/banners/bcc-solutions-17.jpg");
}
#hero .bcc-image-18,
#hero-complementarios .bcc-image-18,
#hero-construccion .bcc-image-18,
#hero-mantenimiento .bcc-image-18 {
  background-image: url("/images/banners/bcc-solutions-18.jpg");
}
#hero .bcc-image-19,
#hero-complementarios .bcc-image-19,
#hero-construccion .bcc-image-19,
#hero-mantenimiento .bcc-image-19 {
  background-image: url("/images/banners/bcc-solutions-19.jpg");
}
#hero .bcc-image-20,
#hero-complementarios .bcc-image-20,
#hero-construccion .bcc-image-20,
#hero-mantenimiento .bcc-image-20 {
  background-image: url("/images/banners/bcc-solutions-20.jpg");
}
#hero .bcc-image-21,
#hero-complementarios .bcc-image-21,
#hero-construccion .bcc-image-21,
#hero-mantenimiento .bcc-image-21 {
  background-image: url("/images/banners/bcc-solutions-21.jpg");
}
#hero .bcc-image-22,
#hero-complementarios .bcc-image-22,
#hero-construccion .bcc-image-22,
#hero-mantenimiento .bcc-image-22 {
  background-image: url("/images/banners/bcc-solutions-22.jpg");
}
#hero .bcc-image-23,
#hero-complementarios .bcc-image-23,
#hero-construccion .bcc-image-23,
#hero-mantenimiento .bcc-image-23 {
  background-image: url("/images/banners/bcc-solutions-23.jpg");
}
#hero .bcc-image-24,
#hero-complementarios .bcc-image-24,
#hero-construccion .bcc-image-24,
#hero-mantenimiento .bcc-image-24 {
  background-image: url("/images/banners/bcc-solutions-24.jpg");
}
#hero .bcc-image-25,
#hero-complementarios .bcc-image-25,
#hero-construccion .bcc-image-25,
#hero-mantenimiento .bcc-image-25 {
  background-image: url("/images/banners/bcc-solutions-25.jpg");
}
@media (max-width: 767px) {
  #hero .bcc-image-01,
  #hero-complementarios .bcc-image-01,
  #hero-construccion .bcc-image-01,
  #hero-mantenimiento .bcc-image-01,
  #hero .bcc-image-02,
  #hero-complementarios .bcc-image-02,
  #hero-construccion .bcc-image-02,
  #hero-mantenimiento .bcc-image-02,
  #hero .bcc-image-03,
  #hero-complementarios .bcc-image-03,
  #hero-construccion .bcc-image-03,
  #hero-mantenimiento .bcc-image-03,
  #hero .bcc-image-04,
  #hero-complementarios .bcc-image-04,
  #hero-construccion .bcc-image-04,
  #hero-mantenimiento .bcc-image-04,
  #hero .bcc-image-05,
  #hero-complementarios .bcc-image-05,
  #hero-construccion .bcc-image-05,
  #hero-mantenimiento .bcc-image-05,
  #hero .bcc-image-06,
  #hero-complementarios .bcc-image-06,
  #hero-construccion .bcc-image-06,
  #hero-mantenimiento .bcc-image-06,
  #hero .bcc-image-07,
  #hero-complementarios .bcc-image-07,
  #hero-construccion .bcc-image-07,
  #hero-mantenimiento .bcc-image-07,
  #hero .bcc-image-08,
  #hero-complementarios .bcc-image-08,
  #hero-construccion .bcc-image-08,
  #hero-mantenimiento .bcc-image-08,
  #hero .bcc-image-09,
  #hero-complementarios .bcc-image-09,
  #hero-construccion .bcc-image-09,
  #hero-mantenimiento .bcc-image-09,
  #hero .bcc-image-10,
  #hero-complementarios .bcc-image-10,
  #hero-construccion .bcc-image-10,
  #hero-mantenimiento .bcc-image-10,
  #hero .bcc-image-11,
  #hero-complementarios .bcc-image-11,
  #hero-construccion .bcc-image-11,
  #hero-mantenimiento .bcc-image-11,
  #hero .bcc-image-12,
  #hero-complementarios .bcc-image-12,
  #hero-construccion .bcc-image-12,
  #hero-mantenimiento .bcc-image-12,
  #hero .bcc-image-13,
  #hero-complementarios .bcc-image-13,
  #hero-construccion .bcc-image-13,
  #hero-mantenimiento .bcc-image-13,
  #hero .bcc-image-14,
  #hero-complementarios .bcc-image-14,
  #hero-construccion .bcc-image-14,
  #hero-mantenimiento .bcc-image-14,
  #hero .bcc-image-15,
  #hero-complementarios .bcc-image-15,
  #hero-construccion .bcc-image-15,
  #hero-mantenimiento .bcc-image-15,
  #hero .bcc-image-16,
  #hero-complementarios .bcc-image-16,
  #hero-construccion .bcc-image-16,
  #hero-mantenimiento .bcc-image-16,
  #hero .bcc-image-17,
  #hero-complementarios .bcc-image-17,
  #hero-construccion .bcc-image-17,
  #hero-mantenimiento .bcc-image-17,
  #hero .bcc-image-18,
  #hero-complementarios .bcc-image-18,
  #hero-construccion .bcc-image-18,
  #hero-mantenimiento .bcc-image-18,
  #hero .bcc-image-19,
  #hero-complementarios .bcc-image-19,
  #hero-construccion .bcc-image-19,
  #hero-mantenimiento .bcc-image-19,
  #hero .bcc-image-20,
  #hero-complementarios .bcc-image-20,
  #hero-construccion .bcc-image-20,
  #hero-mantenimiento .bcc-image-20,
  #hero .bcc-image-21,
  #hero-complementarios .bcc-image-21,
  #hero-construccion .bcc-image-21,
  #hero-mantenimiento .bcc-image-21,
  #hero .bcc-image-22,
  #hero-complementarios .bcc-image-22,
  #hero-construccion .bcc-image-22,
  #hero-mantenimiento .bcc-image-22,
  #hero .bcc-image-23,
  #hero-complementarios .bcc-image-23,
  #hero-construccion .bcc-image-23,
  #hero-mantenimiento .bcc-image-23,
  #hero .bcc-image-24,
  #hero-complementarios .bcc-image-24,
  #hero-construccion .bcc-image-24,
  #hero-mantenimiento .bcc-image-24,
  #hero .bcc-image-25,
  #hero-complementarios .bcc-image-25,
  #hero-construccion .bcc-image-25,
  #hero-mantenimiento .bcc-image-25 {
    min-height: 300px;
    margin-bottom: 30px;
  }
}
#productos_y_servicios {
  margin-top: 100px;
}
#productos_y_servicios .card {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 550px;
  padding: 10px;
}
#productos_y_servicios .card p {
  font-weight: bold;
  text-align: center;
}
#productos_y_servicios .card p.small,
#productos_y_servicios .card li {
  font-size: 22px;
}
#productos_y_servicios .card:hover {
  background-color: #ff8453;
  -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
}
#productos_y_servicios .card:hover p,
#productos_y_servicios .card:hover li {
  color: #fff;
}
#productos_y_servicios .card:hover p.card-title {
  font-size: 32px;
}
@media (max-width: 767px) {
  #productos_y_servicios .card {
    min-height: auto;
  }
  #productos_y_servicios .card p.card-title {
    font-size: 28px !important;
  }
  #productos_y_servicios .card:hover p.card-title {
    font-size: 28px !important;
  }
}
section#footer {
  background-color: #111;
  color: #fff;
  padding: 20px 0;
}
section#footer p {
  margin: 0;
  padding: 0;
}
.border-line {
  border: 1px solid #000;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2px;
  overflow: hidden;
}
.form-group {
  border: 1px solid #000;
  margin-bottom: 16px;
}
.form-group label {
  background-color: #fff;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  top: -10px;
}
section#video-main {
  background-color: #fff;
}
.padding-0 {
  padding: 0 !important;
}
#experienciasbutton,
#proyectosbutton {
  background-color: #ff8453;
  border: 0;
  color: #fff;
  font-size: 20px;
  margin: 30px auto;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
#organigrama,
#politica {
  padding: 30px 0;
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  section#welcome h2,
  section#clients h2,
  section#proyectos h2,
  section#quienes-somos h2,
  section#certificaciones h2,
  section#organigrama h2,
  section#productos_y_servicios h2,
  section#politica h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  section#welcome p,
  section#clients p,
  section#proyectos p,
  section#quienes-somos p,
  section#certificaciones p,
  section#organigrama p,
  section#productos_y_servicios p,
  section#politica p {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  section#welcome table#proyectostable tr td,
  section#clients table#proyectostable tr td,
  section#proyectos table#proyectostable tr td,
  section#quienes-somos table#proyectostable tr td,
  section#certificaciones table#proyectostable tr td,
  section#organigrama table#proyectostable tr td,
  section#productos_y_servicios table#proyectostable tr td,
  section#politica table#proyectostable tr td {
    font-size: 24px;
  }
  section#politica ul li {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  section#welcome h2 {
    height: 38px;
  }
  section#quienes-somos .key-points .img-box {
    padding: 8px 10px;
  }
  section#quienes-somos .key-points .img-box img {
    width: 25px;
  }
  section#certificaciones .card p {
    font-size: 18px;
  }
  section#certificaciones .card p.small {
    font-size: 12px;
  }
  section#certificaciones .card:hover p.card-title {
    font-size: 24px;
  }
  section#productos_y_servicios .card p.card-title {
    font-size: 22px;
  }
  section#productos_y_servicios .card li {
    font-size: 20px;
  }
  section#productos_y_servicios .card:hover p.card-title {
    font-size: 26px;
  }
  #experienciasbutton,
  #proyectosbutton {
    font-size: 18px;
    padding: 5px 20px;
  }
  section#experiencia table thead,
  section#proyectos table thead {
    height: 50px;
  }
  section#experiencia table thead tr td,
  section#proyectos table thead tr td {
    font-size: 16px;
  }
  section#experiencia table tbody tr td,
  section#proyectos table tbody tr td {
    font-size: 16px;
  }
  section#experiencia table tbody tr td p,
  section#proyectos table tbody tr td p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section#welcome h2,
  section#clients h2,
  section#proyectos h2,
  section#quienes-somos h2,
  section#certificaciones h2,
  section#organigrama h2,
  section#productos_y_servicios h2,
  section#politica h2 {
    font-size: 30px;
  }
  section#welcome p,
  section#clients p,
  section#proyectos p,
  section#quienes-somos p,
  section#certificaciones p,
  section#organigrama p,
  section#productos_y_servicios p,
  section#politica p {
    font-size: 16px;
  }
  section#welcome table#proyectostable tr td,
  section#clients table#proyectostable tr td,
  section#proyectos table#proyectostable tr td,
  section#quienes-somos table#proyectostable tr td,
  section#certificaciones table#proyectostable tr td,
  section#organigrama table#proyectostable tr td,
  section#productos_y_servicios table#proyectostable tr td,
  section#politica table#proyectostable tr td,
  section#welcome table#proyectostable tr p,
  section#clients table#proyectostable tr p,
  section#proyectos table#proyectostable tr p,
  section#quienes-somos table#proyectostable tr p,
  section#certificaciones table#proyectostable tr p,
  section#organigrama table#proyectostable tr p,
  section#productos_y_servicios table#proyectostable tr p,
  section#politica table#proyectostable tr p {
    font-size: 16px;
  }
  section#certificaciones .card {
    margin-bottom: 30px;
  }
  #experienciasbutton,
  #proyectosbutton {
    font-size: 16px;
    padding: 5px 20px;
  }
  section#politica ul li {
    font-size: 16px;
  }
}
