.img-header{
    margin-top:30px;
    padding-top: 10px;
    text-align: center;
}

.img-center{
    text-align:center;
    max-width: 250px;
}

.body-san-alfonso{
    margin-top:40px;
}

.img-body{
    max-width: 230px;
}

.dv-title{
    margin-top:40px;
    padding-top:50px;
}

.button-link{
    margin-top:40px;
}

.link{
    font-size:x-large;
    font-weight:bold;
    text-decoration:none;
    text-align: center;
}

.yellow{
    background-color: #e4c350;
    border-radius: 50px;
    height:40px;
}

.btn-yellow{
    color:black;
}

.black{
    background-color:black;
    border-radius: 50px;
}

.btn-black{
    color:#e4c350;
}

.btn-yellow:hover{
    color:white;
}

.btn-black:hover{
    color:white;
}

.yellow:hover{
    color:white;
}

.black:hover{
    color:white;
}




@media (max-width:926px){
    .img-body{
        position: inherit;
    }
    .dv-title{
        position: inherit;
        margin-right:1.8em;
        margin-top:1em;
        margin-bottom:1em;
    }

    .yellow{
        width:300px;
        margin-left:62px;
        margin-bottom: 10px;
    }

    .black{
        width:300px;
        margin-left:62px;
    }
}

@media (max-width:667px){

    .dv-title{
        position: inherit;
        margin-right:1.4em;
        margin-top:1em;
        margin-bottom:1em;
    }

    .yellow{
        width:300px;
        margin-left:42px;
        margin-bottom: 10px;
    }

    .black{
        width:300px;
        margin-left:42px;
    }
}

@media (max-width:1080px) {
    .yellow{
        margin-left:28px;
    }

    .black{
        margin-left:208px;
    }
}

@media (max-width:915px)
{
    .yellow{
        width:300px;
        margin-left:65px;
        margin-bottom: 10px;
    }

    .black{
        width:300px;
        margin-left:65px;
    }
}


.footer-area{
    background-color: black;
    color:white;
    max-width: 100%;
    height: 100px;
    padding-top: 30px;
    margin-top: 100px;
}
