html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  /*list-style: none;*/
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link,
a:visited,
a:active {
  color: #1d1d1d;
  text-decoration: none;
}

button {
  border: none;
  background: none;
}

button:focus {
  outline: none;
}

html, body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

body {
  padding-top: 70px;
}
body h1, body h2, body h3 {
  margin: 2rem 0 1rem 0;
}
body h1 {
  color: #3b3b3b;
  font-size: 2rem;
  font-weight: 500;
}
body h2 {
  font-size: 1.3rem;
}
body h3 {
  font-size: 1.2rem;
}
body .text {
  color: #707070;
  line-height: 1.5rem;
  margin: 2rem auto;
  max-width: 950px;
  text-align: justify;
}
body .text-top {
  margin-top: 0;
}
body footer {
  background-color: #3b3b3b;
  height: 100px;
  margin-top: 1rem;
  width: 100%;
}
body .contacto {
  box-sizing: border-box;
  font-size: 2.5rem;
  padding: 2rem 0 1rem 3rem;
}

@media screen and (min-width: 1800px) {
  .contacto {
    margin-left: 5rem;
  }
}
.body-container {
  box-sizing: border-box;
  padding: 1.8rem 1rem;
}
.body-container .title {
  margin-bottom: 1.5rem;
}

.body-container-contact {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.body-container-contact .map-title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 2rem;
}
.body-container-contact .map-title h1 {
  margin-bottom: 0.8rem;
}
.body-container-contact .map-title p {
  line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
  .body-container {
    padding: 1.8rem 3rem !important;
  }
}
@media screen and (min-width: 1385px) {
  .body-container {
    padding: 2rem 6rem !important;
  }
  .body-container .title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .body-container {
    padding: 2rem 16rem !important;
  }
}
.header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  height: 70px;
  left: 0;
  line-height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header .logo-container {
  box-sizing: border-box;
  height: 100%;
  padding: 0.5rem;
  text-align: center;
}
.header .logo-container img {
  height: 100%;
  width: auto;
}
.header .menu-icon {
  float: left;
  margin-left: 1rem;
}
.header .menu-icon i {
  font-size: 1.5rem;
}
.header .menu-list-container {
  display: none;
}
.header .menu-list-container .menu-list {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 1rem 0;
  max-width: 300px;
}
.header .menu-list-container .menu-list a {
  box-sizing: border-box;
  line-height: 1.2rem;
  margin-bottom: 0.8rem;
  padding: 0 1.5rem;
  width: 100%;
}
.header .menu-list-container .menu-list a:hover {
  background-color: #e9e9e9;
}
.header .open {
  display: inline;
}

@media screen and (min-width: 1385px) {
  .header {
    box-sizing: border-box;
    padding: 0 1.5rem;
  }
  .header .logo-container {
    float: left;
  }
  .header .menu-icon {
    display: none;
  }
  .header .menu-list-container {
    display: inherit;
    margin: 0 auto;
    width: 90%;
  }
  .header .menu-list-container .menu-list {
    align-items: center;
    background-color: transparent;
    box-shadow: none;
    flex-direction: row;
    height: 70px;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .header .menu-list-container .menu-list a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-size: 0.9rem;
    height: 70px;
    margin: 0;
    padding: 0 0.8rem;
    width: inherit;
  }
}
.video-cabecera-container {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-cabecera-container .video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .video-cabecera-container {
    height: 340px;
  }
}
.sections-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1000px;
}
.sections-container .section {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  height: 207px;
  line-height: 207px;
  margin-bottom: 1rem;
  position: relative;
  width: 426px;
}
.sections-container .section .img-background {
  border-radius: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sections-container .section .img-background .img {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
}
.sections-container .section .opacity {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.sections-container .section .title {
  bottom: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  left: 0;
  line-height: 2rem;
  margin-left: 1rem;
  position: absolute;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3;
}

.puntos-container {
  align-items: center;
  background-color: #e9e9e9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2rem 0;
}
.puntos-container .punto {
  margin: 1rem;
  width: 110px;
}
.puntos-container .punto .icon {
  margin-bottom: 0.5rem;
  width: 100%;
}
.puntos-container .punto .icon img {
  height: auto;
  width: 100%;
}
.puntos-container .punto .text {
  color: #3b3b3b;
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .puntos-container {
    padding: 2rem 0;
  }
}
.info-container {
  background-color: #e9e9e9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin-top: 1rem;
  padding: 1rem;
}
.info-container h1 {
  font-size: 1.2rem;
  text-align: center;
}
.info-container .numero-container {
  margin: 1rem 0;
  text-align: center;
}
.info-container .numero-container * {
  color: #3b3b3b;
  font-size: 1.8rem;
  margin: 0.5rem;
}
.info-container .numero-container a {
  font-weight: 500;
}
.info-container .social-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem auto;
  max-width: 400px;
}
.info-container .social {
  align-items: center;
  width: 45%;
}
.info-container .social i,
.info-container .social a {
  color: #3b3b3b;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem;
}

.info-container-white {
  box-shadow: none;
}
.info-container-white h1 {
  font-size: 1.2rem;
  text-align: center;
}
.info-container-white .numero-container {
  margin: 1rem 0;
  text-align: center;
}
.info-container-white .numero-container * {
  color: #3b3b3b;
  font-size: 1.8rem;
  margin: 0.5rem;
}
.info-container-white .numero-container a {
  font-weight: 500;
}
.info-container-white .social-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem auto;
  max-width: 400px;
}
.info-container-white .social-container .social {
  align-items: center;
  width: 45%;
}
.info-container-white .social-container .social i,
.info-container-white .social-container .social a {
  color: #3b3b3b;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem;
}

@media screen and (min-width: 992px) {
  .info-container-white {
    width: 49%;
  }
  .info-container-white h1 {
    font-size: 1.5rem;
    text-align: left;
  }
  .info-container-white .numero-container {
    margin: 1rem 0 3rem 0;
    text-align: left;
  }
  .info-container-white .social-container {
    justify-content: flex-start;
    margin: 1rem 0;
  }
}
.maps-container h1,
.maps-container p {
  margin: 0 0 0.8rem 1.2rem;
}
.maps-container p {
  margin-bottom: 2rem;
}
.maps-container .map-iframe {
  border: 0;
  height: 200px;
  transition: all 1s;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .maps-container .map-iframe {
    height: 300px;
  }
  .maps-container h1,
.maps-container p {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1385px) {
  .maps-container .map-iframe {
    height: 400px;
  }
}
.photo-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  height: 180px;
  position: relative;
}
.photo-header .photo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.photo-header .photo .img {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.photo-header .opacity {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.photo-header .title {
  bottom: 20px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  left: 0;
  line-height: 2rem;
  margin-left: 1rem;
  position: absolute;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .photo-header {
    height: 300px;
  }
  .photo-header .title {
    bottom: 50%;
    left: 5%;
    font-size: 2.5rem;
  }
}
.photo-out {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-out .photo {
  height: 200px;
  margin-bottom: 0.5rem;
  width: 100%;
}
.photo-out .photo .img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .photo-out {
    justify-content: space-between;
  }
  .photo-out .photo {
    width: 49.5%;
  }
}
@media screen and (min-width: 992px) {
  .photo-out .photo {
    height: 316px;
  }
}
@media screen and (min-width: 1800px) {
  .photo-out .photo {
    height: 360px;
  }
}
.list {
  background-color: #e9e9e9;
  box-sizing: border-box;
  color: #707070;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 1.5rem 1rem;
  width: 100%;
}
.list h1, .list h2, .list h3 {
  display: inline-block;
  width: 100%;
  margin: 0.5rem 0;
}

.list-without-background {
  margin-bottom: 1rem;
  background-color: #fff;
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (min-width: 768px) {
  .list {
    width: auto;
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .list {
    width: auto;
    padding: 1.5rem 2rem;
  }
}
.form-mobile-container .form-mobile {
  margin: 2rem 0 1rem 0;
}
.form-mobile-container .form-mobile .input {
  background-color: #ededed;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3b3b3b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 2.8rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  width: 100%;
}
.form-mobile-container .form-mobile .mensaje {
  height: 8rem;
}
.form-mobile-container .form-mobile .button {
  background-color: #4e4e4e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .form-mobile-container {
    display: none;
  }
}
.form-web-container {
  display: none;
  width: 49%;
}
.form-web-container .form-web {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-web-container .form-web h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.form-web-container .form-web .input {
  background-color: #ededed;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3b3b3b;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 2.8rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  width: 100%;
}
.form-web-container .form-web .mensaje {
  height: 8rem;
}
.form-web-container .form-web .button {
  background-color: #4e4e4e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .form-web-container {
    display: inherit;
  }
}
.photo-with-list {
  align-items: center;
  background-color: #e9e9e9;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo-with-list .photo {
  height: 200px;
  width: 100%;
}
.photo-with-list .photo .img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .photo-with-list .photo {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .photo-with-list .photo {
    height: 316px;
    width: 50%;
  }
  .photo-with-list .list {
    width: 50%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
}
.row .column {
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}
.row .column img {
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .row .column {
    flex: 48%;
    max-width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .row .column {
    flex: 30%;
    max-width: 30%;
  }
}
@media screen and (min-width: 1385px) {
  .row .column {
    flex: 20%;
    max-width: 20%;
  }
}
.call-to-action {
  background-color: #4e4e4e;
  border-radius: 100%;
  bottom: 0.8rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  height: 55px;
  position: fixed;
  right: 0.8rem;
  text-align: center;
  width: 55px;
  z-index: 9;
}
.call-to-action .fal {
  color: #fff;
  font-size: 2rem;
  line-height: 55px;
}

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