#Gallo{
    background: url(../images/back-gallo-estudio-gallo.svg) no-repeat center;
    background-size: contain;
}

.bk-oscuro{
    background-color: #480f23;
}

.bk-gallos{
    background-color: #480f23;
    background: url(../images/huevo-back.png) repeat-x bottom;
}

.bk-contacto{
    background: url(../images/back-gallo-estudio-contacto.jpg) no-repeat right;
}

p{
    font-size: 16px;
    line-height: 36px;
}

.btn-dark{
    font-family: 'Paytone One', sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px 13px;
    background-color: transparent;
    color: #1e070e;
    border: 2px solid #1e070e;
    transition: all .3s ease 0s;
    border-radius: 50px;
}

.btn-dark:hover{
    background-color:#1e070e ;
    color: #ffff;
}

.btn-white{
    font-family: 'Paytone One', sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px 13px;
    background-color: transparent;
    color: #ffff;
    border: 2px solid #ffff;
    transition: all .3s ease 0s;
    border-radius: 50px;
}

.btn-white:hover{
    background-color:#ffff ;
    color: #fc0d34;
}

.btn-rojo{
    font-family: 'Paytone One', sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px 13px;
    background-color: transparent;
    color: #fc0d34;
    border: 2px solid #fc0d34;
    transition: all .3s ease 0s;
    border-radius: 50px;
}

.btn-rojo:hover{
    background-color:#fc0d34 ;
    color: #ffff;
}

.font-gallo{
    font-family: 'Paytone One', sans-serif;
}

.rojo{
    color: #fc0d34;
}

.font-60{
    font-size: 60px;
}

.titulo-plumas{
    color: #480f23;
    font-size: 18px;
    font-family: 'Paytone One', sans-serif;
}

ul{
    padding-left: 0;
}

li{
    list-style: none;
    margin-bottom: px;
}

.modal-content{
    background-color: #000 !important;
}

.video-proyecto{
    margin-top: 20%;
}

.close{
    color: #ffff;
}

#NuestrasPlumas li{
    margin-bottom: 15px;
}