/* MEYER RESET */

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%;
	font: inherit;
	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;
}

/* ICONS */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?50548920');
  src: url('../font/fontello.eot?50548920#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?50548920') format('woff2'),
       url('../font/fontello.woff?50548920') format('woff'),
       url('../font/fontello.ttf?50548920') format('truetype'),
       url('../font/fontello.svg?50548920#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50548920#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-th-list:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */

/* REGLAS GLOBALES */

* { box-sizing: border-box; }

body {
	font-family: 'Lato', sans-serif;
}

p {
	font-family: 'Raleway', sans-serif;
}

img { 
	width: 100%;
	height:auto;
}

ul { list-style: none; }

a {
	color: inherit;
	text-decoration: inherit;
}

.gross {
	font-weight: 700;
}

.upper {
	text-transform: uppercase;
}

.blue {
	color: #01587d;
}

/* WEB */

.hero-3 {
  background: url(../images/global-pyme-hero.jpg) no-repeat center left fixed;
  background-size: cover;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100vh;
}

.hero-3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0, .45);
}

/* FORMULARIO */

.profession-form {
  padding: 2rem 0;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2f2d2d;
  margin-right: 10rem;
  width: 25%;
  z-index: 1000;
}

.profession-text ul {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  list-style: circle;
  line-height: 1.3em;
}

.profession-form h2 {
  color: white;
  font-size: 36px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  text-align: center;
}

@media screen and (max-width: 126rem) {
  .profession-form {
      padding: 2rem 0;
      -js-display: flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: rgba(47,45,45, .65);
      margin-right: 3rem;
      width: 33%;
  }
}

@media screen and (max-width: 90rem) {
  
  .profession-text ul {
    width: 85%;
  }

  .profession-form h2 {
      font-size: 24px;
  }
}

@media screen and (max-width: 64rem) {

  .profession-form {
    /* margin-right: 0rem; */
    width: 38%;
    /* flex: auto; */
  }

  .profession-text ul {
    width: 95%;
  }
}

@media screen and (max-width: 27rem) {

  
  .profession-text ul {
    font-size: 16px;
  } 
}

/* FORMULARIO */

.form-div {
  line-height: 3em;
}

.etiquete {
  color: white;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  font-size: 16px;
}

.etiquete > textarea {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
    margin-bottom: 12px;
    background: #f7f3f3;
    width: 100%;
    height: 55px;
    display: block;
    padding: 0 10px;
    border-radius: 15px;
}

.btn-form > input {
  background: #01587d;
  color: white;
  padding: 1rem 2.5rem;
  width: 25rem;
  font-size: 16px;
  cursor: pointer;
  margin: 1rem auto 0;
  display: inherit;
  text-transform: uppercase;
  transition: all .3s ease-in;
  transform: scale(1.01);
}

.btn-form > input:hover {
    transform: scale(1.05);
}

.full {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  display: block;
  width: 30rem;
  height: 45px;
  padding: 0 10px;
  background: #f7f3f3;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 4px;
}

.form-container > a {
  color: white;
  -js-display: flex;
  display: flex;
  justify-content: center;
  font-size: 22px;
  align-items: center;
}

.form-container > a:before {
  content: url(../images/vertel.png);
}

.form-container > p {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (min-width: 91rem) {

  .profession-form h2 {
      font-size: 42px;
      padding: 12px 2rem;
      text-align: center;
  }

  .form-div {
    line-height: 2em;
  }

  .etiquete {
    font-size: 16px;
  }

  .btn-form > input {
    font-size: 18px;
    width: 25rem;
    margin-bottom: 3rem;
  }

.form-container > a {
  font-size: 32px;
}

.form-container > p {
  font-size: 22px;
}


}

@media screen and (max-width: 90rem) {

  .profession-img {
    width: 55%;
  }

  .form-div {
  line-height: 1.3em;
  }

  .etiquete {
    font-size: 14px;
  }

  .etiquete > textarea {
      height: 95px;
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      padding: 0 10px;
  }

  .btn-form > input {
    padding: .8rem 0;
    width: 15rem;
    margin-top: 14px;
    font-size: 16px;
    cursor: pointer;
    width: 15rem;
    margin-bottom: 1rem;
  }

  .full {
      width: 20rem;
      height: 35px;
  }

  .etiquete > textarea {
      width: 20rem;
  }


}

@media screen and (max-width: 63rem) {

  .profession-form h2 {
    font-size: 24px;
    padding: .5rem 0;
    margin-bottom: .5rem;
    letter-spacing: 0.035em;
  }

  .btn-form > input {
  font-size: 12px;
  }

}

@media screen and (max-width: 53rem) {
  .profession-item {
    flex-direction: column;
  }

  .profession-img {
    width: 100%;
  }

  .profession-form {
    width: 100%;
    background: none;
    margin: 0;
  }

  .profession-form h2 {
    font-size: 22px;
    text-align: center;
  }

}

@media screen and (max-width: 27rem) {
  .profession-form h2 {
    font-size: 18px;
  }
}



/* FIN FORMULARIO */

/* FORMULARIO 2 */

.profession-form-2 {
  padding: 2rem 0;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2f2d2d;
  margin-left: 10rem;
  width: 25%;
  z-index: 1000;
}

.profession-form-2 h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media screen and (max-width: 126rem) {
  .profession-form-2 {
    background: rgba(47,45,45, .65);
    padding: 2rem 0;
        -js-display: flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background: none; */
        margin-left: 3rem;
        /* flex: auto; */
        width: 33%;
  }
}

@media screen and (max-width: 90rem) {

  .profession-form-2 h2 {
      font-size: 22px;
      padding: 12px 2rem;
  }
}

@media screen and (max-width: 64rem) {

  .profession-form-2 {
    /* margin-left: 0rem; */
    width: 38%;
  }
}

@media screen and (max-width: 63rem) {

  .profession-form-2 h2 {
      font-size: 16px;
      padding: .5rem 0;
      margin-bottom: 0;
  }

  .btn-form > input {
  font-size: 12px;
  }

}

@media screen and (max-width: 53rem) {
  .profession-item {
    flex-direction: column;
  }

  .profession-img {
    width: 100%;
  }

  .profession-form-2 {
    width: 100%;
    background: none;
    margin: 0;
  }

}

@media screen and (max-width: 27rem) {

  .full {
      width: 15rem;
      height: 35px;
  }

  .etiquete > textarea {
      width: 15rem;
  }

}

/* FIN FORMULARIO */

/* INICIO FOOTER + MAPS */

.localitation {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
}

.localitation-item-1 {
    text-align: center;
    margin-bottom: 4rem;
}

.localitation-item-2 {
  position: relative;
  margin-bottom: 5rem;
  height: 28rem;
}

.icons-container {
  line-height: 1.3;
  font-size: 16px;
  margin: 4rem 0;
}

.icons-container img {
  max-width: 170px;
  margin: 0 auto 1rem;
}

.icons-container h2 {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #01587d;
}

.icons-container p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 1rem;
}

.icons-container a {
  color: #01587d;
  display: inline-block;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mail:before {
  font-family: 'fontello';
  content: '\f0e0';
  margin-right: 10px;
  font-size: 24px;
}

.telefono:before {
    font-family: 'fontello';
    content: "\e801";
    margin-right: 10px;
    font-size: 24px;
}

.map-container {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  margin-bottom: 5rem;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 90rem) {

  .map-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
  }

}

@media screen and (max-width: 75rem) {
  .localitation {
    min-height: 0;
  }
}

@media screen and (max-width: 53rem) {

  .localitation {
      flex-direction: column;
      padding: 0;
      margin: 0;
  }
  
  .localitation-item-1 {
      width: 100%;
  }

  .icons-container {
    padding: 0;
  }

  .air-up {
    order: -1;
  }

}

@media screen and (max-width: 27rem) {
  
  .localitation-item-1 {
      width: 100%;
  }

  .icons-container {
    font-size: 18px;
    padding: 0 1rem;
  }

  .icons-container a {
    font-size: 16px;
  }

}

/* GOOGLE MAPS FIX ON SCROLL */

.maps iframe{
  pointer-events: none;
  height: 100%;
  width: 100%;
}

/* hero-text */

.hero-text {
  flex: auto;
  color: white;
  line-height: 1.4;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1000;
  width: 66%;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  padding-left: 5rem;
}

.hero-container {
  align-self: center;
}

.hero-text img {
  max-width: 125px;
  margin-bottom: 2rem;
}

.hero-text h1 {
  font-size: 42px;
  margin-bottom: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-text h2 {
  font-size: 32px;
  margin-bottom: 1rem;
  width: 75%;
}

.hero-text p {
  font-size: 36px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 89rem) {
  .hero-text {
    padding: 0 8rem;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text h2 {
    font-size: 28px;
  }

  .hero-text p {
    font-size: 28px;
  }
}

@media screen and (max-width: 64rem) {
  .hero-text {
    padding: 0 3rem;
  }

}

@media screen and (max-width: 53rem) {
  .hero-3 {
    flex-wrap: wrap;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
    background: url(../images/global-pyme-hero.jpg) no-repeat left;
    background-size: cover;
  }

  .hero-text {
    width: 100%;
    padding-top: 3rem;
    order: -1;
    text-align: center;
    align-items: center;
  }

  .order-first {
    order: -1;
  }

  .hero-text h2 {
    width: 100%;
  }
}

@media screen and (max-width: 27rem) {

  .hero-text {
    padding-bottom: 0;
    padding: 3rem .5rem 0;
  }

  .hero-text h1 {
    font-size: 18px;
  }

  .hero-text h2 {
    font-size: 18px;
    margin-bottom: .4rem;
  }

  .hero-text p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .profession-form {
    padding-bottom: 3rem;
  }

}

/* TEXTO + FOTO */

.disposition {
  -js-display: flex;
  display: flex;
  justify-content: space-around;
}

.disposition-item {
  width: 50%;
}

.disposition-item img {
  display: inherit;
}

.disposition-item p {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.disposition-item p span {
  font-weight: 700;
}

.disposition-text {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-self: center;
  line-height: 1.3;
  padding: 3rem;
}

.disposition-text h2 {
  font-weight: 600;
  color: #01587d;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.12em;
}

.diposition-text p {
  font-size: 16px;
  padding: 0 1rem;
}

@media screen and (max-width: 64rem) {
  .disposition-item p {
    font-size: 12px;
  }
}

@media screen and (max-width: 53rem) {

  .disposition {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .disposition-text {
    padding: 2rem;
  }

  .disposition-item {
      width: 80%;
  }

  .disposition-item p {
    font-size: 18px;
  }

  .disposition-photo {
    width: 100%;
  }
}

@media screen and (max-width: 48rem) {

  .disposition {
    margin: 0;
    padding: 0;
  }

  .disposition-photo {
    margin: 0;
    padding: 0;
  }

  .disposition-text {
    margin: 0;
    padding: 0;
    margin: 5rem 0;
  }

  .disposition-text h2 {
    text-align: center;
  }
}

.bg-grey {
  background: #f2f2f2;
}

.bg-grey h2 {
  color: black;
}

.one-mg-top {
  padding-top: 1rem;
}

.one-mg-bottom {
  padding-bottom: 1rem;
}

.space {
  margin: 1rem 0;
}

.column {
  flex-direction: column;
}

@media screen and (max-width: 48rem) {
  .modules {
    padding: 0;
  }
}


@media screen and (max-width: 27rem) {
    .alternative {
        margin-bottom: 2rem;
    }

    .modules-item {
      margin-bottom: 0;
    }

    .disposition-text {
        width: 100%;
        padding: 0 1rem;
    }
}

/* FOOTER */

.page-footer {
  padding: 1rem 0;
  text-align: center;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-footer img {
  max-width: 150px;
}

.footer-item {
  -js-display: flex;
  display: flex;
  font-size: 14px;
  align-items: center;
  width: 100%;
}

.footer-item p {
  margin: 0 12px;
  width: 33%;
  font-family: 'Lato',sans-serif;
}

.footer-item a:hover {
  text-decoration: underline;
  color: #01587d;
}

@media screen and (max-width: 27rem) {
  .footer-item {
    flex-wrap: wrap;
  }

  .footer-item p {
      width: 50%;
      margin: 0 auto 2rem;
  }

  .footer-item p:last-child {
      margin-bottom: 0;
  }

}

/* WORKS */

.works {
  padding: 5rem 3rem;
  color: white;
  background: url(../images/global-pyme-icons.jpg) no-repeat top fixed;
  background-size: cover;
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.works:after {
  content: "";
  display: block;
  clear: both;
}

.works:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0, .55);
  z-index: 1;
}

.works-item {
  text-align: center;
  width: 25%;
  margin-right: 3rem;
}

.works-item:last-child {
  margin-right: 0;
}

.works p {
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
}

.works article {
  z-index: 1000;
}

.works article img {
  max-height: 75px;
  margin-bottom: .8rem;
  width: auto;
  height: 100%;
  }

  .works h2 {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: .06em;
    font-size: 18px;
  }

@media screen and (max-width: 85rem) {

  .works h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 64rem) {

  .works h2 {
    font-size: 14px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 48rem) {
  
  .works {
    background-size: cover;
    background-attachment: scroll;
    padding: 5rem 0 1rem;
  }

  .works article {
      z-index: 1000;
      margin-bottom: 5rem;
  }

  #special {
    color: #01587d;
    background: white;
    font-weight: 800;
  }

  #special  p {
    font-family: 'Lato', sans-serif;
  }

  .works h2 {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    min-height: 55px;
  }

}

@media screen and (max-width: 47rem) {
  .works {
    flex-direction: column;
  }

  .works-item {
    width: 100%;
    margin: 0;
  }

  .works p {
    text-align: center;
  }

  .works h2 {
    min-height: 0;
    margin-bottom: 1rem;
  }

  .works article {
    margin-bottom: 0;
    min-height: 0;
    margin-bottom: 3rem;
  }

  .works article:last-child {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 27rem) {

  .works {
    padding-bottom: 0;
  }

  .works p {
    padding: 0 2rem;
  }

}

.info-head {
  color: white;
  background: #01587d;
  text-align: center;
  padding: 5rem;
  line-height: 1.3;
  font-size: 32px;
}

.info-head h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 24px;
}

.info-head p {
  margin-bottom: .5rem;
  font-size: 22px;
}

.info-head a {
  text-transform: uppercase;
  font-size: 22px;
  border: 1px solid white;
  padding: 1rem 2rem;
  margin-top: 2rem;
  display: inline-block;
  transition: all .5s ease;
}

.info-head a:hover {
  background: white;
  color: #01587d;
}

@media screen and (max-width: 64rem)  {

  .info-head {
    padding: 5rem 2rem;
  }

  .info-head h2 {
    font-size: 32px;
  }
  .info-head p {
    font-size: 32px;
  }
}

@media screen and (max-width: 48rem)  {

  .info-head h2 {
    font-size: 26px;
    margin-bottom: .5rem;
  }
  .info-head p {
    font-size: 24px;
  }
}

@media screen and (max-width: 27rem)  {
  .works h2 {
    width: 100%;
    min-height: 0;
    font-size: 18px;
    padding: 0;
  }

  .info-head {
    padding: 5rem 1rem;
  }

  .info-head h2 {
    font-size: 18px;
    margin-bottom: .5rem;
  }

  .info-head p {
    font-size: 16px;
  }


}

/* THANKS */

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.thankyou {
  text-align: left;
  height: 80vh;
  font-family: 'Lato', sans-serif;
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.thanks {
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
}

.center-page {
  align-self: center;
  text-align: center;
}

.center-page h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 32px;
  text-transform: uppercase;
}

.back {
  padding: 1rem 2rem;
  color: #01587d;
  font-weight: 600;
  transition: all .3s ease-in;
  transform: scale(1.01);
  font-size: 22px;
  border: 1px solid #01587d;
  text-decoration: none;
  margin: 2rem auto 0;
  display: inline-block;
}

.back:hover {
    transform: scale(1.125);
}

@media screen and (max-width: 27rem) {

  .thankyou {
    padding: 0 2rem;
    height: 60vh;
  }
}

.f-blue {
  color: #01587d;
  font-weight: 600;
}

/* LEGAL */

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.legal {
  padding: 120px 3rem 2rem;
  line-height: 1.3;
}

.legal h1 {
  text-align: center;
  font-weight: 700;
  color: #333;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.legal h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #01587d;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  text-decoration: underline;
}

.legal p {
  margin-bottom: 5px;
  font-size: 14px;

}

@media screen and (max-width: 27rem) {
  .legal {
  padding: 60px 1rem 1rem;
  line-height: 1.3;
  }

  .legal h1 {
    font-size: 18px;
  }

  .legal h2 {
    font-size: 16px;
  }

}

.principal {
  font-size: 22px;
  padding-top: 1rem;
}

.corp {
  color: #01587d;
}

#tiny {
  font-size: 22px;
}

@media screen and (max-width: 48rem) {
  #tiny {
    font-size: 14px;
  }
}

.site-content {
  flex: 1;
}

.legal {
  padding: 4rem 3rem 2rem;
  line-height: 1.3;
}

.legal h1 {
  text-align: center;
  font-weight: 700;
  color: #012f63;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.legal h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #012f63;
  margin-top: 1.75rem; 
  margin-bottom: .5rem;
  font-size: 22px;
}

.legal p {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: justify;
}

@media screen and (max-width: 27rem) {
  .legal {
  padding: 60px 1rem 1rem;
  line-height: 1.3;
  }

  .legal h1 {
    font-size: 18px;
  }

  .legal h2 {
    font-size: 16px;
  }

}


/* for background-size:cover replacement on iOS devices */

/*
@media only screen and (orientation: portrait) and (device-width: 20rem), (device-width: 48rem) {
    .hero-3 {
      -webkit-background-size: auto 150%;
      background-attachment: scroll;
    }

    .works {
      -webkit-background-size: auto 150%;
      background-attachment: scroll;
    }

    .organic {
      -webkit-background-size: auto 150%;
      background-attachment: scroll;
    }
}
@media only screen and (orientation: landscape) and (device-width: 20rem), (device-width: 48rem) {

    .hero-3 {
      -webkit-background-size: 150% auto;
      background-attachment: scroll;
    }

    .works {
      -webkit-background-size: 150% auto;
      background-attachment: scroll;
    }
}
*/