html, body{
     overflow-x: hidden;
}

body { 
  background-image:url(../img/pattern.png);
  font-family: 'Salsa', cursive;
}

h1 {
  font-family: 'Salsa', cursive; 
}

.tituloPrincipal{
    color:#FFFFFF;
    line-height: 1;
    text-shadow: 2px 2px #000000;
    margin-top:100px;
    font-size: 4rem;
}

.background1{
    background-image: url("../img/portada_2.jpg");  
    background-size: cover;
    background-position: top center;
    padding: 100px 0;
}
 
.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: white;
    font-weight: 700;
}

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

.text-fuchsia{
    color: black;
}

.btn-primary {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF;
}

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


.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row{
    padding: 10px;
}

.card-text{
    font-family: 'Alata', sans-serif;
}

.bg-light{
    opacity: 0.95;
}

.blue-shadow{  
    text-shadow: -1px 2px 1px blue; 
}