html {
  font-size: 15px;
  font-family: "Open Sans Condensed", sans-serif;
  scroll-behavior: smooth; }

body {
  background-color: #FFFFFF;
  color: #FFDE59; }

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 3rem;
  font-weight: bolder;
  text-align: center; }

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 2.5rem;
  font-variant: small-caps;
  font-weight: bolder;
  text-align: center; }

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 3rem;
  font-weight: bolder;
  text-align: center; }

p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.5rem; }

input, textarea {
  border: 0 !important;
  border-bottom: 1px solid !important;
  border-color: #FFFFFF !important; }

.btn-primary {
  background: #FFDE59;
  padding: 1rem 2rem;
  color: #0D0D0D;
  border-color: #FFFFFF; }

.btn-primary:hover {
  background: #0D0D0D;
  border-color: #FFDE59;
  color: #FFDE59;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #0D0D0D;
  border-color: #FFFFFF;
  border-width: 0.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-secondary {
  color: #FFDE59;
  background-color: #0D0D0D;
  border-color: #FFDE59; }

.btn-secondary:hover {
  background: #FFDE59;
  color: #0D0D0D;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background: #FFDE59;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.offcanvas.offcanvas-start {
  width: 500px !important;
  background: rgba(255, 255, 255, 0.9); }

.offcanvas.offcanvas-end {
  width: 500px !important;
  background: rgba(255, 255, 255, 0.9); }

.titulo-seccion {
  padding-top: 2rem;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 50px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.parallax {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  height: 100vh !important;
  background-size: cover !important; }

.sobrefondo-oscuro {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh !important;
  width: 100%; }

.br-xs {
  display: none; }

.encabezado {
  background: rgba(255, 222, 89, 0.7);
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.fondo-menu {
  background: #FFDE59; }

.boton-menu {
  display: none; }

.encabezado .container {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.encabezado .logo img {
  width: 3rem;
  height: auto; }

.encabezado .boton-menu {
  border: 0;
  margin: 0;
  margin-left: auto;
  font-size: 2rem;
  background: transparent;
  color: #FFFFFF; }

.encabezado .menu-principal {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto; }

.encabezado .collapse {
  display: block; }

.encabezado .menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0; }

.encabezado .menu-principal ul li a {
  display: block;
  margin: 0 auto;
  font-family: "Open Sans Condensed", sans-serif;
  color: #0D0D0D;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: bolder;
  padding: 0.75rem;
  display: inline;
  font-weight: bolder; }

.encabezado .menu-principal ul li a:hover {
  border-bottom: 2px solid #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: bolder;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.inicio .portada-central {
  height: 100vh;
  background: url("../images/fondo-principal.png");
  background-position: center;
  text-align: center; }

.inicio .portada-central img {
  padding-top: 35vh;
  width: 25rem;
  padding-bottom: 1.5rem; }

.inicio .portada-central .flecha-bajar a {
  display: inline-block;
  color: #FFFFFF;
  padding-top: 4rem;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
          animation: flecha-animada 2s ease-in-out infinite; }

.servicios .flecha-bajar a {
  display: inline-block;
  color: #FFFFFF;
  padding-top: 4rem;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
          animation: flecha-animada 2s ease-in-out infinite; }

.servicios .flecha-subir a {
  display: inline-block;
  color: #FFFFFF;
  padding-top: 4rem;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
          animation: flecha-animada 2s ease-in-out infinite; }

@-webkit-keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.empresa {
  height: 100vh;
  padding-top: 4rem;
  background: url(../images/fondo-empresa.png);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed !important; }

.empresa .empresa-titulos h1 {
  color: #0D0D0D;
  text-align: center;
  font-size: 5rem;
  font-variant: small-caps; }

.empresa .empresa-titulos span {
  color: #FFFFFF;
  font-size: 4rem; }

.empresa .empresa-frase {
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 2rem;
  margin-bottom: 5rem;
  background: rgba(0, 0, 0, 0.2); }

.empresa .empresa-frase h2 {
  color: #FFFFFF;
  padding: 2rem;
  font-size: 2.25rem;
  font-variant: normal;
  text-align: center; }

.empresa .empresa-eficiencia .menos-mas {
  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; }

.empresa .empresa-eficiencia .menos-mas h1 {
  color: #FFDE59;
  text-transform: uppercase;
  font-size: 4.5rem;
  text-align: center; }

.empresa .empresa-eficiencia .menos-mas h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 3.5rem; }

.empresa .empresa-eficiencia .titulos-eficiencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.empresa .empresa-eficiencia .titulos-eficiencia .eficiencia-item {
  height: 120px;
  border-radius: 20px;
  cursor: pointer; }

.empresa .empresa-eficiencia .titulos-eficiencia .item-compromiso {
  padding-left: 3rem; }

.empresa .empresa-eficiencia .eficiencia-item h2 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #0D0D0D;
  font-size: 2.5rem;
  height: 100px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px; }

.empresa .empresa-eficiencia .beneficios h2 {
  color: #0D0D0D;
  font-size: 4.5rem;
  text-align: left; }

.empresa .empresa-eficiencia .beneficios h2:hover {
  color: #FFFFFF;
  cursor: pointer; }

.empresa .empresa-eficiencia .beneficios ul li {
  list-style: none; }

.empresa .empresa-eficiencia .beneficios ul li a {
  color: #FFFFFF;
  font-size: 1.5rem;
  text-decoration: none;
  list-style: none;
  cursor: pointer; }

.empresa .empresa-eficiencia .beneficios ul li a i {
  color: #0D0D0D; }

.empresa .empresa-eficiencia .beneficios ul li a:hover {
  color: #FFDE59; }

.servicios {
  text-align: center;
  background: rgba(0, 0, 0, 0.4); }

.servicios .servicio-central {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.servicios h1 {
  color: #FFDE59;
  font-size: 5rem; }

.servicios h2 {
  font-size: 3rem; }

.servicios h3 {
  color: #0D0D0D;
  font-size: 3.5rem; }

.servicios .servicio-central .imagen-seguridad img, .servicios .servicio-central .imagen-medioambiente img {
  height: 40vh;
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  transition: -webkit-transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out; }

.servicios .servicio-central .imagen-seguridad img:hover, .servicios .servicio-central .imagen-medioambiente img:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }

.servicios .servicio-izq {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
  cursor: pointer; }

.servicios .servicio-der {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
  cursor: pointer; }

.servicios .servicio-item {
  background-color: rgba(255, 222, 89, 0.7);
  color: #0D0D0D;
  font-size: 2rem;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.servicios .servicio-item:hover {
  background-color: #FFFFFF;
  color: #0D0D0D;
  border-style: solid; }

.servicios .servicio-izq .servicio-item {
  border-radius: 0 20px 20px 0;
  border-left: none; }

.servicios .servicio-der .servicio-item {
  border-radius: 20px 0 0 20px;
  border-right: none; }

.servicios .seguridad-higiene {
  height: 100vh;
  padding-top: 2rem;
  background: url(../images/fondo-seguridad.png);
  background-size: cover;
  background-position: center; }

.servicios .medioambiente {
  height: 100vh;
  padding-top: 2rem;
  background: url(../images/fondo-medioambiente2.png);
  background-size: cover;
  background-position: center; }

.portfolio {
  height: 100vh;
  background: url(../images/fondo-contacto.png);
  background-size: cover;
  background-position: center; }

.portfolio h1 {
  padding: 10rem 0 8rem 0;
  font-variant: small-caps;
  font-size: 6rem; }

.portfolio .contenedor-clientes {
  height: 300px;
  background: rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.portfolio .contenedor-clientes img {
  max-width: 280px;
  width: auto;
  display: block;
  margin: 0 auto; }

.contacto {
  height: 100vh;
  background: #0D0D0D;
  padding: 3rem; }

.contacto .row {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.contacto h1 {
  color: #FFDE59;
  font-size: 6rem;
  text-align: right;
  font-variant: small-caps; }

.contacto h2 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: lighter;
  font-variant: normal;
  text-align: right; }

.contacto label {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bolder;
  text-align: left; }

.contacto .form-control {
  margin-bottom: 1.5rem; }

.contacto .datos-contacto {
  padding-top: 2rem; }

.contacto .datos-contacto i {
  color: #FFDE59;
  font-size: 2.5rem;
  padding: 0 1rem; }

.contacto .datos-contacto p {
  color: #FFFFFF;
  padding: 0 1rem; }

.contacto .datos-contacto a {
  text-decoration: none; }

.contacto .contacto-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.linea-central {
  border-top: 3px solid;
  margin-left: 10%;
  margin-right: 10%;
  opacity: 1;
  margin-top: 3rem; }

.piedepagina {
  background: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  color: #0D0D0D;
  border-bottom: 2px solid #FFDE59; }

.piedepagina .row p {
  font-size: 1rem;
  text-align: center; }

.btn-whatsapp a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 4rem;
  width: 4rem;
  font-size: 2.5rem;
  background-color: #00bb2d;
  border-radius: 100px;
  color: #FFFFFF;
  z-index: 999;
  line-height: 3.8rem;
  text-align: center; }

.btn-whatsapp a:hover {
  font-size: 3rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFFFFF;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.2rem; }

@media (max-width: 1600px) {
  .empresa .empresa-titulos h1 {
    font-size: 4rem; }

  .empresa .empresa-titulos span {
    font-size: 3.5rem; }

  .empresa .empresa-frase h2 {
    font-size: 1.8rem; }

  .empresa .empresa-eficiencia .menos-mas h1 {
    font-size: 4rem; }

  .empresa .empresa-eficiencia .menos-mas h2 {
    font-size: 3rem; }

  .empresa .empresa-eficiencia .titulos-eficiencia .eficiencia-item {
    height: 100px; }

  .empresa .empresa-eficiencia .eficiencia-item h2 {
    font-size: 2.25rem;
    height: 90px;
    width: 220px; }

  .empresa .empresa-eficiencia .beneficios h2 {
    font-size: 4rem; }

  .empresa .empresa-eficiencia .beneficios ul li a {
    font-size: 1.25rem; }

  .servicios h1 {
    font-size: 4rem; }

  .servicios h2 {
    font-size: 2rem; }

  .servicios h3 {
    font-size: 3rem; }

  .servicios .servicio-central .imagen-seguridad img, .servicios .servicio-central .imagen-medioambiente img {
    height: 30vh; }

  .servicios .servicio-item {
    font-size: 1.5rem;
    height: 130px; }

  .servicios .seguridad-higiene {
    padding-top: 3rem; }

  .servicios .medioambiente {
    padding-top: 3rem; }

  .portfolio .contenedor-clientes {
    height: 260px; }

  .portfolio .contenedor-clientes img {
    max-width: 230px; }

  .contacto .row {
    padding-bottom: 0;
    padding-top: 0.5rem; }

  .contacto h1 {
    font-size: 5rem; }

  .contacto h2 {
    font-size: 2.5rem; }

  .contacto label {
    font-size: 2rem; }

  .contacto .linea-central {
    margin-top: 2rem; } }
@media (max-width: 990px) {
  .empresa .empresa-titulos h1 {
    font-size: 3.5rem; }

  .empresa .empresa-titulos span {
    font-size: 3rem; }

  .empresa .empresa-frase h2 {
    font-size: 1.25rem; }

  .empresa .empresa-eficiencia .menos-mas h1 {
    font-size: 3.25rem; }

  .empresa .empresa-eficiencia .menos-mas h2 {
    font-size: 2.5rem; }

  .empresa .empresa-eficiencia .eficiencia-item h2 {
    font-size: 2rem;
    height: 70px;
    width: 180px; }

  .empresa .empresa-eficiencia .beneficios h2 {
    font-size: 3rem; }

  .empresa .empresa-eficiencia .beneficios ul li a {
    font-size: 1rem; }

  .servicios h1 {
    font-size: 3.25rem; }

  .servicios .servicio-central {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .servicios .servicio-item {
    font-size: 1.4rem;
    height: 100px; }

  .portfolio h1 {
    padding: 8rem 0 6rem 0;
    font-size: 5rem; }

  .portfolio .contenedor-clientes {
    height: 250px; }

  .portfolio .contenedor-clientes img {
    max-width: 230px; }

  .contacto .row {
    padding-top: 0.5rem; }

  .contacto h1 {
    font-size: 4.5rem; }

  .contacto h2 {
    font-size: 2.25rem; }

  .contacto label {
    font-size: 1.5rem; }

  .contacto .linea-central {
    margin-top: 2rem; }

  .contacto .datos-contacto p {
    font-size: 1.25rem; } }
@media (max-width: 768px) {
  .empresa .empresa-titulos h1 {
    font-size: 2.5rem; }

  .empresa .empresa-titulos span {
    font-size: 2rem; }

  .empresa .empresa-frase {
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 1rem; }

  .empresa .empresa-frase h2 {
    font-size: 1.2rem;
    padding: 1rem; }

  .empresa .empresa-eficiencia .menos-mas h1 {
    font-size: 3rem; }

  .empresa .empresa-eficiencia .menos-mas h2 {
    font-size: 2.5rem; }

  .empresa .empresa-eficiencia .titulos-eficiencia .eficiencia-item {
    height: 80px; }

  .empresa .empresa-eficiencia .eficiencia-item h2 {
    font-size: 1.5rem;
    height: 60px;
    width: 150px;
    border-radius: 15px; }

  .empresa .empresa-eficiencia .beneficios {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .empresa .empresa-eficiencia .beneficios h2 {
    font-size: 3rem; }

  .empresa .empresa-eficiencia .beneficios ul li a {
    font-size: 1rem; }

  .servicios h1 {
    font-size: 2.5rem; }

  .servicios h3 {
    font-size: 2rem; }

  .servicios .servicio-item {
    height: 70px; }

  .servicios .servicio-item {
    height: 70px; }

  .servicios .servicio-item h2 {
    font-size: 1.3rem; }

  .servicios .servicio-izq .servicio-item {
    border-radius: 0 15px 15px 0;
    border-left: none; }

  .servicios .servicio-der .servicio-item {
    border-radius: 15px 0 0 15px;
    border-right: none; }

  .servicios .servicio-item:hover {
    border-width: 1px;
    border-style: solid; }

  .portfolio h1 {
    padding: 6rem 0 4rem 0;
    font-size: 4rem; }

  .portfolio .contenedor-clientes {
    height: 250px; }

  .contacto .row {
    padding-top: 0.5rem; }

  .contacto h1 {
    font-size: 4rem;
    text-align: left; }

  .contacto h2 {
    font-size: 1.75rem; }

  .contacto label {
    font-size: 1.3rem; }

  .contacto .btn-primary {
    padding: 0.5rem 1.5rem;
    display: block;
    margin: 0 auto; }

  .contacto .linea-central {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 0%;
    margin-right: 0%; }

  .contacto .datos-contacto {
    margin-left: -3rem;
    margin-right: -3rem; }

  .contacto .datos-contacto p {
    font-size: 1rem; }

  .contacto .datos-contacto i {
    font-size: 1.5rem; } }
@media (max-width: 600px) {
  .encabezado .boton-menu {
    border: 0;
    margin: 0;
    margin-left: auto;
    display: inline; }

  .encabezado .menu-principal {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    clear: var(display); }

  .encabezado .collapse {
    display: none; }

  .collapse.show {
    display: unset; }

  .encabezado .menu-principal ul {
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }

  .encabezado .menu-principal ul li a {
    display: block;
    margin: 0 auto; }

  .encabezado .menu-principal ul li a:hover {
    border-top: 2px solid #FFFFFF;
    border-bottom: 0; }

  .inicio .portada-central img {
    width: 20rem; }

  .portada-central h2 {
    font-size: 2.25rem; }

  .empresa .empresa-titulos h1 {
    font-size: 3.25rem;
    padding-left: 2rem;
    padding-right: 2rem; }

  .empresa .empresa-titulos span {
    font-size: 3rem; }

  .empresa .empresa-frase {
    padding-right: 5%;
    padding-left: 5%;
    margin-bottom: 1rem; }

  .empresa .empresa-frase h2 {
    font-size: 1.1rem;
    padding: 0.75rem; }

  .empresa .empresa-eficiencia .menos-mas h1 {
    font-size: 2.5rem; }

  .empresa .empresa-eficiencia .menos-mas h2 {
    font-size: 2rem; }

  .empresa .empresa-eficiencia .titulos-eficiencia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .empresa .empresa-eficiencia .titulos-eficiencia .item-compromiso {
    padding-left: 0;
    padding-top: 2rem; }

  .empresa .empresa-eficiencia .eficiencia-item h2 {
    font-size: 1.25rem;
    height: 45px;
    width: 130px;
    border-radius: 10px; }

  .empresa .empresa-eficiencia .beneficios h2 {
    font-size: 2.5rem; }

  .servicios .imagen-seguridad, .servicios .imagen-medioambiente {
    display: none; }

  .servicios .servicio-central {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: -3rem; }

  .servicios .servicio-izq, .servicios .servicio-der {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .servicios .servicio-izq .servicio-item,
  .servicios .servicio-der .servicio-item {
    border-radius: 12px;
    height: 50px; }

  .servicios .servicio-central .flecha-bajar, .servicios .servicio-central .flecha-subir {
    display: none; }

  .contacto .row {
    padding-top: 2rem; }

  .contacto h1 {
    font-size: 3rem;
    text-align: center; }

  .contacto h2 {
    font-size: 1.25rem;
    text-align: center; }

  .contacto label {
    font-size: 1.2rem;
    margin: 0; }

  .contacto .form-control {
    margin-bottom: 0; }

  .contacto .datos-contacto {
    padding-top: 0; } }
@media (max-width: 410px) {
  .br-xs {
    display: inline; }

  .empresa .empresa-titulos h1 {
    font-size: 3.5rem; }

  .empresa .empresa-titulos span {
    font-size: 2.5rem; }

  .empresa .empresa-frase {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }

  .empresa .empresa-frase h2 {
    color: #0D0D0D; }

  .empresa .empresa-eficiencia .menos-mas h1 {
    font-size: 2.5rem; }

  .empresa .empresa-eficiencia .menos-mas h2 {
    font-size: 2rem; }

  .empresa .empresa-eficiencia .titulos-eficiencia {
    display: none; }

  .servicios .servicio-izq .servicio-item,
  .servicios .servicio-der .servicio-item {
    width: 70%;
    margin: 0 auto;
    height: 50px; }

  .contacto {
    padding: 0; }

  .contacto .row {
    margin-right: 0; }

  .contacto .datos-contacto {
    margin-left: 0;
    margin-right: 0; }

  .contacto .col-formulario {
    margin-top: -3rem; } }
@media (max-width: 320px) {
  .inicio .portada-central img {
    width: 15rem; }

  .portada-central h2 {
    font-size: 2.25rem; }

  .empresa .empresa-titulos h1 {
    font-size: 3rem; }

  .empresa .empresa-titulos span {
    font-size: 2rem; }

  .empresa .empresa-frase {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }

  .empresa .empresa-frase h2 {
    font-size: 1rem; }

  .empresa .empresa-eficiencia .menos-mas h1 {
    font-size: 2.25rem; }

  .empresa .empresa-eficiencia .menos-mas h2 {
    font-size: 1.75rem; }

  .empresa .empresa-eficiencia .beneficios h2 {
    font-size: 2.25rem; }

  .contacto {
    padding: 0; }

  .contacto h1 {
    font-size: 2.5rem;
    text-align: center; }

  .contacto h2 {
    font-size: 1.25rem; }

  .contacto .col-formulario {
    margin-top: -2rem; } }

/*# sourceMappingURL=estilos.css.map */