/* font-family: 'Nunito', sans-serif; */
.owl-carousel 
{
    touch-action: manipulation; 
}
.hidden-title {
    display: none;
}

/* #region Grales */
body {
    overflow-x: hidden;
}
body.hidden-scroll {
    overflow-y: hidden;
}
.container {
    width: 100%;
}
.container .row{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    min-height: 1px;
    text-align: left;
}
.container > .row.fullwidth{
    max-width: 100%;
}
.container .content {
    width: 100%;
}
@media only screen
and (max-width: 1200px) {
    .container .row{
        padding: 0 15px;
    }
    .container .row.full-view{
        padding: 0;
    }
}
/* #endregion */

/* #region Social Media Icon */
.social-media {
    display: flex;
    justify-content: space-between;
}
.social-media__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    transition: opacity .7s;
}
.social-media__ico:hover {
    opacity: .7;
}
@media only screen
and (min-width: 767px) {
    .social-media {
        width: 140px;
    }
    .social-media__ico {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
}
@media only screen
and (max-width: 768px) {
    .social-media {
        width: 8.5rem;
    }
    .social-media__ico {
        font-size: 11px;
        width: 23px;
        height: 23px;
    }
}
/* #endregion */

/* #region Icon Whatsapp */
.whatsapp-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.whatsapp-container__link {
    display: inline-block;
    cursor: pointer;
}
.whatsapp-container__ico-whtp {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url('../imgs/logo-whatsapp.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.whatsapp-container__ico-whtp::before {
    text-align: center;
    position: absolute;
    top: 35px;
    left: -115px;
    content: 'Disponible 24/7';
    font-size: 12px;
    line-height: 20px;
    color: #313131;
    font-weight: 600;
    font-style: normal;
    padding: .5rem 1rem;
    background-color: #fff;
}
@media only screen
and (min-width: 768px) {
    .whatsapp-container {
        margin: 0 30px 30px 0;
    }
}
@media only screen
and (max-width: 767px) {
    .whatsapp-container {
        margin: 0 15px 15px 0;
    }
}
/* #endregion */

/* #region Loader */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000;
  font-size: 6px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* #endregion */

/* #region Main Nav */

.main-nav__home {
    display: inline-block;
    height: 100%;
}
.main-nav__logo {
    width: auto;
    height: 100%;
        -webkit-animation: rotating 8s linear infinite;
    -moz-animation: rotating 8s linear infinite;
    -ms-animation: rotating 8s linear infinite;
    -o-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
    z-index: 1;
}
.main-nav__logo-container {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-nav__logo-container::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('../imgs/logo-over.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-navigation__link {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    transition: opacity .7s;
}
.main-navigation__link:hover{
    opacity: .7;
}

.list-bttns__link {
    background-color: #01cbe3;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
}
/* alert */
.main-nav__sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.main-nav__alert {
    background-color: #01cbe3;
    text-align: center;
    padding: .8rem 0;
}
.main-nav__alert-text {
    color: #fff;
    font-weight: 600;
}
@media only screen
and (min-width: 768px) {
    .main-nav__alert-text {
        font-size: 1.4rem;
    }
}
@media only screen
and (max-width: 767px) {
    .main-nav__alert-text {
        font-size: 1.2rem;
        line-height: 1.3em;
    }
}
/* Animation */

.animation .main-nav__figure {
    text-align: center;  
} 
.main-nav__figure::before {
    transition: all 2s;
    opacity: 1;
    background-color: #fff;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%!important;
    top: 0;
    left: 0;
    content: '';
    pointer-events: none;
}
.animation .loader,
.animation .main-nav__figure::before {
    opacity: 0;
    visibility: hidden;
}
.animation .main-nav__home { 
    transform: translateY(0);
    margin-top: 0;
    transition: transform .7s ease;
}
.main-nav__home {
    display: inline-block;
    transform: translateY(100%);
}
.main-nav__figure {
    transition: width .7s, height .7s;
}
.on-scroll .main-nav__figure {
    height: 6rem;
}

@media only screen
and (min-width: 768px) {
    .main-nav {
        height: 26rem;
    }
    .main-nav__content {
        padding: 1rem 0;
        display: flex;
        align-items: center;
    }
    .main-nav__conten--between  {
        justify-content: space-between;
    }
    .main-nav__figure {
        height: 15rem;
        align-self: flex-start;
    }

    .main-navigation__list {
        display: flex;
         width: 100%;
        justify-content: center;
        padding: 1.2rem 0 1.5rem 0;
    }
    .main-navigation__item {
        text-align: center;
        flex: 0 1 18rem;
    }
    .main-navigation__link {
        font-size: 1.5rem;
    }

    .list-bttns__link {
        width: 16rem;
        padding: 1rem 0;
        font-size: 1.5rem;
    }
}   
@media only screen
and (max-width: 768px) {
    .main-nav {
        height: 20rem;
    }
    .main-nav__content {
        padding: 1rem 0;
        display: flex;
        align-items: center;
    }
    .main-nav__conten--between  {
        justify-content: space-between;
    }
    .main-nav__figure {
        height: 9rem;
        align-self: flex-start;
    }
    .list-bttns__link {
        width: 9rem;
        padding: .8rem 0;
        font-size: 1.1rem;
    }

    .main-navigation__list {
        display: flex;
         width: 100%;
        justify-content: center;
        padding: 1.2rem 0 1.5rem 0;
    }
    .main-navigation__item {
        text-align: center;
        flex: 0 1 auto;
        margin: 0 1rem;
    }
    .main-navigation__link {
        font-size: 1.2rem;
    }

}
/* #endregion */

/* #region Slider */
.slider__image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.tns-outer {
    position: relative;
}
.tns-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.tns-controls [data-controls='prev'],
.tns-controls [data-controls='next'] {
    position: relative;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: all;
    background-image: url('../imgs/arrow-slider.png');
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999999px;
    box-shadow: 1px -1px 34px -6px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px -1px 34px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px -1px 34px -6px rgba(0,0,0,0.25);
}
.tns-controls [data-controls='prev'] {
    left: -2.5rem;
    transform: scaleX(-1);
}
.tns-controls [data-controls='next'] {
    right: -2.5rem;
}
.tns-ovh.tns-ah {
    margin-bottom: 3rem;
}
.tns-nav {
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    width: 100%;
    text-align: center;
}
.tns-nav button {
    background-color: #acacac;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
}
.tns-nav button.tns-nav-active {
    background-color: #505050;
}
@media only screen
and (min-width: 768px) {
    .slider {
        margin-bottom: 6rem;
    }
    .slider__image {  
        height: 47rem;
    }
}
@media only screen
and (min-width: 768px)
and (max-width: 1023px) {
    .slider__image {  
        height: 26rem;
    }
}
@media only screen
and (max-width: 1024px) {
    .slider {
        margin-bottom: 5rem;
    }
    .tns-nav {
        bottom: -3rem;
    }
    .tns-controls [data-controls='prev'], 
    .tns-controls [data-controls='next'] {
        width: 3.5rem;
        height: 3.5rem;
        background-size: 8px auto;
    }
    .tns-controls [data-controls='prev'] {
        left: 2rem;
    }
    .tns-controls [data-controls='next'] {
        right: 2rem;
    }
    
}
@media only screen
and (max-width: 767px) {
    .tns-controls [data-controls='prev'],
    .tns-controls [data-controls='next'] {
        display: none;
    }
    .slider__image {  
        height: 14rem;
    }
}
/* #endregion */

/* #region Productos */
.productos {
    position: relative;
}
.productos__title {
    color: #000;
    font-weight: 500;
}
.item-productos__figure {
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.item-productos__figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 99, 71, .8);
    background-color: #01cbe3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-productos__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .7s;
}
.item-productos__title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
@media only screen
and (min-width: 768px) {
    .productos {
        margin-top: 2rem;
        margin-bottom: 7rem;
    }
    .productos__title {
        text-align: center;
        font-size: 2.8rem;
        line-height: 1.3em;
        margin-bottom: 4rem;
    }
    .item-productos--4 .item-productos__figure {
        height: 27rem;
    }
    .item-productos--6 .item-productos__figure {
        height: 38rem;
    }
    .item-productos__figcaption {
        height: 6rem;
    }
    .productos__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .item-productos--6 {
        flex: 0 1 55rem;
        margin-bottom: 2rem;
    }
    .item-productos--4 {
        flex: 0 1 36rem;
    }
    .item-productos__title {
        font-size: 2rem;
        letter-spacing: .03em;
    }
    .item-productos__link:hover .item-productos__image {
        transform: scale(1.05);
    }

}
@media only screen
and (min-width: 768px)
and (max-width: 1200px) {
    .item-productos--6 {
        flex: 0 1 calc(50% - .75rem);
    }
    .item-productos--4 {
        flex: 0 1 calc(33.3333333% - .75rem);
        margin-bottom: 1.5rem;
    }
    .item-productos__figure {
        height: 32rem;
    }
    .item-productos__title {
        font-size: 1.6rem;
    }
}
@media only screen
and (max-width: 767px) {
    .productos {
        margin-bottom: 4.5rem;
    }
    .productos__title {
        text-align: center;
        font-size: 2rem;
        line-height: 1.3em;
        margin-bottom: 2rem;
    }
    .productos__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .item-productos__figure {
        height: 15rem;
    }
    .item-productos__figcaption {
        height: 3.5rem;
    }
    .item-productos--4 {
        flex: 0 1 100%;
    }
    .item-productos--6 {
        flex: 0 1 calc(50% - .75rem);
        margin-bottom: 1.5rem;
    }
    .item-productos {
        margin-bottom: 1.5rem;
    }
    .item-productos__title {
        text-align: center;
        max-width: 10rem;
        font-size: 1.2rem;
        line-height: 1.25em;
        letter-spacing: .03em;
    }
    .item-productos--4 .item-productos__figcaption { 
        background-color: transparent!important;
        left: 50%;
        transform: translateX(-50%);
        height: 10rem;
    }
    .item-productos--4 .item-productos__figure {
        height: 10rem;
    }
    .item-productos--4 .item-productos__figure .item-productos__title { 
        max-width: none;
    }
    .item-productos--6 .item-productos__figcaption { 
        height: 3rem;
    }
    .item-productos--4 .item-productos__title {
        background-color: #01cbe3;
        border-radius: 10px;
        padding: 1rem 2rem;
        max-width: 15rem;
    }
    .item-productos--6 .item-productos__title {
        max-width: 100%;
    }
}
/* #endregion */

/* #region Categorias */
.categorias {
    position: relative;
}
.categorias__title {
    color: #000;
    font-weight: 600;
}
.categorias__boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-categorias__image {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.categorias [data-controls='prev'],
.categorias [data-controls='next'] {
    box-shadow: none;
}
.categorias [data-controls='prev'] {
    left: -4rem;
}
.categorias [data-controls='next'] {
    right: -4rem;
}
@media only screen
and (min-width: 768px) {
    .categorias {
        margin-top: 2rem;
        margin-bottom: 8rem;
    }
    .categorias__title {
        text-align: center;
        font-size: 2.8rem;
        line-height: 1.3em;
        margin-bottom: 4rem;
    }
}
@media only screen
and (max-width: 767px) {
    .categorias {
        margin-bottom: 5rem;
    }
    .categorias-header {
        text-align: center;
        margin-bottom: 3rem;
    }
    .categorias__title {
        text-align: center;
        font-size: 2rem;
        line-height: 1.3em;
        margin-bottom: 2rem;
    }
    .categorias__item {
        margin: 0 .75rem;
    }

}
/* #endregion */

/* #region Footer */
.main-footer {
    position: relative;
}
.main-footer::before {
    content: '';
    display: inline-block;
    width: 80%;
    max-width: 100rem;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ddd;
}
.main-footer .social-media {
    margin: 0 auto;
}
.main-footer__title {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.main-footer__link {
    color: #000;
    text-transform: uppercase;
}
.main-footer__derechos {
    color: rgb(90, 90, 90);
    font-weight: 600;
    display: block;
}
@media only screen
and (min-width: 768px) {
    .main-footer {
        height: 25rem;
    }
    .main-footer__content {
        padding: 3rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .column--3 {
        flex: 1;
        text-align: center;
    }
    .main-footer__title {
        font-size: 1.3rem;
        line-height: 1.2em;
        letter-spacing: .03em;
        margin-bottom: .5rem;
    }
    .main-footer__link {
        font-size: 1.4rem;
        line-height: 1.8em;
        letter-spacing: .03em;
    }
    .main-footer__derechos {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    .main-footer__logo {
        width: 7rem;
        height: auto;
        margin-bottom: 1.5rem;
    }
}
@media only screen
and (max-width: 767px) {
    .main-footer__content {
        padding: 4rem 0 3rem 0;
    }
    .main-footer__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .column--3__main {
        order: 3;
    }
    .column--3 {
        text-align: center;
        margin-bottom: 3rem;
    }
    .main-footer__title {
        font-size: 1.3rem;
        line-height: 1.2em;
        letter-spacing: .03em;
        margin-bottom: .5rem;
    }
    .main-footer__link {
        font-size: 1.4rem;
        line-height: 1.8em;
        letter-spacing: .03em;
    }
    .main-footer__derechos {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    .main-footer__logo {
        width: 7rem;
        height: auto;
        margin-bottom: 1.5rem;
    }
}
/* #endregion */

/* #region Nosotros */
.main-nosotros__title {
    color: #000;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
.main-nosotros__content {
    display: flex;
}
.main-nosotros__figure {
    overflow: hidden;
}
.main-nosotros__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen
and (min-width: 768px) {
    .main-nosotros {
        margin: 3rem 0 7rem 0;
    }
    .main-nosotros__content {
        justify-content: flex-start;
        align-items: center;
    }
    .main-nosotros__figure {
        flex: 0 1 48rem;
        height: 67rem;
    }
    .main-nosotros__description {
        padding: 0 3rem 0 6rem;
        flex: 1;
    }
    .main-nosotros__title {
        font-size: 2.8rem;
        line-height: 1.3em;
        margin-bottom: 1rem;
    }
    .main-nosotros__text {
        font-size: 2rem;
        line-height: 1.6em;
        max-width: 32rem;
    }
}
@media only screen
and (max-width: 1000px) {
    .main-nosotros__content {
        flex-direction: column;
    }
    .main-nosotros__figure {
        margin-bottom: 5rem
    }
}
@media only screen
and (max-width: 767px) {
    .main-nosotros {
        margin: 0 0 3.5rem 0;
    }
    .main-nosotros__description {
        order: -1;
    }
    .main-nosotros__figure {
        width: 100%;
        max-width: 400px;
        margin: 3rem auto 0;
    }
    .main-nosotros__title {
        font-size: 2rem;
        line-height: 1.3em;
        margin-bottom: 1rem;
    }
    .main-nosotros__text {
        font-size: 1.6rem;
        line-height: 1.6em;
    }
}
/* #endregion */

.banner {
    overflow: hidden;
}
.banner .row {
    position: relative;
}
.banner .content {
    position: relative;
    z-index: 2;
}
.banner__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.banner__title {
    color: #000;
    font-weight: 600;
}
.banner__text {
    color: #000;
    font-weight: 400;
}
@media only screen
and (min-width: 768px) {
    .banner {
        margin-bottom: 7rem;
    }
    .banner .row {
        display: flex;
        height: 35rem;
        align-items: center;
        justify-content: flex-end;
    }
    .banner .content {
        background-color: #fff;
        width: 45rem;
        margin-right: 4rem;
        padding: 1.5rem 2rem;
    }
    .banner__title {
        font-size: 2.2rem;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner__text {
        font-size: 1.6rem;
        line-height: 1.3em;
    }
}
@media only screen
and (max-width: 767px) {
    .banner {
        margin-bottom: 3.5rem;
    }
    .banner .row {
        display: flex;
        height: 27rem;
        align-items: center;
        justify-content: flex-end;
    }
    .banner .content {
        background-color: #fff;
        width: 35rem;
        margin-right: 4rem;
        padding: 1.5rem 2rem;
    }
    .banner__title {
        font-size: 2rem;
        line-height: 1.2em;
        margin-bottom: .5rem;
    }
    .banner__text {
        font-size: 1.4rem;
        line-height: 1.3em;
    }
}


.main-pictures {
    position: relative;
}
.main-picture__image {
    width: 100%;
    height: auto;
}
.main-pictures__title {
    color: #000;
    font-weight: 600;
}
.main-pictures__figure {
    margin-bottom: 1.5rem;
}
@media only screen
and (min-width: 768px) {
    .main-pictures {
        margin-bottom: 10rem;
    }
    .main-pictures .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .main-pictures__title {
        font-size: 3.4rem;
        line-height: 1.3em;
    }
    .main-pictures .content-12 {
        flex: 0 1 100%;
        margin: 4rem 0 2rem 0;
    }
    .main-pictures .content-3 {
        flex: 0 1 calc(33.333333% - 1rem);
    }
}
@media only screen
and (max-width: 767px) {
    .main-pictures {
        margin-bottom: 5rem;
    }
    .main-pictures__title {
        font-size: 2.6rem;
        line-height: 1.3em;
    }
    .main-pictures .content-12 {
        flex: 0 1 100%;
        margin: 3rem 0 2rem 0;
    }
}



.main-contact {
    position: relative;
}
.main-contact__title {
    color: #494949;
    font-weight: 600;
}
.main-contact__link {
    display: block;
    color: #313131;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: opacity .7s;
}
.main-contact__link:hover {
    opacity: .7;
}
.main-contact__ico {
    font-size: 2.2rem;
    margin-right: 1rem;
}
@media only screen
and (min-width: 768px) {
    .main-contact {
        margin: 2rem 0 5rem 0;
    }
    .main-contact__title {
        font-size: 2rem;
        line-height: 1.3em;
        margin-bottom: 1.5rem;
    }
    .main-contact__link {
        font-size: 1.8rem;
        line-height: 1.6em;
        margin-bottom: 2rem;
    }
}
@media only screen
and (max-width: 767px) {
    .main-contact {
        margin: 2rem 0 5rem 0;
    }
    .main-contact__title {
        font-size: 1.8rem;
        line-height: 1.3em;
        margin-bottom: 1rem;
    }
    .main-contact__link {
        font-size: 1.6rem;
        line-height: 1.6em;
        margin-bottom: 1rem;
    }
}


.nav-products {
    position: relative;
}
.nav-products__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
    flex-wrap: wrap;
}
.nav-products__item {
    border: 1px solid #01cbe3;
    padding: 5px 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.nav-products__link {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}