* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-image: url("../assets/img/background-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative; }

.container {
  margin-top: 100px;
  margin-bottom: 100px; }

h1 {
  margin: 0 20px 30px 20px;
  display: flex;
  justify-content: center;
  color: lightslategray;
  text-decoration: underline;
  font-size: 40px; }

/* Inicio Navbar */
#offcanvasNavbar {
  background-color: #949b9b;
  color: antiquewhite; }

.navbar-light .navbar-nav .nav-link {
  color: antiquewhite;
  font-size: 20px; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #f34e4e; }

/* Fin Navbar */
/* Inicio Footer */
footer {
  height: 60px;
  background-color: #3d61ff;
  display: flex;
  justify-content: end;
  align-items: center; }
  footer ul {
    display: flex;
    padding-right: 10px;
    justify-content: end;
    gap: 1rem;
    list-style: none;
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: antiquewhite; }

.instagram:hover {
  color: #d75e4b; }

.twitter:hover {
  color: #00aeff; }

.facebook:hover {
  color: #1877f2; }

/* Fin Footer */
.img-slide {
  margin: 100px 0; }

video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* imagenes carrusel */
.d-block {
  height: 75vh; }

/* Fin imagenes carrusel */
.intro__img {
  width: 550px;
  height: 500px;
  border-radius: 5px; }

.intro__column {
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #fbfbfbb7; }
  .intro__column__leyend {
    font-family: "Comic Neue", cursive;
    font-weight: 900;
    color: #3d3d3d; }

.villano {
  background-color: #fbfbfbb7;
  font-weight: bold;
  font-family: "Comic Neue", cursive;
  color: #3d3d3d;
  padding: 1rem;
  border-radius: 3px; }
  .villano__imagen {
    width: 150px;
    height: 150px; }

.texto, .texto--osc {
  display: flex;
  justify-content: center; }
  .texto p, .texto--osc p {
    font-weight: 700;
    font-family: "Comic Neue", cursive;
    color: #3d3d3d;
    width: 80%;
    padding: 10px;
    font-size: 20px;
    background-color: #fbfbfbb7;
    margin-bottom: 50px;
    border-radius: 5px; }

.texto--osc p {
  background-color: #3d3d3d;
  color: antiquewhite; }

.h3 {
  display: flex;
  justify-content: center;
  color: antiquewhite; }

.imagenHistoria {
  float: left;
  margin: 5px; }

.card, .card--mod {
  padding: 5px;
  margin: 10px;
  font-size: 15px;
  height: 100%;
  color: antiquewhite;
  background-color: #f34e4e;
  font-family: "Comic Neue", cursive; }
  .card:hover, .card--mod:hover {
    background-color: #3d61ff; }
  .card img, .card--mod img {
    width: auto;
    height: 250px; }
  .card--mod {
    background-color: #3d61ff; }
    .card--mod:hover {
      background-color: #f34e4e; }

.contacto_formulario {
  width: 460px;
  height: auto;
  margin: 80px auto;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #3d61ff;
  padding-left: 30px; }
  .contacto_formulario .h3 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: antiquewhite; }
  .contacto_formulario .radioInput {
    display: flex;
    align-items: center;
    margin: 15px 0px; }
  .contacto_formulario .inputRecta {
    background-color: antiquewhite;
    width: 408px;
    height: 40px;
    border-radius: 5px;
    border: solid 2px #f34e4e;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }
  .contacto_formulario .button__contacto {
    width: 405px;
    height: 45px;
    padding: 0 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #f34e4e;
    border-style: solid;
    border-radius: 10px;
    cursor: pointer; }
  .contacto_formulario textarea {
    background-color: antiquewhite;
    width: 405px;
    height: 150px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    border: solid 2px #f34e4e;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    padding-top: 15px; }

input {
  width: 30px;
  height: 20px; }

label, span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: antiquewhite; }

/* mobile */
@media screen and (max-width: 600px) {
  .main-corto {
    display: flex;
    align-items: center; }
  .intro__img {
    width: inherit;
    height: inherit; }
  .img-slide {
    margin: 0 0 100px 0; }
  .navbar-light .navbar-nav .nav-link .navbar-nav .nav-link {
    color: antiquewhite;
    font-size: 14px; }
  .d-block {
    height: 25vh; }
  .card, .card--mod {
    background-color: #3d61ff; }
  .imagenHistoria {
    display: none; }
  .contacto_formulario {
    width: auto;
    padding-right: 10px; }
    .contacto_formulario .inputRecta {
      width: -webkit-fill-available; }
    .contacto_formulario .texto_mensaje {
      width: -webkit-fill-available; }
    .contacto_formulario .button__contacto {
      width: -webkit-fill-available; }
  body {
    background-image: url("../assets/img/black-superman.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; } }

@media screen and (max-width: 990px) {
  .imagenHistoria {
    width: 100%; } }
