body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-column-span: none;
  column-span: none;
}

p {
  max-width: 400px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 2px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 344px;
  padding: 40px 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.menu.mobile {
  display: none;
}

.content {
  width: 100%;
  max-width: 828px;
  min-height: 0px;
  padding-top: 24px;
  padding-bottom: 0px;
}

.menu_link {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  border-left: 2px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_link:hover {
  padding-left: 20px;
  border-left-color: hsla(350.4807692307693, 90.43%, 45.10%, 1.00);
  color: hsla(350.4807692307693, 90.43%, 45.10%, 1.00);
}

.menu_link.mobile {
  display: none;
}

.divider {
  padding-top: 24px;
}

.divider.x-large {
  padding-top: 80px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  padding-left: 0px;
  color: hsla(350.4807692307693, 90.43%, 45.10%, 1.00);
}

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

.flex.centered {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.divider_dash {
  width: 100%;
  height: 1px;
  max-height: 1px;
  max-width: none;
  margin: 80px auto 60px 0px;
  padding-top: 0px;
  background-color: #d4d4d4;
}

.first {
  margin-top: -60px;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 120px;
  max-width: 120px;
  min-height: 120px;
  margin-right: 16px;
  margin-left: 0px;
  padding: 12px;
  -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;
  border-radius: 100px;
  background-color: #d10000;
  color: #f5f5f5;
}

.colors.red {
  background-color: hsla(350.4807692307693, 90.43%, 45.10%, 1.00);
}

.colors.black {
  background-color: #000;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 400px;
  min-height: 0px;
  background-color: transparent;
}

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

.column.centered {
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.colors_txt {
  font-size: 14px;
  line-height: 18px;
}

.txt_caption {
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.usos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 200px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .13);
}

.link_arrow {
  margin-left: 5px;
  padding-bottom: 2px;
}

.link_arrow:hover {
  border-style: none;
  border-width: 1px;
  border-color: hsla(350.4807692307693, 41.77%, 35.74%, 1.00);
}

.text-block {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block.link_arrow {
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  line-height: 16px;
}

.text-block.link_arrow:hover {
  margin-left: 0px;
}

.preloader {
  position: fixed;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.cover_tittle {
  color: #fff;
  font-size: 52px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .33);
}

.img_tipografia {
  max-width: 80%;
}

.section_title {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 150px;
  padding-bottom: 150px;
  border-radius: 4px;
}

.section_title.mobile {
  display: none;
}

.cover_logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2000;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/logo2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover_colores {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -2000;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/colores.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover_tipografias {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2000;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/tipografias2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover_imagenes {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2000;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/imagenes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover_iconos {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2000;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/colores3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover_bg {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: auto;
  z-index: -2000;
  width: 100%;
  height: 100%;
}

.burguer {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 50px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .16);
}

.menu_mobile {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  max-width: 344px;
  padding: 40px 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.menu_desktop {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 344px;
  padding: 40px 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.menu_desktop.mobile {
  display: none;
}

.close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 0px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
  margin-top: 16px;
  margin-right: 16px;
  border-radius: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}

.menu_mobile_link {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  border-left: 2px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_mobile_link:hover {
  padding-left: 20px;
  border-left-color: hsla(350.4807692307693, 90.43%, 45.10%, 1.00);
  color: hsla(350.4807692307693, 90.43%, 45.10%, 1.00);
}

.menu_mobile_link.mobile {
  display: none;
}

@media (max-width: 991px) {
  .container {
    margin-top: 0px;
    padding-top: 120px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }
  .menu {
    max-width: none;
    padding-top: 32px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .32);
  }
  .menu.mobile {
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu.burguer {
    position: fixed;
    z-index: 2500;
    display: none;
  }
  .menu.mobile {
    position: fixed;
    z-index: 2500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu.desktop {
    position: fixed;
    z-index: 2500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content {
    padding-top: 0px;
  }
  .menu_link {
    margin-left: 24px;
    padding-bottom: 4px;
    padding-left: 0px;
    border-bottom: 0px solid #000;
    border-left-width: 0px;
  }
  .menu_link:hover {
    padding-left: 0px;
  }
  .divider.x-large {
    display: block;
  }
  .flex.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .divider_dash {
    margin-top: 40px;
  }
  .first {
    margin-top: -25px;
  }
  .usos {
    margin-right: 4px;
    margin-left: 4px;
  }
  .nav_logo {
    max-width: 100px;
    min-width: 100px;
    margin-right: 16px;
  }
  .img_tipografia {
    max-width: 100%;
  }
  .section_title {
    margin-bottom: 40px;
    background-image: none;
  }
  .section_title.mobile {
    display: block;
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .section_title.desktop {
    display: none;
  }
  .cover_logo {
    background-attachment: scroll;
  }
  .menu_mobile {
    position: fixed;
    display: none;
    max-width: none;
    padding-top: 32px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .32);
  }
  .section {
    padding-top: 80px;
  }
  .menu_desktop {
    position: fixed;
    z-index: 2500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 32px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .32);
  }
  .menu_desktop.mobile {
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_desktop.burguer {
    position: fixed;
    z-index: 2500;
    display: none;
  }
  .menu_desktop.mobile {
    position: fixed;
    z-index: 2500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_desktop.desktop {
    position: fixed;
    z-index: 2500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_mobile_link {
    margin-left: 24px;
    padding-bottom: 4px;
    padding-left: 0px;
    border-bottom: 0px solid #000;
    border-left-width: 0px;
  }
  .menu_mobile_link:hover {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  p {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .container {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .menu {
    padding: 8px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .menu.mobile {
    z-index: 2000;
    display: none;
    height: 100vh;
  }
  .menu.burguer {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #000;
  }
  .menu.mobile {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #000;
  }
  .menu.desktop {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #000;
  }
  .menu_link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: #fff;
    font-size: 32px;
  }
  .menu_link.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_link.mobile {
    display: block;
  }
  .divider {
    display: block;
    padding-top: 8px;
  }
  .divider.x-large {
    padding-top: 60px;
  }
  .flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .divider_dash {
    margin-top: 40px;
  }
  .first {
    margin-top: -25px;
  }
  .column.vertical {
    max-width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column.centered {
    max-width: 100%;
    padding-top: 24px;
  }
  .colors_txt {
    width: 50%;
  }
  .usos {
    width: 200px;
    max-width: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .preloader {
    z-index: 9000;
    display: none;
  }
  .nav_logo {
    display: none;
    margin-right: 0px;
  }
  .section_title {
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section_title.mobile {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .burguer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
    cursor: pointer;
  }
  .burguer_line {
    max-height: 2px;
    max-width: 50%;
    min-height: 2px;
    min-width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #e0e0e0;
  }
  .menu_mobile {
    position: fixed;
    z-index: 2500;
    display: none;
    height: 100vh;
    padding: 8px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    background-color: #000;
  }
  .section {
    padding-top: 0px;
  }
  .menu_desktop {
    display: none;
    padding: 8px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .menu_desktop.mobile {
    z-index: 2000;
    display: none;
    height: 100vh;
  }
  .menu_desktop.burguer {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #000;
  }
  .menu_desktop.mobile {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #000;
  }
  .menu_desktop.desktop {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #000;
  }
  .close_line1 {
    position: absolute;
    max-height: 2px;
    max-width: 50%;
    min-height: 2px;
    min-width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #e0e0e0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close {
    z-index: 3500;
    display: none;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
  }
  .close_line2 {
    position: absolute;
    max-height: 2px;
    max-width: 50%;
    min-height: 2px;
    min-width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #e0e0e0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_mobile_link {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #fff;
    font-size: 32px;
  }
  .menu_mobile_link.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_mobile_link.mobile {
    display: block;
  }
}

@media (max-width: 479px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .menu {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.mobile {
    display: none;
  }
  .menu.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content {
    padding-top: 0px;
  }
  .menu_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0px;
    line-height: 32px;
  }
  .divider {
    display: block;
  }
  .divider.x-large {
    padding-top: 40px;
  }
  .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .divider_dash {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .first {
    margin-top: -25px;
  }
  .column.centered {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .colors_txt {
    width: 50%;
  }
  .usos {
    display: block;
    width: 200px;
    max-width: 100%;
  }
  .cover_tittle {
    font-size: 42px;
    line-height: 32px;
  }
  .nav_logo {
    display: none;
  }
  .section_title {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_title.mobile {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .cover_logo {
    top: -50%;
  }
  .burguer {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    margin-top: 16px;
    margin-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border: 1px none #000;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .26);
  }
  .menu_mobile {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_desktop {
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_desktop.mobile {
    display: none;
  }
  .menu_desktop.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .close {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3000;
    display: none;
    width: 100%;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    margin-top: 16px;
    margin-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border: 1px none #000;
    border-radius: 50px;
    background-color: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .26);
  }
  .menu_mobile_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0px;
    line-height: 32px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}