html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
address,
variable,
form,
fieldset,
blockquote {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
caption {
  font-weight: normal;
  text-align: left;
}
img,
fieldset {
  border: 0;
}
ol {
  padding-left: 0em;
  list-style: decimal;
}
ul {
  padding-left: 0em;
  list-style: square;
}
q:before,
q:after {
  content: "";
}

@font-face {
  font-family: "waypasslight";
  src: url("font/SourceSansPro-Light.ttf");
}

@font-face {
  font-family: "waypassregular";
  src: url("font/SourceSansPro-Regular.ttf");
}

body {
  background: -webkit-radial-gradient(200% 371%, #4990e2, #0a0a2a);
  background: -o-radial-gradient(200% 371%, #4990e2, #0a0a2a);
  background: -moz-radial-gradient(200% 371%, #4990e2, #0a0a2a);
  background: radial-gradient(200% 371%, #4990e2, #0a0a2a);
  margin: 0;
  font-family: "waypasslight";
  color: #f2f2f2;
  font-size: 16px;
  text-align: center;
}

#waylogo {
  width: 260px;
  margin-top: 8em;
  margin-bottom: 1em;
}

.titulo {
  font-weight: lighter;
  line-height: normal;
  font-size: 3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.subtitulo {
  font-weight: lighter;
  line-height: normal;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  padding-bottom: 2.5em;
}

.content-wrapper {
  margin:auto;
  max-width: 1000px;
}

/*MENU*/

.mobile-visible {
  display: none;
}

#btnmobilefuncion {
  display: none;
}

.menu {
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
}

.menu .icon {
  display: none;
}

.menu a {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  padding: 8px 24px;
  color: rgb(116, 116, 116);
  margin: 0px 15px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}

.menu a:hover {
  background: white;
  border-radius: 4px;
  color: #4990E2;
}

.menu-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  max-width: initial;
}

.menu-container {
  border-radius: 0px;
  margin: auto;
  box-shadow: 0px 4px 5px -3px #b3b3b3;
  margin: auto;
  background: #e6e6e6;
  margin-bottom: 0px;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 18px;
}

.menu-fixed .menu-container {
  border-radius: 0;
}

.contenedor-principal {
  background: #ffffff;
  font-family: "waypasslight";
  font-style: normal;
  font-weight: lighter;
  color: #4f4f4f;
  margin: auto;
  text-align: center;
}

.contenedor-principal.anti-salto {
  margin-top: 62px;
}

/* BLOQUE INICIO */

.iniciomobile {
  display: none;
}

.principal {
  text-align: left;
  font-size: 2em;
  padding-top: 20px;
  padding-left: 60px;
  padding-bottom: 10px;
}

.rectangulo {
  height: 3px;
  width: 100px;
  background: -webkit-linear-gradient(left, #a9f5e1, blue);
  background: -o-linear-gradient(right, #a9f5e1, blue);
  background: -moz-linear-gradient(right, #a9f5e1, blue);
  background: linear-gradient(to right, #a9f5e1, blue);
  margin-left: 68px;
  margin-bottom: 14px;
}

.pinicio {
  text-align: left;
  font-size: 1.3em;
  padding-bottom: 45px;
  padding-left: 60px;
  line-height: 1.5em;
}

.telefono {
  float: right;
  margin-top: 45px;
}

.telefono img {
  border-radius: 10px;
  padding: 5px;
  width: 400px;
  height: 258px;
}

#boton1 {
  padding: 12px 28px;
  color: #4990E2;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 3px;
  background: #ffffff;
}

#bloqueinicio {
  border-bottom: 1px solid #e8e8e8;
  background: #F6F6F6;
}

/* BLOQUE FUNCION */

.slideshow-container {
  display: none;
}

h1 {
  font-size: 2em;
  padding-bottom: 10px;
  padding-top: 25px;
}

.subrayado2 {
  height: 3px;
  width: 100px;
  background: -webkit-linear-gradient(left, #a9f5e1, blue);
  background: -o-linear-gradient(right, #a9f5e1, blue);
  background: -moz-linear-gradient(right, #a9f5e1, blue);
  background: linear-gradient(to right, #a9f5e1, blue);
  margin: auto;
  margin-bottom: 14px;
  vertical-align: middle;
}

h2 {
  font-size: 1.3em;
  padding-bottom: 50px;
  font-weight: lighter;
}

.imagenfuncion {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}

.imagenfuncion img {
  width: 862px;
}

.residente {
  display: none;
}

#boton2 {
  text-align: center;
  display: inline-block;
  background: #ffffff;
  color: #4990E2;
  text-decoration: none;
  border: 0;
  padding: 1em 2em;
  font-size: 0.9em;
  font-weight: normal;
  margin: 2.5em 0;
  border-radius: 4px;
}

#bloquefuncion {
  border-bottom: 1px solid rgb(206, 206, 206);
}

/* BLOQUE SERVICIO */

.contenedor-servicios {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-gap: 1em;
  margin: 0.5em 1em 1em 1em;
}

.servicio2 img,
.servicio img {
  width: 50px;
}

.servicio2 p,
.servicio p {
  font-size: 1.1em;
  text-align: center;
}

p.tituloservicio2,
p.tituloservicio {
  font-weight: bold;
  padding: 5px;
  color: #3c77be;
}

#bloqueservicio {
  border-bottom: 1px solid rgb(206, 206, 206);
  background: #f6f6f6;
}

/* BLOQUE CONTACTO */

#bloquecontacto {
  padding-bottom: 70px;
}

.wrapper {
  position: relative;
  padding: 35px;
}

.griddesk {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
}

.form input[type="text"],
.form textarea {
  border: 0px;
  font-family: "waypasslight";
  font-size: 1em;
  color: #4f4f4f;
  background: #f2f2f2;
  transition: all 0.2s ease;
  height: 40px;
  width: 315px;
  padding-left: 5px;
  border: 1px solid transparent;
}

.form input:focus,
.form textarea:focus {
  outline: none;
}

.form input[type="text"].invalid,
.form textarea.invalid {
    border: 1px solid red;
}

.campodatos1 {
  font-size: 1em;
  text-align: right;
  padding-bottom: 0;
}

.campodatos2 {
  font-size: 1em;
  text-align: left;
}

.bottom-form {
  grid-column: 1/3;
}

.bottom-form textarea {
  height: 120px;
  width: 644px;
}

.opcionesradio {
  text-align: left;
  height: 42px;
  width: 320px;
  font-size: 1em;
}

.opcionesradio .radio-container {
  display: inline-block;
  padding-left: 12px;
  padding-top: 10px;
}

.btn {
  margin: auto;
  color: #4f4f4f;
  font-size: 1em;
  font-weight: lighter;
  background: #ffffff;
  width: 647px;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #bdbdbd;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

/*FOOTER*/

#footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #333333;
  font-family: "waypasslight";
  font-weight: lighter;
  font-size: 16px;
  color: white;
}

.logofooter {
  grid-column: 1/2;
  margin-top: 3rem;
  text-align: left;
}

.logow {
  height: 80px;
  margin-bottom: 0.5rem;
  margin-left: 6rem;
}

.redes {
  margin-top: 3.5rem;
  grid-column: 2/3;
  text-align: right;
  margin-right: 6rem;
}

.redes a {
  text-decoration: none;
}

.redes img {
  width: 35px;
  margin-left: 10px;
}

.email {
  font-family: "waypassregular";
  font-size: 0.9em;
  font-style: normal;
  letter-spacing: 2px;
  text-align: left;
  padding-top: 1rem;
  margin-left: 6rem;
  margin-right: 6rem;
  grid-column: 1/3;
  margin-top: 0.5rem;
  border-top: 1px solid white;
}

.lineadiv {
  border-top: 1px solid white;
  margin-top: 0.5rem;
  margin-right: 6rem;
}

.botonterminos {
  margin-left: 6rem;
  margin-top: 1.5rem;
  text-align: left;
}

.terminos {
  padding: 8px 10px;
  color: white;
  border: 1px solid white;
  font-size: 0.7em;
  border-radius: 8px;
  background: #333333;
}

.botonesstore {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}

.encontrala {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  font-size: 0.9em;
  letter-spacing: 1px;
  text-align: right;
  padding-bottom: 5px;
  margin-right: 7.5em;
  text-align: right;
}

.botonesstore {
  display: block;
  margin-bottom: 10px;
}

.applestore {
  text-align: right;
  margin-top: 0;
  margin-right: 5.7em;
}

.playstore {
  text-align: right;
  margin-right: 5.1em;
}
.google {
  height: 55px;
}

.apple {
  height: 41px;
}

@media screen and (max-width: 800px) {
  .contenedor-principal.anti-salto {
    margin-top: 110px;
  }

  .subrayado2 {
    display: none;
  }

  #waylogo {
    width: 265px;
    margin-top: 8em;
    margin-bottom: 0.5em;
  }

  .titulo {
    font-size: 2.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0px;
    letter-spacing: -6%;
    line-height: 1em;
    letter-spacing: -2px;
  }

  .subtitulo {
    line-height: 2rem;
    letter-spacing: -0.03em;
    font-size: 1.4em;
    padding: 0px 41px 49px;
    margin-bottom: 50px;
  }

  #contenedor {
    background: -webkit-radial-gradient(200% 371%, #4990e2, #0a0a2a);
    background: -o-radial-gradient(200% 371%, #4990e2, #0a0a2a);
    background: -moz-radial-gradient(200% 371%, #4990e2, #0a0a2a);
    background: radial-gradient(200% 371%, #4990e2, #0a0a2a);
    text-align: center;
    color: #f2f2f2;
    font-family: "waypasslight";
  }

  .contenedor-principal {
    width: 100%;
  }

  /* BLOQUE MENU */

  #btnmobilefuncion {
    display: inline-block;
  }

  #btnfuncion {
    display: none;
  }

  .desktop-visible {
    display: none;
  }

  .mobile-visible {
    display: block;
    width: 30px;
  }

  .menu {
    overflow: hidden;
    background: #e6e6e6;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
  }

  .menu a {
    overflow: hidden;
    border-bottom: none;
    padding: 8px 24px;
    margin: 8px -4px;
    margin-bottom: 2px;
  }

  /* BLOQUE INICIO */

  #bloqueinicio {
    display: none;
  }

  .iniciomobile {
    display: grid;
    grid-template-columns: 1fr;
    background: #f9f9f9;
    font-family: "waypasslight";
  }

  .telefonoinicio img {
    width: 100%;
  }

  .cuadrado {
    background: white;
    width: 241px;
    height: 178px;
    margin-left: 16px;
    margin-top: -51px;
  }

  .cuadradotexto {
    text-align: center;
    font-size: 21px;
    line-height: 33px;
    padding-top: 7px;
  }

  .btn1 {
    text-align: right;
  }

  .fa-angle-double-right:before {
    margin-right: 0.5rem;
  }

  .botoninicio {
    font-family: "waypasslight";
    background-color: #f9f9f9;
    border: none;
    color: #4a4949;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 22px;
    padding-bottom: 28px;
  }

  .iniciomobile {
    border-bottom: 10px solid white;
  }

  /* BLOQUE FUNCION */

  #bloquefuncion {
    display: none;
  }

  .slideshow-container {
    display: inline-block;
    background: #f9f9f9;
    max-width: 1000px;
    position: relative;
    margin: auto;
  }

  .personafuncion {
    display: block;
    margin: auto;
    margin-top: 50px;
  }

  .rolesapp {
    width: 100%;
  }

  .funcionesapp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
  }

  .funcionuno,
  .funciondos,
  .funciontres {
    width: 60px;
  }

  .funciondos {
    padding-top: 50px;
  }

  p.textofuncion {
    text-align: center;
    margin-bottom: 32px;
  }

  .mySlides {
    display: none;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 37%;
    width: auto;
    background: white;
    padding: 16px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover,
  .next:hover {
    background-color: white;
  }

  .dotstyle {
    text-align: center;
    background: #f9f9f9;
    padding-bottom: 16px;
  }

  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active,
  .dot:hover {
    background-color: #717171;
  }

  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }

  /* BLOQUE SERVICIO */

  #bloqueservicio {
    border-top: 10px solid white;
  }

  #bloqueservicio {
    background: #f9f9f9;
  }

  .contenedor-servicios {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-auto-rows: minmax(100px auto);
  }

  .servicio {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: min-content;
    text-align: right;
    grid-auto-flow: dense;
  }

  .servicio p {
    text-align: right;
  }

  .servicio p.tituloservicio {
    grid-column: 1 / 2;
    margin-top: 15px;
  }

  p.tituloservicio2,
  p.tituloservicio {
    font-weight: bold;
    font-size: 22px;
  }

  .servicio2 p,
  .servicio p {
    font-size: 19px;
  }

  .servicio .imagen {
    grid-column: 2 / 3;
    text-align: right;
  }

  .servicio p.descripcionservicio {
    grid-column: 1 / 3;
  }

  .servicio2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-auto-rows: min-content;
    text-align: left;
    grid-auto-flow: dense;
  }

  .servicio2 p.tituloservicio2 {
    grid-column: 2 / 3;
    margin-top: 15px;
  }

  .servicio2 p {
    text-align: left;
  }

  .servicio2 .imagen2 {
    grid-column: 1 / 2;
    text-align: left;
  }

  .servicio2 p.descripcionservicio2 {
    grid-column: 1 / 3;
  }

  .bot3 {
    display: none;
  }

  /* BLOQUE CONTACTO */

  .griddesk {
    display: block;
  }

  .wrapper {
    padding: 0px;
  }

  .form input[type="text"],
  .form textarea {
    font-size: 20px;
    color: #4f4f4f;
    background: #f2f2f2;
    transition: all 0.2s ease;
    height: 46px;
    width: 90%;
    padding-left: 8px;
  }

  .campodatos1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 5px;
  }

  .campodatos2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 5px;
  }

  .opcionesradio {
    text-align: left;
    height: initial;
    width: 90%;
    padding: 5px 8px;
  }

  .radio-container {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .opcionesradio .radio-container {
    display: inline-block;
  }

  .bottom-form textarea {
    height: 119px;
    width: 90%;
    margin-top: 8px;
    padding-left: 8px;
  }

  .btn {
    margin: auto;
    font-size: 20px;
    width: 90%;
    height: 30px;
    text-align: center;
    margin-top: 20px;
  }

  /* BLOQUE FOOTER */

  .footer {
    margin: auto;
  }

  .logow {
    height: 70px;
    margin-bottom: 0.5rem;
    margin-left: 1em;
  }

  .email {
    font-family: "waypasslight";
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
    grid-column: 1/3;
  }

  .botonterminos {
    margin-left: 1em;
  }

  .lineadiv {
    margin-right: 1em;
  }

  .redes {
    display: inline-block;
    margin-right: 1.5em;
  }

  .redes img {
    width: 35px;
    margin-left: 0;
  }

  .applestore {
    margin-right: 16px;
    padding-bottom: 1em;
  }

  .playstore {
    margin-right: 7px;
  }
}

.successContact {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  font-size: 20px;
}
