body {

  background: url(../img/bg.jpg) #262261 no-repeat;
  background-size: cover;
  max-height: 100%;
  max-width: 100%;

  @media #{$small-only} {
    background-position: center;
  }
}

p { font-family: 'lato', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #262261;
    font-weight: 900;
    padding-bottom: 2em;
    

    }

.large-12 {
 padding: 2em 0 2em 0 ;
    }


.azul {
   padding: 2em 0 2em 0 ;
   background-color: #262261;
} 

 .azul p{
     font-size: 1em;
   color: #ffffff;
     text-align: center;
         font-weight: 900;
   
} 

ul.social {
    text-align: center;
    margin-bottom: 0
}

ul.social li {
    opacity: 1;
    margin-right: 1em ;
    display: inline-block;
    list-style: none
}

ul.social li:hover {
    opacity: 0.4;
    margin-right: 1em ;
    display: inline-block;
    list-style: none
}
