/*@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;700&display=swap');*/


summary {
    display: list-item
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong, label {
    font-family: 'FontBold-Public', serif;
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type=checkbox], [type=radio] {
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}


/* global w3 */

.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul a {
    padding: 8px 16px;
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-check, .w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-main {
    transition: margin-left .4s
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

.w3-content {
    margin-left: auto;
    margin-right: auto
}

.w3-top, .w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-circle {
    border-radius: 50%
}

.w3-round {
    border-radius: 4px
}

.w3-row-padding, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding: 0 8px
}

.w3-container, .w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.25s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-small {
    font-size: 12px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important
}

.w3-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-black, .w3-hover-text-black:hover {
    color: #000 !important
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover,
.w3-hover-light-gray:focus {
    color: #000;
    background-color: #f1f1f1 !important
}

.w3-white, .w3-hover-white:hover {
    color: #000;
    background-color: #fff !important
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #000;
    background-color: #9e9e9e!important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff;
    background-color: #616161 !important;
}

.bg-l-gray {
    background-color: #d0d0d0 !important;
}
.bg-gray {
    background-color: #333;
    color: #fff;
}
.bg-l-orange {
    background-color: #ffb263 !important;
}
.bg-orange {
    background-color: #e67819 !important;
    color: #fff;
}
.bg-l-green {
    background-color: #4cdc72 !important;
}
.bg-green {
    background-color: #35b156 !important;
    color: #fff;
}
.bg-l-blue {
    background-color: #81b2ef !important;
}
.bg-blue {
    background-color: #3571bb !important;
    color: #fff;
}
.bg-violet {
    background-color: #41239a !important;
    color: #fff;
}
.bg-magenta {
    background-color: #c21ae0 !important;
    color: #fff;
}
.bg-candy,
.bg-hover-candy:hover,
.bg-hover-candy:focus {
    background-color: #cc0000 !important;
    color: #fff;
}
.bg-yellow,
.bg-hover-yellow:hover,
.bg-hover-yellow:focus {
    background-color: #ffff00 !important;
    color: #fff;
}
.bg-navy,
.bg-hover-navy:hover,
.bg-hover-navy:focus {
    background-color: #000099 !important;
    color: #fff;
}
.bg-gold,
.bg-hover-gold:hover,
.bg-hover-gold:focus {
    background-color: #f5bb00 !important;
    color: #fff;
}

.txt-magenta {
    color: #c21ae0 !important;
}
.txt-violet {
    color: #41239a !important;
}
.txt-green {
    color: #35b156 !important;
}
.txt-candy {
    color: #cc0000 !important;
}
.txt-hover-candy:hover,
.txt-hover-candy:focus {
    color: #cc0000 !important;
}
.txt-hover-green:hover,
.txt-hover-green:focus {
    color: #35b156 !important;
}
.txt-hover-white:hover,
.txt-hover-white:focus {
    color: #fff !important;
}
.txt-l-lime {
    color: #abde10 !important;
}
.txt-yellow,
.txt-hover-yellow:hover,
.txt-hover-yellow:focus {
    color: #ffff00 !important;
}
.txt-navy,
.txt-hover-navy:hover,
.txt-hover-navy:focus {
    color: #000099 !important;
}
.txt-gold,
.txt-hover-gold:hover,
.txt-hover-gold:focus {
    color: #f5bb00 !important;
}

h1 {
    font-size: 2.5em;
}



.horizontal-menu {
    font-size: 0;
    padding: 0;
}
.horizontal-menu li {
    display: inline-block;
    font-size: 1rem;
    margin: 5px;
}
.horizontal-menu a {
    text-decoration: none;
}

.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-41 {
    width: 41% !important;
}
.w-42 {
    width: 42% !important;
}
.w-43 {
    width: 43% !important;
}
.w-44 {
    width: 44% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-58 {
    width: 58% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}

.wp-center {
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    margin-bottom: 20px;
}
.section-title h2 {
    position: relative;
    display: inline-block;
}
.section-title.uline h2 {
    padding-bottom: 5px;
}
.section-title.uline h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -6px;
    right: -6px;
    height: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--site-main-color);
}
.section-title.dash:before {
    content: "‐";
    margin-right: 10px;
}

.dropcap {
    float: left;
    font-size: 3.2em;
    line-height: 46px;
    padding-right: 6px;
    padding-left: 3px;
}
.dropcap.l3 {
    font-size: 4.4em;
    line-height: 66px;
}
.td-u {
    text-decoration: underline;
}
.fsize-1r {
    font-size: 1rem;
}
.tt-upper {
    text-transform: uppercase;
}
.tt-lower {
    text-transform: lowercase;
}
.tt-cap {
    text-transform: capitalize;
}

.fa-envelope:before {
    font-size: 0.8em;
}
.fa-group:before, .fa-users:before {
    font-size: 0.9em;
}
.fa-address-book:before {
    font-size: 0.88em;
}
.fa-th-large:before {
    font-size: 0.96em;
}

footer .w3-tag {
    margin-bottom: 15px;
    color: #000;
    background-color: #6f6f6f;
}
.div-foot {
    background: #151515;
    color: #6f6f6f;
}

#link-go-top {
    position: fixed;
    right: 24px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background: #717171;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    visibility: hidden;
    z-index: 10;
    font-size: 1.5em;
    text-align: center;
    opacity: 0;
}
#link-go-top.visible {
    visibility: visible;
    opacity: 0.4;
}
#link-go-top:hover,
#link-go-top:focus {
    opacity: 1;
}


.header-sticky {
    position: relative;
    padding: 10px 15px;
    z-index: 11;
    width: 100%;
}
.header-sticky .trigger {
    font-size: 35px;
    line-height: 65px;
    cursor: pointer;
    margin-left: 10px;
}
.header-sticky .text {
    margin: 0;
    display: none;
}
.header-sticky img {
    width: 65px;
}
.sticky .header-sticky {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.sticky .header-sticky .text {
    display: block;
}
.sticky .header-sticky .trigger {
    line-height: 50px;
}

.w3-sidebar .w3-hide-large {
    font-size: 45px;
    line-height: 35px;
    padding: 16px 0;
    cursor: pointer;
}

#aside-menu {
    margin: 30px 0;
    padding: 0 5px;
}
#aside-menu i {
    margin-right: 10px;
    width: 30px;
    text-align: center;
}
#aside-menu a {
    text-decoration: none;
    padding-left: 40px !important;
}


.dispnone {
    display: none !important;
}
.dispflex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
}
.dispflex.center {
    justify-content: center;
}
.dispflex.middle {
    align-items: center;
}


.img-bordered {
    border: 10px solid #d0d0d0;
}

#div-paginator a {
    text-decoration: none;
}
#div-paginator a.current {
    background: #c3c3c3;
}


.first-content {
    margin-top: 100px;
}

.max-w {
    max-width: 1200px;
    margin: auto;
}


.btn-template {
    height: 38px;
    padding: 0 16px;
    display: inline-flex !important;
    align-items: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    border: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.btn-template:active {
    top: 5px;
}

#header .summary {
    width: 70%;
    max-width: 800px;
}



@media (min-width: 601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4, .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6 {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }

    /* resume*/
    .resume-template .progress-bar .w3-third {
        padding: 0 16px 0 0;
    }
    .resume-template .progress-bar .w3-third:last-of-type {
        padding-right: 0;
    }
}

@media (min-width: 993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }

    .w3-hide-large {
        display: none;
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }

    .header-sticky {
        display: none;
    }

    .w3-sidebar .picture {
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    /*portfolio*/
    #header.portfolio {
        padding: 30px 0 40px;
    }
    .portfolio-template .header-sticky {
        display: block;
    }
    .portfolio-template .sticky > .w3-container {
        margin-top: 80px;
    }
    .w3-sidebar .picture {
        margin-top: 0;
    }

    .img-bordered {
        border-width: 5px;
    }
}



@media (max-width: 1024px) {
    .img-bordered {
        border-width: 8px;
    }
}

@media (max-width: 768px) {
    .cn-section, .padd-section {
        padding: 0 16px !important;
    }
    #link-go-top {
        right: 16px;
    }
    #header .summary {
        width: 85%;
    }

    /*delivery*/
    #top-bar .dispflex {
        padding: 16px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product {
        width: calc(33.3333% - 16px);
    }

    /*resume*/
    .resume-template #header .w3-container {
        min-height: 330px;
    }
    .resume-template .header-sticky .list {
        display: none;
    }
    .resume-template .header-sticky .trigger {
        display: block;
    }
    .resume-template #about .description {
        width: 90%;
    }
}

@media (max-width: 425px) {
    h1 {
        font-size: 2.2em;
    }
    #header .summary {
        width: 100%;
    }

    .portfolio-template #header .w3-container {
        padding-top: 15px;
    }

    .resume-template #about .description {
        width: 100%;
    }
    .resume-template #header .w3-container {
        min-height: 370px;
    }
    /* anny */
    .body-anny .desktop {
        display: none;
    }
    .body-anny .mobile {
        display: flex !important;
    }
    /* added new 08-23 */
    .cols-three,
    .cols-two {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .first-content {
        margin-top: 130px;
    }

    /*delivery*/
    #footer .padd-l-15 {
        padding-left: 8px !important;
    }
    .product {
        width: calc(50% - 16px);
    }
    #top-bar .div-phone {
        width: 100%;
        margin-top: 5px;
    }
    #top-bar .phone {
        margin: auto;
    }
    #top-bar .dispflex {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
        padding: 12px;
    }
    /* added new 08-23*/
    .cols-three.full,
    .cols-four {
        width: 50% !important;
    }
}

@media (max-width: 375px) {
    h1 {
        font-size: 2.0em;
    }

    /*delivery*/
    .horario br {
        display: block;
    }
    .product {
        width: calc(100% - 16px);
    }

    .resume-template #header .header-sticky {
        margin-top: 0;
    }
    .resume-template .sticky .w3-container {
        margin-top: 80px;
    }
    .resume-template .section-menu {
        margin: 0 -16px;
    }
}