/* Scss Document */
.servicios {
  background: url(../img/fondoservicios.jpg) no-repeat center top;
  background-size: cover;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.equipos {
  background: url(../img/fondoequipos.jpg) no-repeat center top;
  background-size: cover;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.texto-encabezado-service {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.boton-center {
  margin-left: auto;
  margin-right: auto; }

.tituloint {
  text-align: center; }

.tituloint h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #F5821F;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 2rem; }

.tituloint h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #2E3092;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1.8rem; }

.tituloint p {
  font-style: italic; }

.losservicios {
  background: url(../img/losservicios.jpg) no-repeat center top;
  color: #fff;
  margin: 2rem 0rem;
  background-size: cover;
  background-attachment: fixed !important; }

.parrafojustificado {
  text-align: justify; }

.izq {
  float: right; }

.espacio {
  margin: 1rem 0; }

.lizq li {
  text-align: left; }

.losequipos {
  background: url(../img/losequipos.jpg) no-repeat center top;
  color: #fff;
  margin: 2rem 0rem;
  background-size: cover;
  background-attachment: fixed !important; }

.rrhh {
  background: url(../img/fondorrhh.jpg) no-repeat center top;
  background-size: cover;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.formulariorrhh {
  background-color: #F5821F;
  padding: 1.5rem 0; }

.formulariorrhh .row {
  margin-left: 0px;
  margin-right: 0px; }

.formulariorrhh .form-group {
  text-align: left; }

.pieform {
  text-align: center; }

.datosempresa label {
  font-size: 0.8rem; }

.fechas .form-control {
  width: 150px; }

.formulariorrhh label {
  font-size: 0.9rem; }

.gracias {
  background-color: #2E3092; }

/*-----------------------------
MEDIAS QUERIES
---------------------------*/
@media (max-width: 575px) {
  .losservicios {
    margin-top: 2rem; } }
@media (min-width: 990px) {
  .losservicios {
    margin-top: 2.5rem; } }
@media (min-width: 768px) {
  .formulariorrhh .form-control {
    width: 350px; }

  .fechas .form-control {
    width: 150px; }

  .fechas {
    margin-left: 20px; } }

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