/* General */

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid white;
  opacity: 100%;
  border-right-width: 10px;
}

.navbar .container-fluid {
  flex-direction: column;
}

.logo {
  background-color: white;
}

.row {
  width: 100%;
}

/* Navbar */

.navbar-nav > li{
  padding-left:30px;
  padding-right:30px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

/* Nosotros */

.redes {
  display: inline-block;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 9.25rem;
  left: 25%;
  top: 43%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 33%;
}

.nosotros-contenido {
  padding-top: 360px;
  padding-bottom: 55px;
}

.nosotros-img-texto {
  font-family: 'Red Hat Display';
  letter-spacing: 0;
  color:white;
  font-size: 16px;
}

.nosotros-img-texto-titulo {
  font-family: 'Red Hat Display';
  letter-spacing: -1px;
  line-height: 100%;
  color:white;
  font-size: 45px;
  font-weight: bold;
}

.herramientas-digital-titulo {
  font-family: 'Red Hat Display';
  text-align: left;
  font-size: 33px;
  color: #454545;
  font-weight: 900;
}

.nosotros-subtexto {
  font-family: 'Red Hat Display';
  text-align: justify;
  font-size: 18px;
}

.boton-servicios {
  border: none;
  color: white;
  font-size: 20px;
  margin-right: 10px;
  padding: 5px 40px 5px 40px;
  font-weight: bold;
  background-image: url("./assets/Boton-banner-2.png");
  background-size: cover;
}

.boton-contacto {
  border: none;
  color: white;
  font-size: 20px;
  padding: 5px 40px 5px 40px;
  border-radius: 40px;
  font-weight: bold;
  background-color: #2e4673;
  border: 10px solid #c6c8ca;
}

.boton-servicios:hover {
  background-color: #96e4e2;
}

.boton-contacto:hover {
  background-color: #818181;    
}

.ws-button {
  max-height: 44px;
  position: absolute;
  right: 31%;
  top: 118%;
}

.acerca-de {
  background-color: #ebebeb;
  padding-bottom: 200px;
}

/* Footer */

.footer {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #111e29;
}

.footer-text {
  font-family: 'Red Hat Display';
  color: white;
  text-align: center;
  font-size: 15px;
}

.footer-img {
  width: 150px;
  margin-bottom: 20px;
}


/* Google Maps */
.mapa {
  border: 0;
  width: 100%;
  height: 400px;
}

.artistas-banner {
  background: url("./assets/artistasBanner.jpg");
  float: left;
  width: 100%;
  height: 515px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video-descripcion {
  font-family: 'Red Hat Display';
  background-color: #2e4673;
  color: white;
  font-size: 15px;
  border: 3px #c3c4c4 solid;
  border-radius: 40px;
}

.planes-titulo {
  font-family: 'Red Hat Display';
  text-align: center;
  font-size: 33px;
  color: #454545;
  font-weight: 900;
  margin-bottom: 50px;
}

.planes {
  background: linear-gradient(180deg, rgba(235,235,235,1) 33%, rgba(255,255,255,1) 33%);
  padding-bottom: 200px;
}

.tarjeta-plan-1 {
  font-family: 'Red Hat Display';
  background-image: url("./assets/planes1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 73px 50px 10px 30px;
  width: 296px;
  height: 609.6px;
}

.tarjeta-plan-2 {
  font-family: 'Red Hat Display';
  background-image: url("./assets/planes2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 73px 50px 10px 30px;
  width: 296px;
  height: 609.6px;
}

.tarjeta-plan-3 {
  font-family: 'Red Hat Display';
  background-image: url("./assets/planes3.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 73px 50px 10px 30px;
  width: 296px;
  height: 609.6px;
}

.titulo-tarjeta {
  color: #424242;
  font-size: 16px;
}

.descripcion-tarjeta {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
  font-weight: 500;
}

.descripcion-tarjeta-2 {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}


.lista-tarjeta {
  padding-left: 0;
}

.elemento-lista-tarjeta-1 {
  font-size: 12px;
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 900;
  padding-left: 5px;
  list-style-type: none;
  background: url("./assets/checkgood1.png");
  padding: 0px 0 3px 40px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.elemento-lista-tarjeta-2 {
  font-size: 12px;
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 900;
  padding-left: 5px;
  list-style-type: none;
  background: url("./assets/checkbad1.png");
  padding: 0px 0 3px 40px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.elemento-lista-tarjeta-3 {
  font-size: 12px;
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 900;
  padding-left: 5px;
  list-style-type: none;
  background: url("./assets/checkgood2.png");
  padding: 0px 0 3px 40px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.elemento-lista-tarjeta-4 {
  font-size: 12px;
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 900;
  padding-left: 5px;
  list-style-type: none;
  background: url("./assets/checkgood3.png");
  padding: 0px 0 3px 40px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.boton-tarjeta {
  border: 10px solid #b9baba;
  background: linear-gradient(180deg, rgba(129,197,218,1) 0%, rgba(78,108,174,1) 100%);
  border-radius: 40px;
  color: white;
  font-size: 18px;
  padding: 5px 20px 5px 20px;
}

.catalogo {
  font-family: 'Red Hat Display';
  background-color: #101d29;
}

.catalogo .row {
  padding: 200px 0 200px 0;
}

.letra-catalogo {
  color: white;
  font-weight: 900;
  font-size: 50px;
}

.artista-catalogo {
  color: white;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 10px;
}

.disco-catalogo {
  color: white;
  font-size: 16px;
}

.contacto {
  font-family: 'Red Hat Display';
  padding-bottom: 50px;
  padding-top: 150px;
  background-color: #dedfe3;
}

.titulo-contacto {
  text-align: left;
  color: #454545;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 50px;
}

.contacto-info-lista {
  padding-left: 0;
  margin-bottom: 0;
}

.contacto-info-elemento-1 {
  margin-bottom: 10px;
  margin-left: 24px;
  list-style: none;
}

.contacto-info-elemento-2 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 5px;
  list-style-type: none;
  background: url("./assets/ubicacionLogo.png");
  padding: 0px 0 3px 24px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.contacto-info-elemento-3 {
  font-size: 15px;
  margin-bottom: 0;
  list-style-type: none;
  font-weight: 900;
  padding-left: 5px;
  list-style-type: none;
  background: url("./assets/wsIcon.png");
  padding: 0px 0 3px 24px;
  background-position: left 0px;
  background-repeat: no-repeat;
}

.contacto-enviar {
  border: 3px solid #b9baba;
  background: linear-gradient(180deg, rgba(129,197,218,1) 0%, rgba(78,108,174,1) 100%);
  border-radius: 40px;
  color: white;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
}

.logo-nosotros {
  position: absolute;
  left: -18%;
}