body {  
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Archivo Black', sans-serif;
}

.tituloPrincipal{
    line-height: 1;
    text-shadow: 2px 2px #000000;
}

.background1{
    background-image: url("../img/header.jpg");  
    background-size: cover;
    background-position: center;
}

.customGradient{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;        
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 75%);  
}

.lead{
    color: #24061f;
    font-weight: 700;
}

.mt-100{
    margin-top:100px;
}

.btn-success {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}
