body {
    background-color: #1e282c;
    color: white;
}

/***Seccion centrada en la parte de la portada*/
figure {
    display: table;
}

img, figcaption {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

/**SECCION 1*/
#sectionOne {
    min-height: 40vh;
    padding: 5px;

    background: #1b6d85 url('../imagenes/cumbal.jpg') no-repeat center center;
    display: table;
    width: 100%;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 500px) {
    section > figure > img {
        width: 250px;
    }

    #sectionOne {
        padding-top: 10px;
    }
}

@media (min-width: 500px) {
    section > figure > img {
        max-width: 350px;
    }

    #sectionOne {
        padding-top: 50px;
    }
}

section > p {
    font-weight: bold;
    text-align: center;
}

/**SECCION 2*/
#sectionTwo {
    background-color: #cab822;
    min-height: 20vh;
}


@media (max-width: 500px) {
    .my-img {
        width: 60px;
    }

    .my-figure {
        padding: 10px;
    }

    .my-figure > p {
        padding-left: 5px;
    }
}

@media (min-width: 500px) {
    .my-img {
        width: 100px;
        margin: 15px;
    }

}

.my-figure {
    display: table;
}

.my-img, .my-figcaption {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

/**SECCION 3*/
#sectionThree {
    background-color: white;
    color: #1f2225;
    padding: 10px;
}

#sectionThree .my-figcaption label{
    font-size: 3em;
    text-align: left;
}

#sectionThree .my-figcaption{
    text-align: justify;
    font-weight: normal;
}

/**SECCION 4*/
#sectionFour {
    background-color: #0b93d5;
    color: white;
    text-align: center;
    padding: 10px;
}
#sectionFour h3{
    color: white;
    font-size: 3em;
}
@media (max-width: 500px) {
    #sectionFour h3{
        color: white;
        font-size: 1em;
    }

    #sectionFour p{
        font-size: 0.5em;
    }
}

/**SECCION 5*/
#sectionFive {
    max-height: 400px;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    background: #1b6d85 url('../imagenes/fondo_mopa.jpeg') no-repeat center center;
    display: table;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#sectionFive>div{
    background-color: rgba(31, 34, 37, 0.38);
    border-radius: 10px;
}

#sectionFive>div>img{
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 500px) {
    #sectionFive>div>img{
        max-width: 250px;
    }
}

/**SECCION 5*/
#sectionSix {
    text-align: center;
    background-color: #1f2225;
}

footer{
    text-align: center;
}

#linkFac:hover{
    color: white;
    background-color: #3b5998;
}
#linkTwi:hover{
    color: white;
    background-color: #2196F3;
}
#linkIns:hover{
    color: white;
    background-color: #f430e9;
}
#linkGoo:hover{
    color: white;
    background-color: #d34836;
}