body {
    overflow-x: hidden;
}

.header{
    background-image: url(../img/portada.png);
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 99vw;
}

.top-bar,  .top-bar ul {
    background-color: white;
}
.top-bar {
    box-shadow: 0px 2px 10px 0px rgba(150,150,150,1);
}

.top-bar ul li a {
    color:#8299AF;
}
.top-bar ul li a:hover {
    color:#ADCCE9;
}

.top-bar-right{
    margin-right:50px;
}

.top-bar-left{
    margin-left:50px;
}

.margin50 {
    margin-top: 15px;
}

.content h3, .content h5 { 
    font-weight: 400px;
    color:#8299AF;
    text-align: center;
}
.content p {
    color:#8299AF;
    text-align: justify;
    padding: 0px;
}
.content img {
    padding: 50px;
}

.sub-content-1 img{
    padding: 5px 20px 5px 20px;
}
.sub-content-1 p{
    padding: 5px 20px 5px 20px;
    text-align: center;
}


.content-2 .cell.large-6 {
    padding: 0px;
}
.content-2 h3 {
    font-weight: 400px;
    color:#8299AF;
    text-align: center;
}
.content-2 p {
    font-weight: 400px;
    color:#8299AF;
    text-align: center;
    width: 80%;
    margin: auto;
}

.back1 {
    background-image: url(../img/back2.png);
    background-size: cover;
    background-position: center;
    height: 100%;
}