.pieColumns {
  margin-top: 10px;
}

.pieTitulo {
  margin-bottom: 30px;
}

.pieDiv {
  margin-bottom: 0px;
}

.pieRextoSedeTitulo {
  font-weight: bold;
  color: #067C81;
  margin-bottom: 0px;
}


.pieRextoSedeFoot {

  color: white;
  margin-bottom: 0px;
}

.pieTextoSedeTamano {
  margin-bottom: 0px;
  height: 22px;
}

.pieTexto {
  font-size: 16px;
  color: white;
  font-style: italic;
  font-family: 'Open Sans'
}

.headerStatic {

  position: fixed;
  top: 0;
  padding-top: 0px;
  width: 100%;
  z-index: 2;

}

/* ============================================ */
.cuadroRedesSociales {

  float: right;
  text-align: right;
  position: fixed;
  z-index: 5;
  top: 280px;
  right: 5px;


}

.divRedesSociales {
  width: 40px;
  background: #D4559A;
  float: right;
  text-align: center;
  align-content: center;
  opacity: 1;
}

.divRedesItem {

  padding-top: 5px;
  padding-bottom: 5px;

}

.divRedesItem:hover {

  background-color: #80ceca;

}

/* ============================================ */
.cuadroWhatApps {
  width: 5%;
  float: left;
  text-align: left;
  position: fixed;
  z-index: 2;
  top: 520px;
  padding-left: 15px;

}

/* ============================================ */
.textoWhatApps {
  width: 15%;
  float: left;
  text-align: left;
  position: fixed;
  z-index: 2;
  top: 440px;
  padding-left: 15px;
  color: #067C81;

}

@media only screen and (max-width: 768px) {
  .cuadroWhatApps {
    width: 25%;
    top: 580px;
  }

  .textoWhatApps {
    width: 25%;
    top: 450px;
  }


}

.divWhatApps {

  float: left;
  text-align: center;
  align-content: center;
  opacity: 1;
}

.divWhatAppsItem {

  padding-top: 0px;
  padding-bottom: 0px;

}

/* .divWhatAppsItem:hover{



} */

.spinner-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}



.ColorPetAlternativo {
  color: #D4559A;

}

.ColorPetAlternativoPrecio {
  color: #D4559A;
  font-size: 20px;
}

.ColorPetAlternativoPrecioDet {
  color: #D4559A;
  font-size: 35px;
}


.colorPet {
  color: #067C81;
}

.colorPetBlanco {
  color: white;
}


.ResumenConfirmacion {
  color: #067C81;
}

.ResumenConfirmacionDecuento {
  text-decoration: line-through;
  color: #80ceca;
  font-size: 13px;
}

.ResumenDetalle {
  color: #D4559A;
}


/* Por defecto, todo visible */
.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

/* Para móviles y tablets */
@media (max-width: 1024px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.no-uppercase {
  text-transform: none !important;
}
