body {
  background-color: transparent;
}

.contEstado{
  text-align: center;
  margin: 0 auto;
}

.contImgEstado{
  width: 100%;
  max-width: 1400px;
}

.contSoporte {
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: none;
}

.btnIngresar {
  width: 9rem;
  margin: 0 auto;
  background-color: #00294d;
  border-color: #00294d;
  text-transform: uppercase;
}

/*CSS STREAMINGS*/
.principalStreaming {
  background-color: #f5f5f5;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  max-width: 1400px;
  display: none;
}

.conEncabezado {
  background-color: #eeeeee;
}

.contChat {
  border: solid 1px #d1d1d1;
  width: 97%;
  height: 570px;
  margin-left: 3%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contBoton {
  border: solid 1px #d1d1d1;
  background-color: white;
  width: 97%;
  margin-left: 3%;
  display: none;
}

.contMSG {
  width: 100%;
  height: 100%;
  overflow: auto;
  flex-grow: 2;
}

#listaMSG {
  width: 100%;
  max-height: 337px;
  list-style: none;
  padding: 10px;
}

.tituloChat {
  background-color: #ffffff;
  padding: 0.6rem;
  padding-bottom: 1rem;
  color: #666666;
  width: 100%;
  z-index: 100000;
  flex-grow: 1;
}

.ingresoChat {
  background-color: #ffffff;
  padding: 0.6rem;
  width: 100%;
  flex-grow: 1;
}

.txtInfoChat{
  padding: 10px;
  line-height: 1;
}

.pieChat {
  background-color: #ffffff;
  padding: 0.6rem;
  width: 100%;
  flex-grow: 1;
  display: none;
}

.txtNombre {
  font-size: 11px;
  color: #999999;
  padding: 5px;
}

#txtEscribir {
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  max-height: 80px;
  padding: 5px;
  overflow-y: auto;
  color: #333333;
  outline: none;
  margin: 0 auto;
  border-bottom: solid 2px hsla(208, 100%, 15%, 0.2);
  transition: all ease-in 0.2s;
}

#txtEscribir:focus {
  border-bottom: solid 2px hsla(208, 100%, 15%, 1);
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
  color: #c6c6c6;
}

div[contenteditable="true"] {
  width: 96%;
}

.contEnviar {
  padding: 0.8rem 0.5em 0.9rem 0;
  font-size: 12px;
}

#btnEnviar {
  cursor: pointer;
  margin-left: 10px;
  opacity: 0.4;
  padding: 0.3em;
  transition: opacity ease-in 0.2s;
}

#btnEnviar:hover {
  opacity: 1;
}

.btnMostrar {
  font-size: 0.7rem;
  text-align: center;
  margin: 0 auto;
  padding: 0.6rem;
  color: #999999;
  clear: both;
  cursor: pointer;
  transition: color ease-in 0.2s;
}

.btnOcultar {
  border-top: solid 1px #c6c6c6;
  font-size: 0.7rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.9rem;
  padding: 10px 10px 0px 10px;
  color: #999999;
  clear: both;
  cursor: pointer;
  transition: color ease-in 0.2s;
}

.btnOcultar:hover,
.btnMostrar:hover {
  color: black;
  transition: color ease-in 0.2s;
}

.msgUsuario {
  white-space: pre-wrap; /* Webkit */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  margin-bottom: 15px;
  color: #333333;
  line-height: 1.2;
}

#txtNombreUsuario {
  float: left;
  color: #666666;
}

#banner {
  position: absolute;
  bottom: 0;
  display: none;
}

#contIframe {
  display: none;
}

.carousel-indicators > li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}

.carousel-control-next,
.carousel-control-prev {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  width: 35px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#contProducto {
  width: 100%;
  position: absolute;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  z-index: 999999;
  display: none;
}

.caracteristicasProducto {
  padding: 20px;
}

.imgProducto {
  max-width: 100px;
}

#contTitulo {
  font-size: 16px;
  font-weight: bold;
}

.contColores {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.selContColor:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' stroke='%23fff'%3E %3Cpolyline points='2,13 9,20 24,5' stroke-width='4' fill='none'/%3E %3C/svg%3E"),
    -webkit-radial-gradient(rgba(44, 42, 41, 0.3), rgba(44, 42, 41, 0) 66.66667%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.44em, cover;
  content: "";

  width: 100%;
  max-width: 35px;
  height: 35px;
  position: absolute;
  padding: 2px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 50%;
}

.contColores img {
  border: 1px solid #2c2a29;
  border-radius: 50%;
  width: 100%;
  max-width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
  padding: 2px;
}

.contTallas {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.contTallas div {
  border: 1px solid #2c2a29;
  border-radius: 0.1875em;
  display: flex;
  min-width: 30px;
  max-width: 60px;
  padding: 0px 10px;
  height: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  justify-content: center;
  cursor: pointer;
}

.selTalla {
  background-color: white;
}

.controlsCantidad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2c2a29;
  max-width: 100px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 0.1875em;
}

.controlsCantidad img {
  width: 100%;
  max-width: 20px;
}

#contCantidad {
  font-size: 16px;
  text-align: center;
}

#btnMas.btn {
  padding: 5px !important;
}

#btnMenos.btn {
  padding: 5px !important;
}

#btnAgregar {
  text-transform: uppercase;
}

#cerrarProducto {
  border-radius: 50%;
  border: 1px solid #2c2a29;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 0.6;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  background-color: #fff;
  transition: background-color ease-in 0.5s;
}

#cerrarProducto:hover {
  background-color: #2c2a29;
  color: #fff;
  transition: all ease-in 0.5s;
}

#btnCart {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.badge {
  border-radius: 50%;
  padding: 5px 7px;
  border-radius: 50%;
  padding: 5px 7px;
  position: absolute;
  right: 15px;
  top: -10px !important;
}

#btnCart {
  display: none;
}

#btnCart img {
  border-radius: 50%;
  background-color: #2c2a29;
  padding: 5px;
}



@media (max-width: 992px) {
  .fondo1 {
    display: none;
  }

  .fondo2 {
    display: block;
  }

  .contLogin {
    height: 100%;
  }

  .contChat {
    width: 100%;
    margin-left: 0;
    min-height: 360px;
    position: relative;
  }

  .tituloChat {
    flex-grow: 0;
  }

  .contMSG {
    height: 185px;
  }

  #listaMSG {
    max-height: 175px;
  }

  .contBoton {
    width: 100%;
    margin-left: 0;
  }

  #contIframe {
    height: 720px;
  }

  #principalLive {
    min-height: 240px;
  }

  .imgProducto {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .imgProducto {
    max-width: 160px;
  }
}

@media (max-width: 644px) {
  #btnAgregar {
    font-size: 12px;
    padding: 6px;
  }
}
