footer {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

/* footer .centeredContent {
    height: 70px;
    display: flex;
    align-items: center;
}

footer.mamaFooter,
footer.mamaFooter .centeredContent {
    height: 115px;
} */

/* #footerLogo {
    position: relative;
    color: white;
    float: left;
    height: 25px;
} */

/* #footerText {
    color: white;
    font-size: 11px;
    margin-left: 20px;
    font-weight: 300;
    margin-top: 4px;
    line-height: 13px;
} */

#faq {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#suscribe {
  width: 100%;
  color: #006dd2;
  height: 80px;
}

#contSus {
  width: 90%;
  margin-left: 5%;
}

#titSuscribe {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  margin-left: 0%;
}

#name {
  border: 1px solid #006dd2;
}

/* #email {
    border: 1px solid #006DD2;
} */

#btnSuscribe {
  background-color: #006dd2;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

#txtSuscribe {
  margin-top: 5px;
}

#footerMenu {
  background-color: #0570d4;
  width: 100%;
  height: 70px;
  color: #ffffff;
}

.footerOpM {
  font-size: 16px;
  width: 25%;
  font-weight: 300;
  margin-left: 0%;
}

.footerOpM :hover {
  font-weight: 500;
}

/* .footerOpMLink {
    margin-top: 40px;
    font-size: 20px;
    width: 40%;
    font-weight: 300;
} */

.txtFooter {
  margin: 1%;
}

/* .faq {
    margin-top: 40px;
    font-size: 20px;
    width: 180%;
    font-weight: 300;
} */

#footerMenuMobile {
  display: none;
}

@media screen and (max-width: 768px) {
  /* #footerText {
        font-size: 9px;
        line-height: 11px;
    }
    footer.mamaFooter,
    footer.mamaFooter .centeredContent {
        height: 160px;
    }
    #footerText {
        color: white;
        font-size: 11px;
        margin-left: 20px;
        font-weight: 300;
        margin-top: 4px;
        line-height: 13px;
    } */
  #faq {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
  #suscribe {
    display: none;
  }
  /* #titSuscribe {
        font-size: 24px;
        font-weight: 700;
        margin-top: 15px;
        margin-left: 0%;
    } */
  /* #name {
        border: 1px solid #006DD2;
    } */
  /* #email {
        border: 1px solid #006DD2;
    } */
  /* #btnSuscribe {
        background-color: #006DD2;
        font-size: 21px;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
    } */
  /* #txtSuscribe {
        margin-top: 5px;
    } */
  #footerMenu {
    display: none;
  }
  #footerMenuMobile {
    display: block;
    background-color: #0570d4;
    width: 100%;
    height: fit-content;
    color: #ffffff;
    overflow: hidden;
  }
  .footerOp {
    display: none;
  }
  .footerOpMobile {
    font-size: 19px;
    font-weight: 400;
    line-height: 21.85px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
  }
  /*  .txtFooter {
        margin: 1%;
    } */
}
