#footerDummy {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0px !important;
}

#footer {
    position: relative;
    /* bottom: 0px; */
    top: 0px;
    width: 100%;
    height: fit-content;
    background: #F8F8F8;
    overflow: hidden;
    text-align: center;
}

.line {
    position: relative;
    /* display: none; */
    height: 1px;
    background: #151536;
    width: 100%;
    margin: 0 auto;
}

.centeredContent {
    width: 1100px;
}

.columnsContainer {
    text-align: center;
    margin: auto;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    width: 100%;
    display: flex;
    position: relative;
    height: fit-content;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}

.column {
    float: left;
    color: #151536;
    width: 28%;
    height: 100%;
    position: relative;
    display: flex;
    text-align: left;
    align-items: center;
    flex-direction: row;
    margin: 30px 36% 30px;
    justify-content: space-between;
}

.columnHeading {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 25px;
    margin-top: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3px;
    display: none;
}

#columnSubheading {
    color: #151536;
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%;
    margin-top: 3px;
    text-align: center;
    display: none;
}

.itemsContainer {
    width: 100%;
}

.whatsAppWebContainer {
    width: 70px;
    height: auto;
    bottom: 20px !important;
    right: 20px;
}

.newsLetterContainer {
    background-color: white !important;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    width: 40%;
    float: left;
}

.inputContainer {
    height: 40px;
    width: calc(100% - 112px);
    float: left;
    display: block;
}

.columnItem {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.centerWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}

.lastRow {
    width: 100%;
    float: left;
    margin-top: 108px;
    color: white;
    margin-bottom: 15px;
    font-size: 13px;
}

.footerColumn {
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    color: white;
    width: 198px;
    margin-right: 35px;
    margin-left: 35px;
    text-align: left;
}

.footerLogo {
    width: 135px;
    float: left;
}

.followUsColumn {
    width: 135px;
}

.footerColumnLink {
    cursor: pointer;
}

.footerColumnLink:hover {
    text-decoration: underline;
}

.newsletterColumn {
    width: 40%;
    /* margin-bottom: 13px; */
    text-align: left;
    font-size: 18px;
    float: left;
    font-weight: 300;
    margin: 0 auto;
    color: #151536;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.footerColumnTitle {
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footerColumnRow {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 13px;
    float: left;
    width: 100%;
}

#emailFooterInput {
    position: relative;
    width: calc(100% - 25%);
    padding: 0px;
    float: left;
    height: 100%;
    padding-top: 0px;
    text-indent: 15px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #151536;
    line-height: 30px;
    font-size: 13px;
    /* border-bottom: 1px solid #95A5A6; */
    float: left;
    font-weight: 300;
}

#emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #151536;
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #151536;
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #151536;
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #151536;
    opacity: 1;
    font-weight: 300;
}

#emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #151536;
    opacity: 1;
    font-weight: 300;
}

#subscribeNewsletterButton {
    position: relative;
    height: 100%;
    margin-top: 0px;
    cursor: pointer;
    width: calc(100% - 1px);
    text-align: center;
}

#subscribeNewsletterButton:hover {
    /* opacity: 0.6; */
}

#footerSocialIcons {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.footerSocialIcon {
    position: relative;
    width: 30px;
    margin: 0 5px;
}

#socialHeader {
    margin-bottom: 16px;
    color: #151536;
}

.newsletter_go {
    color: white;
    float: left;
    background-color: #151536;
    display: block;
    line-height: 37px;
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    left: 0px;
    width: 25%;
    float: right;
    /* margin-left: 10px; */
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.newsletter_go:hover {
    font-weight: 700;
}

#footerBottom {
    height: 40px;
}

#footerLogo {
    float: left;
    margin-top: 0%;
    margin-left: 0%;
    width: 100px;
}

#footerLogo img {
    width: auto;
}

#footerLogoContainer {
    height: 230px;
    float: left;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    width: 13%;
}

.rights {
    line-height: 40px;
    color: #151536;
    font-size: 13px;
    float: left;
    width: 100%;
    text-align: left;
    text-indent: 3%;
}

.footerIcon {
    position: relative;
    margin-right: 15px;
    width: 23px;
    margin-top: 8px;
    left: 5%;
}

.footerIcon:hover {
    color: #06b1de;
}

.byluna {
    margin-right: 3%;
    position: relative;
    height: 80%;
    width: auto;
}

.whatsAppWebLogo {
    width: 100%;
    height: auto;
    border-radius: 0%;
    padding-left: 2px;
}

.newsletterHeading {
    text-align: center;
    font-size: 12px !important;
}

.newsletterHeading1 {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

#newsLetterDiv {
    height: 34px;
    width: auto;
    margin-bottom: 25px;
}

a .columnItem:hover {
    font-weight: 600;
}

.openItem {
    display: none;
}

.suscribeNewsContainer {
    position: relative;
    float: left;
    width: calc(73% - 2px);
    height: 35px;
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid #151536;
    /* padding-left: 20px; */
}

#columnContainer {
    width: 100%;
    height: min-content;
    overflow: hidden;
    margin: 0px 0;
}

.logosFooter {
    height: 14px;
    margin-left: 7px;
    margin-right: 11px;
}

#contactoFooter {
    margin-right: 5px;
    font-size: 13px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
}

.rayita {
    width: fit-content;
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

.footerMobile {
    display: none !important;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    #footer {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    #footer {
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .inputContainer {
        width: calc(68% - 5px);
        margin: auto;
        height: 32px;
        margin-right: 5px;
    }

    .newsLetterContainer {
        padding: 0px;
        width: 85%;
        float: none;
        margin: 0 auto;
    }

    .suscribeImage {
        width: 280px;
    }

    .suscribe {
        position: relative;
        height: 30px;
        line-height: 32px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .rights {
        text-indent: 0px !important;
        line-height: 10px;
        text-align: left;
        margin-top: 16px;
        margin-left: 15px;
        font-size: 11px;
        width: 60%;
    }

    #footerLogo img {
        width: 28%;
    }

    .footerLogo {
        display: none;
        width: 80px;
        height: auto;
        margin: 0 auto;
        margin-top: 10px;
        float: none;
        margin-bottom: 15px;
    }

    .centerWrapper {
        display: block;
        width: 100%;
    }

    .footerColumn {
        width: 100%;
        margin-top: 40px;
        float: none;
        margin-left: 0px;
        text-align: center;
    }

    .column {
        float: none;
    }

    .column.footerLogoColumn {
        display: block;
        margin: 0 auto;
        float: none;
        height: auto;
        overflow: hidden;
    }

    .newsletterColumn {
        margin: 0 auto;
        margin-top: 0px;
        display: flex;
        float: none;
        margin-bottom: 35px;
        justify-content: center;
    }

    .newsletterColumn {
        width: 100% !important;
        float: left;
        font-size: 17px;
        float: left;
        line-height: 24px;
        margin-bottom: 40px;
        font-weight: 600;
    }

    .footerColumnTitle {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: center;
    }

    .footerColumnRow {
        font-size: 12px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .footerColumnTime {
        position: relative;
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }

    .footerSocialIcon {
        margin-bottom: 20px;
    }

    .column {
        width: 100% !important;
        margin: 5px auto;
        float: left;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .columnsContainer {
        width: 100%;
        margin-top: 0px;
        height: auto;
        margin-left: 0px;
        display: block;
    }

    .columnHeading {
        font-size: 22px;
        line-height: initial;
        text-align: center;
        margin-top: 45px;
        margin-bottom: 25px;
    }

    #columnSubheading {
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .columnItem {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        width: fit-content;
        margin: 8px auto;
        font-weight: 200;
    }

    .lastRow {
        margin-top: 15px;
    }

    #emailFooterInput {
        margin: 0px auto;
        width: calc(100% - 115px);
        margin-right: 0px;
        border-radius: 0px;
        padding: 0px;
        padding-left: 0px;
        font-size: 14px;
        font-weight: 200;
    }

    .newsletter_go {
        position: relative;
        margin: 0;
        width: 115px;
        line-height: initial;
        font-weight: 600;
        letter-spacing: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerIcon {
        float: left;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 30px;
        margin-bottom: 16px;
        width: 30px;
        height: 30px;
    }

    #footerLogo {
        width: 50%;
        display: block;
        margin: 0 auto;
        float: none;
    }

    .footerIconsColumn {
        height: 30px;
        width: 145px;
        margin: 0 auto;
    }

    .byluna {
        margin-right: 4%;
    }

    #subscribeNewsletterButton {
        width: auto;
        right: 0px;
        margin-left: 0px;
        height: fit-content;
    }

    .openItem {
        display: block;
        position: absolute;
        right: 40px;
    }

    #footerLogoContainer {
        width: 100%;
    }

    .suscribeNewsContainer {
        width: 86%;
        float: unset;
        margin: 0 auto;
        height: 35px;
    }

    .footerMobile {
        display: block !important;
    }

    #contactoFooter {
        overflow: hidden;
        float: left;
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100px;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .logosFooter {
        display: none;
    }

    #columnContainer {
        /* height: 100px; */
        margin-bottom: 30px;
    }
}

/*ipad*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .columnsContainer {
        width: 79%;
    }

    #footerLogo {
        margin-left: 4%;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .newsLetterContainer {
        width: 50%;
    }

    #emailFooterInput {
        width: calc(100% - 25px);
    }

    #footerLogo {
        width: 30%;
    }
}