@charset "UTF-8";
/* RESET */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:300,400");
*,
*:before,
*:after {
  box-sizing: border-box;
  list-style: none;
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, code,
img, sub, sup, b, u, i, dl, dt, dd,
ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  position: relative;
}

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

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

p {
  line-height: 1.7;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  font-size: 1.3em !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  font-size: 1.3em !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\6f";
}

.icon-arrow-right:before {
  content: "\46";
}

.icon-gps:before {
  content: "\61";
}

.icon-phone:before {
  content: "\62";
}

/* BOTON IR ARRIBA */

.ir-arriba {
	padding:8px 20px 16px 20px;	
	background:#0c555c;
	color:#ffbe00;
	text-decoration:none;
	position: fixed;
	font: 600 30px "Open Sans";
	bottom:30px;
	right:20px;
	display:none;
	cursor:pointer;
	opacity:0.6;
	z-index:10000;
}

.ir-arriba:hover {
	opacity: 1;
}

/**
  EDgrid es una librer├¡a CSS para construir layouts con Responsive Web Design
  Importe este archivo en su proyecto para empezar a usarlo
**/
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.item {
  margin: 0;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.item {
  width: 100%;
}
.item.container {
  padding-left: 0;
  padding-right: 0;
}

.s-5,
.item.s-5 {
  width: 5%;
}

.s-10,
.item.s-10 {
  width: 10%;
}

.s-15,
.item.s-15 {
  width: 15%;
}

.s-20,
.item.s-20 {
  width: 20%;
}

.s-25,
.item.s-25 {
  width: 25%;
}

.s-30,
.item.s-30 {
  width: 30%;
}

.s-35,
.item.s-35 {
  width: 35%;
}

.s-40,
.item.s-40 {
  width: 40%;
}

.s-45,
.item.s-45 {
  width: 45%;
}

.s-50,
.item.s-50 {
  width: 50%;
}

.s-55,
.item.s-55 {
  width: 55%;
}

.s-60,
.item.s-60 {
  width: 60%;
}

.s-65,
.item.s-65 {
  width: 65%;
}

.s-70,
.item.s-70 {
  width: 70%;
}

.s-75,
.item.s-75 {
  width: 75%;
}

.s-80,
.item.s-80 {
  width: 80%;
}

.s-85,
.item.s-85 {
  width: 85%;
}

.s-90,
.item.s-90 {
  width: 90%;
}

.s-95,
.item.s-95 {
  width: 95%;
}

.s-100,
.item.s-100 {
  width: 100%;
}

.s-1-3,
.item.s-1-3 {
  width: 33.33333%;
}

.s-2-3,
.item.s-2-3 {
  width: 66.66667%;
}

.s-3-3,
.item.s-3-3 {
  width: 100%;
}

.s-1-6,
.item.s-1-6 {
  width: 16.66667%;
}

.s-2-6,
.item.s-2-6 {
  width: 33.33333%;
}

.s-3-6,
.item.s-3-6 {
  width: 50%;
}

.s-4-6,
.item.s-4-6 {
  width: 66.66667%;
}

.s-5-6,
.item.s-5-6 {
  width: 83.33333%;
}

.s-6-6,
.item.s-6-6 {
  width: 100%;
}

@media all and (min-width: 480px) {
  .m-5,
  .item.m-5 {
    width: 5%;
  }

  .m-10,
  .item.m-10 {
    width: 10%;
  }

  .m-15,
  .item.m-15 {
    width: 15%;
  }

  .m-20,
  .item.m-20 {
    width: 20%;
  }

  .m-25,
  .item.m-25 {
    width: 25%;
  }

  .m-30,
  .item.m-30 {
    width: 30%;
  }

  .m-35,
  .item.m-35 {
    width: 35%;
  }

  .m-40,
  .item.m-40 {
    width: 40%;
  }

  .m-45,
  .item.m-45 {
    width: 45%;
  }

  .m-50,
  .item.m-50 {
    width: 50%;
  }

  .m-55,
  .item.m-55 {
    width: 55%;
  }

  .m-60,
  .item.m-60 {
    width: 60%;
  }

  .m-65,
  .item.m-65 {
    width: 65%;
  }

  .m-70,
  .item.m-70 {
    width: 70%;
  }

  .m-75,
  .item.m-75 {
    width: 75%;
  }

  .m-80,
  .item.m-80 {
    width: 80%;
  }

  .m-85,
  .item.m-85 {
    width: 85%;
  }

  .m-90,
  .item.m-90 {
    width: 90%;
  }

  .m-95,
  .item.m-95 {
    width: 95%;
  }

  .m-100,
  .item.m-100 {
    width: 100%;
  }

  .m-1-3,
  .item.m-1-3 {
    width: 33.33333%;
  }

  .m-2-3,
  .item.m-2-3 {
    width: 66.66667%;
  }

  .m-3-3,
  .item.m-3-3 {
    width: 100%;
  }

  .m-1-6,
  .item.m-1-6 {
    width: 16.66667%;
  }

  .m-2-6,
  .item.m-2-6 {
    width: 33.33333%;
  }

  .m-3-6,
  .item.m-3-6 {
    width: 50%;
  }

  .m-4-6,
  .item.m-4-6 {
    width: 66.66667%;
  }

  .m-5-6,
  .item.m-5-6 {
    width: 83.33333%;
  }

  .m-6-6,
  .item.m-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 600px) {
  .x-5,
  .item.x-5 {
    width: 5%;
  }

  .x-10,
  .item.x-10 {
    width: 10%;
  }

  .x-15,
  .item.x-15 {
    width: 15%;
  }

  .x-20,
  .item.x-20 {
    width: 20%;
  }

  .x-25,
  .item.x-25 {
    width: 25%;
  }

  .x-30,
  .item.x-30 {
    width: 30%;
  }

  .x-35,
  .item.x-35 {
    width: 35%;
  }

  .x-40,
  .item.x-40 {
    width: 40%;
  }

  .x-45,
  .item.x-45 {
    width: 45%;
  }

  .x-50,
  .item.x-50 {
    width: 50%;
  }

  .x-55,
  .item.x-55 {
    width: 55%;
  }

  .x-60,
  .item.x-60 {
    width: 60%;
  }

  .x-65,
  .item.x-65 {
    width: 65%;
  }

  .x-70,
  .item.x-70 {
    width: 70%;
  }

  .x-75,
  .item.x-75 {
    width: 75%;
  }

  .x-80,
  .item.x-80 {
    width: 80%;
  }

  .x-85,
  .item.x-85 {
    width: 85%;
  }

  .x-90,
  .item.x-90 {
    width: 90%;
  }

  .x-95,
  .item.x-95 {
    width: 95%;
  }

  .x-100,
  .item.x-100 {
    width: 100%;
  }

  .x-1-3,
  .item.x-1-3 {
    width: 33.33333%;
  }

  .x-2-3,
  .item.x-2-3 {
    width: 66.66667%;
  }

  .x-3-3,
  .item.x-3-3 {
    width: 100%;
  }

  .x-1-6,
  .item.x-1-6 {
    width: 16.66667%;
  }

  .x-2-6,
  .item.x-2-6 {
    width: 33.33333%;
  }

  .x-3-6,
  .item.x-3-6 {
    width: 50%;
  }

  .x-4-6,
  .item.x-4-6 {
    width: 66.66667%;
  }

  .x-5-6,
  .item.x-5-6 {
    width: 83.33333%;
  }

  .x-6-6,
  .item.x-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .md-5,
  .item.md-5 {
    width: 5%;
  }

  .md-10,
  .item.md-10 {
    width: 10%;
  }

  .md-15,
  .item.md-15 {
    width: 15%;
  }

  .md-20,
  .item.md-20 {
    width: 20%;
  }

  .md-25,
  .item.md-25 {
    width: 25%;
  }

  .md-30,
  .item.md-30 {
    width: 30%;
  }

  .md-35,
  .item.md-35 {
    width: 35%;
  }

  .md-40,
  .item.md-40 {
    width: 40%;
  }

  .md-45,
  .item.md-45 {
    width: 45%;
  }

  .md-50,
  .item.md-50 {
    width: 50%;
  }

  .md-55,
  .item.md-55 {
    width: 55%;
  }

  .md-60,
  .item.md-60 {
    width: 60%;
  }

  .md-65,
  .item.md-65 {
    width: 65%;
  }

  .md-70,
  .item.md-70 {
    width: 70%;
  }

  .md-75,
  .item.md-75 {
    width: 75%;
  }

  .md-80,
  .item.md-80 {
    width: 80%;
  }

  .md-85,
  .item.md-85 {
    width: 85%;
  }

  .md-90,
  .item.md-90 {
    width: 90%;
  }

  .md-95,
  .item.md-95 {
    width: 95%;
  }

  .md-100,
  .item.md-100 {
    width: 100%;
  }

  .md-1-3,
  .item.md-1-3 {
    width: 33.33333%;
  }

  .md-2-3,
  .item.md-2-3 {
    width: 66.66667%;
  }

  .md-3-3,
  .item.md-3-3 {
    width: 100%;
  }

  .md-1-6,
  .item.md-1-6 {
    width: 16.66667%;
  }

  .md-2-6,
  .item.md-2-6 {
    width: 33.33333%;
  }

  .md-3-6,
  .item.md-3-6 {
    width: 50%;
  }

  .md-4-6,
  .item.md-4-6 {
    width: 66.66667%;
  }

  .md-5-6,
  .item.md-5-6 {
    width: 83.33333%;
  }

  .md-6-6,
  .item.md-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 850px) {
  .mx-5,
  .item.mx-5 {
    width: 5%;
  }

  .mx-10,
  .item.mx-10 {
    width: 10%;
  }

  .mx-15,
  .item.mx-15 {
    width: 15%;
  }

  .mx-20,
  .item.mx-20 {
    width: 20%;
  }

  .mx-25,
  .item.mx-25 {
    width: 25%;
  }

  .mx-30,
  .item.mx-30 {
    width: 30%;
  }

  .mx-35,
  .item.mx-35 {
    width: 35%;
  }

  .mx-40,
  .item.mx-40 {
    width: 40%;
  }

  .mx-45,
  .item.mx-45 {
    width: 45%;
  }

  .mx-50,
  .item.mx-50 {
    width: 50%;
  }

  .mx-55,
  .item.mx-55 {
    width: 55%;
  }

  .mx-60,
  .item.mx-60 {
    width: 60%;
  }

  .mx-65,
  .item.mx-65 {
    width: 65%;
  }

  .mx-70,
  .item.mx-70 {
    width: 70%;
  }

  .mx-75,
  .item.mx-75 {
    width: 75%;
  }

  .mx-80,
  .item.mx-80 {
    width: 80%;
  }

  .mx-85,
  .item.mx-85 {
    width: 85%;
  }

  .mx-90,
  .item.mx-90 {
    width: 90%;
  }

  .mx-95,
  .item.mx-95 {
    width: 95%;
  }

  .mx-100,
  .item.mx-100 {
    width: 100%;
  }

  .mx-1-3,
  .item.mx-1-3 {
    width: 33.33333%;
  }

  .mx-2-3,
  .item.mx-2-3 {
    width: 66.66667%;
  }

  .mx-3-3,
  .item.mx-3-3 {
    width: 100%;
  }

  .mx-1-6,
  .item.mx-1-6 {
    width: 16.66667%;
  }

  .mx-2-6,
  .item.mx-2-6 {
    width: 33.33333%;
  }

  .mx-3-6,
  .item.mx-3-6 {
    width: 50%;
  }

  .mx-4-6,
  .item.mx-4-6 {
    width: 66.66667%;
  }

  .mx-5-6,
  .item.mx-5-6 {
    width: 83.33333%;
  }

  .mx-6-6,
  .item.mx-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .l-5,
  .item.l-5 {
    width: 5%;
  }

  .l-10,
  .item.l-10 {
    width: 10%;
  }

  .l-15,
  .item.l-15 {
    width: 15%;
  }

  .l-20,
  .item.l-20 {
    width: 20%;
  }

  .l-25,
  .item.l-25 {
    width: 25%;
  }

  .l-30,
  .item.l-30 {
    width: 30%;
  }

  .l-35,
  .item.l-35 {
    width: 35%;
  }

  .l-40,
  .item.l-40 {
    width: 40%;
  }

  .l-45,
  .item.l-45 {
    width: 45%;
  }

  .l-50,
  .item.l-50 {
    width: 50%;
  }

  .l-55,
  .item.l-55 {
    width: 55%;
  }

  .l-60,
  .item.l-60 {
    width: 60%;
  }

  .l-65,
  .item.l-65 {
    width: 65%;
  }

  .l-70,
  .item.l-70 {
    width: 70%;
  }

  .l-75,
  .item.l-75 {
    width: 75%;
  }

  .l-80,
  .item.l-80 {
    width: 80%;
  }

  .l-85,
  .item.l-85 {
    width: 85%;
  }

  .l-90,
  .item.l-90 {
    width: 90%;
  }

  .l-95,
  .item.l-95 {
    width: 95%;
  }

  .l-100,
  .item.l-100 {
    width: 100%;
  }

  .l-1-3,
  .item.l-1-3 {
    width: 33.33333%;
  }

  .l-2-3,
  .item.l-2-3 {
    width: 66.66667%;
  }

  .l-3-3,
  .item.l-3-3 {
    width: 100%;
  }

  .l-1-6,
  .item.l-1-6 {
    width: 16.66667%;
  }

  .l-2-6,
  .item.l-2-6 {
    width: 33.33333%;
  }

  .l-3-6,
  .item.l-3-6 {
    width: 50%;
  }

  .l-4-6,
  .item.l-4-6 {
    width: 66.66667%;
  }

  .l-5-6,
  .item.l-5-6 {
    width: 83.33333%;
  }

  .l-6-6,
  .item.l-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 1440px) {
  .xl-5,
  .item.xl-5 {
    width: 5%;
  }

  .xl-10,
  .item.xl-10 {
    width: 10%;
  }

  .xl-15,
  .item.xl-15 {
    width: 15%;
  }

  .xl-20,
  .item.xl-20 {
    width: 20%;
  }

  .xl-25,
  .item.xl-25 {
    width: 25%;
  }

  .xl-30,
  .item.xl-30 {
    width: 30%;
  }

  .xl-35,
  .item.xl-35 {
    width: 35%;
  }

  .xl-40,
  .item.xl-40 {
    width: 40%;
  }

  .xl-45,
  .item.xl-45 {
    width: 45%;
  }

  .xl-50,
  .item.xl-50 {
    width: 50%;
  }

  .xl-55,
  .item.xl-55 {
    width: 55%;
  }

  .xl-60,
  .item.xl-60 {
    width: 60%;
  }

  .xl-65,
  .item.xl-65 {
    width: 65%;
  }

  .xl-70,
  .item.xl-70 {
    width: 70%;
  }

  .xl-75,
  .item.xl-75 {
    width: 75%;
  }

  .xl-80,
  .item.xl-80 {
    width: 80%;
  }

  .xl-85,
  .item.xl-85 {
    width: 85%;
  }

  .xl-90,
  .item.xl-90 {
    width: 90%;
  }

  .xl-95,
  .item.xl-95 {
    width: 95%;
  }

  .xl-100,
  .item.xl-100 {
    width: 100%;
  }

  .xl-1-3,
  .item.xl-1-3 {
    width: 33.33333%;
  }

  .xl-2-3,
  .item.xl-2-3 {
    width: 66.66667%;
  }

  .xl-3-3,
  .item.xl-3-3 {
    width: 100%;
  }

  .xl-1-6,
  .item.xl-1-6 {
    width: 16.66667%;
  }

  .xl-2-6,
  .item.xl-2-6 {
    width: 33.33333%;
  }

  .xl-3-6,
  .item.xl-3-6 {
    width: 50%;
  }

  .xl-4-6,
  .item.xl-4-6 {
    width: 66.66667%;
  }

  .xl-5-6,
  .item.xl-5-6 {
    width: 83.33333%;
  }

  .xl-6-6,
  .item.xl-6-6 {
    width: 100%;
  }
}
.to-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.to-left {
  float: left;
  width: auto;
  margin-right: 1em;
}

.to-right {
  float: right;
  width: auto;
  margin-left: 1em;
}

.full {
  max-width: 100%;
}

.circle {
  border-radius: 50%;
}

.clearfix:before, .clearfix:after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}

.no-padding.container > .item {
  padding-left: 0em;
  padding-right: 0em;
}

.no-padding.item {
  padding-left: 0em;
  padding-right: 0em;
}

.padding {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.padding-2 {
  padding-left: 1.875em;
  padding-right: 1.875em;
}

.padding-3 {
  padding-left: 2.8125em;
  padding-right: 2.8125em;
}

body.sticky-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.sticky-footer > footer {
  margin-top: auto;
}

.main-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-distribute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.main-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cross-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.cross-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.cross-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.flex-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.abcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.from-s {
  display: none;
}

.to-s {
  display: none;
}

@media screen and (max-width: 479px) {
  .from-m {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .to-m {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .from-x {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .to-x {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .from-md {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .to-md {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .from-mx {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .to-mx {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .from-l {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .to-l {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .from-xl {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .to-xl {
    display: none;
  }
}

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.ed-video > iframe,
.ed-video > video,
.ed-video > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index .main-banner {
  background: url("../img/banner2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 300;
  width: 100%;
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 4em;
}
@media screen and (max-width: 719px) {
  #index .main-banner {
	    background: url("../img/banner.jpg");
		background-size: cover;		
    top: 0;
    background-position: 25% 0%;
    height: 350px;
  }
}
#index .main-banner__copy {
  color: #86858A;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  position: absolute;
}
@media screen and (max-width: 719px) {
  #index .main-banner__copy {
    width: 100%;
    bottom: 0;
    padding: .5em;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    background: rgba(117, 196, 181, 0.95);
    color: #ffffff;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
  #index .main-banner__copy {
    background: rgba(255, 255, 255, 0.77);
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 1em 0;
    font-size: 1.6em;
	display:none;
  }
}
@media screen and (min-width: 1024px) {
  #index .main-banner__copy {
    background: rgba(251, 250, 255, 0.8);
    width: 400px;
    right: 3em;
    bottom: 10em;
    padding: 1em 1.5em;
    font-size: 1.6em;
    border-radius: 5px;
	display:none;
  }
}
@media screen and (min-width: 1100px) {
  #index .main-banner__copy {
    right: 5em;
  }
}
@media screen and (min-width: 1200px) {
  #index .main-banner__copy {
    right: 8em;
  }
}
@media screen and (min-width: 1440px) {
  #index .main-banner__copy {
   display:none;
    right: 10em;
  }
}
#index .main-banner__copy::before, #index .main-banner__copy::after {
  content: '"';
  position: absolute;
  font-size: 2em;
  color: #75C4B5;
  font-family: georgia;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #index .main-banner__copy::before, #index .main-banner__copy::after {
    display: none;
  }
}
#index .main-banner__copy::before {
  left: 10px;
  top: -1px;
}
#index .main-banner__copy::after {
  right: 10px;
  bottom: 10px;
}
#index .main-banner__copy span:nth-child(1) {
  color: #0D737F;
  font-weight: bold;
  position: relative;
}
#index .main-banner__copy span:nth-child(2) {
  display: block;
  text-align: right;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #index .main-banner__copy span:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #index .main-header {
    box-shadow: 0 0 10px rgba(13, 115, 127, 0.1) inset;
  }
}
#index .main-header .menu-mobile {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 719px) {
  #index .main-header .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#index .main-header .menu-mobile .main-logo {
  margin-top: .5em;
}
#index .main-header .menu-mobile .main-nav .btn-menu {
  float: right;
  color: #ffffff;
  background: #0D737F;
  padding: 16px 6px;
  border-radius: 50%;
  margin-top: 13px;
  cursor: pointer;
  font-size: .9em;
  -webkit-transition: all .2s;
          transition: all .2s;
}
#index .main-header .menu-mobile .main-nav .btn-menu:active, #index .main-header .menu-mobile .main-nav .btn-menu:hover {
  -webkit-transform: scale(0.9) rotate(360deg);
      -ms-transform: scale(0.9) rotate(360deg);
          transform: scale(0.9) rotate(360deg);
}
@media screen and (max-width: 359px) {
  #index .main-header .menu-mobile .main-nav .btn-menu {
    margin-top: 8px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#index .main-header .menu-mobile .main-menu {
  display: none;
  background: #0D737F;
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 900;
  left: 0;
}
@media screen and (max-width: 359px) {
  #index .main-header .menu-mobile .main-menu {
    top: 75px;
  }
}
#index .main-header .menu-mobile .main-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#index .main-header .menu-mobile .main-menu__link {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#index .main-header .menu-mobile .main-menu__link:hover {
  background: rgba(34, 34, 34, 0.3);
  padding-left: 2em;
}
@media screen and (max-width: 719px) {
  #index .main-header .menu-desktop {
    display: none;
  }
}
#index .main-header .menu-desktop .main-nav {
  background: #fff;
  height: 53px;
  position: absolute;
  top: 2.3em;
  width: 100%;
  z-index: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .main-header .menu-desktop .main-nav::before {
      content: "";
    width: 100%;
    top: -.6em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line2.png);
}
/*#index .main-header .menu-desktop .main-nav::after {
      content: "";
    width: 100%;
    top: 1.5em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line.png);
}*/
#index .main-header .menu-desktop .main-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  z-index: 600;
}
#index .main-header .menu-desktop .main-menu__item {
  padding: 0;
  position: relative;
  z-index: 100;
  height: 43px;
  line-height: 40px;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#index .main-header .menu-desktop .main-menu__item:nth-child(3) {
	background: #ffffff;
    padding: 1.3em 0;
    height: 110px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
}
#index .main-header .menu-desktop .main-menu__item:nth-child(3) img {
  width: 90%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#index .main-header .menu-desktop .main-menu__item:nth-child(3) img:hover {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
#index .main-header .menu-desktop .main-menu__item:nth-child(3):hover {
  background: #ffffff;
}
#index .main-header .menu-desktop .main-menu__item:hover {
  background: #0d737f;
  color: #ffffff;
}
#index .main-header .menu-desktop .main-menu__link {
     color: #0d737f;
    text-transform: uppercase;
    font-size: 1em;
    height: 43px;
    display: block;
    line-height: 40px;
    padding: 0 1.5em;
}
#index .main-header .menu-desktop .main-menu__link:hover {
  color: #ffffff;
}
@media screen and (max-width: 849px) {
  #index .main-header .menu-desktop .main-menu__link {
    font-size: .8em;
    padding: 0 1em;
  }
}
#index .main {
  position: relative;
  top: 6em;
}
@media screen and (max-width: 719px) {
  #index .main {
    top: .5em;
  }
}
#index .main .quienes-somos {
  padding: 0 1em;
  margin-top: 1em;
  border-width: 5px;
  border-bottom-style: double;
  border-color: rgba(102, 102, 102, 0.15);
      border-bottom-width: 4px;
}
#index .main .quienes-somos__title {
  color: #2597a4;
  font-size: 2.2em;
  letter-spacing: 1px;
  margin-bottom: .5em;
  font-weight:400;
}
#index .main .quienes-somos__description {
  margin-bottom: 1em;
  text-align: justify;
}
#index .main .quienes-somos__button {
  background: transparent;
    border: 2px solid #0D737F;
    color: #0D737F;
    margin-bottom: 2em;
    font-family: raleway;
    font-size: .9em;
}
#index .main .quienes-somos__button:hover {
  background: #0D737F;
  /*border: 2px solid #ffffff;*/
  color: #ffffff;
}
#index .main .sucursales {
  margin-top: 2em;
  height: 502px;
  width: 100%;
  background: url("../img/mapa.jpg");
  background-size: cover;
  position: relative;
}
#index .main .sucursales__title {
      color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 1px;
    width: 100%;
    padding: .5em 1.2em;
    background: #75C4B5;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: solid 4px #fff;
}
#index .main .sucursales .copy {
 position: absolute;
    width: 85%;
    left: 7%;
    right: 6%;
    background: #ffffff;
    padding: 1em;
    top: 5.2em;
    font-size: .8em;
    text-align: justify;
    font-style: italic;
    line-height: 1.5em;
}
#index .main .sucursales .button {
  background: #ffffff;
    border: 2px solid #2597a4;
    color: #0D737F;
    position: absolute;
    right: 1.7em;
    bottom: 1.7em;
    font-family: raleway;
    font-size: .9em;
    font-weight: 400;
}
#index .main .sucursales .button:hover {
  background: #2597a4;
/*  border: 2px solid #ffffff;
*/  color: #ffffff;
}
#index .main .prestadores {
  margin-top: 2em;
  height: 500px;
  width: 100%;
}
#index .main .prestadores__title {
     color: #363636;
    font-size: 1.6em;
    letter-spacing: 1px;
    position: relative;
    padding-left: .9em;
    font-weight: 400;
    padding-top: .2em;
}
#index .main .prestadores__title::before {
    content: "";
    border-left: 9px solid #2597a4;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 65%;
    position: absolute;
}
#index .main .prestadores__description {
     text-align: justify;
    margin-top: .7em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    line-height: 1.25em;
    color: #828282;
}
#index .main .prestadores .button {
      margin: 0 auto;
    margin-top: 3em;
    font-family: raleway;
    font-size: .9em;
}
#index .main .prestadores .button:hover {
  background: transparent;
  color: #0D737F;
  border: 2px solid #0D737F;
}
#index .main .prestadores__image {
  width: 100%;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 469px) {
  #index .main .prestadores__image {
    margin-top: -5em;
  }
}
@media screen and (min-width: 470px) and (max-width: 599px) {
  #index .main .prestadores__image {
    margin-top: -10em;
  }
}
@media screen and (min-width: 600px) {
  #index .main .prestadores__image {
    margin-top: -3em;
  }
}
@media screen and (min-width: 850px) {
  #index .main .prestadores__image {
    margin-top: -6.9em;
  }
}
#index .main .sistema-prestadores {
	background: #2597a4;
	width: 100%;
	height: 150px;
	position: relative;
	/*border-bottom-width: 1px;
	border-bottom-style: double;*/
}
#index .main .sistema-prestadores__title {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  padding-top: 1em;
  letter-spacing:1px;
}
#index .main .sistema-prestadores__button {
  margin: 0 auto;
  position: relative;
  top: 1.5em;
  font-size: .95em;
  background: #9CDDC9;
  color: #0D737F;
  text-transform: uppercase;
  border: none;
  padding-right: 1.1em;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#index .main .sistema-prestadores__button .icon-arrow-right {
  font-size: 1.3em;
  background: #B3EBD0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#index .main .sistema-prestadores__button:hover {
  padding-right: 2em;
}
#index .main .sistema-prestadores__button:hover .icon-arrow-right {
  opacity: 1;
}
#index .main .novedades {
  background: #F7F7F9;
  width: 100%;
  border: 1px solid #0D737F;
  height: 623px;
  position: relative;
  margin-top: 1.5em;
  overflow:hidden;
}
@media screen and (min-width: 1100px) {
  #index .main .novedades {
    height: 638px;
  }
}
#index .main .novedades__title {
  color: #4EA7B1;
  font-size: 2.2em;
  letter-spacing: 1px;
  padding-top: .5em;
  text-align: center;
  padding-bottom: .4em;
  font-weight:400;
}
#index .main .novedades__content {
  position: relative;
  overflow:hidden;
}
#index .main .novedades__content .fb-page {
  width: 100% !important;
  	margin-top: -142px;
	text-align:left;
	overflow:hidden;
}
#index .main .novedades__content .fb-page span {
  width: 100% !important;
}
#index .main .novedades__content .fb-page span iframe {
  width: 100% !important;
}

#quienes-somos .main-banner {
  background: url("../img/banner3.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 300;
  width: 100%;
  height: 350px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 2em;
}
@media screen and (max-width: 719px) {
  #quienes-somos .main-banner {
    top: 0;
    background-position: 25% 0%;
    height: 300px;
  }
}
#quienes-somos .main-banner__copy {
  color: #86858A;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  position: absolute;
  font-weight:400;
}
@media screen and (max-width: 719px) {
  #quienes-somos .main-banner__copy {
    width: 100%;
    bottom: 0;
    padding: .5em;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    background: rgba(117, 196, 181, 0.95);
    color: #ffffff;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
  #quienes-somos .main-banner__copy {
    background: rgba(255, 255, 255, 0.77);
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 1em 0;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  #quienes-somos .main-banner__copy {
        background: rgba(251, 250, 255, 0.8);
    width: 430px;
    right: 3em;
    padding: 1em 1.9em;
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 18px;
	display: none;
  }
}
@media screen and (min-width: 1100px) {
  #quienes-somos .main-banner__copy {
    right: 5em;
  }
}
@media screen and (min-width: 1200px) {
  #quienes-somos .main-banner__copy {
    right: 8em;
	font-weight:400;
  }
}
@media screen and (min-width: 1440px) {
  #quienes-somos .main-banner__copy {
    right: 10em;
  }
}
#quienes-somos .main-banner__copy::before {
  content: '“';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
 #quienes-somos .main-banner__copy::after {
  content: '”';
  position: absolute;
   font-size: 2.7em;
    color: #a7eac7;
  font-family: georgia;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #quienes-somos .main-banner__copy::before, #quienes-somos .main-banner__copy::after {
    display: none;
  }
}
#quienes-somos .main-banner__copy::before {
  left: 17px;
    top: 12px;
}
#quienes-somos .main-banner__copy::after {
  right: 17px;
  top: 48px;
}
#quienes-somos .main-banner__copy span:nth-child(1) {
  color: #0D737F;
  font-weight: bold;
  position: relative;
}
#quienes-somos .main-banner__copy span:nth-child(2) {
  display: block;
  text-align: right;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #quienes-somos .main-banner__copy span:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #quienes-somos .main-header {
    box-shadow: 0 0 10px rgba(13, 115, 127, 0.1) inset;
  }
}
#quienes-somos .main-header .menu-mobile {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 719px) {
  #quienes-somos .main-header .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#quienes-somos .main-header .menu-mobile .main-logo {
  margin-top: .5em;
}
#quienes-somos .main-header .menu-mobile .main-nav .btn-menu {
  float: right;
  color: #ffffff;
  background: #0D737F;
  padding: 16px 6px;
  border-radius: 50%;
  margin-top: 13px;
  cursor: pointer;
  font-size: .9em;
  -webkit-transition: all .2s;
          transition: all .2s;
}
#quienes-somos .main-header .menu-mobile .main-nav .btn-menu:active, #quienes-somos .main-header .menu-mobile .main-nav .btn-menu:hover {
  -webkit-transform: scale(0.9) rotate(360deg);
      -ms-transform: scale(0.9) rotate(360deg);
          transform: scale(0.9) rotate(360deg);
}
@media screen and (max-width: 359px) {
  #quienes-somos .main-header .menu-mobile .main-nav .btn-menu {
    margin-top: 8px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#quienes-somos .main-header .menu-mobile .main-menu {
  display: none;
  background: #0D737F;
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 900;
  left: 0;
}
@media screen and (max-width: 359px) {
  #quienes-somos .main-header .menu-mobile .main-menu {
    top: 75px;
  }
}
#quienes-somos .main-header .menu-mobile .main-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#quienes-somos .main-header .menu-mobile .main-menu__link {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#quienes-somos .main-header .menu-mobile .main-menu__link:hover {
  background: rgba(34, 34, 34, 0.3);
  padding-left: 2em;
}
@media screen and (max-width: 719px) {
  #quienes-somos .main-header .menu-desktop {
    display: none;
  }
}
#quienes-somos .main-header .menu-desktop .main-nav {
 background: rgba(255, 255, 255, 0);
    height: 53px;
    position: absolute;
    top: 2.3em;
    width: 100%;
    z-index: 500;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#quienes-somos .main-header .menu-desktop .main-nav::before {
  content: "";
  width: 100%;
  top: -.6em;
  left: 0;
  font-size: 2em;
  z-index: -50;
  height: 24px;
  position: absolute;
  background: url("../img/line2.png");
}
/*#quienes-somos .main-header .menu-desktop .main-nav::after {
  content: "";
  width: 100%;
  top: 1.5em;
  left: 0;
  font-size: 2em;
  z-index: -50;
  height: 24px;
  position: absolute;
  background: url("../img/line.png");
}
*/#quienes-somos .main-header .menu-desktop .main-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  z-index: 600;
}
#quienes-somos .main-header .menu-desktop .main-menu__item {
  padding: 0;
  position: relative;
  z-index: 100;
  height: 43px;
  line-height: 40px;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#quienes-somos .main-header .menu-desktop .main-menu__item:nth-child(3) {
     background: #ffffff;
    padding: 1.3em 0;
    height: 110px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
}
#quienes-somos .main-header .menu-desktop .main-menu__item:nth-child(3) img {
  width: 90%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#quienes-somos .main-header .menu-desktop .main-menu__item:nth-child(3) img:hover {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
#quienes-somos .main-header .menu-desktop .main-menu__item:nth-child(3):hover {
  background: #ffffff;
}
#quienes-somos .main-header .menu-desktop .main-menu__item:hover {
  background: #0d737f;
}
#quienes-somos .main-header .menu-desktop .main-menu__link {
    color: #0d737f;
    text-transform: uppercase;
    font-size: 1em;
    height: 43px;
    display: block;
    line-height: 40px;
    padding: 0 1.5em;
}
#quienes-somos .main-header .menu-desktop .main-menu__link:hover {
  color: #fff;
}
@media screen and (max-width: 849px) {
  #quienes-somos .main-header .menu-desktop .main-menu__link {
    font-size: .8em;
    padding: 0 1em;
  }
}
#quienes-somos .main .quienes-somos {
  position: relative;
  top: 2em;
  background: #0D737F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 719px) {
  #quienes-somos .main .quienes-somos {
    top: 0;
  }
}
#quienes-somos .main .quienes-somos::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -78px;
  border-top: 40px solid;
  border-left: 80px solid;
  border-right: 80px solid;
  border-bottom: 40px solid;
  border-color: #0D737F transparent transparent transparent;
  margin-left: -80px;
}
#quienes-somos .main .quienes-somos__title {
  color: #A9ECC3;
  text-align: center;
  padding-top: 1em;
  font-size: 2.2em;
  padding-bottom: .5em;
  letter-spacing: 1px;
  font-weight: 400;
}
#quienes-somos .main .quienes-somos__description {
  margin-bottom: 1em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3em;
    font-size: 1.1em;
    font-weight: 300;
}
#quienes-somos .main__content {
  position: relative;
  top: 5em;
}
@media screen and (max-width: 719px) {
  #quienes-somos .main__content {
    top: 1.5em;
  }
}
#quienes-somos .main__content .vision__title, #quienes-somos .main__content .mision__title, #quienes-somos .main__content .valores__title {
      text-transform: uppercase;
    color: #0d737f;
    font-size: 1.6em;
    position: relative;
    padding-left: 1em;
    letter-spacing: 1px;
    margin: .8em 0;
    font-weight: 400;
}
#quienes-somos .main__content .vision__title::before, #quienes-somos .main__content .mision__title::before, #quienes-somos .main__content .valores__title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: .7em;
  background: #2597a4;
  top: .35em;
  left: 0;
}
#quienes-somos .main__content .vision__description, #quienes-somos .main__content .mision__description, #quienes-somos .main__content .valores__description {
  padding-left: 1em;
  text-align: justify;
}
#quienes-somos .main__content .vision {
  border-width: 4px;
  border-bottom-style: double;
  border-color: #d3d3d3;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #quienes-somos .main__content .valores {
    padding-left: 2em;
  }
}
#quienes-somos .main__content .valores__list {
  padding-left: 1em;
  color: #666666;
}
#quienes-somos .main__content .valores__list li {
  padding-bottom: .5em;
  position: relative;
  padding-left: .8em;
}
#quienes-somos .main__content .valores__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: .7em;
  border-radius: 50%;
  border: 2.7px solid #75C4B5;
}
#quienes-somos .main__content .valores__description {
  padding-top: 1em;
}

#prestadores .main-banner {
  background: url("../img/banner4.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 300;
  width: 100%;
  height: 350px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 2em;
}
@media screen and (max-width: 719px) {
  #prestadores .main-banner {
    top: 0;
    background-position: 25% 0%;
    height: 300px;
  }
}
#prestadores .main-banner__copy {
  color: #86858A;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  position: absolute;
}
@media screen and (max-width: 719px) {
  #prestadores .main-banner__copy {
    width: 100%;
    bottom: 0;
    padding: .5em;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    background: rgba(117, 196, 181, 0.95);
    color: #ffffff;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
  #prestadores .main-banner__copy {
    background: rgba(255, 255, 255, 0.77);
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 1em 0;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  #prestadores .main-banner__copy {
    background: rgba(251, 250, 255, 0.8);
    width: 430px;
    right: 3em;
    padding: 1em 1.9em;
    font-size: 1.6em;
	font-weight:400;
	margin-top:18px;
	display: none;
  }
}
@media screen and (min-width: 1100px) {
  #prestadores .main-banner__copy {
    right: 5em;
  }
}
@media screen and (min-width: 1200px) {
  #prestadores .main-banner__copy {
    right: 8em;
	font-weight:400;
  }
}
@media screen and (min-width: 1440px) {
  #prestadores .main-banner__copy {
    right: 10em;
  }
}
#prestadores .main-banner__copy::before {
 content: '“';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
#prestadores .main-banner__copy::after {
     content: '”';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #prestadores .main-banner__copy::before, #prestadores .main-banner__copy::after {
    display: none;
  }
}
#prestadores .main-banner__copy::before {
  left: 17px;
   top: 12px;
   
}
#prestadores .main-banner__copy::after {
  right: 17px;
    top: 48px;
}
#prestadores .main-banner__copy span:nth-child(1) {
  color: #0D737F;
  font-weight: bold;
  position: relative;
}
#prestadores .main-banner__copy span:nth-child(2) {
  display: block;
  text-align: right;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #prestadores .main-banner__copy span:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #prestadores .main-header {
    box-shadow: 0 0 10px rgba(13, 115, 127, 0.1) inset;
  }
}
#prestadores .main-header .menu-mobile {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 719px) {
  #prestadores .main-header .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#prestadores .main-header .menu-mobile .main-logo {
  margin-top: .5em;
}
#prestadores .main-header .menu-mobile .main-nav .btn-menu {
  float: right;
  color: #ffffff;
  background: #0D737F;
  padding: 16px 6px;
  border-radius: 50%;
  margin-top: 13px;
  cursor: pointer;
  font-size: .9em;
  -webkit-transition: all .2s;
          transition: all .2s;
}
#prestadores .main-header .menu-mobile .main-nav .btn-menu:active, #prestadores .main-header .menu-mobile .main-nav .btn-menu:hover {
  -webkit-transform: scale(0.9) rotate(360deg);
      -ms-transform: scale(0.9) rotate(360deg);
          transform: scale(0.9) rotate(360deg);
}
@media screen and (max-width: 359px) {
  #prestadores .main-header .menu-mobile .main-nav .btn-menu {
    margin-top: 8px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#prestadores .main-header .menu-mobile .main-menu {
  display: none;
  background: #0D737F;
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 900;
  left: 0;
}
@media screen and (max-width: 359px) {
  #prestadores .main-header .menu-mobile .main-menu {
    top: 75px;
  }
}
#prestadores .main-header .menu-mobile .main-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#prestadores .main-header .menu-mobile .main-menu__link {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#prestadores .main-header .menu-mobile .main-menu__link:hover {
  background: rgba(34, 34, 34, 0.3);
  padding-left: 2em;
}
@media screen and (max-width: 719px) {
  #prestadores .main-header .menu-desktop {
    display: none;
  }
}
#prestadores .main-header .menu-desktop .main-nav {
     background: rgba(255, 255, 255, 0);
    height: 53px;
    position: absolute;
    top: 2.3em;
    width: 100%;
    z-index: 500;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#prestadores .main-header .menu-desktop .main-nav::before {
  content: "";
    width: 100%;
    top: -.6em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line2.png);
}
/*#prestadores .main-header .menu-desktop .main-nav::after {
      content: "";
    width: 100%;
    top: 1.5em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line.png);
}*/
#prestadores .main-header .menu-desktop .main-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  z-index: 600;
}
#prestadores .main-header .menu-desktop .main-menu__item {
  padding: 0;
    position: relative;
    z-index: 100;
    height: 43px;
    line-height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#prestadores .main-header .menu-desktop .main-menu__item:nth-child(3) {
     background: #ffffff;
    padding: 1.3em 0;
    height: 110px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
}
#prestadores .main-header .menu-desktop .main-menu__item:nth-child(3) img {
  width: 90%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#prestadores .main-header .menu-desktop .main-menu__item:nth-child(3) img:hover {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
#prestadores .main-header .menu-desktop .main-menu__item:nth-child(3):hover {
  background: #ffffff;
}
#prestadores .main-header .menu-desktop .main-menu__item:hover {
  background: #0d737f;
}
#prestadores .main-header .menu-desktop .main-menu__link {
      color: #0d737f;
    text-transform: uppercase;
    font-size: 1em;
    height: 43px;
    display: block;
    line-height: 40px;
    padding: 0 1.5em;;
}
#prestadores .main-header .menu-desktop .main-menu__link:hover {
  color: #fff;
}
@media screen and (max-width: 849px) {
  #prestadores .main-header .menu-desktop .main-menu__link {
    font-size: .8em;
    padding: 0 1em;
  }
}
#prestadores .main .prestadores {
  position: relative;
  top: 2em;
  background: #0D737F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 719px) {
  #prestadores .main .prestadores {
    top: 0;
  }
}
#prestadores .main .prestadores::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -78px;
  border-top: 40px solid;
  border-left: 80px solid;
  border-right: 80px solid;
  border-bottom: 40px solid;
  border-color: #0D737F transparent transparent transparent;
  margin-left: -80px;
}
#prestadores .main .prestadores__title {
  color: #A9ECC3;
    text-align: center;
    padding-top: 1em;
    font-size: 2.2em;
    padding-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 400;
}
#prestadores .main .prestadores__description {
  margin-bottom: 1em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3em;
    font-size: 1.1em;
    font-weight: 300;
}
#prestadores .main__content {
  position: relative;
  top: 7em;
}
@media screen and (max-width: 719px) {
  #prestadores .main__content {
    top: 2.5em;
  }
}
#prestadores .main__content .prestadores-mendoza {
  border-width: 4px;
  border-bottom-style: double;
  border-color: #d3d3d3;
  padding-bottom: 1.5em;
}
#prestadores .main__content .prestadores-mendoza__title {
  color: #0D737F;
  font-size: 1.6em;
  position: relative;
  padding-left: 1em;
  letter-spacing: 1px;
  margin: .8em 0;
  font-weight:400;
}
@media screen and (max-width: 479px) {
  #prestadores .main__content .prestadores-mendoza__title {
    font-size: 1.2em;
  }
}
#prestadores .main__content .prestadores-mendoza__title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: .7em;
  background: #2597a4;
  top: .35em;
  left: 0;
}
#prestadores .main__content .prestadores-mendoza__list1, #prestadores .main__content .prestadores-mendoza__list2 {
  padding-left: 1em;
  color: #222;
  font-size: 1.1em;
  font-weight: 300;
}
@media screen and (max-width: 479px) {
  #prestadores .main__content .prestadores-mendoza__list1, #prestadores .main__content .prestadores-mendoza__list2 {
    font-size: .9em;
  }
}
#prestadores .main__content .prestadores-mendoza__list1 li, #prestadores .main__content .prestadores-mendoza__list2 li {
  padding-bottom: .5em;
}
#prestadores .main__content .prestadores-mendoza__list2 {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  #prestadores .main__content .prestadores-mendoza__list2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 909px) {
  #prestadores .main__content .prestadores-mendoza__list2 {
    margin-top: 7em;
  }
}
#prestadores .main__content .prestadores-san-luis {
  border-width: 5px;
  border-bottom-style: double;
  border-color: rgba(102, 102, 102, 0.15);
  padding-bottom: 1.5em;
  margin-top: 1em;
}
#prestadores .main__content .prestadores-san-luis__title {
  color: #0D737F;
  font-size: 1.6em;
  position: relative;
  padding-left: 1em;
  letter-spacing: 1px;
  margin: .8em 0;
  font-weight:400;
}
@media screen and (max-width: 479px) {
  #prestadores .main__content .prestadores-san-luis__title {
    font-size: 1.2em;
  }
}
#prestadores .main__content .prestadores-san-luis__title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: .7em;
  background: #2597a4;
  top: .35em;
  left: 0;
}
#prestadores .main__content .prestadores-san-luis__list1, #prestadores .main__content .prestadores-san-luis__list2 {
  padding-left: 1em;
  color: #222;
  font-size: 1.1em;
  font-weight: 300;
}
@media screen and (max-width: 479px) {
  #prestadores .main__content .prestadores-san-luis__list1, #prestadores .main__content .prestadores-san-luis__list2 {
    font-size: .9em;
  }
}
#prestadores .main__content .prestadores-san-luis__list1 li, #prestadores .main__content .prestadores-san-luis__list2 li {
  padding-bottom: .5em;
}
#prestadores .main__content .prestadores-san-luis__list2 {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  #prestadores .main__content .prestadores-san-luis__list2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 909px) {
  #prestadores .main__content .prestadores-san-luis__list2 {
    margin-top: 7em;
  }
}
#prestadores .main__content .prestadores-san-juan {
  padding-bottom: 1.5em;
  margin-top: 1em;
}
#prestadores .main__content .prestadores-san-juan__title {
  color: #0D737F;
  font-size: 1.6em;
  position: relative;
  padding-left: 1em;
  letter-spacing: 1px;
  margin: .8em 0;
  font-weight:400;
}
@media screen and (max-width: 479px) {
  #prestadores .main__content .prestadores-san-juan__title {
    font-size: 1.2em;
  }
}
#prestadores .main__content .prestadores-san-juan__title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: .7em;
  background: #2597a4;
  top: .35em;
  left: 0;
}
#prestadores .main__content .prestadores-san-juan__list1, #prestadores .main__content .prestadores-san-juan__list2 {
  padding-left: 1em;
  color: #222;
  font-size: 1.1em;
  font-weight: 300;
}
@media screen and (max-width: 479px) {
  #prestadores .main__content .prestadores-san-juan__list1, #prestadores .main__content .prestadores-san-juan__list2 {
    font-size: .9em;
  }
}
#prestadores .main__content .prestadores-san-juan__list1 li, #prestadores .main__content .prestadores-san-juan__list2 li {
  padding-bottom: .5em;
}
#prestadores .main__content .prestadores-san-juan__list1 li ul, #prestadores .main__content .prestadores-san-juan__list2 li ul {
  padding-left: 2em;
  margin-top: .5em;
}
#prestadores .main__content .prestadores-san-juan__list2 {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  #prestadores .main__content .prestadores-san-juan__list2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 909px) {
  #prestadores .main__content .prestadores-san-juan__list2 {
    margin-top: 7em;
  }
}

#sucursales .main-banner {
  background: url("../img/banner5.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 300;
  width: 100%;
  height: 350px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 2em;
}
@media screen and (max-width: 719px) {
  #sucursales .main-banner {
    top: 0;
    background-position: 25% 0%;
    height: 300px;
  }
}
#sucursales .main-banner__copy {
  color: #86858A;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  position: absolute;
}
@media screen and (max-width: 719px) {
  #sucursales .main-banner__copy {
    width: 100%;
    bottom: 0;
    padding: .5em;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    background: rgba(117, 196, 181, 0.95);
    color: #ffffff;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
  #sucursales .main-banner__copy {
    background: rgba(255, 255, 255, 0.77);
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 1em 0;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  #sucursales .main-banner__copy {
       background: rgba(251, 250, 255, 0.8);
    width: 430px;
    right: 3em;
    padding: 1em 1.9em;
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 18px;
	display: none;
  }
}
@media screen and (min-width: 1100px) {
  #sucursales .main-banner__copy {
    right: 5em;
  }
}
@media screen and (min-width: 1200px) {
  #sucursales .main-banner__copy {
    right: 8em;
	font-weight:400;
  }
}
@media screen and (min-width: 1440px) {
  #sucursales .main-banner__copy {
    right: 10em;
  }
}
#sucursales .main-banner__copy::before {
 content: '“';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
#sucursales .main-banner__copy::after {
 content: '”';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #sucursales .main-banner__copy::before, #sucursales .main-banner__copy::after {
    display: none;
  }
}
#sucursales .main-banner__copy::before {
  left: 17px;
    top: 12px;
}
#sucursales .main-banner__copy::after {
  right: 17px;
    top: 48px;
}
#sucursales .main-banner__copy span:nth-child(1) {
  color: #0D737F;
  font-weight: bold;
  position: relative;
}
#sucursales .main-banner__copy span:nth-child(2) {
  display: block;
  text-align: right;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #sucursales .main-banner__copy span:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #sucursales .main-header {
    box-shadow: 0 0 10px rgba(13, 115, 127, 0.1) inset;
  }
}
#sucursales .main-header .menu-mobile {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 719px) {
  #sucursales .main-header .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#sucursales .main-header .menu-mobile .main-logo {
  margin-top: .5em;
}
#sucursales .main-header .menu-mobile .main-nav .btn-menu {
  float: right;
  color: #ffffff;
  background: #0D737F;
  padding: 16px 6px;
  border-radius: 50%;
  margin-top: 13px;
  cursor: pointer;
  font-size: .9em;
  -webkit-transition: all .2s;
          transition: all .2s;
}
#sucursales .main-header .menu-mobile .main-nav .btn-menu:active, #sucursales .main-header .menu-mobile .main-nav .btn-menu:hover {
  -webkit-transform: scale(0.9) rotate(360deg);
      -ms-transform: scale(0.9) rotate(360deg);
          transform: scale(0.9) rotate(360deg);
}
@media screen and (max-width: 359px) {
  #sucursales .main-header .menu-mobile .main-nav .btn-menu {
    margin-top: 8px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#sucursales .main-header .menu-mobile .main-menu {
  display: none;
  background: #0D737F;
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 900;
  left: 0;
}
@media screen and (max-width: 359px) {
  #sucursales .main-header .menu-mobile .main-menu {
    top: 75px;
  }
}
#sucursales .main-header .menu-mobile .main-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sucursales .main-header .menu-mobile .main-menu__link {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#sucursales .main-header .menu-mobile .main-menu__link:hover {
  background: rgba(34, 34, 34, 0.3);
  padding-left: 2em;
}
@media screen and (max-width: 719px) {
  #sucursales .main-header .menu-desktop {
    display: none;
  }
}
#sucursales .main-header .menu-desktop .main-nav {
     background: rgba(255, 255, 255, 0);
    height: 53px;
    position: absolute;
    top: 2.3em;
    width: 100%;
    z-index: 500;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#sucursales .main-header .menu-desktop .main-nav::before {
  content: "";
    width: 100%;
    top: -.6em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line2.png);
}
/*#sucursales .main-header .menu-desktop .main-nav::after {
      content: "";
    width: 100%;
    top: 1.5em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line.png);
}*/
#sucursales .main-header .menu-desktop .main-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  z-index: 600;
}
#sucursales .main-header .menu-desktop .main-menu__item {
  padding: 0;
    position: relative;
    z-index: 100;
    height: 43px;
    line-height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#sucursales .main-header .menu-desktop .main-menu__item:nth-child(3) {
     background: #ffffff;
    padding: 1.3em 0;
    height: 110px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
}
#sucursales .main-header .menu-desktop .main-menu__item:nth-child(3) img {
  width: 90%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#sucursales .main-header .menu-desktop .main-menu__item:nth-child(3) img:hover {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
#sucursales .main-header .menu-desktop .main-menu__item:nth-child(3):hover {
  background: #ffffff;
}
#sucursales .main-header .menu-desktop .main-menu__item:hover {
  background: #0d737f;
}
#sucursales .main-header .menu-desktop .main-menu__link {
 color: #0d737f;
    text-transform: uppercase;
    font-size: 1em;
    height: 43px;
    display: block;
    line-height: 40px;
    padding: 0 1.5em;
}
#sucursales .main-header .menu-desktop .main-menu__link:hover {
  color: #fff;
}
@media screen and (max-width: 849px) {
  #sucursales .main-header .menu-desktop .main-menu__link {
    font-size: .8em;
    padding: 0 1em;
  }
}
#sucursales .main {
  height: 550px;
  width: 100%;
}
#sucursales .main .sucursales {
  position: relative;
  top: 2em;
  background: #0D737F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
  z-index: 50;
}
@media screen and (max-width: 719px) {
  #sucursales .main .sucursales {
    top: 0;
  }
}
#sucursales .main .sucursales::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -78px;
  border-top: 40px solid;
  border-left: 80px solid;
  border-right: 80px solid;
  border-bottom: 40px solid;
  border-color: #0D737F transparent transparent transparent;
  margin-left: -80px;
}
#sucursales .main .sucursales__title {
  color: #A9ECC3;
    text-align: center;
    padding-top: 1em;
    font-size: 2.2em;
    padding-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 400;
}
#sucursales .main .sucursales__description {
 margin-bottom: 1em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3em;
    font-size: 1.1em;
    font-weight: 300;
}
#sucursales .main__content #map {
  width: 100%;
  height: 511px;
  position: relative;
  margin-top:20px;
}

#contacto .main-banner {
  background: url("../img/banner6.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 300;
  width: 100%;
  height: 350px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 2em;
}
@media screen and (max-width: 719px) {
  #contacto .main-banner {
    top: 0;
    background-position: 25% 0%;
    height: 300px;
  }
}
#contacto .main-banner__copy {
  color: #86858A;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  position: absolute;
}
@media screen and (max-width: 719px) {
  #contacto .main-banner__copy {
    width: 100%;
    bottom: 0;
    padding: .5em;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    background: rgba(117, 196, 181, 0.95);
    color: #ffffff;
  }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
  #contacto .main-banner__copy {
    background: rgba(255, 255, 255, 0.77);
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 1em 0;
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  #contacto .main-banner__copy {
        background: rgba(251, 250, 255, 0.8);
    width: 430px;
    right: 3em;
    padding: 1em 1.9em;
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 18px;
	display: none;
  }
}
@media screen and (min-width: 1100px) {
  #contacto .main-banner__copy {
    right: 5em;
  }
}
@media screen and (min-width: 1200px) {
  #contacto .main-banner__copy {
    right: 8em;
	font-weight:400;
  }
}
@media screen and (min-width: 1440px) {
  #contacto .main-banner__copy {
    right: 10em;
  }
}
#contacto .main-banner__copy::before {
  content: '“';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
#contacto .main-banner__copy::after {
  content: '”';
    position: absolute;
    font-size: 2.7em;
    color: #a7eac7;
    font-family: georgia;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #contacto .main-banner__copy::before, #contacto .main-banner__copy::after {
    display: none;
  }
}
#contacto .main-banner__copy::before {
      left: 17px;
    top: 12px;
}
#contacto .main-banner__copy::after {
  right: 17px;
    top: 48px;
}
#contacto .main-banner__copy span:nth-child(1) {
  color: #0D737F;
  font-weight: bold;
  position: relative;
}
#contacto .main-banner__copy span:nth-child(2) {
  display: block;
  text-align: right;
}
@media screen and (min-width: 200px) and (max-width: 1023px) {
  #contacto .main-banner__copy span:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #contacto .main-header {
    box-shadow: 0 0 10px rgba(13, 115, 127, 0.1) inset;
  }
}
#contacto .main-header .menu-mobile {
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 719px) {
  #contacto .main-header .menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#contacto .main-header .menu-mobile .main-logo {
  margin-top: .5em;
}
#contacto .main-header .menu-mobile .main-nav .btn-menu {
  float: right;
  color: #ffffff;
  background: #0D737F;
  padding: 16px 6px;
  border-radius: 50%;
  margin-top: 13px;
  cursor: pointer;
  font-size: .9em;
  -webkit-transition: all .2s;
          transition: all .2s;
}
#contacto .main-header .menu-mobile .main-nav .btn-menu:active, #contacto .main-header .menu-mobile .main-nav .btn-menu:hover {
  -webkit-transform: scale(0.9) rotate(360deg);
      -ms-transform: scale(0.9) rotate(360deg);
          transform: scale(0.9) rotate(360deg);
}
@media screen and (max-width: 359px) {
  #contacto .main-header .menu-mobile .main-nav .btn-menu {
    margin-top: 8px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#contacto .main-header .menu-mobile .main-menu {
  display: none;
  background: #0D737F;
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 900;
  left: 0;
}
@media screen and (max-width: 359px) {
  #contacto .main-header .menu-mobile .main-menu {
    top: 75px;
  }
}
#contacto .main-header .menu-mobile .main-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#contacto .main-header .menu-mobile .main-menu__link {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all .3s;
          transition: all .3s;
}
#contacto .main-header .menu-mobile .main-menu__link:hover {
  background: rgba(34, 34, 34, 0.3);
  padding-left: 2em;
}
@media screen and (max-width: 719px) {
  #contacto .main-header .menu-desktop {
    display: none;
  }
}
#contacto .main-header .menu-desktop .main-nav {
     background: rgba(255, 255, 255, 0);
    height: 53px;
    position: absolute;
    top: 2.3em;
    width: 100%;
    z-index: 500;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#contacto .main-header .menu-desktop .main-nav::before {
  content: "";
    width: 100%;
    top: -.6em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line2.png);
}
/*#contacto .main-header .menu-desktop .main-nav::after {
      content: "";
    width: 100%;
    top: 1.5em;
    left: 0;
    font-size: 2em;
    z-index: -50;
    height: 24px;
    position: absolute;
    background: url(../img/line.png);
}*/
#contacto .main-header .menu-desktop .main-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  z-index: 600;
}
#contacto .main-header .menu-desktop .main-menu__item {
  padding: 0;
    position: relative;
    z-index: 100;
    height: 43px;
    line-height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#contacto .main-header .menu-desktop .main-menu__item:nth-child(3) {
      background: #ffffff;
    padding: 1.3em 0;
    height: 110px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-right: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
}
#contacto .main-header .menu-desktop .main-menu__item:nth-child(3) img {
  width: 90%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#contacto .main-header .menu-desktop .main-menu__item:nth-child(3) img:hover {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
#contacto .main-header .menu-desktop .main-menu__item:nth-child(3):hover {
  background: #ffffff;
}
#contacto .main-header .menu-desktop .main-menu__item:hover {
  background: #0d737f;
}
#contacto .main-header .menu-desktop .main-menu__link {
 color: #0d737f;
    text-transform: uppercase;
    font-size: 1em;
    height: 43px;
    display: block;
    line-height: 40px;
    padding: 0 1.5em;
}
#contacto .main-header .menu-desktop .main-menu__link:hover {
  color: #fff;
}
@media screen and (max-width: 849px) {
  #contacto .main-header .menu-desktop .main-menu__link {
    font-size: .8em;
    padding: 0 1em;
  }
}
#contacto .main .contacto {
  position: relative;
  top: 2em;
  background: #0D737F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 479px) {
  #contacto .main .contacto {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 719px) {
  #contacto .main .contacto {
    top: 0;
  }
}
#contacto .main .contacto::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -78px;
  border-top: 40px solid;
  border-left: 80px solid;
  border-right: 80px solid;
  border-bottom: 40px solid;
  border-color: #0D737F transparent transparent transparent;
  margin-left: -80px;
}
#contacto .main .contacto__title {
  color: #A9ECC3;
    text-align: center;
    padding-top: 1em;
    font-size: 2.2em;
    padding-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 400;
}
#contacto .main .contacto__description {
  margin-bottom: 1em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3em;
    font-size: 1.1em;
    font-weight: 300;
}
#contacto .main .contacto__btn-modal {
  position: absolute;
  bottom: .5em;
  right: 15%;
}
@media screen and (min-width: 360px) {
  #contacto .main .contacto__btn-modal {
    right: 20%;
  }
}
@media screen and (min-width: 400px) {
  #contacto .main .contacto__btn-modal {
    right: 25%;
  }
}
@media screen and (min-width: 480px) {
  #contacto .main .contacto__btn-modal {
    top: 0;
    right: 0%;
  }
}
@media screen and (min-width: 720px) {
  #contacto .main .contacto__btn-modal {
    right: 10%;
  }
}
@media screen and (min-width: 900px) {
  #contacto .main .contacto__btn-modal {
    right: 15%;
  }
}
#contacto .main .contacto__btn-modal .button {
  border: none;
  background: #99DDBE;
  color: #0D737F;
  font-size: .85em;
  text-transform: uppercase;
  font-weight:400;
}
#contacto .main .contacto__btn-modal .button:hover {
  background: #ffffff;
}
#contacto .main .contacto__btn-modal .modal {
  background: rgba(34, 34, 34, 0.7);
  color: #ffffff;
  position: fixed;
  top: -200vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50000;
  -webkit-transition: all .3s;
          transition: all .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contacto .main .contacto__btn-modal .modal__modal {
  background: #ffffff;
  padding: 3em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 480px) {
  #contacto .main .contacto__btn-modal .modal__modal {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #contacto .main .contacto__btn-modal .modal__modal {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #contacto .main .contacto__btn-modal .modal__modal {
    width: 35%;
  }
}
#contacto .main .contacto__btn-modal .modal__modal .title {
  color: #0D737F;
  letter-spacing: 1px;
  font-size: 1.4em;
  padding-bottom: .5em;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  #contacto .main .contacto__btn-modal .modal__modal .title {
    font-size: 1.2em;
  }
}
#contacto .main .contacto__btn-modal .modal__modal .description {
  line-height: 1.5;
  font-size: .95em;
}
#contacto .main .contacto__btn-modal .modal__modal ul {
  padding: 1em;
  padding-left: 0;
}
#contacto .main .contacto__btn-modal .modal__modal ul li {
  color: #0D737F;
  font-size: .95em;
}
#contacto .main .contacto__btn-modal .modal__modal #close-modal {
  display: none;
}
#contacto .main .contacto__btn-modal .modal__modal #close-modal + label {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #0D737F;
  height: 40px;
  width: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .2s;
          transition: all .2s;
  border: 2px solid #ffffff;
  font-weight: bold;
}
#contacto .main .contacto__btn-modal .modal__modal #close-modal + label:hover {
  color: #0D737F;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #0D737F;
}
@media screen and (max-width: 479px) {
  #contacto .main .contacto__btn-modal .modal__modal #close-modal + label {
    right: 20px;
    top: 5px;
  }
}
#contacto .main .contacto__btn-modal .modal__modal #show-modal:checked ~ #close-modal + label > .icono {
  display: block;
}
#contacto .main .contacto__btn-modal #show-modal {
  display: none;
}
#contacto .main .contacto__btn-modal #show-modal:checked ~ .modal {
  top: 0;
}
#contacto .main .contacto__btn-modal #close-modal:checked ~ #modal {
  top: -200vh;
}
#contacto .main .contacto__btn-modal #close-modal + label > .icono {
  display: none;
}
#contacto .main .contacto__btn-modal #close-modal:checked + label > .icono {
  display: none;
}
#contacto .main__content {
  position: relative;
  top: 7em;
}
@media screen and (max-width: 719px) {
  #contacto .main__content {
    top: 4em;
  }
}
#contacto .main__content .contacto-mendoza, #contacto .main__content .contacto-san-luis, #contacto .main__content .contacto-san-juan {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  #contacto .main__content .contacto-mendoza .image-poster, #contacto .main__content .contacto-san-luis .image-poster, #contacto .main__content .contacto-san-juan .image-poster {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#contacto .main__content .contacto-mendoza .info, #contacto .main__content .contacto-san-luis .info, #contacto .main__content .contacto-san-juan .info {
  border-width: 4px;
  border-bottom-style: double;
  border-color: #d3d3d3;
}
@media screen and (max-width: 767px) {
  #contacto .main__content .contacto-mendoza .info, #contacto .main__content .contacto-san-luis .info, #contacto .main__content .contacto-san-juan .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contacto .main__content .contacto-mendoza .info .title, #contacto .main__content .contacto-san-luis .info .title, #contacto .main__content .contacto-san-juan .info .title {
  color: #0D737F;
  font-size: 1.4em;
  position: relative;
  padding-left: 1em;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  #contacto .main__content .contacto-mendoza .info .title, #contacto .main__content .contacto-san-luis .info .title, #contacto .main__content .contacto-san-juan .info .title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  #contacto .main__content .contacto-mendoza .info .title, #contacto .main__content .contacto-san-luis .info .title, #contacto .main__content .contacto-san-juan .info .title {
    margin: .7em 0;
  }
}
#contacto .main__content .contacto-mendoza .info .title::before, #contacto .main__content .contacto-san-luis .info .title::before, #contacto .main__content .contacto-san-juan .info .title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: .7em;
  background: #0D737F;
  top: .35em;
  left: 0;
}
#contacto .main__content .contacto-mendoza .info .list, #contacto .main__content .contacto-san-luis .info .list, #contacto .main__content .contacto-san-juan .info .list {
  padding-left: 1em;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
#contacto .main__content .contacto-mendoza .info .list li, #contacto .main__content .contacto-san-luis .info .list li, #contacto .main__content .contacto-san-juan .info .list li {
  padding-bottom: .5em;
}
#contacto .main__content .contacto-mendoza .info .list li span, #contacto .main__content .contacto-san-luis .info .list li span, #contacto .main__content .contacto-san-juan .info .list li span {
  color: rgba(102, 102, 102, 0.5);
  padding-right: .6em;
}

.main-footer {
  background: #0D737F;
    padding: 2em 0 2em 0;
    position: relative;
    top: 10em;
    border-top: 10px solid #0C555C;
    margin-top: auto;
    border-bottom: solid #ffffff 3px;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 719px) {
  .main-footer {
    top: 4em;
  }
}
/*.main-footer::before {
  content: "";
  width: 100%;
  top: -.9em;
  left: 0;
  font-size: 2em;
  z-index: -50;
  height: 20px;
  position: absolute;
  background: url("../img/line2.png");
}*/
.main-footer .data-fiscal {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 700px) {
  .main-footer .data-fiscal {
    width: 30%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 849px) {
  .main-footer .data-fiscal {
    margin-top: .5em;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  .main-footer .data-fiscal  {
    padding-bottom: 1em;
  }
}
.main-footer .data-fiscal  ul li {
  color: rgba(255, 255, 255, 0.85);
  font-size: .75em;
}
.main-footer .data-fiscal  a{
  color: rgba(255, 255, 255, 1);

}
.main-footer .data-fiscal  ul li a:hover {
  color: #9cddc9;
}

/*@media screen and (min-width: 600px) {
  .main-footer .data-fiscal {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}*/
/*@media screen and (min-width: 700px) {
  .main-footer .data-fiscal {
    width: 30%;
	color: rgba(255, 255, 255, 0.85);
    font-size: 0.75em;
  }
  .main-footer .data-fiscal a {
	color: rgba(255, 255, 255, 0.85);
  }
}*/
.main-footer .info-contact {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: .5em;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .main-footer .info-contact {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 700px) {
  .main-footer .info-contact {
    width: 40%;
  }
}
@media screen and (min-width: 700px) {
  .main-footer .info-contact img {
    padding-right: .9em;
  }
}
.main-footer .info-contact span {
  color: #73c3b7;
  font-size: 1.7em;
}
.main-footer .info-copy {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 700px) {
  .main-footer .info-copy {
    width: 30%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 849px) {
  .main-footer .info-copy {
    margin-top: .5em;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  .main-footer .info-copy {
    padding-top: 1em;
  }
}
.main-footer .info-copy ul li {
  color: rgba(255, 255, 255, 0.85);
  font-size: .75em;
}
.main-footer .info-copy a{
  color: rgba(255, 255, 255, 1);

}
.main-footer .info-copy ul li a:hover {
  color: #9cddc9;
}

.button {
  position: relative;
  z-index: 100;
  display: table;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  -webkit-transition: all .3s;
          transition: all .3s;
  /*box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;*/
  text-shadow: none;
  background: #2597a4;
  box-sizing: border-box;
  border: 2px solid;
}
.button:hover {
 /* box-shadow: inset 0 0 5px white;*/
  outline-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
/* --------------------------------------------------------------------------------------------------- */
										/* FANCYBOX */
/* --------------------------------------------------------------------------------------------------- */
	
	
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.fancybox-skin {
	position: relative;
	background-color:#FFF;
	color: #444;	
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 1001;
}


.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1002;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 1003;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: url('../fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1005;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
