html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.contenedor10 {
  margin: 0 10% 0 10%;
}

.contenedor20 {
  margin: 0 20% 0 20%;
}

.contenedor5 {
  padding: 0 5%;
}

.divisor {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 99;
}
.header label, .header input {
  display: none;
}
.header__parte1 {
  background-color: #002651;
  margin-left: auto;
}
.header__parte1__caja {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 55px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.header__parte1__caja p {
  margin: 0 0 0 0;
  font-size: 12px;
}
.header__parte1__caja__espacio {
  margin: 0 15px;
}
.header__parte1__caja__llamanos {
  color: white;
}
.header__parte1__caja__numero {
  color: #FF8212;
}
/*
*[x-apple-data-detectors],
    .x-gmail-data-detectors,
    .x-gmail-data-detectors *,
    .header__parte1__caja__numero {
      color: #FF8212
    }
*/
a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}
    .header__parte1__caja__cotiza {
  cursor: pointer;
  display: flex;
  color: white;
  font-weight: bold;
  background: #FF8212;
  border-radius: 8px;
  border: 0px;
  height: 25px;
  padding: 5px 15px 25px 15px;
  box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.5);
}
.header__parte1__caja__cotiza span {
  margin-left: 5px;
  margin-top: 3px;
}
.header__parte1__caja__cotiza:hover {
  box-shadow: 0px 4px 4px rgba(255, 130, 18, 0.5);
}
.header__parte2 {
  display: flex;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__parte2__logotipo {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 100px;
}
.header__parte2__logotipo img {
  height: 50px;
  vertical-align: middle;
}
.header__parte2__logotipo a {
  margin: 0px;
}
.header__parte2__menu {
  margin-right: 2%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header__parte2__menu ul {
  list-style: none;
  display: flex;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.header__parte2__menu a {
  border-bottom: 4px solid white;
  border-top: 3px solid white;
  margin: 0px 30px 0 30px;
  text-decoration: none;
  color: black;
  display: block;
  padding: 10px 0px;
}
.header__parte2__menu a:hover {
  color: #004282;
  border-bottom: 4px solid #004282;
}
.header__parte2__menu__active {
  color: #004282 !important;
  border-bottom: 4px solid #004282 !important;
}

.dropdown {
  cursor: pointer;
}
.dropdown__content {
  display: none;
  position: absolute;
  background-color: #316393;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: -4px;
}
.dropdown__content a {
  color: white;
  border: none;
  margin: 0;
  padding: 5px 18px;
}
.dropdown__content a:hover {
  color: white;
  border-bottom: 0px solid white;
  background-color: #004282;
}

.dropdown:hover .dropdown__content {
  display: block;
}

#boton-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
  width: 0px;
}
#boton-whatsapp img {
  width: inherit;
  border-radius: 30px;
  box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.25);
}

#boton-arriba {
  position: fixed;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  display: none;
}

@media screen and (max-width: 900px) {
  #boton-arriba {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    height: 0px;
    width: 0px;
    background-color: #FF8212;
    opacity: 0.85;
    color: rgba(0, 0, 0, 0);
  }
  #boton-arriba h5 {
    font-size: 20px;
    margin: 0;
    padding-top: 5px;
  }
}
.cotiza {
  background-color: #004282;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 19px 0;
}

.barra {
  margin: 40px 0 25px 0;
  display: grid;
  grid-template-columns: 250px 370px 1fr 100px;
}
.barra__full-orange {
  height: 96px;
  background-color: #FF8212;
}
.barra__titulos {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: end;
  margin: 0 40px;
}
.barra__arriba {
  color: #FF8212;
}
.barra h1 {
  font-size: 41px;
  margin: 0;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}
.barra h3 {
  font-weight: normal;
  color: #545454;
  font-size: 16px;
  margin: 0;
}

.titulo {
  width: 30%;
  border: 2px solid #FF8212;
  text-align: left;
  margin-left: 0;
}

.titulo2 {
  display: none;
}

.nosotros {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30%;
}
.nosotros__caja h3 {
  color: #FF8212;
  font-size: 28px;
  margin: 0;
}
.nosotros__caja p {
  color: #5F5F5F;
}

.valores {
  margin-bottom: 70px;
}
.valores__web {
  margin-left: 40%;
}
.valores__web h3 {
  color: #FF8212;
  font-size: 28px;
  margin: 0;
  text-align: left;
}
.valores__web__titulo {
  border: 2px solid #FF8212;
  width: 30%;
  margin-left: 0;
}
.valores__responsive {
  display: none;
}
.valores__caja {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  text-align: center;
  color: #5F5F5F;
  grid-gap: 15px;
}
.valores__caja img {
  width: 90px;
}

.servicioCalidad {
  background-color: #F2F2F2;
  padding: 50px 8%;
}
.servicioCalidad h3 {
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 28px;
}
.servicioCalidad__caja__tablet__mobile{
  display: none;
}
.servicioCalidad__caja {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #545454;
  font-size: 18px;
}
.servicioCalidad img {
  width: 80%;
  
  align-self: center;
}

.paddingInterno {
  padding: 15px 10px 15px 0;
}

.servicioCalidad--caracteristicas {
  font-weight: bold;
  color: white;
  display: flex;
  text-align: right;
  line-height: 17px;
  font-size: 18px;
}
.servicioCalidad--caracteristicas__nacional {
  width: 100px;
  background-color: #004282;
}
.servicioCalidad--caracteristicas__monitoreo {
  width: 100px;
  background-color: #FF8212;
}
.servicioCalidad--caracteristicas__seguridad {
  width: 100px;
  background-color: #F5BD0E;
}
.servicioCalidad--caracteristicas__vehiculos {
  width: 100px;
  background-color: #90C141;
}

.servicios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  color: #5F5F5F;
  margin-bottom: 100px;
}
.servicios__servicio {
  cursor: pointer;
  background-color: #F2F2F2;
  display: grid;
  justify-items: center;
  padding: 10%;
  transition-duration: 0.1s;
  transform: translateX(0);
}
.servicios__servicio img {
  width: 90px;
}
.servicios__servicio p {
  text-align: center;
  margin: 0;
}
.servicios__servicio a {
  cursor: pointer;
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #FF8212;
  color: #5F5F5F;
  background-color: white;
  padding: 10px 25px;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
}
.servicios__servicio:hover {
  background-color: #FF8212;
  color: white;
}
.servicios__servicio:hover img {
  filter: brightness(0) invert(1);
}
.servicios__servicio:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  background: linear-gradient(46deg, #dd6800 40%, #dd6800 56%, white 59%);
  transition-duration: 0.5s;
}
.servicios__servicio:hover:before {
  width: 50px;
  height: 53px;
}

.imagenparallax {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../resources/seccion-servicios/foto_servicios1.png);
  background-size: cover;
  background-position: center;
  min-height: 480px;
}

.clientes {
  margin-left: 16%;
  margin-right: 16%;
  color: #545454;
}
.clientes__navegacion {
  margin-top: 100px;
}
.clientes__navegacion:nth-of-type(1) {
  justify-self: start;
}
.clientes__navegacion:nth-of-type(2) {
  justify-self: end;
}

.cajaComentario {
  font-size: 20px;
}
.cajaComentario__comentario {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.cajaComentario__nombreEmpresa {
  margin-top: 120px;
  font-weight: bold;
  text-align: center;
}
.cajaComentario__imagenEmpresa {
  height: 50px !important;
  width: auto !important;
  margin: auto;
}
.cajaComentario__imagenQuote {
  height: 50px !important;
  width: auto !important;
}

.personal {
  text-align: center;
}
.personal__descripcion {
  padding: 0 20%;
  color: #545454;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 70px;
}
.personal__caja {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 350px;
}
.personal__caja__item img {
  width: 120px;
  border-radius: 60px;
  box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.25);
}
.personal__caja__item__nombre {
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}
.personal__caja__item__apellidos {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.personal__caja__item__puesto {
  color: #545454;
}
.personal__caja__item:nth-of-type(1) {
  justify-self: right;
}
.personal__caja__item:nth-of-type(2) {
  justify-self: left;
}

.formulario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
  padding-bottom: 20px;
  color: #545454;
}
.formulario__caja {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}
.formulario__caja label {
  font-size: 10px;
  letter-spacing: 0.15px;
}
.formulario__caja input {
  border-radius: 8px;
  border: 2px solid #979797;
  height: 35px;
  padding: 5px;
}
.formulario__caja textarea {
  border-radius: 8px;
  border: 2px solid #979797;
}
.formulario__caja input:focus, .formulario__caja textarea:focus {
  outline-color: #FF8212;
  box-shadow: 0 0 1.7pt 1.7pt #FF8212;
  border: 2px solid #FF8212;
}
.formulario__boton {
  border-radius: 10px;
  height: 50px;
  width: 250px;
  color: #545454;
  font-weight: bold;
  border: 4px solid #FF8212;
  background-color: white;
  margin-bottom: 50px;
  cursor: pointer;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #FF8212 !important;
}

.hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px #FF8212;
}

.unflex {
  display: flex;
}
.unflex p {
  font-size: 10px;
  margin: 0;
  color: red;
}

.ubicacion {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  margin-bottom: 200px;
}
.ubicacion__informacion {
  background-color: #FF8212;
  border-radius: 8px;
  color: white;
  padding: 25px;
}
.ubicacion__informacion__titulo {
  font-size: 20px;
  font-weight: bold;
}
.ubicacion__informacion__titulo2 {
  margin-top: 100px;
  font-size: 20px;
  font-weight: bold;
}

.ubicacion__informacion__direccion2 {
  margin-bottom: 50px;
}
.ubicacion__informacion__caja {
  
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.ubicacion__informacion__caja p {
  margin: 7px 0;
}
.ubicacion__informacion__caja__campo {
  font-weight: bold;
  width: 100px;
}

.campos__responsive {
  display: none;
}

.footer p {
  margin: 2px 0;
}
.footer a {
  text-decoration: none;
  color: #5F5F5F;
}
.footer__parte1 {
  background-color: #E8E8E8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  padding: 20px 10%;
  color: #5C5D5F;
}
.footer__parte1__titulo {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  color: #57585A;
}
.footer__parte1__centro {
  justify-self: center;
  margin-right: 50px;
}
.footer__parte1__centro img {
  width: 220px;
}
.footer__parte1__derecha {
  width: 300px;
}
.footer__parte1__cajita {
  display: grid;
  grid-template-columns: 20px auto;
  column-gap: 20px;
}
.footer__parte1__cajita img {
  padding-right: 20px;
}
.footer__parte1__redesSociales {
  padding: 17px 15% 0 15%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}
.footer__parte1__redesSociales img:hover {
  filter: brightness(0%);
}
.footer__parte2 {
  background-color: #002651;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  padding: 15px 0;
  color: white;
}
.footer__parte2__development {
  text-align: center;
}
.footer__parte2__development__nombres {
  color: #5F5F5F;
}
.footer__parte2__development__nombres a:hover{
  color: #ffffff;
}
.footer__parte2__costado:nth-of-type(1) {
  justify-self: right;
}
.footer__parte2__costado:nth-of-type(2) {
  justify-self: left;
}

.icon_footer {
  width: 22px;
}

.imagen-carousel {
  width: 100%;
  object-fit: cover;
}

.owl-prev {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: 30px;
  background: rgba(236, 236, 236, 0.58) !important;
  font-size: 35px !important;
  width: 60px;
  height: 60px;
  margin-left: 0px;
  border-radius: 0px 8px 8px 0px;
  opacity: 0.5;
}

.owl-prev:hover{
  opacity: 1.0;
}

.owl-next {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: 30px;
  opacity: 0.1;
  background: rgba(236, 236, 236, 0.58) !important;
  font-size: 35px !important;
  width: 60px;
  height: 60px;
  right: 0;
  margin-right: 0px;
  border-radius: 8px 0px 0px 8px;
  opacity: 0.5;
}
.owl-next:hover{
  opacity: 1.0;
}

.owl-navClientes .owl-prev {
  border: 0;
  position: absolute;
  top: 20%;
  margin: 30px;
  margin-left: -100px;
  background: white !important;
  width: 60px;
  height: 60px;
  border-radius: 0px 8px 8px 0px;
  font-size: 75px !important;
  outline: none;
  cursor: pointer;
}
.owl-navClientes .owl-next {
  border: 0;
  position: absolute;
  top: 20%;
  right: 0;
  margin: 30px;
  margin-right: -100px;
  background: white !important;
  width: 60px;
  height: 60px;
  border-radius: 8px 0px 0px 8px;
  font-size: 75px !important;
  outline: none;
  cursor: pointer;
}

.vistaServicio__portada {
  width: 100%;
  object-fit: cover;
}
.vistaServicio__caja {
  margin: 0 5% 50px 5%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 150px;
}
.vistaServicio__caja__galeria {
  width: 100%;
}
.vistaServicio__caja__seleccion {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 5px;
  font-weight: bold;
  color: #6C6C6C;
  font-size: 18px;
  background-color: #F2F2F2;
  border: 0px;
  padding: 11px 0 11px 30px;
  outline: none;
  width: 300px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  border-left: 10px solid #F2F2F2;
  transition-duration: 0.4s;
}
.vistaServicio__caja__seleccion:hover {
  border-left: 10px solid #6C6C6C;
}

.borderLeft {
  border-left: 10px solid #6C6C6C;
}

#title2 {
  font-size: 35px;
}

@media screen and (max-width: 900px) {
  .btn-menu-abrir {
    z-index: 10;
    margin-left: auto;
    padding-right: 2%;
    padding-top: 15px;
  }
  .btn-menu-abrir span {
    font-size: 38px;
    text-align: center;
  }

  .owl-prev {
    display: none;
  }

  .owl-next {
    display: none;
  }

  .header label {
    display: block;
  }
  .header__parte1 {
    margin-left: 0;
  }
  .header__parte1__caja {
    margin-right: 15px;
  }
  .header__parte2__logotipo {
    margin-left: 10px;
  }
  .header__parte2__logotipo img {
    height: 50px;
  }
  .header__parte2__menu {
    position: absolute;
    width: 100%;
    margin-left: -120%;
    transition-duration: all 0.5s;
    background-color: white;
    justify-content: center;
    box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.25);
    transition-duration: 0.5s;
    z-index: 99999;
  }
  .header__parte2__menu ul {
    flex-direction: column;
    padding: 0;
  }
  .header__responsive {
    padding-bottom: 20px;
  }
  .header__responsive label {
    display: block;
  }
  .header__responsive input {
    display: none;
  }

  #btn-menu:checked ~ .header__parte2__menu {
    margin-left: 0;
  }

  #title2 {
    font-size: 30px;
  }

  .barra {
    grid-template-columns: 25% 75%;
  }
  .barra__full-orange {
    height: 60px;
  }
  .barra__titulos {
    justify-items: start;
    margin: 0 20px 0 20px;
  }
  .barra__contenido {
    grid-column: 1/-1;
  }
  .barra h3 {
    padding: 25px 5% 5px 5%;
    font-size: 16px;
    text-align: center;
  }
  .barra h1 {
    font-size: 30px;
  }

  .divisor {
    margin: 50px 0 0 0;
  }

  .owl-prev {
    top: 40%;
  }

  .owl-next {
    top: 40%;
  }

  .cotiza {
    font-size: 14px;
    padding: 10px 0;
  }

  .titulo {
    display: none;
  }

  .titulo2 {
    display: block;
    width: 45%;
    border: 2px solid #FF8212;
  }

  .nosotros {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .nosotros__caja {
    text-align: center;
  }

  .valores {
    margin: 0 10%;
  }
  .valores__web {
    display: none;
  }
  .valores__responsive {
    display: block;
    color: #FF8212;
    font-size: 28px;
  }
  .valores__responsive h3 {
    margin: 0;
  }
  .valores__responsive__titulo2 {
    border: 2px solid #FF8212;
    width: 30%;
  }
  .valores__caja {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    text-align: center;
  }
  .valores__caja__item:nth-of-type(5) {
    grid-column: 1/-1;
  }

  .servicioCalidad--caracteristicas {
    margin-left: 30%;
    font-size: 14px;
  }
  .servicioCalidad--caracteristicas__nacional {
    width: 70px;
  }
  .servicioCalidad--caracteristicas__monitoreo {
    width: 70px;
  }
  .servicioCalidad--caracteristicas__seguridad {
    width: 70px;
  }
  .servicioCalidad--caracteristicas__vehiculos {
    width: 70px;
  }

  .servicioCalidad__caja {
    /*grid-template-columns: 1fr;*/
    align-self: center;
    display: none;
  }
  .servicioCalidad__caja__tablet__mobile{
    display: inline;
  }
  .servicioCalidad img {
    margin: 10px 0 10px 0;
    width: 70%;
    margin-left: 20%;
  }

  .servicio--animacion {
    /*display: none;*/
  }

  .servicios {
    grid-template-columns: 1fr 1fr;
  }
  .servicios__servicio:nth-of-type(3) {
    grid-column: 1/-1;
  }

  .imagenparallax {
    min-height: 340px;
  }

  .personal__caja {
    grid-template-columns: 1fr 1fr;
    grid-gap: 120px;
  }
  .personal__caja__item {
    justify-self: center;
  }
  .personal__caja p {
    font-size: 11px;
  }

  .clientes {
    margin-right: 5%;
    margin-left: 5%;
  }

  .cajaComentario {
    font-size: 15px;
  }
  .cajaComentario img {
    width: 30px;
  }

  .formulario {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .ubicacion {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
  .ubicacion iframe {
    height: 300px;
  }
  .ubicacion__informacion__caja {
    display: none;
  }
  .ubicacion__informacion p {
    margin: 0;
  }
  .ubicacion__informacion__direccion2 {
    margin-bottom: 15px;
  }
  .ubicacion__informacion h5 {
    margin: 0;
  }

  .campos__responsive {
    display: grid;
    margin-top: 20px;
  }
  .campos__responsive__separador {
    height: 15px;
  }

  .footer__parte1 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    font-size: 14px;
    text-align: center;
  }
  .footer__parte1__izquierda {
    justify-self: center;
  }
  .footer__parte1__centro {
    justify-self: center;
    margin: 0;
  }
  .footer__parte1__centro img {
    width: 50%;
  }
  .footer__parte1__derecha {
    display: grid;
    justify-items: center;
  }
  .footer__parte2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    font-size: 13px;
    justify-items: center;
  }
  .footer__parte2__costado:nth-of-type(1) {
    justify-self: center;
  }
  .footer__parte2__costado:nth-of-type(2) {
    justify-self: center;
  }
  .footer__parte2__development {
    grid-row: 2;
    grid-column: 1/-1;
  }

  .vistaServicio__caja {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .vistaServicio__caja__mini {
    grid-row: 2;
  }
}
@media screen and (max-width: 650px) {
  .btn-menu-abrir {
    z-index: 10;
    margin-left: auto;
    padding-right: 2%;
    padding-top: 10px;
  }
  .btn-menu-abrir span {
    font-size: 38px;
    text-align: center;
  }

  .owl-prev {
    display: none;
  }

  .owl-next {
    display: none;
  }

  .header label {
    display: block;
  }
  .header__parte1 {
    margin-left: 0;
  }
  .header__parte1__caja {
    padding-left: 10px;
    padding-right: 0px;
    justify-content: space-between;
  }
  .header__parte2__logotipo {
    margin-left: 10px;
  }
  .header__parte2__logotipo img {
    height: 50px;
  }
  .header__parte2__menu {
    position: absolute;
    width: 100%;
    margin-left: -120%;
    transition-duration: all 0.5s;
    background-color: white;
    justify-content: center;
    box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.25);
    transition-duration: 0.5s;
  }
  .header__parte2__menu ul {
    flex-direction: column;
    padding: 0;
  }
  .header__responsive {
    padding-bottom: 20px;
  }
  .header__responsive label {
    display: block;
  }
  .header__responsive input {
    display: none;
  }

  #btn-menu:checked ~ .header__parte2__menu {
    margin-left: 0;
  }

  #title2 {
    font-size: 30px;
  }

  .barra {
    grid-template-columns: 33% 67%;
  }
  .barra__full-orange {
    height: 60px;
  }
  .barra__titulos {
    margin: 0 20px 0 20px;
  }
  .barra__contenido {
    grid-column: 1/-1;
  }
  .barra h3 {
    padding: 25px 5% 5px 5%;
    font-size: 16px;
    text-align: center;
  }
  .barra h1 {
    font-size: 30px;
  }

  .divisor {
    margin: 50px 0 0 0;
  }

  .owl-prev {
    top: 40%;
  }

  .owl-next {
    top: 40%;
  }

  .cotiza {
    font-size: 14px;
    padding: 10px 0;
  }

  .titulo {
    display: none;
  }

  .titulo2 {
    display: block;
    width: 45%;
    border: 2px solid #FF8212;
  }

  .nosotros {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .nosotros__caja {
    text-align: center;
  }

  .valores {
    margin: 0 10%;
  }
  .valores__web {
    display: none;
  }
  .valores__responsive {
    display: block;
    color: #FF8212;
    font-size: 28px;
  }
  .valores__responsive h3 {
    margin: 0;
  }
  .valores__responsive__titulo2 {
    border: 2px solid #FF8212;
    width: 60%;
  }
  .valores__caja {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: center;
  }
  .valores__caja__item:nth-of-type(5) {
    grid-column: 1/-1;
  }

  .servicioCalidad--caracteristicas {
    font-size: 14px;
    margin-left: 5%;
  }
  .servicioCalidad--caracteristicas__nacional {
    width: 70px;
  }
  .servicioCalidad--caracteristicas__monitoreo {
    width: 70px;
  }
  .servicioCalidad--caracteristicas__seguridad {
    width: 70px;
  }
  .servicioCalidad--caracteristicas__vehiculos {
    width: 70px;
  }

  .servicio--animacion {
    /*display: none;*/
  }
  .servicioCalidad img {
    margin: 10px 0 10px 0;
    width: 80%;
    margin-left: 15%;
  }

  .servicios {
    grid-template-columns: 1fr;
  }

  .imagenparallax {
    min-height: 240px;
  }

  .personal__caja {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    justify-items: center;
  }
  .personal__caja p {
    font-size: 11px;
  }

  .clientes {
    margin-right: 5%;
    margin-left: 5%;
  }

  .cajaComentario {
    font-size: 15px;
  }
  .cajaComentario img {
    width: 30px;
  }

  .formulario {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .ubicacion {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .ubicacion iframe {
    height: 300px;
  }
  .ubicacion__informacion__caja {
    display: none;
  }
  .ubicacion__informacion p {
    margin: 0;
  }
  .ubicacion__informacion__direccion2 {
    margin-bottom: 15px;
  }
  .ubicacion__informacion h5 {
    margin: 0;
  }

  .campos__responsive {
    display: grid;
    margin-top: 20px;
  }
  .campos__responsive__separador {
    height: 15px;
  }

  .footer__parte1 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    font-size: 14px;
    text-align: center;
  }
  .footer__parte1__izquierda {
    justify-self: center;
  }
  .footer__parte1__centro {
    justify-self: center;
    margin: 0;
  }
  .footer__parte1__centro img {
    width: 50%;
  }
  .footer__parte1__derecha {
    display: grid;
    justify-items: center;
  }
  .footer__parte2 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    font-size: 13px;
    justify-items: center;
  }
  .footer__parte2__costado:nth-of-type(1) {
    justify-self: center;
  }
  .footer__parte2__costado:nth-of-type(2) {
    justify-self: center;
  }

  .vistaServicio__caja {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .vistaServicio__caja__mini {
    grid-row: 2;
  }
}


.zoom {
  transition: transform .2s;
  /*margin: 0 auto;*/
} 

.zoom:hover {
  -ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Safari 3-8 */
  transform: scale(1.4); 
}

.footer__parte1__izquierda a p{
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  
  }
.footer__parte1__izquierda a p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #333;
  transition: left .8s;
  }
.footer__parte1__izquierda a p:hover:after {
  left: 0;
  }

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