:root {
    --site-main-color: #364191;
    --site-main-lcolor: #4452b7;
    --site-second-color: #D63238;
    --site-light-color: #feffdb;
    --site-lgray-color: #a1a1a1;
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;*/
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: 0.03rem;
    color: #2e2e2e;
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    background: #fff;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/publico/kennethcachia.png);*/
    background-size: 400px;
    margin: 0;
    font: 1em/1.6 'FontRegular-Public', serif;
}


@font-face {
    font-family: 'FontBlack-Public';
    src: url(font/Dosis-ExtraBold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontBold-Public';
    src: url(font/Dosis-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontMedium-Public';
    src: url(font/Dosis-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontRegular-Public';
    src: url(font/Dosis-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'FontLight-Public';
    src: url(font/Dosis-ExtraLight.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

.ff-light-public {
    font-family: 'FontLight-Public', serif;
    font-style: normal !important;
    font-weight: normal !important;
}
.ff-regular-public {
    font-family: 'FontRegular-Public', serif;
    font-style: normal !important;
    font-weight: normal !important;
}
.ff-italic-public {
    font-family: 'FontRegular-Public', serif;
    font-style: italic !important;
    font-weight: normal !important;
}
.ff-medium-public, optgroup {
    font-family: 'FontMedium-Public', serif;
    font-style: normal !important;
    font-weight: normal !important;
}
.ff-bold-public {
    font-family: 'FontBold-Public', serif;
    font-style: normal !important;
    font-weight: normal !important;
}
.ff-bolditalic-public {
    font-family: 'FontBold-Public', serif;
    font-weight: normal !important;
    font-style: italic !important;
}
.ff-black-public, h1, h2, h3, h4, h5, h6 {
    font-family: 'FontBlack-Public', sans-serif;
}


.cn-section {
    margin: 50px auto !important;
}
.cn-section,
.padd-section {
    padding: 0 24px;
}

/*** margin, padding, border ***/
.margin-auto {
    margin: auto !important;
}
.nomargin {
    margin: 0 !important;
}
.margint5px {
    margin-top: 5px !important;
}
.marginr5px {
    margin-right: 5px !important;
}
.marginb5px {
    margin-bottom: 5px !important;
}
.marginl5px {
    margin-left: 5px !important;
}
.margint10px {
    margin-top: 10px !important;
}
.marginr10px {
    margin-right: 10px !important;
}
.marginb10px {
    margin-bottom: 10px !important;
}
.marginl10px {
    margin-left: 10px !important;
}
.margint15px {
    margin-top: 15px !important;
}
.marginr15px {
    margin-right: 15px !important;
}
.marginb15px {
    margin-bottom: 15px !important;
}
.marginb16px {
    margin-bottom: 16px !important;
}
.marginl15px {
    margin-left: 15px !important;
}
.margint20px {
    margin-top: 20px !important;
}
.margint25px {
    margin-top: 25px !important;
}
.marginr20px {
    margin-right: 20px !important;
}
.marginb20px {
    margin-bottom: 20px !important;
}
.marginb25px {
    margin-bottom: 25px !important;
}
.marginl20px {
    margin-left: 20px !important;
}
.margin10auto {
    margin: 10px auto !important;
}
.margin15auto {
    margin: 15px auto !important;
}
.margin20auto {
    margin: 20px auto !important;
}
.marginauto10 {
    margin: auto 10px !important;
}
.marginauto5 {
    margin: auto 5px !important;
}
.margint30px {
    margin-top: 30px !important;
}
.marginb30px {
    margin-bottom: 30px !important;
}
.margin-lr-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.margin-lr-16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

.noborder {
    border: none !important;
}
.bord-transp {
    border-color: transparent !important;
}
.bord-collapse {
    border-collapse: collapse;
}

.padd-05 {
    padding: 0 5px !important;
}
.padd-010 {
    padding: 0 10px !important;
}
.padd-t-5 {
    padding-top: 5px !important;
}
.padd-t-10 {
    padding-top: 10px !important;
}
.padd-t-15 {
    padding-top: 15px !important;
}
.padd-b-5 {
    padding-bottom: 5px !important;
}
.padd-b-10 {
    padding-bottom: 10px !important;
}
.padd-b-15 {
    padding-bottom: 15px !important;
}
.padd-l-10 {
    padding-left: 10px !important;
}
.padd-l-15 {
    padding-left: 15px !important;
}
.padd-r-10 {
    padding-right: 10px !important;
}
.padd-r-15 {
    padding-right: 15px !important;
}
.nopadd {
    padding: 0 !important;
}

.txt-left {
    text-align: left !important;
}
.txt-just {
    text-align: justify !important;
}
.txt-right {
    text-align: right !important;
}
.txt-center {
    text-align: center !important;
}


#header {
    height: 100vh;
    min-height: 480px;
    background: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/banner.jpg);
    background-size: cover;
    background-position-y: center;
    overflow: hidden;
}
#header .header-sticky {
    height: 80px;
    margin-top: 20px;
    display: block !important;
    color: #fff;
}
#header .header-sticky > .max-w {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 9px;
}
.header-sticky .trigger {
    display: none;
}
#header .w3-container {
    height: calc(100vh - 100px);
    min-height: 300px;
    width: 100%;
    padding-bottom: 75px; /*img*/
    text-shadow: 1px 1px #000;
}
#header .logo-link {
    margin-left: 5px;
    text-decoration: none;
    font-size: 1.05em;
    max-width: 150px;
}
.header-sticky img {
    width: 100%;
}
#aside-menu i {
    color: var(--site-second-color);
}

.sticky .header-sticky {
    width: 100% !important;
    background: #efefef; /* rgba(255, 255, 255, 0.95); */
    margin-top: 0 !important;
    color: #000 !important;
}
.sticky .header-sticky:hover {
    background: rgb(255, 255, 255);
}
.sticky .w3-container {
    margin-top: 100px;
}

#header .btn-template {
    border: 3px solid var(--site-main-color);
    margin: 17px 7px 5px;
    background: transparent;
}

#about .description {
    margin: auto;
    width: 80%;
    max-width: 900px;
}
#about .img-logo {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    border: 2px solid rgb(187 195 194);
    box-shadow: 0 0 12px -1px #000;
    background: #fff;
}


.section-title {
    text-align: center;
}
#link-go-top, .btn-template {
    background: var(--site-main-color);
}


textarea {
    height: 118px;
}

#footer h3 {
    color: #fff;
}

.header-sticky .trigger {
    font-size: 28px;
    line-height: normal;
}

.progress-bar .w3-third {
    padding: 0;
}


/* landin anny */
.body-anny .mobile {
    display: none;
}

.body-anny section {
    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.body-anny .oval {
    position: absolute;
    background: #ffdf00;
}
.desktop .oval {
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25%;
    border-radius: 50% / 50%;
}
.desktop .padd-section {
    margin-top: 14vh;
}
.body-anny h2 {
    font-size: 1.8em;
}
.body-anny img {
    max-width: 300px;
}
.body-anny img.comprar {
    max-width: 200px;
}

.body-anny .mobile h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
}
.body-anny section.mobile {
    align-items: center;
    text-align: right;
    padding: 10px;
}
.mobile img.logo {
    max-width: 48%;
}
.mobile .oval {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50%;
    border-radius: 50% / 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile .oval .abs {
    width: 50%;
    text-align: center;
}
.body-anny .mobile img.comprar {
    max-width: 80%;
}

.link-listado-productos {
    position: relative;
    z-index: 5;
}


.txt-template,
.txt-hover-template:hover,
.txt-hover-template:focus {
    color: var(--site-main-color) !important;
}
.txt-combination,
.txt-hover-combination:hover,
.txt-hover-combination:focus {
    color: #ce821d !important;
}
.bg-template,
.bg-hover-template:hover,
.bg-hover-template:focus {
    background-color: var(--site-main-color) !important;
    color: #fff;
}
.txt-secondcolor,
.txt-h-secondcolor:hover,
.txt-h-secondcolor:focus {
    color: var(--site-second-color) !important;
}
.txt-lgray {
    color: #a1a1a1 !important;
}

textarea:focus,
input[type]:not([type=radio]):not([type=checkbox]):not([type=hidden]):focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(31, 131, 233, 0.30);
}

.cols-two {
    width: 50%;
}
.cols-three {
    width: 33.33333%;
}
.cols-four {
    width: 25%;
}

.img-mode img {
    border-radius: 5px;
    border:2px solid var(--site-lgray-color);
}
.img-mode img:hover {
    opacity: 0.8;
}

.fs-12em {
    font-size: 1.2em;
}
.fs-13em {
    font-size: 1.3em;
}
.fs-15em {
    font-size: 1.5em;
}