@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cormorant Garamond", serif;
}

.navbar {
  background-color: #eff4fd;
}
.navbar .boton-more {
  background-color: #fcb900;
}
.navbar .boton-more:hover {
  background-color: #00cc66;
}
.navbar a {
  text-decoration: none;
  color: #222121;
}

.seb-logo {
  width: 45px;
}

.nav-item a {
  color: #000;
}
.nav-item a:hover {
  color: #fcb900;
}

.texto h5 {
  margin-bottom: 20px;
  color: #222121;
}
.texto p {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
}
.texto a {
  margin-bottom: 10px;
  color: #eff4fd;
}

.btn-descrip {
  background-color: #fcb900;
}

.btn-descrip:hover {
  background-color: #00cc66;
}

.img-seb {
  border-radius: 10px;
}

.container-fluid span {
  color: #fcb900;
}
.container-fluid .text-vettel {
  color: #000;
}
.container-fluid .txt-rb {
  color: #CC1C4A;
}

.exp {
  height: 100vh;
  background-image: linear-gradient(to bottom right, #182A4B 0%, #213872 20%, #CC1C4A 40%, #FACD34 60%, #eff4fd 80%);
  background-size: 300% 300%;
  animation: movimiento 5s linear infinite alternate;
}

@keyframes movimiento {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
@media (max-width: 540px) {
  .fondo-card {
    margin-top: 20px;
    flex-wrap: wrap-reverse;
  }
  .texto {
    margin-top: 15px;
  }
  .card-seb {
    margin-top: 40px;
  }
  .navbar {
    background-color: #213872;
  }
  .navbar .boton-more {
    background-color: #00cc66;
  }
  .navbar .boton-more:hover {
    background-color: #fcb900;
  }
  .navbar li a {
    color: #eff4fd;
  }
  .navbar .boton-more a {
    color: #eff4fd;
  }
}
@media (min-width: 992px) {
  .img-seb {
    width: 350px;
  }
  .fondo-card {
    margin-top: 110px;
  }
  .escritura {
    margin-top: 70px;
    padding-left: 30px;
  }
  .card-seb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.iconos a {
  text-decoration: none;
}

.bi-github {
  color: #eff4fd;
}

.bi-facebook {
  color: #eff4fd;
}

.bi-instagram {
  color: #eff4fd;
}

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

.txt-fts {
  border-top: 4px solid #222121;
  border-bottom: 4px solid #222121;
  margin-top: 20px;
}

.h4-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.seb-pg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info-seb {
  margin-top: 65px;
}

.tarj-seb {
  margin-top: 25px;
}
.tarj-seb .table {
  margin-top: 4px;
}

.fts-kar {
  margin-top: 25px;
}

.carrer-seb {
  margin-top: 25px;
}

.goal-seb {
  margin-top: 25px;
}

.toro-roso {
  margin-top: 25px;
}

.rb-seb {
  margin-top: 25px;
}

.master-pc {
  margin-top: 25px;
}

.carrer-seb {
  margin-top: 45px;
}

.img-hd {
  height: 55vh;
  width: 100%;
  background-image: url("https://sebastianvettel.de/wp-content/uploads/2021/03/sebastian_vettel_headerbild_facts_new03.jpg");
  background-color: rgb(50, 50, 50);
  background-blend-mode: soft-light;
  color: #eff4fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}

.h2-small {
  font-size: 1.5rem;
}

.icon {
  font-size: 100px;
  color: #fcb900;
}

.icon2 {
  font-size: 100px;
  color: #00cc66;
}

.logros h5 {
  color: #212121;
}
.logros p {
  color: #555;
}

.seb-ferrari {
  margin-bottom: 15px;
}

@media (max-width: 540px) {
  .tororoso {
    flex-wrap: wrap-reverse;
  }
  .info-seb {
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  .seb-p {
    margin-top: 112px;
  }
  .img-master {
    margin-top: 60px;
  }
  .hbd-seb {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=facts.css.map */
