/*aaa*/
canvas {
    display: block;
    vertical-align: bottom;
}



/* ---- particles.js container ---- */
#particles-js {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: -999;
    background-color: #1c1e20;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*aaa*/

body {
    position: absolute;
    min-height: 100%;
    font-family: 'Fjalla One', sans-serif;
    color: #E0E0E0;
    background-color: #1c1e20;
}

#content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Fjalla One', sans-serif;
    background-color: transparent;
}

.widthContainer {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
}

#alertMessageLogo {
    width: 80%;
}

.mobileElement {
    display: none;
}

.centerWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}

#headerProfileContainer {
    position: relative;
    float: right;
    margin-right: 20px;
    width: 90px;
    height: 20px;
    line-height: 100%;
    border-radius: 12px;
    display: block;
    margin-top: 27px;

}

#profile {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 12px 12px 12px 12px;
}

#profileLogo {
    position: absolute;
    width: 40px;
    margin-top: -11px;
    margin-left: -10px;
}

#profilePhone {
    width: 100%;
    margin-left: 30px;
    margin-top: 3px;
    font-size: 11px;
    color: grey;
}


.header {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 11;
    color: #fff;
    padding-right: 0%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    z-index: 49;
    text-align: center;
    background-color: transparent;
}

.header-nav-button-container {
    width: 25%;
    display: flex;
    -webkit-transition: all 0.3s ease-out;
    font-size: 13px;
    position: relative;
}

.header-nav-logo-container {
    display: inline-block;
    position: fixed;
    margin-top: 30px;
    margin-right: 35px;
    margin-left: 36px;
    width: 28%;
}


.header-text-container {
    width: 40%;
    height: 80px;
    display: inline-flex;
    position: fixed;
    float: right;
    flex-direction: row;
    justify-content: space-between;
    z-index: 11;
    color: #fff;
    padding-right: 0%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    z-index: 49;
    text-align: center;
    right: 0;
    background-color: transparent;
}

.header-nav-button {
    max-width: 100%;
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.hrefBox {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.mobileElement {
    display: none;
}


#white_logo {
    display: none;
    width: 100px;
}

#black_logo {
    display: none;
    width: 100px;
}

.selected-section-marker {
    display: none;
    position: absolute;
    top: 68%;
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    background-color: #27F0FF;
}

.selectedSection {
    display: block;
}
.selectedSectionHover {
    display: block;
    background-color: #CCCCCC !important;
}
.volver{
    display: block;
    height: 40px;
    text-align: left;
    padding-right: 30px;
    margin-right: 25px;
    width: 105px;
    margin-bottom: 20px;
    float: right;
    margin-left: 100px;
}
.arrow{
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    float: left;
}
.volver p{
    color: #99999A;
    display: inline-block;
    font-size: 13px;
}
.volver p:hover{
    color: #CCCCCC;
}
#footer{
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #3cf0ff;
    color: black;
    font-family: 'AvenirNextCondensed';
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#footerLogo{
    position: relative;
    height: 20px;
    margin-right:25px;
}
.footerText{
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    width: 145px;
    line-height: 50px;
    height: 50px;
}
.footerText:hover{
    text-decoration:underline;
}

.footerIcon {
    max-height: 42px;
    display: inline-block;
    max-width: 37px;
    float: left;
    margin-top: 10px;
}

.instaHeader {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.instaHeader:hover {
    background-color: #3cf0ff;
    background-blend-mode: multiply;
}

.selectedInsta {
    background-color: #3cf0ff;
    background-blend-mode: multiply;
}

.whatsAppWebContainer {
    width: 75px;
    background-color: white;
    height: 75px;
    border-radius: 50%;
    position: fixed;
    bottom: -100px;
    right: 50px;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
    transition: bottom .1s ease-out, width .1s ease-out;
    -moz-transition: bottom .1s ease-out, width .1s ease-out;
    -webkit-transition: bottom .1s ease-out, width .1s ease-out;
    -o-transition: bottom .1s ease-out, width .1s ease-out;
}
.whatsAppWebContainer:hover {
    background-color: #3cf0ff;
}

.whatsAppWebContainer.open {
    bottom: 40px;
}

.whatsAppWebLogo {
    position: absolute;
    height: 75px;
    left: 13px;
}


@media only screen and (orientation: portrait) {
    #alertMessageDiv {
        width: 70%;
    }
    #headerMobileMenuIcon span {
        /*        display: block;*/
        position: absolute;
        height: 2px;
        width: 54%;
        background: black;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #headerMobileMenuIcon span:nth-child(even) {
        left: 50%;
        border-radius: 0 0px 0px 0;
    }

    #headerMobileMenuIcon span:nth-child(odd) {
        left: 0px;
        border-radius: 0px 0 0 0px;
    }

    #headerMobileMenuIcon span:nth-child(1), #headerMobileMenuIcon span:nth-child(2) {
        top: 0px;
    }

    #headerMobileMenuIcon span:nth-child(3), #headerMobileMenuIcon span:nth-child(4) {
        top: 7px;
    }

    #headerMobileMenuIcon span:nth-child(5), #headerMobileMenuIcon span:nth-child(6) {
        top: 14px;
    }

    #headerMobileMenuIcon.open span:nth-child(1), #headerMobileMenuIcon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #headerMobileMenuIcon.open span:nth-child(2), #headerMobileMenuIcon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #headerMobileMenuIcon.open span:nth-child(1) {
        left: 0px;
        top: 4px;

    }

    #headerMobileMenuIcon.open span:nth-child(2) {
        left: calc(50% - 4px);
        top: 4px;
    }

    #headerMobileMenuIcon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #headerMobileMenuIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #headerMobileMenuIcon.open span:nth-child(5) {
        left: 0px;
        top: 14px;
    }

    #headerMobileMenuIcon.open span:nth-child(6) {
        left: calc(50% - 4px);
        top: 14px;
    }

    .header-nav-logo-container {
        margin-left: calc(50vw - 50px);
    }

    .header-text-container {
        display: none;
    }

    .mobileElement {
        display: block ;
    }

    .header-nav-button {
        font-size: 25px;
        line-height: 60px;
        margin-left: 30px;
        align-items: center;
        justify-content: left;
        font-family: 'Fjalla One', sans-serif;
    }

    .header-nav-button-container {
        width: 90%;
    }

    .instaHeader {
        height: 45px;
        width: 45px;
        margin-top: 20px;
    }


    #headerMobileMenuIcon {
        display: none ;
        width: 30px;
        height: 23px;
        position: relative;
        float: left;
        margin-top: 33px;
        margin-left: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #headerMobileMenuIcon span {
        /*display: block;*/
        position: absolute;
        height: 4px;
        width: 50%;
        background: black;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .selected-section-marker {
        display: none;
        position: absolute;
        top: 82%;
        left: 13%;
        width: 55%;
        height: 2px;
        background-color: #27F0FF;
    }

    #headerMobileMenuIcon span:nth-child(even) {
        left: 50%;
        border-radius: 0 0px 0px 0;
    }

    #headerMobileMenuIcon span:nth-child(odd) {
        left: 1px;
        border-radius: 0px 0 0 0px;
    }

    #headerMobileMenuIcon span:nth-child(1), #headerMobileMenuIcon span:nth-child(2) {
        top: 0px;
    }

    #headerMobileMenuIcon span:nth-child(3), #headerMobileMenuIcon span:nth-child(4) {
        top: 8px;
    }

    #headerMobileMenuIcon span:nth-child(5), #headerMobileMenuIcon span:nth-child(6) {
        top: 16px;
    }

    #headerMobileMenuIcon.open span:nth-child(1), #headerMobileMenuIcon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #headerMobileMenuIcon.open span:nth-child(2), #headerMobileMenuIcon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #headerMobileMenuIcon.open span:nth-child(1) {
        left: 2px;
        top: 2px;
    }

    #headerMobileMenuIcon.open span:nth-child(2) {
        left: calc(50% - 4px);
        top: 2px;
    }

    #headerMobileMenuIcon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #headerMobileMenuIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #headerMobileMenuIcon.open span:nth-child(5) {
        left: 2px;
        top: 11px;
    }

    #headerMobileMenuIcon.open span:nth-child(6) {
        left: calc(50% - 4px);
        top: 11px;
    }

    #headerLogo {
        margin-left: 15px;
        height: 15px;
        margin-top: 15px;
    }

    #rightHeaderOptions {
        position: relative;
        float: right;
        width: 85px;
        right: 0px;
    }

    #headerProfile {
        margin-top: 8.5px;
        margin-right: 7px;
    }

    #headerCartMobile {
        position: relative;
        float: left;
        margin-left: 5px;
        height: 28px;
        margin-top: 8.5px;
        display: block;
    }

    #headerMobileMenu {
        position: fixed;
        top: 80px;
        height: calc(100% - 100px);
        width: 230px;
        left: -235px;
        background-color: white;
        z-index: 2;
        padding-top: 20px;
        overflow: scroll;
        box-shadow: rgba(0, 0, 0, 0.5) 0.2px 0.2px 8px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    #headerMobileMenu.open {
        left: 0px;
    }

    .mobileMenuItem {
        position: relative;
        width: 100%;
        display: table;
        height: 40px;
        color: black;
        font-family: 'Optima-Regular', sans-serif;
    }

    .mobileMenuLink {
        position: relative;
        float: left;
        display: inline-block;
        width: auto;
        font-size: 13px;
        letter-spacing: 1px;
        max-width: 140px;
        height: 35px;
        line-height: 35px;
        padding-left: 20px;
        word-break: break-all;
        overflow: hidden;
    }

    .whatsAppWebContainer.open {
        height: 70px;
        width: 70px;
    }

    .whatsAppWebLogo {
        height: 65px;
        right: -28px;
        top: 3px;
    }

    #footer {
        height: 70px;
    }
    #footerLogo {
        margin-left: 15px;
        margin-right: 10px;
        height: 15px;
    }
    .whatsAppWebContainer.open {
        bottom: 80px;
    }
    .footerText {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 11px;
    }
    .footerIcon {
        max-width: 32px;
    }
    #mailfoot {
        width: 150px;
    }
    #telfoot {
        width: 134px;
    }


}