* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
  background-color: #ffffff;
}
.contenedor-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-width: 1920px;
  min-width: 320px;
  background-color: #eeeeee;
}
.ocultar {
  display: none;
}
.verB {
  display: block;
}
.verF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.verG {
  display: -ms-grid;
  display: grid;
}
@font-face {
  font-family: Regular;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Bold;
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Italic;
  src: url(../fonts/OpenSans-Italic.ttf) format("truetype");
}
@font-face {
  font-family: Light;
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: LightItalic;
  src: url(../fonts/OpenSans-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");
}
@font-face {
  font-family: Condbold;
  src: url(../fonts/OpenSans-CondBold.ttf) format("truetype");
}
.campo-100 {
  width: 100%;
  padding: 8px;
  margin: 6px auto;
}
.campo-75 {
  width: 75%;
  padding: 8px;
  margin: 6px auto;
}
.campo-50 {
  width: 50%;
  padding: 8px;
  margin: 6px auto;
}
.campo-25 {
  width: 25%;
  padding: 8px;
  margin: 6px auto;
}
.form-01 {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 10px;
}
.form-01 input {
  width: 100%;
  font-family: "Regular", arial;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .form-01 input {
    font-size: 16px;
  }
}
.form-01 input::-webkit-input-placeholder {
  font-family: "LightItalic", arial;
  font-size: 14px;
  color: #666666;
}
.form-01 input:-ms-input-placeholder {
  font-family: "LightItalic", arial;
  font-size: 14px;
  color: #666666;
}
.form-01 input::-ms-input-placeholder {
  font-family: "LightItalic", arial;
  font-size: 14px;
  color: #666666;
}
.form-01 input::placeholder {
  font-family: "LightItalic", arial;
  font-size: 14px;
  color: #666666;
}
.cont-boton-simple {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.boton-verde-01 {
  cursor: pointer;
  width: 100%;
  font-family: "Semibold", arial;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 20px;
  background-color: #5c8f4f;
  border-radius: 5px;
}
.boton-verde-01:hover {
  background-color: #3f6336;
}
.swal-title {
  font-family: "Semibold", arial;
  color: #e48901;
}
.swal-text {
  font-family: "Regular", arial;
}
.swal-button {
  font-family: "Regular", arial;
  background-color: #3eb14d;
  color: #fff;
}
.swal-button--cancel {
  font-family: "Regular", arial;
  background-color: #d44247;
  color: #fff;
}
html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.pushbar_locked .pushbar_main_content.pushbar_blur {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  background: #000000;
}
html.pushbar_locked .pushbar_overlay {
  opacity: 0.6;
  z-index: 999;
}
[data-pushbar-id] {
  z-index: 10000;
  position: fixed;
  overflow-y: auto;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  background: #000000;
}
[data-pushbar-direction="left"][data-pushbar-id] {
  top: 0;
  width: 0;
  max-width: 100%;
  height: 100%;
}
[data-pushbar-direction="right"][data-pushbar-id] {
  top: 0;
  width: 0;
  max-width: 100%;
  height: 100%;
}
[data-pushbar-direction="top"][data-pushbar-id] {
  left: 0;
  width: 100%;
  min-height: 150px;
}
[data-pushbar-direction="bottom"][data-pushbar-id] {
  left: 0;
  width: 100%;
  min-height: 150px;
}
[data-pushbar-direction="left"][data-pushbar-id] {
  left: 0;
  -webkit-transform: translateZ(0) translateX(-100%);
  transform: translateZ(0) translateX(-100%);
}
[data-pushbar-direction="right"][data-pushbar-id] {
  right: 0;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
}
[data-pushbar-direction="top"][data-pushbar-id] {
  top: 0;
  -webkit-transform: translateZ(0) translateY(-100%);
  transform: translateZ(0) translateY(-100%);
}
[data-pushbar-direction="bottom"][data-pushbar-id] {
  bottom: 0;
  -webkit-transform: translateZ(0) translateY(100%);
  transform: translateZ(0) translateY(100%);
}
[data-pushbar-id].opened {
  display: block;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding: 0 0 0 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  z-index: 10500;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}
@media screen and (max-width: 1023px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media screen and (max-width: 1023px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
@media screen and (max-width: 1023px) {
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.75;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.cuerpo-modal {
  width: 100%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 439px) {
  .cuerpo-modal {
    padding: 0px;
  }
}
.modal-content {
  position: relative;
  pointer-events: auto;
  background-color: #fff;
  margin: 50px auto 0 auto;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .modal-content {
    margin: 80px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    margin: 20px auto 0 auto;
  }
}
.w-200-md {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w-200-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-200-md {
    width: 90%;
  }
}
.w-300-md {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w-300-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-300-md {
    width: 90%;
  }
}
.w-400-md {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w-400-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-400-md {
    width: 90%;
  }
}
.w-500-md {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w-500-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-500-md {
    width: 90%;
  }
}
.w-600-md {
  width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w-600-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-600-md {
    width: 90%;
  }
}
.w-700-md {
  width: 700px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .w-700-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-700-md {
    width: 90%;
  }
}
.w-800-md {
  width: 800px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .w-800-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-800-md {
    width: 90%;
  }
}
.w-900-md {
  width: 900px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .w-900-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-900-md {
    width: 90%;
  }
}
.w-1000-md {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .w-1000-md {
    width: 80%;
  }
}
@media screen and (max-width: 439px) {
  .w-1000-md {
    width: 90%;
  }
}
div.jd-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
div.jd-slider li {
  list-style: none;
}
div.jd-slider a {
  text-decoration: none;
}
ul.slide-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
ul.slide-area li a {
  width: 100%;
}
.controller .auto .fa-pause,
.controller .auto .fa-play {
  margin: 0 3px;
}
#contenedor-hd05b {
  width: 100%;
  height: auto;
}
.franjaUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  padding: 0 5%;
  background-color: #f1dee1;
}
@media screen and (max-width: 767px) {
  .franjaUp {
    padding: 0 5%;
  }
}
.movilNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .movilNav {
    width: 30%;
  }
}
.btn-movil a {
  display: none;
}
@media screen and (max-width: 1023px) {
  .btn-movil a:link {
    display: block;
    font-family: "Regular", arial;
    font-size: 18px;
    color: #836868;
    text-decoration: none;
  }
  .btn-movil a:visited {
    color: #836868;
  }
  .btn-movil a:hover {
    color: #f3c808;
  }
}
.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 30px;
}
.red {
  height: 30px;
}
.red img {
  display: block;
  height: 100%;
}
.salto {
  height: 30px;
}
.salto img {
  display: block;
  height: 100%;
}
.cont-marca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background-image: url(../images/fondo-rosa.jpg);
}
@media screen and (max-width: 439px) {
  .cont-marca {
    padding: 40px 25px;
    text-align: center;
  }
  .cont-marca img {
    height: 100%;
  }
}
.marca img {
  height: 250px;
}
@media screen and (max-width: 439px) {
  .marca img {
    height: 200px;
  }
}
.cont-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background-color: #e8396b;
}
@media screen and (max-width: 1023px) {
  .cont-menu {
    display: none;
  }
}
.menuPC {
  width: 60%;
}
@media screen and (max-width: 1365px) {
  .menuPC {
    width: 75%;
  }
}
@media screen and (max-width: 1279px) {
  .menuPC {
    width: 90%;
  }
}
.menuPC ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.menuPC ul li {
  list-style: none;
}
.menuPC ul li a:link {
  font-family: "Regular", arial;
  font-size: 16px;
  color: #f9edf1;
  text-decoration: none;
}
.menuPC ul li a:visited {
  color: #f9edf1;
}
.menuPC ul li a:hover {
  font-family: "Semibold", arial;
  color: #ffffff;
}
.menuPC ul li.activo a:link {
  font-family: "Semibold", arial;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.menuPC ul li.activo a:visited {
  color: #ffffff;
}
.menuPC ul li.activo a:hover {
  font-family: "Semibold", arial;
  color: #ffffff;
}
.whatsapp-pc-wp01a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  z-index: 9200;
}
.whatsapp-pc-wp01a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .whatsapp-pc-wp01a {
    display: none;
  }
}
.whatsapp-movil-wp01a {
  display: none;
}
@media screen and (max-width: 1023px) {
  .whatsapp-movil-wp01a {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    z-index: 9200;
  }
  .whatsapp-movil-wp01a img {
    display: block;
    width: 100%;
  }
}
#contenedor-sl03a {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.slide-inner-sl03a {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.slide-inner-sl03a ul li a img {
  display: block;
  width: 100%;
}
.slide-inner-sl03a .prev,
.slide-inner-sl03a .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-inner-sl03a .prev i,
.slide-inner-sl03a .next i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .slide-inner-sl03a .prev i,
  .slide-inner-sl03a .next i {
    font-size: 24px;
  }
}
.slide-inner-sl03a .prev i:hover,
.slide-inner-sl03a .next i:hover {
  color: #e08103;
}
@media screen and (max-width: 439px) {
  .slide-inner-sl03a .prev,
  .slide-inner-sl03a .next {
    display: none;
  }
}
.slide-inner-sl03a .prev {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .slide-inner-sl03a .prev {
    left: 20px;
  }
}
.slide-inner-sl03a .next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .slide-inner-sl03a .next {
    right: 20px;
  }
}
.slide-inner-sl03a .controller {
  position: absolute;
  bottom: 20px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 25px;
  padding: 0px 20px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide-inner-sl03a .controller {
    display: none;
  }
}
.slide-inner-sl03a .controller .indicate-area a {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  font-size: 0;
  color: transparent;
  vertical-align: middle;
}
.slide-inner-sl03a .controller .indicate-area a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.slide-inner-sl03a .controller .indicate-area a.on:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.slide-inner-sl03a .controller .auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  font-size: 20px;
}
.slide-inner-sl03a .controller .auto i {
  color: rgba(0, 0, 0, 0.5);
}
#contenedor-ca02a {
  width: 100%;
}
.tienda-virtual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 9%;
  background-color: #d8808013;
}
@media screen and (max-width: 1023px) {
  .tienda-virtual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 439px) {
  .tienda-virtual {
    padding: 50px 5%;
  }
}
.img-campana {
  width: 50%;
}
.img-campana img {
  display: block;
  border: 6px solid #ffffff;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .img-campana {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .img-campana {
    width: 100%;
    margin-bottom: 30px;
  }
}
.txt-tienda-virtual {
  width: 46%;
  padding: 25px 0;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .txt-tienda-virtual {
    width: 55%;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .txt-tienda-virtual {
    width: 100%;
  }
}
.titulo-tienda {
  font-family: "Light", arial;
  font-size: 36px;
  color: #830000;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .titulo-tienda {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-tienda {
    font-size: 42px;
  }
}
@media screen and (max-width: 439px) {
  .titulo-tienda {
    font-size: 26px;
  }
}
.texto-tienda {
  width: 100%;
  font-family: "Light", arial;
  font-size: 24px;
  color: #333333;
  padding: 0 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .texto-tienda {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .texto-tienda {
    font-size: 24px;
  }
}
@media screen and (max-width: 439px) {
  .texto-tienda {
    font-size: 20px;
  }
}
.boton-tienda a {
  margin: 0 auto;
}
.boton-tienda a:link {
  display: block;
  font-family: "Regular", arial;
  font-size: 18px;
  color: #ffffff;
  background-color: #b48a8a63;
  border-radius: 10px;
  padding: 10px 26px;
  text-decoration: none;
  max-width: 250px;
  border: 2px solid #ffffff;
}
.boton-tienda a:visited {
  color: #ffffff;
  background-color: #b48a8a63;
}
.boton-tienda a:hover {
  color: #ffffff;
  background-color: #b48a8a94;
}
.sumate-PC {
  width: 100%;
  padding: 100px 9%;
}
.sumate-PC img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .sumate-PC {
    padding: 75px 5%;
  }
}
@media screen and (max-width: 439px) {
  .sumate-PC {
    display: none;
  }
}
.sumate-Cel {
  display: none;
}
@media screen and (max-width: 439px) {
  .sumate-Cel {
    display: block;
    width: 100%;
    padding: 50px 5%;
  }
  .sumate-Cel img {
    display: block;
    width: 100%;
  }
}
.cierres-1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0% 30px 0%;
  /*background-color: #e7eaf9;*/
  margin-top: 10px;
}
.cierres-1600 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cierres-1600 {
    display: none;
  }
}
.cierres-768 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cierres-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0% 30px 0%;
    /*background-color: #e7eaf9;*/
    margin-top: 10px;
  }
  .cierres-768 img {
    display: block;
    width: 90%;
  }
}
@media screen and (max-width: 439px) {
  .cierres-768 {
    display: none;
  }
}
.cierres-320 {
  display: none;
}
@media screen and (max-width: 439px) {
  .cierres-320 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0% 30px 0%;
    /*background-color: #e7eaf9;*/
    margin-top: 10px;
  }
  .cierres-320 img {
    display: block;
    width: 100%;
  }
}
#contenedor-ft01a {
  width: 100%;
  padding: 25px 9%;
  background-color: #725959;
}
.marca-pie-ft01a {
  width: 100%;
  text-align: center;
}
.marca-pie-ft01a img {
  display: block;
  height: 120px;
  margin: 0 auto;
}
.mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  background-color: #413a33;
  border-top: 1px solid #635a51;
  white-space: pre-wrap;
}
.mc .desarrolloMC {
  font-family: "Regular", arial;
  font-size: 12px;
  color: #999999;
}
.imgMC img {
  display: block;
  height: 17px;
  opacity: 0.5;
}
.imgMC img:hover {
  opacity: 1;
}
nav.push {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
nav.push ul li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  padding: 0 25px;
}
nav.push ul li:last-child {
  border-bottom: 0;
}
nav.push ul li a:link {
  display: block;
  width: 100%;
  font-family: "Light", arial;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  padding: 13px 0 13px 0px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  nav.push ul li a:link {
    font-size: 16px;
    padding: 15px 0px 15px 0px;
  }
}
nav.push ul li a:visited {
  color: #333333;
}
nav.push ul li a:hover {
  font-family: "Regular", arial;
  color: #d798aa;
}
nav.push ul li.activo a:link {
  font-family: "Semibold", arial;
  color: #d798aa;
}
nav.push ul li.activo a:visited {
  color: #d798aa;
}
nav.push ul li.activo a:hover {
  color: #d798aa;
}
.redes-movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.red-movil {
  width: 35px;
  margin: 0 5px;
}
.red-movil img {
  display: block;
  width: 100%;
}
#contenedor-pb02b {
  width: 20%;
  min-width: 280px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background: linear-gradient(to bottom, #fff, #fff);
}
@media screen and (max-width: 1599px) {
  #contenedor-pb02b {
    width: 28%;
  }
}
@media screen and (max-width: 1279px) {
  #contenedor-pb02b {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  #contenedor-pb02b {
    width: 50%;
  }
}
@media screen and (max-width: 439px) {
  #contenedor-pb02b {
    width: 100%;
  }
}
.encab-pb02b {
  position: relative;
  width: 100%;
  padding: 25px 15px 25px 15px;
  background-color: #d798aa;
  margin-bottom: 20px;
}
.encab-pb02b button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #4d4d4d;
  background-color: #fff;
  padding: 3px 7px;
  border-radius: 50px;
  z-index: 10000;
}
@media screen and (max-width: 439px) {
  .encab-pb02b button {
    font-family: 20px;
    padding: 5px 9px;
  }
}
.marca-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
}
.marca-push-pb02b {
  height: 100%;
  padding: 0px 0px 0px 0px;
  padding-right: 10px;
}
.marca-push-pb02b img {
  display: block;
  height: 70px;
}
.identidadMovil {
  width: 75%;
  font-family: "Semibold", arial;
  font-size: 14px;
  color: #ffffff;
}
.idNumeroMovil {
  font-family: "Regular", arial;
}
.salirMovil {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  margin-top: 20px;
}
.salirMovil a:link {
  font-family: "Regular", arial;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.salirMovil a:visited {
  color: #ffffff;
}
.salirMovil a:hover {
  color: #ff9900;
}
