
@font-face {
    font-family: 'nucklebold';
    src: url('../fuente/Nuckle-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'nucklelight';
    src: url('../fuente/Nuckle-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}



@font-face {
    font-family: 'nuckleregular';
    src: url('../fuente/Nuckle-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}


body {
    background:url(../img/fondo2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    margin-top: 50px !important;
}

@media (max-width:900px) {
    body {
        margin: 0px !important;
        margin-top: 50px !important;
    }
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    flex-direction: column;
    color: rgb(0, 0, 0);
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.content>img {
    border-radius: 100% !important;
    width: 160px;
    margin-bottom: 20px;
    border: none;
    border: 0;
    transition: 0.5s;
}

.content>img:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.content>h1 {
    margin-bottom: 5px;
    font-family: nuckleregular !important;
}

.content>h2 {
    margin-bottom: 20px;
    font-family: nuckleregular !important;
}

@media (max-width:500px) {
    .content>h2 {
        font-size: 18px !important;
    }
}

.content button {
    height: 50px;
    max-width: 700px;
    width: 100% !important;
    font-size: 16px;
}

button>img {
    display: flex;
    float: left;
}

button:hover>img {
    animation-name: animacion;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes animacion {
    0% {
        margin-top: -14px;
    }
    10% {
        margin-top: -11px;
    }
    20% {
        margin-top: -9px;
    }
    30% {
        margin-top: -6px;
    }
    40% {
        margin-top: -5px;
    }
    50% {
        margin-top: -4px;
    }
    60% {
        margin-top: -5px;
    }
    70% {
        margin-top: -6px;
    }
    80% {
        margin-top: -9px;
    }
    90% {
        margin-top: -11px;
    }
    100% {
        margin-top: -14px;
    }
}

button {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-weight: bolder;
    color: white;
    background-color: rgb(31, 31, 31);
}

button:hover {
    color: rgb(0, 0, 0);
    background-color: #C3C3C3;
}
.redes{
    display: flex;
}
.redes i {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin: 10px;
    color: rgb(0, 0, 0);
    background-color: grey;
    border-radius: 100%;
    padding: 20px;
    transition: 0.3s;
}

 i.fa.fa-facebook{
    padding-left: 23px!important;
    padding-right: 23px!important;
}

.redes i:hover {
    transition: 0.3s;
    color: rgb(0, 0, 0);
    background-color: #474747;
}

.contentcapital {
    margin-left: 90px;
    display: flex;
    flex-direction: column;
}

@media(max-width:1000px) {
    .contentcapital {
        margin-left: 0px;
        width: 80% !important;
    }
}

@media (max-width:500px) {
    .redes i {
    margin-bottom: 15px !important;
    font-size: 15px!important;
    padding: 10px;
    }
   i.fa.fa-facebook{
    padding-left: 12px!important;
    padding-right: 12px!important;
}
}

button {
    font-family: nuckleregular;
}

.divcontentitulo {
    display: flex;
}

.especialtitulo2 {
    margin-right: 8px;
    font-family: nucklebold !important ;
    font-weight: 100 !important;
}

.especialtitulo23 {
    font-family: nuckleregular !important;
    font-weight: 100;
    font-style: normal !important;


}

.especialmonserrat {
    font-family: nuckleregular !important;
    font-weight: 100;
    font-size: 18px;
}

.especialmonserrat3 {
    font-family: nucklebold !important;
    font-size: 18px;

}

@media (max-width:700px){
.especialmonserrat {
    font-family: nuckleregular !important;
    font-weight: 100;
    font-size: 18px !important;
}

.especialmonserrat3 {
    font-family: nucklebold !important;
    font-size: 18px !important;
}
}