/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */ ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden, [hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
img {
  width: 100%;
  height: auto;
}
h1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 500;
}
h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
button {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:active {
  text-decoration: none;
  color: #000000;
}
#encabezado {
  background-color: #F7AA89;
  width: 80%;
  -webkit-box-shadow: 0px 0px 8px hsla(0, 0%, 0%, 0.40);
  box-shadow: 0px 0px 8px hsla(0, 0%, 0%, 0.40);
  padding-left: 10%;
  padding-right: 10%;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
}
#logo {
  float: left;
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#logo:hover {
  opacity: 0.5;
}
#menu {
  float: left;
  margin-left: 10%;
  display: none;
}
.iniciar-sesion {
  float: right;
  background-color: #FFFFFF;
  color: #392213;
  font-size: 0.7em;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  border-radius: 10px;
  margin-top: 14px;
  display: none;
  border-style: none;
}
.iniciar-sesion:hover {
  background-color: hsla(0, 0%, 100%, 0.50);
}
.agenda-1 {
  float: right;
  background-color: #392213;
  color: #FFFFFF;
  font-size: 0.7em;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-image: url(../img/ico-wa.svg);
  background-position: 14px center;
  background-repeat: no-repeat;
  margin-top: 14px;
  background-size: 16px auto;
  padding-left: 36px;
  margin-left: 14px;
  display: none;
  border-style: none;
}
.agenda-1:hover {
  background-color: hsla(24, 50%, 15%, 0.50);
}
#menu-movil {
  float: right;
  height: auto;
  width: auto;
  margin-top: 10px;
}
.wide-container {
  height: 500px;
  width: 100%;
  background-color: hsla(24, 50%, 15%, 0.30);
}
#beneficios {
  background-color: hsla(24, 50%, 15%, 0.10);
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
#beneficios-inn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#beneficio-1 {
  margin-bottom: 40px;
}
#beneficio-2 {
  margin-bottom: 40px;
}
#beneficio-3 {}
.beneficio-img {
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.beneficio-texto {
  color: #392213;
  font-weight: 700;
  font-size: 1.1em;
  width: 100%;
  margin-top: 6px;
  text-align: center;
}
#servicios {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#titulo-servicios {
  color: #392213;
  font-weight: 700;
  font-size: 1.2em;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 3%;
}
.celda-servicio-1 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-top: 1px;
  height: 150px;
  background-image: url(../img/servicio-1.jpg);
  background-size: cover;
  background-position: center center;
}
.celda-servicio-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-top: 1px;
  height: 150px;
  background-image: url(../img/servicio-2.jpg);
  background-position: center center;
  background-size: cover;
}
.celda-servicio-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-top: 1px;
  height: 150px;
  background-image: url(../img/servicio-3.jpg);
  background-position: center center;
  background-size: cover;
}
.celda-servicio-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-top: 1px;
  height: 150px;
  background-image: url(../img/servicio-4.jpg);
  background-position: center center;
  background-size: cover;
}
.celda-servicio-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-top: 1px;
  height: 150px;
  background-image: url(../img/servicio-5.jpg);
  background-position: center center;
  background-size: cover;
}
.celda-servicio-fondo {
  background-image: -webkit-linear-gradient(270deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.80) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.80) 100%);
  background-image: -o-linear-gradient(270deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.80) 100%);
  background-image: linear-gradient(180deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.80) 100%);
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.celda-servicio-fondo:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.00) 99.88%);
  background-image: -moz-linear-gradient(270deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.00) 99.88%);
  background-image: -o-linear-gradient(270deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.00) 99.88%);
  background-image: linear-gradient(180deg, rgba(57, 34, 19, 0.00) 0%, rgba(57, 34, 19, 0.00) 99.88%);
  z-index: 2;
}
.celda-servicio-texto {
  color: #FFFFFF;
  font-size: 0.7em;
  bottom: 20px;
  left: 20px;
  position: absolute;
  width: auto;
  max-width: 80%;
  line-height: 1.6em;
}
#destacados {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#titulo-destacados {
  color: #392213;
  font-weight: 700;
  font-size: 1.2em;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 3%;
}
#equipos {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#equipo-img {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 200px;
}
#equipo-titulo {
  color: #392213;
  margin-top: 30px;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 0.75em;
}
#equipo-texto {
  color: #392213;
  text-align: center;
  margin-top: 30px;
}
#equipo-texto p {
  margin-bottom: 20px;
}
.equipo-texto-titulo {
  font-weight: 700;
  font-size: 1.2em;
}
.equipo-texto-subtitulo {
  font-weight: 700;
  font-size: 0.9em;
}
.equipo-texto-bloque {
  font-weight: 500;
  font-size: 0.9em;
  opacity: 0.6;
}
#webapp {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(../img/fondo-webapp.svg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
}
#webapp-img {
  width: 50%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#webapp-texto {
  text-align: center;
  margin-top: 30px;
}
#webapp-texto-bloque {
  color: #392213;
  font-weight: 300;
  font-size: 1.2em;
}
.webapp-texto-iniciar-sesion:hover {
  background-color: hsla(18, 86%, 75%, 0.50);
}
.webapp-texto-iniciar-sesion {
  background-color: #f7aa89;
  color: #392213;
  font-size: 0.7em;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  border-radius: 10px;
  border-style: none;
  margin-top: 20px;
}
#pie {
  border-top: 1px solid hsla(24, 50%, 15%, 0.10);
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 60px;
}
#pie-inn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 1400px;
  color: #392213;
  background-image: url(../img/fondo-pie.png);
  background-position: center bottom;
  background-size: 160px auto;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
#pie-inn-col-1 {
  text-align: center;
  margin-bottom: 30px;
}
#pie-inn-col-2 {
  text-align: center;
  margin-bottom: 30px;
}
#pie-inn-col-3 {
  text-align: center;
  margin-bottom: 30px;
}
#pie-inn-col-4 {
  text-align: center;
  margin-bottom: 30px;
}
#pie-inn-col-5 {
  text-align: center;
  margin-bottom: 30px;
}
#pie-inn-col-6 {
  margin-top: 60px;
}
#pie-inn-col-6-img {
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  margin-bottom: 10px;
}
#pie-inn-col-6-texto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  font-weight: 500;
  font-size: 0.7em;
}
.pie-inn-col-titulo {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 8px;
}
.pie-inn-col-subtitulo {
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 4px;
}
a.link-pie:link {
  opacity: 1;
}
a.link-pie:visited {
  opacity: 1;
}
a.link-pie:hover {
  opacity: 0.5;
}
a.link-pie:active {
  opacity: 0.5;
}
#seccion {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 900px;
  color: #392213;
}
#seccion-titulo {
  font-size: 1.6em;
  font-weight: 700;
}
#seccion-subtitulo {
  font-size: 1em;
  font-weight: 300;
}
.promo-celda {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.promo-celda-img {
  margin-bottom: 30px;
}
.promo-celda-texto {}
.promo-celda-titulo {
  color: #392213;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.promo-celda-subtitulo {
  color: #392213;
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 10px;
}
.promo-celda-tabla {}
.promo-celda-tabla-fila {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid hsla(24, 50%, 15%, 0.10);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0.9em;
}
.promo-celda-tabla-fila-2 {
  padding-top: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0.8em;
  color: #392213;
  font-weight: 300;
}
.promo-celda-tabla-fila-3 {
  padding-top: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.promo-celda-tabla-fila-3-titulo {
  color: #392213;
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 4px;
}
.fila-3-subtitulo {
  color: #392213;
  font-weight: 700;
  font-size: 0.8em;
}
.fila-3-texto {
  color: #392213;
  font-weight: 300;
  font-size: 0.8em;
}
.fila-ico-descuento {
  float: right;
  width: 30%;
  text-align: right;
  color: #392213;
  font-size: 0.8em;
  font-weight: 500;
}
.fila-ico-descuento img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.fila-nombre {
  color: #392213;
  width: 44%;
  font-weight: 500;
  float: left;
}
.fila-precio {
  float: left;
  color: hsla(24, 50%, 15%, 0.50);
  width: 28%;
  text-decoration: line-through;
  font-weight: 700;
  text-align: right;
}
.fila-descuento {
  float: left;
  color: #392213;
  width: 28%;
  text-align: right;
  font-weight: 700;
}
.agenda-2 {
  float: right;
  background-color: #392213;
  color: #FFFFFF;
  font-size: 0.7em;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-image: url(../img/ico-wa.svg);
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 36px;
  border-style: none;
  margin-top: 40px;
}
.agenda-2:hover {
  background-color: #F7AA89;
}
#datos-contacto {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.datos-contacto-col {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.datos-contacto-col-titulo {
  color: #392213;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 6px;
}
.datos-contacto-col-subtitulo {
  color: #392213;
  font-size: 1.1em;
  font-weight: 300;
}
a.link-contacto:link {
  opacity: 1;
}
a.link-contacto:visited {
  opacity: 1;
}
a.link-contacto:hover {
  opacity: 0.5;
}
a.link-contacto:active {
  opacity: 0.5;
}
#google-maps {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  margin-bottom: 60px;
}
.boton-wa-flotante {
  background-color: #56c763;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border-style: none;
  background-image: url(../img/ico-wa-flota.svg);
  background-position: center center;
  background-size: 28px auto;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 8px hsla(0, 0%, 0%, 0.40);
  box-shadow: 0px 0px 8px hsla(0, 0%, 0%, 0.40);
}
.boton-wa-flotante:hover {
  background-color: #13191e;
}
@media (min-width:500px) {
  .wide-container {
    height: 550px;
  }
  .celda-servicio-1 {
    height: 200px;
  }
  .celda-servicio-2 {
    height: 200px;
    width: calc(50% - 2px);
  }
  .celda-servicio-3 {
    height: 200px;
    width: calc(50% - 2px);
  }
  .celda-servicio-4 {
    height: 200px;
    width: calc(50% - 2px);
  }
  .celda-servicio-5 {
    height: 200px;
    width: calc(50% - 2px);
  }
}
@media (min-width:700px) {
  .wide-container {
    height: 600px;
  }
  .iniciar-sesion {
    display: inline;
  }
  .agenda-1 {
    display: inline;
    margin-right: 14px;
  }
  #beneficio-1 {
    margin-bottom: 0px;
    width: 26%;
    float: left;
  }
  #beneficio-2 {
    margin-bottom: 0px;
    width: 26%;
    float: left;
    margin-left: 11%;
    margin-right: 11%;
  }
  #beneficio-3 {
    margin-bottom: 0px;
    width: 26%;
    float: left;
  }
  .celda-servicio-1 {
    height: 300px;
  }
  .celda-servicio-2 {
    height: 300px;
  }
  .celda-servicio-3 {
    height: 300px;
  }
  .celda-servicio-4 {
    height: 300px;
  }
  .celda-servicio-5 {
    height: 300px;
  }
  #webapp-img {
    width: 40%;
    max-width: 1000px;
    float: left;
    margin-left: 10%;
  }
  #webapp {
    width: 80%;
    max-width: 700px;
    background-size: contain;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
  }
  #webapp-texto {
    text-align: left;
    float: right;
    width: 40%;
    margin-right: 10%;
  }
  #pie-inn {
    background-position: 80% bottom;
    padding-bottom: 60px;
  }
  #pie-inn-col-1 {
    float: left;
    width: 50%;
    text-align: left;
  }
  #pie-inn-col-2 {
    float: left;
    width: 50%;
    text-align: left;
  }
  #pie-inn-col-3 {
    float: left;
    width: 50%;
    text-align: left;
  }
  #pie-inn-col-4 {
    float: left;
    width: 50%;
    text-align: left;
  }
  #pie-inn-col-5 {
    float: left;
    width: 50%;
    text-align: left;
  }
  #pie-inn-col-6 {
    float: left;
    clear: left;
  }
  #pie-inn-col-6-img {
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
  }
  #pie-inn-col-6-texto {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    float: left;
    text-align: left;
  }
  .promo-celda-img {
    float: left;
    width: 25%;
    margin-bottom: 0px;
  }
  .promo-celda-texto {
    float: right;
    width: 70%;
  }
  .fila-nombre {
    width: 62%;
  }
  .fila-precio {
    width: 19%;
  }
  .fila-descuento {
    width: 19%;
  }
  .datos-contacto-col {
    width: 33.33%;
    float: left;
    max-width: none;
  }
}
@media (min-width:1000px) {
  .wide-container {
    height: 650px;
  }
  .celda-servicio-1 {
    width: calc(50% - 2px);
  }
  .celda-servicio-2 {
    width: calc(50% - 2px);
  }
  .celda-servicio-3 {
    width: calc(33.33% - 2px);
  }
  .celda-servicio-4 {
    width: calc(33.33% - 2px);
  }
  .celda-servicio-5 {
    width: calc(33.33% - 2px);
  }
  #equipos {
    max-width: 1100px;
    margin-bottom: 0px;
    margin-top: 120px;
  }
  #equipo-img {
    width: 18%;
    float: left;
    max-width: 500px;
  }
  #equipo-titulo {
    margin-top: 0px;
    float: left;
    text-align: left;
    width: 20%;
    margin-right: 3%;
    margin-left: 4%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  #equipo-texto {
    text-align: left;
    margin-top: 0px;
    float: left;
    width: 55%;
  }
  #pie-inn-col-1 {
    width: 33.33%;
  }
  #pie-inn-col-2 {
    width: 33.33%;
  }
  #pie-inn-col-3 {
    width: 33.33%;
  }
  #pie-inn-col-4 {
    width: 33.33%;
  }
  #pie-inn-col-5 {
    width: 33.33%;
  }
}
@media (min-width:1200px) {
  #menu {
    display: inline;
  }
  .agenda-1 {
    margin-right: 0px;
  }
  #menu-movil {
    display: none;
  }
  .wide-container {
    height: 700px;
  }
  .beneficio-img {
    float: left;
  }
  .beneficio-texto {
    width: calc(100% - 60px);
    float: right;
    text-align: left;
    margin-top: 0px;
  }
  .celda-servicio-1 {
    height: 400px;
  }
  .celda-servicio-2 {
    height: 400px;
  }
  .celda-servicio-3 {
    height: 400px;
  }
  .celda-servicio-4 {
    height: 400px;
  }
  .celda-servicio-5 {
    height: 400px;
  }
  #pie-inn {
    background-position: 80% bottom;
    width: 90%;
    padding-bottom: 180px;
  }
  #pie-inn-col-1 {
    width: auto;
    margin-right: 3%;
  }
  #pie-inn-col-2 {
    width: auto;
    margin-right: 3%;
  }
  #pie-inn-col-3 {
    width: auto;
    margin-right: 3%;
  }
  #pie-inn-col-4 {
    width: auto;
    margin-right: 3%;
  }
  #pie-inn-col-5 {
    width: auto;
  }
  #pie-inn-col-6 {
    float: right;
    clear: none;
    margin-top: 0px;
  }
}