/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700;900&display=swap");
* {
  font-family: "Roboto Slab", serif;
  scroll-behavior: smooth; }

.jumbotron {
  position: relative;
  color: #26a73d; }
  .jumbotron:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-image: url(../images/construccion.jpg);
    background-repeat: no-repeat;
    opacity: 0.2; }
  .jumbotron .logo-estisol {
    height: 15vh;
    background-position: center;
    background-size: contain;
    background-image: url(../images/sorteo_Logo_estisolconstruccion2.svg);
    background-repeat: no-repeat; }
  .jumbotron .logo-sorteo {
    height: 7vh;
    background-position: top center;
    background-size: contain;
    background-image: url(../images/sorteo_Sorteo.svg);
    background-repeat: no-repeat; }

.card {
  border: none; }
  .card .card-img {
    position: relative;
    padding-bottom: 100%; }
    .card .card-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .card .card-body {
    background: #26a73d;
    color: #FFF;
    margin-top: -50%;
    padding-top: 50%;
    border-radius: 0.2rem 0.2rem 1rem 0.2rem; }
    .card .card-body .card-title {
      font-weight: 700; }

.logo-estisol2 {
  height: 5vh;
  background-position: center;
  background-size: contain;
  background-image: url(../images/sorteo_Logo_estisolconstruccion1.svg);
  background-repeat: no-repeat; }
