@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=PT+Sans+Caption:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #888;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden; }

.wrapper {
  padding-top: 80px; }

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 10px 20px;
  background-color: #2DA9DF;
  border: #2DA9DF 1px solid;
  outline: none; }
.btn:hover {
  color: #2DA9DF;
  background-color: #fff; }
.btn.verde {
  background-color: #96C93D;
  border: #96C93D 1px solid; }
.btn.verde:hover {
  color: #96C93D;
  background-color: #fff;
  border: #96C93D 1px solid; }
.btn.bcoAzul {
  color: #2DA9DF;
  background-color: #fff; }
.btn.bcoAzul:hover {
  color: #fff;
  background-color: #2DA9DF;
  border: #fff 1px solid; }
.btn.bcoVerde {
  color: #96C93D;
  background-color: #fff;
  border: #96C93D 1px solid; }
.btn.bcoVerde:hover {
  color: #fff;
  background-color: #96C93D;
  border: #fff 1px solid; }
.btn.transBco {
  color: #fff;
  background-color: transparent;
  border: #6e6d6c 1px solid; }
.btn.transBco:hover {
  background-color: #ababaa;
  border: #000 1px solid; }

.textLink {
  color: #2DA9DF; }
.textLink:hover {
  text-decoration: underline; }

p {
  line-height: 1.4; }

ul li {
  line-height: 1.4; }
ul.dotted {
  list-style: none; }
ul.dotted li {
  text-align: left;
  position: relative;
  padding-left: 15px; }
ul.dotted li:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  left: 0;
  top: 6px; }

strong {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  line-height: 1.4; }

h1, .h1 {
  font-size: 44px;
  font-size: 2.75rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 2rem; }

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

img {
  display: block; }

section {
  padding: 60px 0;
  background-color: #fff; }
section.gray {
  background-color: #F4F5F7; }
section.colered {
  color: #fff; }
section.colered.azul {
  background-color: #2DA9DF; }

.sectionTitle h1 + p, .sectionTitle h2 + p, .sectionTitle h3 + p {
  margin-top: 15px; }
.sectionTitle.center {
  text-align: center; }
.sectionTitle + .sect2Cols, .sectionTitle + .sect3Cols, .sectionTitle + .faqsSect {
  margin-top: 40px; }

.sectSimpleText {
  margin: 20px 0;
  padding: 0 20px; }
.sectSimpleText p + p {
  margin-top: 20px; }

.accMod {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 1px 0 2px rgba(136, 136, 136, 0.5);
  box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  width: 100%;
  background-color: #F4F5F7; }
.accMod dt {
  position: relative;
  padding: 15px 50px 15px 20px;
  cursor: pointer; }
.accMod dt:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 16px;
  color: #2DA9DF; }
.accMod dd {
  padding: 0 20px 20px;
  display: none; }
.accMod dd p + p, .accMod dd p + ul, .accMod dd p + ol, .accMod dd ul + p, .accMod dd ul + ul, .accMod dd ul + ol, .accMod dd ol + p, .accMod dd ol + ul, .accMod dd ol + ol {
  margin-top: 10px; }
.accMod.show {
  background-color: #fff; }
.accMod.show dt:after {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.accMod + .accMod {
  margin-top: 30px; }

.bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 10px 10px;
  border: #DDD 1px solid;
  background: #fff; }

textarea {
  min-height: 150px; }

fieldset {
  margin-bottom: 20px; }
fieldset label {
  color: #444; }
fieldset label + input[type="text"], fieldset label + input[type="password"], fieldset label + input[type="email"], fieldset label + textarea {
  margin-top: 10px; }

span.error, label.error {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888; }

.form-loader-w {
  margin-top: 10px;
  display: none; }
.form-loader-w img {
  width: 100%;
  height: auto;
  max-width: 40px;
  margin: 0 auto;
  display: table; }

.msg {
  display: none;
  width: 100%;
  margin-top: 20px;
  text-align: center; }

.simpleCB {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
.simpleCB label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 5px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

header {
  -webkit-box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.25);
  -o-box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.25);
  -ms-box-shadow: 0 2px 0 4px rgba(102, 102, 102, 0.25);
  box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.25);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #F4F5F7;
  z-index: 10; }
header .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
  position: relative; }
header .container nav {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px; }
header .container nav ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end; }
header .container nav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  display: block;
  height: 80px;
  padding: 32px 15px; }
header .container nav ul li a:hover {
  color: #fff;
  background-color: #888; }
header .container nav ul li a.aLight {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  height: auto;
  padding: 20px 25px;
  background-color: #2DA9DF;
  margin-top: 10px;
  margin-left: 10px; }
header .container nav ul li a.vLight {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  height: auto;
  padding: 20px 25px;
  background-color: #96C93D;
  margin-top: 10px;
  margin-left: 10px; }
header .container nav ul li.current a {
  color: #fff;
  background-color: #888; }
header .container nav ul li.current a.aLight {
  background-color: #2DA9DF; }
header .container nav ul li.current a.vLight {
  background-color: #96C93D; }
header .container .hamburguer {
  display: none; }

footer .footerTop {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
  background-color: #F4F5F7; }
footer .footerTop .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
footer .footerTop .container .fTopSocial {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 20px; }
footer .footerTop .container .fTopSocial li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2); }
footer .footerTop .container .fTopSocial li a i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
footer .footerTop .container .fTopSocial li a:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
footer .footerTop .container .fTopSocial li a.facebook:hover {
  background-color: #3b5999; }
footer .footerTop .container .fTopSocial li a.linkedin:hover {
  background-color: #036dc0; }
footer .footerTop .container .fTopSocial li a.twitter:hover {
  background-color: #00acee; }
footer .footerTop .container .fTopSocial li + li {
  margin-left: 10px; }
footer .footerTop .container .footerFlexCont {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%; }
footer .footerTop .container .footerTopCol .adressBox {
  text-align: center;
  padding: 0 20px; }
footer .footerBottom {
  background-color: #fff;
  padding: 20px 0; }
footer .footerBottom .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
footer .footerBottom p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #2DA9DF; }
footer .footerBottom a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #2DA9DF;
  display: block; }
footer .footerBottom a:hover {
  text-decoration: underline; }

.mainDL {
  position: relative;
  padding: 0; }
.mainDL .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  position: relative; }
.mainDL .container .mainDLText {
  width: calc(100% - 460px);
  margin-top: 150px; }
.mainDL .container .mainDLText .logo {
  margin-bottom: 10px; }
.mainDL .container .mainDLText h1, .mainDL .container .mainDLText h2 {
  margin-bottom: 20px; }
.mainDL .container .mainDLText p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #444; }
.mainDL .container .mainDLText p + p, .mainDL .container .mainDLText p + a {
  margin-top: 20px; }
.mainDL .container .mainDLText a {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block; }
.mainDL .container .mainDLForm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 2px 0 4px rgba(136, 136, 136, 0.5);
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  width: 440px;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #fff; }
.mainDL .container .mainDLForm .mainDLFormIntro {
  margin-bottom: 20px; }
.mainDL .container .mainDLForm .mainDLFormIntro p {
  color: #666; }
.mainDL .container .mainDLForm .btnForm {
  width: 100%; }
.mainDL .container .mainDLForm .btnForm [class*="btn"] {
  max-width: initial; }

.sect2Cols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
.sect2Cols .box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  padding: 20px; }
.sect2Cols .box .boxIcon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto; }
.sect2Cols .box .boxIcon.verde {
  background-color: #96C93D; }
.sect2Cols .box .boxIcon.rojo {
  background-color: #EF3D26; }
.sect2Cols .box .boxIcon.azul {
  background-color: #2DA9DF; }
.sect2Cols .box .boxIcon.morado {
  background-color: #B20DEA; }
.sect2Cols .box .boxIcon i {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff; }
.sect2Cols .box .boxIcon + h1, .sect2Cols .box .boxIcon + h2, .sect2Cols .box .boxIcon + h3, .sect2Cols .box .boxIcon + h4, .sect2Cols .box .boxIcon + p {
  margin-top: 30px; }
.sect2Cols .box.wBorder {
  width: calc(50% - 40px);
  background-color: #fff;
  margin: 20px;
  padding: 30px;
  border: 1px solid; }
.sect2Cols .box.wBorder.verde {
  border-color: #96C93D; }
.sect2Cols .box.wBorder.verde ul.dotted li:after {
  color: #96C93D; }
.sect2Cols .box.wBorder.rojo {
  border-color: #EF3D26; }
.sect2Cols .box.wBorder.rojo ul.dotted li:after {
  color: #EF3D26; }
.sect2Cols .box.wBorder.azul {
  border-color: #2DA9DF; }
.sect2Cols .box.wBorder.azul ul.dotted li:after {
  color: #2DA9DF; }
.sect2Cols .box.wBorder.morado {
  border-color: #B20DEA; }
.sect2Cols .box.wBorder.morado ul.dotted li:after {
  color: #B20DEA; }
.sect2Cols .box.wBorder.amarillo {
  border-color: #FAB31E; }
.sect2Cols .box.wBorder.amarillo ul.dotted li:after {
  color: #FAB31E; }
.sect2Cols .box h1 + p, .sect2Cols .box h2 + p, .sect2Cols .box h3 + p, .sect2Cols .box h4 + p, .sect2Cols .box p + p {
  margin-top: 20px; }

.sect3Cols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
.sect3Cols .box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 33.33%;
  padding: 20px;
  display: block; }
.sect3Cols .box:hover .boxIcon {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #9D9D9D !important; }
.sect3Cols .box h1 + p, .sect3Cols .box h2 + p, .sect3Cols .box h3 + p, .sect3Cols .box h4 + p {
  margin-top: 20px; }
.sect3Cols .box .boxIcon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto; }
.sect3Cols .box .boxIcon.verde {
  background-color: #96C93D; }
.sect3Cols .box .boxIcon.rojo {
  background-color: #EF3D26; }
.sect3Cols .box .boxIcon.azul {
  background-color: #2DA9DF; }
.sect3Cols .box .boxIcon.morado {
  background-color: #B20DEA; }
.sect3Cols .box .boxIcon.amarillo {
  background-color: #FAB31E; }
.sect3Cols .box .boxIcon i {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff; }
.sect3Cols .box .boxIcon + h1, .sect3Cols .box .boxIcon + h2, .sect3Cols .box .boxIcon + h3, .sect3Cols .box .boxIcon + h4, .sect3Cols .box .boxIcon + p {
  margin-top: 30px; }
.sect3Cols .box.wShadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 2px 0 4px rgba(136, 136, 136, 0.5);
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  width: calc(33.33% - 40px);
  background-color: #fff;
  padding: 30px;
  margin: 20px; }
.sect3Cols .box.wBorder {
  width: calc(33.33% - 40px);
  background-color: #fff;
  margin: 20px;
  padding: 30px;
  border: 1px solid; }
.sect3Cols .box.wBorder.verde {
  border-color: #96C93D; }
.sect3Cols .box.wBorder.verde ul.dotted li:after {
  color: #96C93D; }
.sect3Cols .box.wBorder.rojo {
  border-color: #EF3D26; }
.sect3Cols .box.wBorder.rojo ul.dotted li:after {
  color: #EF3D26; }
.sect3Cols .box.wBorder.azul {
  border-color: #2DA9DF; }
.sect3Cols .box.wBorder.azul ul.dotted li:after {
  color: #2DA9DF; }
.sect3Cols .box.wBorder.morado {
  border-color: #B20DEA; }
.sect3Cols .box.wBorder.morado ul.dotted li:after {
  color: #B20DEA; }
.sect3Cols .box.wBorder.amarillo {
  border-color: #FAB31E; }
.sect3Cols .box.wBorder.amarillo ul.dotted li:after {
  color: #FAB31E; }
.sect3Cols .box h1 + p, .sect3Cols .box h1 + ul, .sect3Cols .box h2 + p, .sect3Cols .box h2 + ul, .sect3Cols .box h3 + p, .sect3Cols .box h3 + ul, .sect3Cols .box h4 + p, .sect3Cols .box h4 + ul, .sect3Cols .box p + p, .sect3Cols .box p + ul, .sect3Cols .box ul + p, .sect3Cols .box ul + ul {
  margin-top: 20px; }

.sectColor {
  color: #fff; }
.sectColor h1, .sectColor h2, .sectColor h3, .sectColor h4, .sectColor h5, .sectColor h6 {
  color: #fff; }
.sectColor h1 + p, .sectColor h2 + p, .sectColor h3 + p, .sectColor h4 + p, .sectColor h5 + p, .sectColor h6 + p {
  margin-top: 10px; }
.sectColor p {
  font-size: 20px;
  font-size: 1.25rem; }
.sectColor p + [class*="btn"] {
  margin-top: 20px; }
.sectColor.azul {
  background-color: #2DA9DF; }
.sectColor.verde {
  background-color: #96C93D; }
.sectColor.rojo {
  background-color: #EF3D26; }
.sectColor.morado {
  background-color: #B20DEA; }
.sectColor.center {
  text-align: center; }

.faqsSect {
  padding-top: 20px; }

.middleCols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
.middleCols .mColWrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%; }
.middleCols .mColWrap h1 + p, .middleCols .mColWrap h2 + p, .middleCols .mColWrap h3 + p {
  margin-top: 20px; }
.middleCols .mColWrap p + p, .middleCols .mColWrap p + ul, .middleCols .mColWrap p + ol, .middleCols .mColWrap ul + p, .middleCols .mColWrap ul + ul, .middleCols .mColWrap ul + ol, .middleCols .mColWrap ol + p, .middleCols .mColWrap ol + ul, .middleCols .mColWrap ol + ol {
  margin-top: 20px; }
.middleCols .mColWrap.wImg {
  padding: 0 20px; }
.middleCols .mColWrap.wImg img {
  width: 100%;
  height: auto; }
.middleCols .mColWrap .percentBars .pBar h4 {
  font-size: 20px;
  font-size: 1.25rem; }
.middleCols .mColWrap .percentBars .pBar .pBarWrap {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 20px; }
.middleCols .mColWrap .percentBars .pBar .pBarWrap.azul {
  background-color: #2DA9DF; }
.middleCols .mColWrap .percentBars .pBar .pBarWrap.verde {
  background-color: #96C93D; }
.middleCols .mColWrap .percentBars .pBar .pBarWrap.rojo {
  background-color: #EF3D26; }
.middleCols .mColWrap .percentBars .pBar .pBarWrap.morado {
  background-color: #B20DEA; }
.middleCols .mColWrap .percentBars .pBar .pBarWrap.amarillo {
  background-color: #FAB31E; }
.middleCols .mColWrap .percentBars .pBar + .pBar {
  margin-top: 20px; }
.middleCols .mColWrap .percentBars .pBar.animated .pBarWrap {
  width: 0; }
.middleCols.equal {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px; }
.middleCols.equal .mColWrap {
  padding: 0 15px; }

.quarterCols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
.quarterCols.invert .qColBig {
  padding-right: 0;
  padding-left: 40px; }
.quarterCols .qColBig {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 400px);
  padding-right: 40px; }
.quarterCols .qColBig h1 + p, .quarterCols .qColBig h2 + p, .quarterCols .qColBig h3 + p {
  margin-top: 20px; }
.quarterCols .qColBig p + p, .quarterCols .qColBig p + ul, .quarterCols .qColBig p + ol, .quarterCols .qColBig ul + p, .quarterCols .qColBig ul + ul, .quarterCols .qColBig ul + ol, .quarterCols .qColBig ol + p, .quarterCols .qColBig ol + ul, .quarterCols .qColBig ol + ol {
  margin-top: 20px; }
.quarterCols .qColSmall {
  width: 400px; }
.quarterCols .qColSmall img {
  margin: 0 auto;
  display: table; }

.homeSlider {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 0 !important; }
.homeSlider .homeSld {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  width: 100%;
  height: calc(100vh - 80px); }
.homeSlider .homeSld .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.homeSlider .homeSld .bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }
.homeSlider .homeSld .bgImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }
.homeSlider .homeSld .container {
  position: relative; }
.homeSlider .homeSld .homeSldFirstTitle {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
.homeSlider .homeSld .homeSldFirstTitle h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 20px; }
.homeSlider .homeSld .homeSldFirstTitle h2 strong {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px); }
.homeSlider .homeSld .homeSldFirstTitle img {
  width: 100%;
  max-width: 590px;
  height: auto;
  object-fit: contain; }
.homeSlider .homeSld .homeSldFirtsList {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px; }
.homeSlider .homeSld .homeSldFirtsList li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px; }
.homeSlider .homeSld .homeSldFirtsList li + li {
  border-left: #fff 1px solid; }
.homeSlider .homeSld [class*="btn"] {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 170px;
  margin: 40px auto 0;
  display: table; }
.homeSlider .homeSld .homeSldSecondTitle h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1; }
.homeSlider .homeSld .homeSldSecondTitle p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px; }
.homeSlider .homeSld.slick-active .homeSldFirstTitle h2 {
  animation: fadeInDown 1s both 0.5s; }
.homeSlider .homeSld.slick-active .homeSldFirstTitle img {
  animation: fadeInUp 1s both 0.75s; }
.homeSlider .homeSld.slick-active .homeSldFirtsList {
  animation: fadeInUp 1s both 1s; }
.homeSlider .homeSld.slick-active [class*="btn"] {
  animation: fadeInUp 1s both 1.25s; }
.homeSlider .homeSld.slick-active .homeSldSecondTitle h2 {
  animation: fadeInDown 1s both 0.5s; }
.homeSlider .homeSld.slick-active .homeSldSecondTitle p {
  animation: fadeInUp 1s both 0.75s; }
.homeSlider:hover .slick-prev {
  left: 30px; }
.homeSlider:hover .slick-next {
  right: 30px; }
.homeSlider .slick-arrow {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: #fff 1px solid;
  z-index: 1; }
.homeSlider .slick-arrow:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-size: 0.875rem; }
.homeSlider .slick-arrow:hover {
  background-color: #ABABAB;
  border-color: transparent; }
.homeSlider .slick-prev {
  left: -50px; }
.homeSlider .slick-prev:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeSlider .slick-next {
  right: -50px; }
.homeSlider .slick-next:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeSlider .slick-dots {
  bottom: 30px; }
.homeSlider .slick-dots li button:before {
  opacity: 0.5;
  color: #fff; }
.homeSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff; }

.logoGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  max-width: 1160px;
  margin: 30px auto -10px; }
.logoGrid .logoCardWrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 232px;
  padding: 10px; }
.logoGrid .logoCardWrap .logoCardBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 1px 0 2px rgba(136, 136, 136, 0.5);
  box-shadow: 0 1px 2px 0 rgba(136, 136, 136, 0.5);
  position: relative;
  height: 212px;
  width: 212px;
  background-color: #fff; }
.logoGrid .logoCardWrap .logoCardBox img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.logoGrid .logoCardWrap .logoCardBox:hover {
  -webkit-box-shadow: 0 2px 6px 0 #888888;
  -moz-box-shadow: 0 2px 6px 0 #888888;
  -o-box-shadow: 0 2px 6px 0 #888888;
  -ms-box-shadow: 0 2px 0 6px #888888;
  box-shadow: 0 2px 6px 0 #888888; }

.iconConuterWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -20px 0; }
.iconConuterWrap .iconCounter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 20px;
  text-align: center; }
.iconConuterWrap .iconCounter i {
  font-size: 48px;
  font-size: 3rem; }
.iconConuterWrap .iconCounter i + .big {
  margin-top: 10px; }
.iconConuterWrap .iconCounter .big {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  display: block; }
.iconConuterWrap .iconCounter .big + p {
  margin-top: 10px; }
.iconConuterWrap .iconCounter p {
  font-size: 20px;
  font-size: 1.25rem; }

.contactForm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 2px 0 4px rgba(136, 136, 136, 0.5);
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
  text-align: left;
  width: 100%;
  padding: 30px;
  background-color: #fff; }
.contactForm .contactFormIntro {
  margin-bottom: 20px; }
.contactForm .contactFormIntro h3 {
  font-weight: 700; }
.contactForm .contactFormIntro p {
  color: #666; }
.contactForm .btnForm {
  width: 100%; }
.contactForm .btnForm [class*="btn"] {
  max-width: initial; }

@media only screen and (max-width: 1200px) {
  .logoGrid {
    max-width: 928px; } }
@media only screen and (max-width: 960px) {
  header .container .logo img {
    width: 140px;
    height: 47px;
    object-fit: contain; }
  header .container nav ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 33px 10px; }

  .mainDL {
    padding: 40px 0; }
  .mainDL .bgImg.wso {
    max-height: 500px; }
  .mainDL .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .mainDL .container .mainDLText {
    width: 100%;
    margin-top: 0; }
  .mainDL .container .mainDLText .logo {
    max-width: 120px; }
  .mainDL .container .mainDLText + .mainDLForm {
    margin-top: 40px; }
  .mainDL .container .mainDLForm {
    width: 100%;
    margin-bottom: 0; }

  .homeSlider .homeSld {
    height: calc(100vh - 50px); }
  .homeSlider .homeSld .homeSldFirstTitle {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }

  .logoGrid {
    max-width: 696px; }

  .iconConuterWrap .iconCounter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; } }
@media only screen and (max-width: 760px) {
  h1, .h1 {
    font-size: 38px;
    font-size: 2.375rem; }

  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem; }

  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem; }

  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem; }

  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem; }

  h6, .h6 {
    font-size: 16px;
    font-size: 1rem; }

  p {
    font-size: 14px;
    font-size: 0.875rem; }

  ul li {
    font-size: 14px;
    font-size: 0.875rem; }

  section {
    padding: 40px 0; }

  .sectionTitle h1 + p, .sectionTitle h2 + p, .sectionTitle h3 + p {
    margin-top: 20px; }

  .wrapper {
    padding-top: 50px; }

  .accMod dt h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .accMod + .accMod {
    margin-top: 20px; }

  header {
    height: 50px; }
  header .container .logo img {
    width: 120px;
    height: 40px; }
  header .container nav {
    position: absolute;
    left: 0;
    top: 49px;
    width: 100%;
    max-height: 0;
    padding-left: 0;
    background-color: #F4F5F7;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  header .container nav.show {
    display: block;
    max-height: 260px; }
  header .container nav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    padding: 10px 0; }
  header .container nav ul li {
    width: 100%; }
  header .container nav ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    height: auto;
    padding: 10px 15px; }
  header .container nav ul li a.aLight {
    width: calc(100% - 20px);
    height: auto;
    margin-top: 0;
    padding: 10px 15px; }
  header .container nav ul li a.vLight {
    width: calc(100% - 20px);
    height: auto;
    margin-top: 0;
    padding: 10px 15px; }
  header .container .hamburguer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: block;
    border: #666 1px solid;
    position: relative;
    width: 44px;
    height: 34px;
    cursor: pointer; }
  header .container .hamburguer span {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 22px;
    height: 2px;
    display: block;
    background-color: #666; }
  header .container .hamburguer span + span {
    margin-top: 4px; }

  footer .footerTop .container .fTopSocial li a {
    font-size: 14px;
    font-size: 0.875rem;
    width: 30px;
    height: 30px; }
  footer .footerTop .container .footerFlexCont {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  footer .footerTop .container .footerTopCol .adressBox {
    padding: 0; }
  footer .footerTop .container .footerTopCol + .footerTopCol {
    margin-top: 20px; }
  footer .footerBottom p {
    text-align: center; }

  .sect2Cols .box {
    width: 100%;
    padding: 0; }
  .sect2Cols .box + .box {
    margin-top: 40px; }
  .sect2Cols .box .boxIcon {
    width: 70px;
    height: 70px; }
  .sect2Cols .box .boxIcon i {
    font-size: 28px;
    font-size: 1.75rem; }
  .sect2Cols .box .boxIcon + h1, .sect2Cols .box .boxIcon + h2, .sect2Cols .box .boxIcon + h3, .sect2Cols .box .boxIcon + h4, .sect2Cols .box .boxIcon + p {
    margin-top: 20px; }
  .sect2Cols .box.wBorder {
    width: 100%;
    margin: 0; }
  .sect2Cols .box.wBorder + .wBorder {
    margin-top: 40px; }
  .sect2Cols .box h1 + p, .sect2Cols .box h2 + p, .sect2Cols .box h3 + p, .sect2Cols .box h4 + p {
    margin-top: 15px; }

  .sect3Cols .box {
    width: 100%;
    padding: 0; }
  .sect3Cols .box + .box {
    margin-top: 40px; }
  .sect3Cols .box .boxIcon {
    width: 70px;
    height: 70px; }
  .sect3Cols .box .boxIcon i {
    font-size: 28px;
    font-size: 1.75rem; }
  .sect3Cols .box .boxIcon + h1, .sect3Cols .box .boxIcon + h2, .sect3Cols .box .boxIcon + h3, .sect3Cols .box .boxIcon + h4, .sect3Cols .box .boxIcon + p {
    margin-top: 20px; }
  .sect3Cols .box.wBorder {
    width: 100%;
    margin: 0; }
  .sect3Cols .box.wBorder + .wBorder {
    margin-top: 40px; }
  .sect3Cols .box.wShadow {
    width: 100%;
    margin: 0; }
  .sect3Cols .box.wShadow + .wShadow {
    margin-top: 40px; }
  .sect3Cols .box h1 + p, .sect3Cols .box h2 + p, .sect3Cols .box h3 + p, .sect3Cols .box h4 + p {
    margin-top: 15px; }

  .sectColor p {
    font-size: 16px;
    font-size: 1rem; }

  .faqsSect {
    padding-top: 0; }

  .middleCols .mColWrap {
    width: 100%; }
  .middleCols .mColWrap + .mColWrap {
    margin-top: 20px; }
  .middleCols.equal {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .middleCols.equal .mColWrap {
    padding: 0; }

  .quarterCols.invert .qColBig {
    padding-left: 0; }
  .quarterCols .qColBig {
    width: 100%;
    padding-right: 0; }
  .quarterCols .qColBig + .qColSmall {
    margin-top: 20px; }
  .quarterCols .qColSmall {
    width: 100%; }
  .quarterCols .qColSmall + .qColBig {
    margin-top: 20px; }

  .logoGrid {
    max-width: 464px; } }
@media only screen and (max-width: 640px) {
  .homeSlider .homeSld .homeSldFirstTitle h2 {
    font-size: 32px;
    font-size: 2rem; }
  .homeSlider .homeSld .homeSldFirstTitle img {
    max-width: 380px; }
  .homeSlider .homeSld .homeSldFirtsList li {
    font-size: 12px;
    font-size: 0.75rem; }
  .homeSlider .homeSld .homeSldSecondTitle h2 {
    font-size: 32px;
    font-size: 2rem; }

  .iconConuterWrap .iconCounter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px; }

  .footerBottom .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .footerBottom p + a {
    margin-top: 10px; } }
@media only screen and (max-width: 520px) {
  .logoGrid {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; } }
