body {  
    margin:0px;  
    overflow-x: hidden;

  } 
.fondo-header{
    background-image: url(/img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

  .contenedor{
min-height: 100vh;

  }

  a{
text-decoration: none !important;
color: #030602 !important;
}
  /* COLORES */
.bg-boo{
background-color: #9B59B6;
}
.bg-morty{
    background-color: #3498DB;
    }
.bg-grinch{
    background-color: #62CB31;
    }
.bg-sol{
    background-color: #FFB606;
    }
.bg-digimon{
    background-color: #E66A2C;
    }   
.bg-klee{
    background-color: #C0392B;
    }  
.bg-base{
    background-color: #f3f3f3;
    }  
.bg-bulma{
    background-color: #E0F9FC !important;
}
.border-bulma{
    border-color:#E0F9FC !important ;
}
.color-homero{
    color: #1CA4EB !important;
}
.color-gris{
    color:#7B7B7B;
}

  /* ALTURA */
.hp-5{
    height: 5px;
}

  /* MARGENES */

.mtp-100{
    margin-top: 100px !important;
}
.mbp-100{
    margin-bottom: 100px !important;
}
.bottom-0{
    bottom: 0px !important;
}
.ml-auto{
    margin-left: auto;
}

  /* FUENTES */
  
.font-dosis{
    font-family: 'Dosis', sans-serif !important;
}

.fw-800{
    font-weight: 800 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fs-14{
    font-size: 14px  !important;
}

  /* BOTON */
.btn-link:hover {
    background-color: #1CA4EB !important;
    text-decoration: none;
    color: white !important;
}
.deco-none{
    text-decoration: none !important;
}
        
