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

 a,
 a:active,
 a:focus {
     outline: none !important;
     /*-moz-outline-style: none !important;*/

     text-decoration: none;
     font-family: 'Lato', sans-serif;
     color: #00ccc7;
 }

 * {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
     -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }

 p {
     text-align: justify;
 }

 .bordered {
     border-collapse: collapse;
     width: 100%;
     color: #333;
 }

 .bordered tr td {
     text-align: left;
     padding: 8px;
     border: 1px solid #00AEA9;
     /*#191497*/
     ;
 }

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

 html,
 .root {
     font-size: 16px;
     line-height: 24px;
 }

 body,
 .article {
     font-family: 'Lato', sans-serif;
     font-size: 1em;
     line-height: 1.5em;
     margin: auto;
 }

 h1,
 .h1 {
     font-size: 3em;
     line-height: 1.05882353em;
     margin-top: 0.35294118em;
     margin-bottom: 0.70588236em;
 }

 h2,
 .h2 {
     font-size: 2em;
     line-height: 1.14285714em;
     margin-top: 0.57142857em;
     margin-bottom: 0.57142857em;
 }

 h3,
 .h3 {
     font-size: 1.5em;
     line-height: 36px;
     margin-top: 1em;
     margin-bottom: 0em;
 }

 h4,
 .h4 {
     font-size: 1em;
     line-height: 1.5em;
     margin-bottom: 0em;
 }

 h5,
 .h5 {
     font-size: 1em;
     line-height: 1.5em;
     margin-bottom: 0em;
 }

 ul,
 ol,
 pre,
 table,
 blockquote {
     margin-top: 0em;
     margin-bottom: 1.5em;
 }

 ul ul,
 ol ol,
 ul ol,
 ol ul {
     margin-top: 0em;
     margin-bottom: 0em;
 }

 hr,
 .hr {
     border: 1px solid;
     margin: -1px 0;
 }

 a,
 b,
 i,
 strong,
 em,
 small,
 code {
     line-height: 0;
 }

 sub,
 sup {
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sup {
     top: -0.5em;
 }

 sub {
     bottom: -0.25em;
 }

 body {
     margin: 0 auto;
     padding: 0px;
 }

 ol,
 ul {
     list-style: none;
 }

 blockquote,
 q {
     quotes: none;
 }

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

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

 html {
     font-size: 1em;
     -webkit-text-size-adjust: 1em;
     -ms-text-size-adjust: 1em;
 }

 body,
 html {
     margin: 0 auto;
     padding: 0px;
     overflow-x: hidden;
 }

 section,
 header,
 footer {
     min-height: auto;
 }

 nav {
     min-height: 96px;
 }

 *,
 ::before,
 ::after {
     box-sizing: border-box;
 }

 .container {
     margin-left: auto;
     margin-right: auto;
 }

 .row {
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     align-content: stretch;
     flex-basis: 1;
 }

 .col {
     flex-grow: 1;
     flex-basis: 100%;
     padding-left: 1rem;
     padding-right: 1rem;
 }

 /*.col {
     background: rgba(152, 214, 245, 0.5);
 }*/

 .col span {
     display: flex;
     text-align: center;
     align-items: stretch;
     align-content: stretch;
     min-height: 60px;
     background: rgba(255, 255, 255, 0.5);
 }

 .col span p {
     text-align: left;
     align-items: stretch;
     align-content: stretch;
     justify-content: flex-start;
     margin: 24px;
 }

 .rowfixed {
     padding: 0 calc(100%/12);
 }

 .-centrado {
     justify-content: center;
 }

 .span-2 {
     margin-left: calc(100%/3);
 }

 .span-1 {
     margin-left: calc(100%/2);
 }

 .square-1 {
     height: 0;
     padding-bottom: calc(100%/8);
 }

 .square-2 {
     height: 0;
     padding-bottom: calc(100%/7);
 }

 .square-3 {
     height: 0;
     padding-bottom: calc(100%/6);
 }

 .square-4 {
     height: 0;
     padding-bottom: calc(100%/5);
 }

 .square-5 {
     height: 0;
     padding-bottom: 360px;
 }

 .square-6 {
     height: 0;
     padding-bottom: calc(100%/3);
 }

 .square-7 {
     height: 0;
     padding-bottom: calc(100%/2);
 }

 .square-8 {
     height: 0;
     padding-bottom: calc(100%/1);
 }

 .swiper-container {
     height: 528px;
     width: 100vw;
 }

 @media (min-width: 75em) {
     ._25 {
         flex: 2.5;
     }

     ._75 {
         flex: 7.5;
     }

     ._20 {
         flex: 2;
     }

     ._50 {
         flex: 5;
     }

     ._33 {
         flex: 3.33;
     }

     ._66 {
         flex: 6.66;
     }
 }

 @media (min-width: 0) {
     .row .col-1 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-2 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-3 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-4 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-5 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-6 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-7 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-8 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .square {
         flex-basis: 50%;
         max-width: 50%;
         height: 0;
         padding-bottom: calc(100%/2);
     }

     .gd {
         display: none !important;
     }

     .ch {
         display: block !important;
     }

     .rowfixed {
         padding: 0;
     }
 }

 @media screen and (max-width:600px) {
     ._25 {
         width: 100%;
     }

     ._75 {
         width: 100%;
     }
 }

 @media (min-width: 34em) {
     .row .col-1 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-2 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-3 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-4 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-5 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-6 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-7 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-8 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .square {
         flex-basis: 33.333%;
         max-width: 33.333%;
         height: 0;
         padding-bottom: calc(100%/3);
     }

     .gd {
         display: none;
     }

     .ch {
         display: block !important;
     }
 }

 @media (min-width: 48.063em) {
     .col-6 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .col-2 {
         flex-basis: 33.33333%;
         max-width: 33.33333%;
     }

     .col-3 {
         flex-basis: 50%;
         max-width: 50%;
         display: flex;
         flex-wrap: wrap;
         align-items: stretch;
         align-content: stretch;
     }

     .col-4 {
         flex-basis: 25%;
         max-width: 25%;
     }

     .col-5 {
         flex-basis: 20%;
         max-width: 20%;
     }

     .col-1 {
         flex-basis: 16.66667%;
         max-width: 16.66667%;
     }

     .col-7 {
         flex-basis: 14.28571%;
         max-width: 14.28571%;
     }

     .col-8 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .square {
         flex-basis: 25%;
         max-width: 25%;
         height: 0;
         padding-bottom: calc(100%/4);
     }

     .gd {
         display: none !important;
     }

     .ch {
         display: block !important;
     }
 }

 @media (min-width: 62em) {
     .row .col-6 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-3 {
         flex-basis: 50%;
         max-width: 50%;
     }

     .row .col-2 {
         flex-basis: 33.33333%;
         max-width: 33.33333%;
     }

     .row .col-4 {
         flex-basis: 66, 666666667% !important;
         max-width: 66, 666666667% !important;
     }

     .row .col-5 {
         flex-basis: 83, 333333333%;
         max-width: 83, 333333333%;
     }

     .row .col-1 {
         flex-basis: 16.66667%;
         max-width: 16.66667%;
     }

     .row .col-7 {
         flex-basis: 14.28571%;
         max-width: 14.28571%;
     }

     .row .col-81 {
         flex-basis: 12.5%;
         max-width: 12.5%;
     }

     .square {
         flex-basis: 16.66667%;
         max-width: 16.66667%;
         height: 0;
         padding-bottom: calc(100%/6);
     }

     .rowfixed {
         padding: 0 calc(100%/12);
     }

     .card_notibox {
         padding-right: 0px !important;
     }

     .card_notibox:first-child {
         padding-left: 0px !important;
     }

     .card_notibox:last-child {
         padding-right: 0px !important;
     }
 }

 @media (min-width: 75em) {
     .row .col-6 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .row .col-3 {
         flex-basis: 50%;
         max-width: 50%;
     }

     .row .col-2 {
         flex-basis: 33.33333%;
         max-width: 33.33333%;
     }

     .row .col-4 {
         flex-basis: 66, 666666667%;
         max-width: 66, 666666667%;
     }

     .row .col-5 {
         flex-basis: 83, 333333333%;
         max-width: 83, 333333333%;
     }

     .row .col-1 {
         flex-basis: 16.66667%;
         max-width: 16.66667%;
     }

     .row .col-7 {
         flex-basis: 14.28571%;
         max-width: 14.28571%;
     }

     .row .col-81 {
         flex-basis: 12.5%;
         max-width: 12.5%;
     }

     .row .col-82 {
         flex-basis: 25%;
         max-width: 25%;
     }

     .row .col-83 {
         flex-basis: 37.5%;
         max-width: 37.5%;
     }

     .row .col-84 {
         flex-basis: 50%;
         max-width: 50%;
     }

     .row .col-85 {
         flex-basis: 62.5%;
         max-width: 62.5%;
     }

     .row .col-86 {
         flex-basis: 75%;
         max-width: 75%;
     }

     .row .col-87 {
         flex-basis: 87.5%;
         max-width: 87.5%;
     }

     .row .col-88 {
         flex-basis: 100%;
         max-width: 100%;
     }

     .square {
         height: 0;
         padding-bottom: calc(100%/6);
     }

     .ch {
         display: none !important;
     }

     .gd {
         display: block !important;
     }

     .rowfixed {
         padding: 0 calc(100%/12);
     }
 }

 #facebook .svg ._909e {
     display: none !important;
 }