/* Variables */
.main-font {
  color: whitesmoke;
}

body {
  background-image: url(/images/background2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 15px;
}

/* Formato Main */
.titulos {
  text-align: center;
  font-size: xx-large;
}

p {
  text-align: justify;
  font-size: xx-large;
}

/* Links */
a {
  text-decoration: none;
  font-size: xx-large;
}
a h3 {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  transform: scale(1.2);
}

.road-rage-regular {
  font-family: "Road Rage", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: whitesmoke;
  text-decoration: none;
}
.road-rage-regular a {
  text-decoration: none;
}
.road-rage-regular a:visited {
  text-decoration: none;
}

section {
  margin-top: 2%;
}

h1 {
  font-size: xx-large;
}

/* Formato Home */
.nosotros {
  text-decoration: none;
}

.foto-carousel {
  max-height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Formato Footer */
footer {
  text-align: center;
  padding-bottom: 5%;
  margin: 2%;
}
footer a {
  margin: 2%;
}

.btn {
  margin-top: 2%;
}

/* Formato integrantes */
.imagen-perfil {
  padding: 2%;
  border-radius: 15%;
}

.contenedor-perfil {
  padding-bottom: 5%;
}
.contenedor-perfil p {
  text-align: justify;
  margin: 2%;
}

/* Formato Header */
.banner {
  width: 100%;
  max-height: 20rem;
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 20px 0;
  border-radius: 0%;
}

.banner-image {
  height: auto;
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  height: 8rem;
  text-align: center;
  background-color: white;
  border-radius: 0;
}

.disco {
  max-width: 20rem;
  padding-top: 3%;
  padding-bottom: 3%;
}

.letras {
  text-align: center;
  padding-bottom: 5%;
}
.letras p {
  text-align: center;
}/*# sourceMappingURL=styles.css.map */