body {
  background-color: #000;
  font-family: 'Gayathri';
  color: #ffff;
}

.card-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}

.card-text {
  text-align: center;
}

.card.mb-2 {
  background-color: black;
}

.controls-top i {
  color: rgba(255,255,255,0.35);
  padding: 0 10%;
}

.controls-top {
  text-align: center;
}

.titulo {
  text-align: center;
  color: #d8ad75;
  text-transform: uppercase;
  margin-top: 4%;
}

.banner-home {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  text-align: center;
}

.text-banner {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%,-50%);
}

.text-banner h1 {
  text-transform: uppercase;
  text-align: end;
  font-size: 60px;
  font-weight: bolder;
  line-height: 50px;
}

.text-banner label {
  text-align: end;
  width: 120%;
  margin-left: -15%;
}

.text-banner .btn {
  color: #d8ad75;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  width: 50%;
  padding: 5%;
  border-radius: 53px;
  border-radius: 53px;
  -moz-border-radius: 53px;
  -webkit-border-radius: 53px;
}

.promociones-ofertas img {
  width: 50%;
  pointer-events: none;
}

.promociones-ofertas {
  background-color: #131515;
}

.promociones-ofertas .container {
  width: 50%;
}

.promociones-ofertas-text {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%,-50%);
}

.top-fotos .container.my-4 {
  width: 80%;
}

.promociones-ofertas-text h1 {
  text-transform: uppercase;
  font-size: 30px;
  width: 145%;
}

.promociones-ofertas-text p {
  width: 145%;
  font-size: 20px;
}

.promociones-ofertas-text input {
  width: 65%;
  margin-left: -40px;
}

.promociones-ofertas-text .btn {
  background-color: #d8ad75;
  font-size: 20px;
  padding: 0 25px;
  padding-top: 8px;
  margin-left: 5px;
  color: black;
}

.promociones-ofertas-text div {
  width: 100%;
  margin-left: 40%;
}

.logo-footer {
  width: 20%;
  margin-top: 10%;
  margin-left: 8%;
}

.footer {
  background-color: #131515;
  margin-top: 5%;
  margin-bottom: 0%;
  padding-bottom: 0px;
  position: absolute;
}

.copyright p {
  color: rgba(128,128,128,0.53);
  text-transform: uppercase;
  text-align: center;
  margin-top: 3%;
  padding-bottom: 3%;
}

.menu-footer {
  margin-top: 5%;
  margin-left: 10%;
  width: 25%;
}

.menu-footer h4 {
  text-transform: uppercase;
}

.menu-footer p {
  color: rgb(216,174,117);
  margin: 5px 0px;
}

.list-unstyled.a1 {
  margin-right: 15%;
}

.menu-footer li {
  margin: 20px 0;
  opacity: 0.5;
}

.menu-footer li:hover {
  opacity: 1;
  cursor: pointer;
}

.social-media i {
  font-size: 25px;
  margin: 0 20px;
  text-align: center;
  opacity: 0.5;
}

.social-media {
  text-align: center;
}

.social-media i:hover {
  opacity: 1;
  cursor: pointer;
}

.logo-footer .img-fluid {
  pointer-events: none;
}

.banner-image {
  background: url(../../assets/img/CL-banner-login.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#transmenu {
  background-color: black;
}

.login {
  background-color: white;
  width: 40%;
  margin-left: 5%;
  text-align: center;
  color: rgb(158,158,158);
  box-shadow: 0px 0px rgb(0,0,0);
}

.login h1 {
  color: #d8ad75;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  font-size: 40px;
  padding-bottom: 20px;
}

.input-login {
  background-color: #e0e0e1;
  border: none;
}

.fa {
  color: #d8ad75;
}

.input-group.mb-3 {
  margin-left: 70px;
}

.input-group-prepend {
  border: none;
}

.login-input {
  background-color: rgb(224,224,225);
  border: none;
  padding: 5px 0;
  margin: auto;
  width: 70%;
  margin-bottom: 20px;
  padding-left: 15px;
}

.olvidar-contraseña:hover {
  color: rgb(101,101,101);
  text-decoration: none;
}

.olvidar-contraseña label {
  margin-bottom: 22px;
}

.olvidar-contraseña {
  color: rgb(158,158,158);
}

.ingresar button {
  background-color: #d8ad75;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.navbar.navbar-light.navbar-expand-lg.fixed-top {
  background-color: rgb(20,22,22);
}

.div-pago {
  background-color: rgb(20,22,22);
  text-align: center;
  padding-top: 40px;
  width: 70%;
  margin: auto;
  border: none;
  border: 1px solid #000!important;
}

.div-pago label {
  font-size: 25px;
  margin-bottom: 10px;
}

.div-suscripcion {
  width: 25%;
  background-color: white;
  border: 1px;
  border-color: rgb(216,174,117);
  color: black;
  margin: auto;
  margin-bottom: 30px;
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: pointer;
}

.price {
  font-weight: 800!important;
  font-size: 50px;
}

.div-suscripcion button {
  background-color: #d8ad75;
  color: white;
  margin-bottom: 15px;
}

.div-suscripcion .des {
  font-size: 10px;
}

.div-suscripcion h2 {
  padding-top: 20px;
}

.div-pago .row.no-gutters {
  width: 80%;
  margin: auto;
}

.div-suscripcion:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.input-pago {
  width: 50%;
  text-align: right;
  margin-left: -3%;
}

.info-pago {
  width: 50%;
}

.input-pago div {
  margin-bottom: 20px;
}

.div-info-pago input {
  width: 60%;
  margin-bottom: 10px;
}

.div-info-pago p {
  font-size: 25px;
  margin-bottom: 0px;
}

.metodo-pago div {
  width: 35%;
  /*width: 25%;*/
  background-color: white;
  border: 1px;
  border-color: rgb(216,174,117);
  color: black;
  margin: auto;
  margin-bottom: 30px;
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: pointer;
  padding-bottom: 15px;
}

.metodo-pago .img-fluid {
  width: 100px;
}

.metodo-pago p {
  font-size: 15px;
}

.metodo-pago div:hover {
  opacity: 1;
  cursor: pointer;
}

.ex-date input {
  width: 10%;
  margin: 0px 15px;
}

.ex-date {
  margin-bottom: 20px;
}

.div-cvc input {
  width: 15%;
}

.a {
}

.div-info-pago .que-es-cvc:hover {
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}

.div-info-pago .que-es-cvc {
  font-size: 15px;
  color: white;
  opacity: 0.5;
}

a:hover {
  text-decoration: none;
}

.div-info-pago .terminos-condiciones {
  font-size: 15px;
}

#enviar {
  border-color: black;
  background-color: #d8ad75;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 15%;
}

.border.rounded.div-pago {
  margin-top: 140px;
}

.categorias-div {
  margin-top: 120px;
  background-color: rgb(61,61,61);
  text-align: center;
}

.seccion {
  margin: auto;
  padding: 5px 15px;
}

.seccion .img-fluid {
  width: 50px;
  margin-top: 10px;
}

.seccion p {
  margin-top: 10px;
  text-transform: uppercase;
}

.seccion:hover {
  background-color: rgb(45,45,45);
  cursor: pointer;
}

.categorias-div .row.no-gutters {
  width: 80%;
  margin: auto;
}

.card {
  box-shadow: 0.4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 30%;
  text-align: center;
  background-color: rgb(21,23,23);
  margin: 15px;
  margin: auto;
  cursor: pointer;
  position: static;
}

.card .img-fluid.img-card {
  width: 450px;
  margin: auto;
}

.row.no-gutters.iconos label {
  margin: auto;
}

.card .text-left {
  margin-bottom: 5px;
  margin-top: 5px;
}

.imagenes {
  width: 90%;
  margin: auto;
  margin-top: 50px;
}

.pagination {
  margin: auto;
  margin-top: 20px;
}

.pagination .page-item {
  margin: 5px;
}

a.page-link {
  color: #ffff;
  background-color: rgb(20,22,22);
  border: none;
}

a.page-link {
  color: #ffff;
  background-color: rgb(20,22,22);
  border: none;
}

a.page-link {
  color: #ffff;
  background-color: rgb(20,22,22);
  border: none;
}

a.page-link:hover {
  color: #000;
  background-color: rgb(216,174,117);
}

#carousel-1 {
  width: 90%;
  margin: auto;
  margin-top: 40px;
}

.filtrado select {
  background-color: black;
  color: rgb(216,174,117);
  text-transform: uppercase;
  border: none;
  margin-top: 30px;
  font-size: 40px;
  margin-left: 80px;
}

.categorias-div a {
  margin: auto;
  color: white;
}

.categorias-div a:hover {
  color: white;
}

.imagen {
  margin-top: 40px;
}

.card-img {
  box-shadow: 0.4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 60%;
  text-align: center;
  background-color: rgb(21,23,23);
  margin: 15px;
  margin: auto;
  cursor: pointer;
}

.iconos-img label {
  margin: auto;
  font-size: 20px;
  margin-top: 20px;
}

.material-icons {
  color: white;
}

.numberCircle {
  width: 130px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  border: 3px solid #d8ae75;
  margin: auto;
}

.row.no-gutters.calif {
  margin-top: 20px;
  margin-bottom: 20px;
}

.numberCircle label {
  padding-top: 20px;
}

.info-calif p {
  margin-bottom: 0px;
}

.info-calif {
  margin: auto;
  margin-top: 20px;
}

.comentario {
  background-color: rgb(22,24,24);
  width: 80%;
}

.div-comentario {
  width: 60%;
  margin: auto;
  margin-top: 50px;
}

.div-comentario h1 {
  margin-bottom: 30px;
}

.comentario label {
  margin: 10px 20px;
}

.comentario p {
  margin: 10px 20px;
  padding-bottom: 10px;
}

.card-c {
  transition: 0.3s;
  width: 100%;
  text-align: center;
  margin: 15px;
  margin: auto;
  cursor: pointer;
}

.navbar-light .navbar-toggler {
  background-color: rgb(216,174,117);
}

.side-menu {
  margin-top: 90px;
}

.filtrado {
  margin-top: 100px;
}

.picture-section {
  margin-top: 150px;
}

