#footer {
    position: relative;
    bottom: 0px;
    /* background-image: url(/files/footerBackground.png); */
    width: 100%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
    align-items: stretch;
    justify-content: space-between;
}

#footerBottom {
    height: 43px;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    background-color: var(--principal1);
}

img.closePopup {
    position: absolute;
    right: 1vw;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 1vw;
    cursor: pointer;
}

img.topLogo {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 200px;
    height: 30px;
    background: white;
}

.textdiv {
    display: inline-block;
    font-size: 60px;
    color: black;
    position: relative;
    text-align: center;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}

.boldText {
    position: relative;
    display: inline-block;
}

.textdiv .blueText {
    position: relative;
    display: inline-block;
}

.subTextDiv {
    color: black;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.mailDiv {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 40%;
    height: 40px;
    background-color: white;
    margin-top: 50px;
}

input.mailInput {
    display: inline-block;
    position: relative;
    color: #000;
}

input.mailBtn {
    right: 0;
    display: inline-block;
    position: absolute;
    height: 35px;
    margin-top: 2px;
    background-color: rgba(31, 42, 222, 1)!important;
    color: white;
}

.mailBtn {
    display: inline-block;
    position: absolute;
    right: 3px;
    height: 34px;
    top: 2px;
    background-color: var(--principal1);
    color: white;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 34px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid var(--principal1);
    transition: .5s all ease-in-out;
}

.mailBtn:hover {
    background: transparent;
    color: var(--principal1);
}

.separatorLine {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

.sumaTuMarcaContainer {
    display: flex;
    width: 94%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sumaTuMarcaForm {
    display: flex;
    /* height: 48px; */
}

.sumaTuMarcaForm div input {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    border-radius: 10px;
    background-color: white;
    /* margin-right: 20px; */
    color: black;
}

.mail input,
.empresa input {
    width: 18vw;
}

.mensaje input {
    width: 23vw;
}

.sumaTuMarcaForm div {
    margin-left: 15px;
}

.enviarForm {
    /* position: absolute; */
    right: 0px;
    height: 39px;
    background-color: var(--principal1);
    color: white;
    display: flex;
    border: 1px solid;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--principal1);
    justify-content: center;
    border-radius: 10px;
    margin-right: calc(3% + 6px);
    padding: 0px 20px;
}

.enviarForm:hover {
    background: transparent;
    color: var(--principal1);
}

.sumaTuMarcaText {
    font-size: 25px;
    text-align: left;
    color: black;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blueText {
    /* color: var(--principal1); */
}

.mensaje {
    display: flex;
    align-items: center;
}

.columnsContainer {
    margin: auto;
    margin-top: 50px;
    width: 93%;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
    margin-left: 7%;
}

#rightColumn {
    position: relative;
    float: left;
    width: 32%;
    background-color: #8E8B58;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.leftColumn {
    position: relative;
    float: left;
    width: 68%;
    display: flex;
    flex-direction: column;
}

.footerImg {
    position: relative;
    float: left;
    margin: 20px;
    width: 92%;
}

.imageColumnFooter {
    height: auto;
    float: left;
    top: 6px;
    margin-right: 5px;
    position: relative;
    width: 14px;
}

#mainPopupClose {
    position: relative;
    top: -14px;
    height: 30px;
    right: 14px;
    cursor: pointer;
}

.socialMediaLogo,
.socialMediaLogoHover {
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    background-size: contain;
}

.socialMediaLogoHover {
    display: none;
}

.twDiv,
.fbDiv,
.igDiv {
    display: inline-block;
    margin-right: 10px;
}

.twDiv:hover .socialMediaLogo,
.fbDiv:hover .socialMediaLogo,
.igDiv:hover .socialMediaLogo {
    display: none;
}

.twDiv:hover .socialMediaLogoHover,
.fbDiv:hover .socialMediaLogoHover,
.igDiv:hover .socialMediaLogoHover {
    display: inline-block;
}

.cardsDiv {
    display: grid;
    position: relative;
    float: left;
    margin: 20px;
    margin-top: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
}

.cardImg {
    display: inline-block;
    width: 58px;
    position: relative;
    margin-right: 10px;
}

.footerTop {
    /* width: 100%;
background-image: url(/files/headerBackImg.png);
height: 600px;
margin: 0 auto;
position: relative;
float: left;
font-size: 50px;
text-transform: UPPERCASE;
color: #000;
font-weight: 300;
letter-spacing: 3px;
background-size: cover; */
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #EDE3E1;
    background-image: url(/files/footerBackground.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.footerTop h1 {
    font-family: 'Spectral' !important;
    font-weight: 300;
}

.column {
    float: left;
    color: #000000;
    margin-right: 4%;
}

.column a {
    position: relative;
}

.columnHeading {
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000;
    text-align: left;
    font-size: 15px;
    display: block;
    margin-top: 12px;
    text-transform: none;
}

.columnItem {
    margin-top: 12px;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
}

.columnItem:hover {
    text-decoration: underline;
    cursor: pointer;
}

.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: 100px;
    float: left;
}

.followUsColumn {
    width: 135px;
}

.footerColumnLink {
    cursor: pointer;
}

.footerColumnLink:hover {
    text-decoration: underline;
}

.newsletterColumn {
    width: 250px;
    display: flex;
    float: left;
    color: white;
    margin-top: 3%;
    margin-left: 28%;
}

.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% - 42px);
    padding-left: 10px;
    height: 32px;
    background-color: white;
    color: #58595b;
    padding: 0px;
    text-indent: 10px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 12px;
    border-bottom: 1px solid #000000;
    float: left;
}

#emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #58595b;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #58595b;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #58595b;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #58595b;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #58595b;
    opacity: 1;
    font-weight: 100;
}

#subscribeNewsletterButton {
    position: relative;
    width: 100%;
    height: calc(100% - 2px);
    margin-top: 1px;
    float: right;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0;
}

#footerSocialIcons {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.footerSocialIcon {
    position: relative;
    width: 42px;
    margin-right: 20px;
}

.newsletter_go {
    width: 26px;
    background-color: transparent;
    right: 25px;
    float: left;
    position: relative;
    height: 34px;
    border-radius: 0px;
}

#footerLogo {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-right: 4%;
    margin-top: 0px;
    width: 20%;
    float: left;
}

.socialMediaDiv {
    position: relative;
    display: inline-block;
    height: 25px;
    float: left;
    margin-top: 10px;
}

.rights {
    margin-left: 3%;
    text-align: left;
    font-weight: 400;
    color: #fff;
    width: fit-content;
    position: relative;
}

.footerIcon {
    float: left;
    margin-right: 8px;
    width: 36px;
}

.byluna {
    margin-right: 3vw;
    width: 50px;
    margin-top: 9%;
    /* filter: invert(1); */
}

.preguntasFooter {
    display: flex;
    width: 94%;
    color: var(--principal1);
    display: none;
    margin: auto;
    justify-content: space-between;
}

.pregunta {
    font-weight: 600;
    margin-right: 35px;
}

.webOption {
    margin-left: 20px;
}

#mainPopup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(52, 135, 188, 0.8);
    z-index: 22;
    display: none;
    align-items: center;
    justify-content: center;
}

#mainPopupImg {
    position: relative;
    max-width: 90vw;
    margin: 0 auto;
}

#mainPopupImgMobile {
    display: none;
}

.whatsAppWebContainer {
    z-index: 2;
}

.whatsAppWebContainer.open {
    bottom: 10px;
}


/*newsletterPopup*/

.newsletterPopup {
    background-image: url(/files/layouts/background-popup.png);
    background-size: cover;
    display: flex;
    opacity: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 80%;
    height: 80vh;
    margin-left: 10%;
    position: absolute;
    margin-top: 0vh;
    top: 10vh;
    background-color: #EDE3E1;
    z-index: 99;
}

.newsLetterPopupBk {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ffffff1f;
    z-index: 100;
    top: 0px;
    backdrop-filter: blur(3px);
    opacity: 0;
    display: none;
}

.newsletterPopup .topLogo {
    background: transparent;
    object-fit: contain;
    margin-top: 0;
    position: absolute;
    top: 15%;
}

.newsletterPopup .textdiv {
    margin-top: 20px;
}

.newsletterPopup .subTextDiv {
    margin-top: 20px;
}

.newsletterPopup .mailDiv {
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.newsletterPopup .mailDiv input {
    width: calc(100% - 20px);
    left: 10px;
}

.newsletterPopup .boldText,
.newsletterPopup .blueText {
    font-weight: 900;
}

.newsletterPopup #spiral2 {
    left: -10% !important;
    width: 300px !important;
    bottom: -10% !important;
    position: absolute;
    top: unset !important;
    animation: 8s ease-in-out 0s infinite normal none running float;
}

.newsletterPopup #spiral4 {
    top: 30% !important;
    width: 150px !important;
    position: absolute;
    animation: 8s ease-in-out 0s infinite normal none running float;
    left: 3%;
}

.newsletterPopup #spiral3 {
    width: 120px !important;
    top: 14%;
    right: 3%;
    position: absolute;
    animation: 8s ease-in-out 0s infinite normal none running float;
}

.newsletterPopup #spiral7 {
    animation: 8s ease-in-out 0s infinite normal none running float;
    width: 250px;
    right: -9% !important;
    bottom: -2% !important;
    position: absolute;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {
    #content {
        height: auto;
    }
    .sumaTuMarcaContainer {
        flex-direction: column;
    }
    .sumaTuMarcaForm {
        flex-direction: column;
        width: 80%;
        margin-top: 20px;
        height: auto;
    }
    .newsletterPopup #spiral4 {
        top: 14%;
    }
    .sumaTuMarcaForm div input {
        width: calc(100% - 40px);
        font-size: 15px;
    }
    .sumaTuMarcaForm div {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .sumaTuMarcaText {
        text-align: center;
        margin-bottom: 20px;
    }
    .enviarForm {
        position: relative;
    }
    .mensaje {
        flex-direction: column;
    }
    .enviarForm {
        margin-top: 20px;
        width: calc(100% - 40px);
        margin-right: 0px;
        font-size: 14px;
    }
    .preguntasFooter {
        flex-direction: column;
        font-size: 16px;
    }
    .preguntasFooter .left {
        display: flex;
        flex-direction: column;
    }
    .preguntasFooter .left a {
        margin-top: 30px;
        margin-right: 0px;
    }
    .separatorLine {
        margin: 20px 0px 20px;
    }
    .preguntasFooter .right {
        display: flex;
        flex-direction: column;
    }
    .preguntasFooter .right a {
        margin-left: 0px;
        margin-top: 30px;
    }
    #mainPopupImg {
        display: none;
    }
    #mainPopupDiv {
        margin-top: 11vh;
        max-width: 90vw !important;
        height: auto;
        width: auto;
        max-height: none !important;
    }
    #mainPopupImgMobile {
        display: block;
        max-width: 90vw;
        height: auto;
        margin-left: 0vw;
    }
    #footer {
        height: auto;
        overflow: hidden;
        position: relative;
        flex-direction: column;
    }
    .leftColumn {
        width: 100%;
    }
    .footerTop {
        font-size: 26px;
    }
    .footerTop {
    background-size: 100%;
    background-image: url(/files/footerBackgroundMobile.png);
}
    .rights {
        margin-right: 0;
        text-indent: 0px !important;
        line-height: 43px;
        font-size: 10px;
        width: 90%;
        color: #fff;
        margin-left: 0;
    }
    .footerLogo {
        display: block;
        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.footerLogoColumn {
        display: block;
        margin: 0 auto;
        float: none;
        height: auto;
        overflow: hidden;
    }
    .newsletterColumn {
        width: 85% !important;
        color: white;
        margin: 15px auto 20px;
        position: relative;
        float: unset;
    }
    .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%;
        overflow: hidden;
        margin: 0px auto;
        float: unset;
        border-top: 1px solid;
    }
    .columnsContainer {
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
    #footer-mobile .centeredContent {
        width: 90% !important;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    .newsletterColumn .columnHeading {
        width: 100%;
    }
    .columnHeading {
        font-size: 13px;
        display: flex;
        width: 85%;
        line-height: 30px;
        margin: 15px auto;
        justify-content: space-between;
        align-items: center;
    }
    .columnItem {
        font-size: 11px;
        width: 85%;
        margin: 0px auto 10px;
    }
    .lastRow {
        margin-top: 15px;
    }
    #emailFooterInput {
        margin: 0px auto;
        float: unset;
        text-indent: 10px;
        padding: 0px;
        height: 31px;
        border-radius: 0px;
        width: calc(100% - 2px);
    }
    .newsletter_go {
        width: 26px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .footerIcon {
        float: none;
    }
    #footerLogo {
        width: 115px;
        margin-top: 10px;
        margin-bottom: 15px;
        display: block;
        margin-left: 30%;
        margin-right: 20%;
    }
    .byluna {
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .cardsDiv {
        float: right;
        width: auto;
        margin: 1px;
    }
    #footerDummy {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        height: unset !important;
    }
    .socialMediaDiv {
        vertical-align: bottom;
        margin-top: 0;
        float: left;
        display: flex;
        margin-right: auto;
        width: 100%;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    #footerLogo {
        width: 115px;
        margin-top: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 0 auto;
        margin-bottom: 20px;
        float: none;
    }
    .footerMedia {
        height: auto;
        width: 94%;
        align-items: center;
        display: flex !important;
        padding-bottom: 0px;
        border-bottom: none;
        overflow: hidden;
        margin: 30px auto 20px;
        flex-direction: column;
    }
    .cardImg:last-of-type {
        margin-right: 0px;
    }
    .itemsContainer {
        height: 0;
        overflow: hidden;
    }
    .whatsAppWebContainer {
        width: 140px;
        height: 46px;
    }
    .whatsAppWebContainer.open {
        bottom: 32px;
    }
    #rightColumn {
        width: 100%;
    }
    .footerImg {
        margin: 16px;
        margin-bottom: 0;
    }
    #footerBottom {
        align-items: center;
        width: 96%;
        padding: 0 2%;
    }
    #footerBottom.notVisible {
        display: none !important;
    }
    .newsletterPopup .topLogo {
        width: 120px;
        top: 22%;
    }
    .newsletterPopup .textdiv {
        font-size: 30px;
    }
    .newsletterPopup .mailDiv {
        margin-top: 20px;
        width: 90%;
        flex-direction: column;
        height: auto;
        background-color: transparent;
    }
    .newsletterPopup .mailDiv input {
        position: unset;
        position: unset;
        margin-bottom: 0px;
        padding: 10px;
        border-radius: 10px;
    }
    .newsletterPopup .subTextDiv {
        font-size: 14px;
        width: 90%;
    }
    .newsletterPopup .mailBtn,
    .newsletterPopup .mailInput {
        font-size: 13px;
    }
    .newsletterPopup .mailBtn {
        position: unset;
        width: 100%;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }
    .newsletterPopup #spiral4,
    .newsletterPopup #spiral2,
    .newsletterPopup #spiral3 {
        width: 80px !important;
    }
    .newsletterPopup #spiral3 {
        left: 80%;
        top: 22%;
    }
    .newsletterPopup {
        height: 60vh;
        margin-top: 20vh;
        top: 15vh;
    }
    img.closePopup {
        right: 8vw;
        top: 19vh;
    }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    #footer {
        width: 100%;
    }
    .socialMediaDiv {
        margin-right: unset;
        width: 32%;
    }
}

@media screen and (max-width: 768px) {
    .newsletterPopup #spiral4 {
        width: 60px !important;
        top: 10% !important;
        left: 1% !important;
        height: auto;
    }
    .newsletterPopup #spiral7 {
        z-index: -1;
        width: 150px;
        right: -20% !important;
        bottom: -5% !important;
    }
    .newsletterPopup #spiral3 {
        width: 60px !important;
        top: 19%;
        right: -8%;
        left: unset;
        height: auto;
    }
    .newsletterPopup #spiral2 {
        bottom: -8% !important;
        width: 150px !IMPORTANT;
        height: auto;
        left: -20% !important;
    }
    .newsletterPopup {
        height: 70vh;
        margin-top: 0vh;
        top: 13vh;
    }
    img.closePopup {
        right: 1vw;
        top: 1vw;
    }
    .newsletterPopup .topLogo {
        width: 150px;
        top: 6%;
    }
    .newsletterPopup .textdiv {
        font-size: 27px;
        margin-top: 10px;
    }
    .newsletterPopup .subTextDiv {
        font-size: 13px;
        width: 60%;
        margin-top: 30px;
    }
}