










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; }


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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1; }


*:focus {
  outline: 0; }

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

b {
  font-weight: bold; }

body {
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none;
  color: #34d2ff; }
  a:hover {
    text-decoration: underline; }

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

p {
  font-size: 16px;
  font-weight: 300; }
  p a {
    font-weight: bold; }
    
ul {
  font-size: 16px;
  font-weight: 300; 
  list-style-type: disc;
  color: #919191;
  }

li {
  font-size: 16px;
  font-weight: 300; 
  line-height: 23px;
  color: #919191;
  text-align: left;
  }



strong {
  font-weight: bold; 
  color: #605f5f;
  }


body {
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 62px auto auto;
  grid-template-rows: 62px auto auto;
  min-width: 240px;
  font-family: "Roboto", sans-serif; }


section {
  width: 100%; }

.wrap {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .wrap {
      width: 960px; } }
  @media only screen and (max-width: 960px) {
    .wrap {
      width: 768px; } }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 98%; } }
  @media only screen and (max-width: 480px) {
    .wrap {
      width: 100%; } }


header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 0;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 0;
  grid-column: 1 / 1; }

.main {
  -ms-grid-row: 2;
  -ms-grid-row-span: 0;
  grid-row: 2 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 0;
  grid-column: 1 / 1; }

footer {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 0;
  grid-column: 1 / 1; }

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: inherit;
  background: #FFF;
  z-index: 10;
  width: 100%;
  margin: 0; }
  @media only screen and (max-width: 480px) {
    header {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  header .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    header .top .logo {
      display: none; }
      @media only screen and (max-width: 960px) {
        header .top .logo {
          margin: 0 0 0 10px; } }
      @media only screen and (max-width: 480px) {
        header .top .logo {
          margin: 0 0 0 10px;
          display: inherit; } }




.top {
  margin: 0 5px;
  min-height: 62px; }


.btn-menu {
  min-width: 52px;
  width: 52px;
  height: 42px;
  min-height: 42px;
  margin: 0 5px;
  background: #34d2ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
  display: none; }
  .btn-menu span {
    min-width: 20px;
    min-height: 3px;
    width: 20px;
    height: 3px;
    margin: 1.5px;
    background: #FFF;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; }
  @media only screen and (max-width: 480px) {
    .btn-menu {
      display: inherit; } }


nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 5px; }
  @media only screen and (max-width: 480px) {
    nav {
      display: none; } }
  nav a {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-family: "Montserrat", sans-serif;
    padding: 0 10px;
    font-size: 13px;
    background: #34d2ff;
    color: #FFF;
    min-height: 42px;
    line-height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
    text-transform: uppercase; }
    nav a:hover {
      text-decoration: none;
      background: #FFF;
      color: #34d2ff; }
    @media only screen and (max-width: 480px) {
      nav a {
        display: none;
        margin: auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
        line-height: inherit;
        height: auto;
        padding: inherit;
        border-left: 0; } }

@media only screen and (max-width: 480px) {
  body.on:before {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9; } }

@media only screen and (max-width: 480px) {
  body.on nav {
    display: block;
    margin: 0;
    line-height: 42px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: 62px;
    width: 100%; }
    body.on nav a {
      display: block;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      border-radius: 0;
      border-bottom: 1px solid #FFF; } }

body.on .btn-menu {
  background: #272727; }

.banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2f2f2;
  padding: 40px 30px 30px;
  margin: 30px auto 30px; }
  @media only screen and (max-width: 960px) {
    .banner {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 480px) {
    .banner {
      margin: 0;
      padding: 20px; } }
  .banner .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .banner .col.titles {
      text-align: right;
      text-transform: uppercase; }
      @media only screen and (max-width: 960px) {
        .banner .col.titles {
          text-align: center;
          margin-bottom: 30px; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .banner .col.titles {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 960px) and (max-width: 480px) {
    .banner .col.titles {
      margin-bottom: 20px; } }
      .banner .col.titles h2 {
        font-size: 36px;
        font-weight: 600; }
        @media only screen and (max-width: 480px) {
          .banner .col.titles h2 {
            font-size: 26px; } }
      .banner .col.titles h3 {
        font-size: 19px;
        font-weight: 400; }
        @media only screen and (max-width: 480px) {
          .banner .col.titles h3 {
            font-size: 26px; } }
      .banner .col.titles p {
        font-size: 16px;
        font-weight: 300; }
        @media only screen and (max-width: 480px) {
          .banner .col.titles p {
            font-size: 20px; } }
      .banner .col.titles h2, .banner .col.titles h3, .banner .col.titles p {
        width: 100%; }
    .banner .col.sizes {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 480px) {
        .banner .col.sizes {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; } }
      .banner .col.sizes strong {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .banner .col.sizes strong {
            font-size: 20px; } }
      .banner .col.sizes p {
        font-size: 22px;
        line-height: 34px;
        font-weight: 300; }
        @media only screen and (max-width: 768px) {
          .banner .col.sizes p {
            font-size: 16px;
            line-height: 20px; } }
  .banner .vaso-img {
    background: url("../images/vaso.png") 0 no-repeat;
    max-width: 150px;
    min-width: 180px;
    min-height: 194px;
    margin: 0 30px; }
    @media only screen and (max-width: 480px) {
      .banner .vaso-img {
        margin-bottom: 20px;
        max-width: 130px;
        min-width: 130px; } }

.banner-vasos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f5f5f5;}
  @media only screen and (max-width: 960px) {
    .banner-vasos {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 480px) {
    .banner-vasos {
      margin: 0;
      padding: 0px; } }
  .banner-vasos .vasos-color {
    background: url("../images/vaso_color.png");
    width: 900px;
    height: 394px; }
    @media only screen and (max-width: 768px) {
      .banner-vasos .vasos-color {
        width: 350px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media only screen and (max-width: 480px) {
      .banner-vasos .vasos-color {
        width: 120px; } }
        
        
    .banner-vasos .vasos-color_02 {
    background: url("../images/vaso_color_02.png");
    width: 900px;
    height: 394px; }
    @media only screen and (max-width: 768px) {
      .banner-vasos .vasos-color_02 {
        width: 350px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media only screen and (max-width: 480px) {
      .banner-vasos .vasos-color_02 {
        width: 390px; 
        background-position: 50%;
        } }
        
    .banner-vasos .vasos-color_03 {
    background: url("../images/vaso_color_03.png");
    width: 900px;
    height: 394px; }
    @media only screen and (max-width: 768px) {
      .banner-vasos .vasos-color_03 {
        width: 350px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media only screen and (max-width: 480px) {
      .banner-vasos .vasos-color_03 {
        width: 350px;
        background-position: 50%;
         } }
        
	.banner-vasos .vasos-color_04 {
    background: url("../images/vaso_color_04.png");
    width: 900px;
    height: 394px; }
    @media only screen and (max-width: 768px) {
      .banner-vasos .vasos-color_04 {
        width: 390px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media only screen and (max-width: 480px) {
      .banner-vasos .vasos-color_04 {
        width: 390px; 
        background-position: 47%;} }
        
        
    .banner-vasos .vasos-color_05 {
    background: url("../images/vaso_color_05.png");
    width: 900px;
    height: 394px; }
    @media only screen and (max-width: 768px) {
      .banner-vasos .vasos-color_05 {
        width: 350px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media only screen and (max-width: 480px) {
      .banner-vasos .vasos-color_05 {
        width: 350px;
        background-position: 50%;
         } }
         
         .banner-vasos .vasos-color_06 {
    background: url("../images/vaso_color_06.png");
    width: 900px;
    height: 394px; }
    @media only screen and (max-width: 768px) {
      .banner-vasos .vasos-color_06 {
        width: 350px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media only screen and (max-width: 480px) {
      .banner-vasos .vasos-color_06 {
        width: 350px;
        background-position: 50%;
         } }


article {
  max-width: 600px;
  margin: 60px auto; }
  @media only screen and (max-width: 960px) {
    article {
      max-width: 80%; } }
  article h1 {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center; 
    line-height: 31px;
    }
    @media only screen and (max-width: 768px) {
      article h1 {
        font-size: 22px; } }
        
 article h2 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center; 

    }
    @media only screen and (max-width: 768px) {
      article h2 {
        font-size: 16; } }


  article .line {
    max-width: 100px;
    min-width: 100px;
    border-bottom: 1px solid #000;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 480px) {
      article .line {
        margin: 0 auto 30px; } }
  article p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
    font-weight: 300; 
    color: #919191;
    }

.iso {
  max-width: 900px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 768px) {
    .iso {
      max-width: 80%; } }
  @media only screen and (max-width: 480px) {
    .iso {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 auto 40px; } }
  .iso .box {
    color: #000;
    max-width: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 480px) {
      .iso .box {
        margin: 10px auto; } }
   
    .iso .box i {
      min-width: 48px;
      min-height: 54px;
      background: url("../images/msp_01.png") 0 no-repeat;
      display: block;
      margin: 5px auto; }
      @media only screen and (max-width: 480px) {
        .iso .box i {
          margin: 5px auto; } }
   
    .iso .box b {
      min-width: 71px;
      min-height: 54px;
      background: url("../images/FDA.png") 0 no-repeat;
      display: block;
      margin: 5px auto; }
      @media only screen and (max-width: 480px) {
        .iso .box b {
          margin: 5px auto; } }
  
    .iso .box u {
      min-width: 53px;
      min-height: 54px;
      background: url("../images/ISO.png") 0 no-repeat;
      display: block;
      margin: 5px auto; }
      @media only screen and (max-width: 480px) {
        .iso .box u {
          margin: 5px auto; } }
          
          
          
          
    .iso .box p {
      text-align: center;
      font-size: 14px;
      line-height: 18px; }

.quees .wrap {
  max-width: 600px;
  min-width: 600px;
  margin: 40px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .quees .wrap {
      max-width: 80%;
      min-width: 90%;
      margin: 40px auto; } }
  .quees .wrap h4 {
    font-family: "League Spartan", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 480px) {
      .quees .wrap h4 {
        font-size: 26px; } }
  .quees .wrap .line {
    max-width: 100px;
    min-width: 100px;
    border-bottom: 1px solid #000;
    margin: 25px auto 25px auto;
     }
    @media only screen and (max-width: 480px) {
      .quees .wrap .line {
        margin: 0 auto 20px; } }
  .quees .wrap p {
    font-size: 16px;
    line-height: 24px;
    text-align: Left;
    color: #919191;
     }
     
     
     
     .quees .wrap .line_01 {
    max-width: 80%;
    min-width: 80%;
    border-bottom: 1px solid #efefef;
    margin: 25px auto 25px auto;
     }
    @media only screen and (max-width: 480px) {
      .quees .wrap .line_01 {
        margin: 0 auto 20px; } }
        
        
        
  .quees .wrap p {
    font-size: 15px;
    line-height: 25px;
    text-align: Left;
    color: #919191;
     }
     
     
    @media only screen and (max-width: 480px) {
      .quees .wrap p {
      	text-align: initial;
        font-size: 15px;
        line-height: 27px; } }
        
        
    .quees .wrap .precio {
    font-size: 24px;
    line-height: 0px;
    text-align: Left;
    color: #00df11;
    font-weight: 400;
    display: initial;
     }
    @media only screen and (max-width: 480px) {
      .quees .wrap .precio {
      	text-align: initial;
        font-size: 24px;
        line-height: 0px; 
        font-weight: 400;
        display: initial;
        } }
        
        
        .quees .wrap .precio_01 {
    font-size: 13px;
    line-height: 0px;
    text-align: Left;
    color: #00df11;
    font-weight: 300;
     }
    @media only screen and (max-width: 480px) {
      .quees .wrap .precio_01 {
      	text-align: initial;
        font-size: 13px;
        line-height: 22px; 
        font-weight: 300;
        } }
        
        .quees .wrap .precio_02 {
    font-size: 17px;
    line-height: 0px;
    text-align: Left;
    color: #605f5f;
    font-weight: 600;
    display: block;
     }
    @media only screen and (max-width: 480px) {
      .quees .wrap .precio_02 {
      	text-align: initial;
        font-size: 17px;
        line-height: 22px; 
        font-weight: 300;
    	display: block;
        } }
        
        
        .quees .wrap .ofrecemos_01{
        text-transform: uppercase;
    	font-family: "Source Sans Pro", sans-serif;
   		font-size: 21px;
    	color: #616161;
    	font-weight: 600;
    	margin-bottom: 20px;
    	letter-spacing: 0px;
   		 }
    @media only screen and (max-width: 480px) {
      .quees .wrap .line {
       text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
         color: #939393;
   		font-weight: 600;
   		margin-bottom: 30px; } }

.main .top {
  text-align: center;
  margin: 40px auto; }
  @media only screen and (max-width: 480px) {
    .main .top {
      margin: 15px auto;
      display: none; } }
  .main .top .logo {
    margin: 0 auto 10px;
    display: block; }
    @media only screen and (max-width: 480px) {
      .main .top .logo {
        display: none; } }
  .main .top p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0 30px;
    color: #939393; }
    @media only screen and (max-width: 480px) {
      .main .top p {
        font-size: 18px;
        margin: 0 15px; } }


.logo {
  min-width: 259px;
  width: 425px;
  height: 70px;
  min-height: 37px;
  background: url("../images/logo.png") 0 no-repeat; }
  @media only screen and (max-width: 480px) {
    .logo {
      background: url("../images/logo_mini.png") 0 no-repeat;
      width: 159px;
      min-width: 250px;
      height: 23px;
      min-height: 23px; } }
  @media only screen and (max-width: 320px) {
    .logo {
      background: url("../images/logo_mini.png") 0 no-repeat;
      min-width: 159px;
      width: 159px;
      height: 23px;
      min-height: 23px; } }

h1 {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 22px; } }

.line {
  max-width: 100px;
  min-width: 100px;
  border-bottom: 1px solid #000;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 480px) {
    .line {
      margin: 0 auto 30px; } }

.faq {
  margin: 60px auto 80px;
   }
  .faq .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); }
  .faq .tab {
    width: 100%;
    color: #f2f2f2;
    overflow: hidden; }
    .faq .tab-label {
      display: flex;
      justify-content: space-between;
      padding: 1em;
      background: #f2f2f2;
      font-weight: bold;
      cursor: pointer;
      color: #616161;
       }
      .faq .tab-label:hover {
        background: #d9d9d9; }
      .faq .tab-label::after {
        content: "\276F";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all .15s; }
    .faq .tab-content {
      max-height: 0;
      padding: 0 1em;
      color: #919191;
      line-height: 24px;
      background: white;
      transition: all .15s; }
    .faq .tab-close {
      display: flex;
      justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      background: #008140;
      cursor: pointer; }
      .faq .tab-close:hover {
        background: #d9d9d9; }
  .faq input:checked + .tab-label {
    background: #d9d9d9; }
    .faq input:checked + .tab-label::after {
      transform: rotate(90deg); }
  .faq input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em; }

footer {
  background: #f2f2f2; }
  footer .wrap {
    margin: 50px auto; }
    footer .wrap .logo {
      background: url("../images/logo_mini.png") 0 no-repeat;
      min-width: 245px;
      min-height: 23px;
      width: 159px;
      height: 23px;
      margin: 0 auto 10px;
      display: block; }
    footer .wrap .boxes {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      max-width: 900px;
      margin: 0 auto; }
      @media only screen and (max-width: 480px) {
        footer .wrap .boxes {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media only screen and (max-width: 768px) {
        footer .wrap .boxes .box {
          text-align: center; } }
      footer .wrap .boxes .box:last-child strong:after {
        content: ""; }
      
      footer .wrap .boxes .box strong {
        font-size: 13px;
        color: #333;
        margin: 12px 10px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        display: block; }
        footer .wrap .boxes .box strong:after {
          content: "/";
          margin: 0 10px;
          color: #333; }
          @media only screen and (max-width: 480px) {
            footer .wrap .boxes .box strong:after {
              content: "";
              margin: auto; } }
        footer .wrap .boxes .box strong a {
          color: #333; }
          
          





.btWhatsapp {

	display: block;
	background: #27cf00;
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding: 16px 10%;
	margin: 10%;
	text-decoration: none;
	font-size: 20px;
	border-radius: 10px;
}


  @media only screen and (max-width: 480px) {
    .btWhatsapp {
        font-size: 15px;}
  @media only screen and (max-width: 320px) {
    .btWhatsapp {
        font-size: 13px; }
        
.img_comprar {
      display: flex;
      justify-content: center;
    }
          
