.influ-header{
    background-image: url(/images/backgroundinflu.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 30px;
}

.influ-title{
    color: white;
    font-size: 50px;
    font-family:'Bebas Neue';
}

/* DIV INFLUENCIADORES */

.inf-div{
    padding: 20px 0;
}

.inf-name{
    color: #071D59;
    font-size: 50px;
    font-family:'Bebas Neue';
    line-height: 30px;
}

.inf-social{
    fill: #071D59;
    transition: 0.5s;
}

.inf-social:hover{
    fill:#0dcaf0;
}

.inf-job{
    color: #0dcaf0;
    font-size: 30px;
    font-family:'Barlow Semi Condensed';
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .inf-job {
    font-size: 22px;
    }
  }

.inf-text{
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {
    .inf-text {
    font-size: 12px;
    }
  }

.inf-buttom{
    background-color: #0dcaf0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 15px;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding: 15px 15px;
    transition: 0.5s;
}

.inf-buttom:hover{
    background-color:#071D59;
    color: white;
}

.img-div{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.inf-img{
    border-radius: 20px;
    max-height: 350px;
    box-shadow: 0px 0px 10px 7px rgb(0 0 0 / 15%);
}

.inf-line{
    border: 1.5px solid #071D59;
    border-radius: 5px;
    opacity: 1;
}

.inf-right{
    text-align: right;
}

.contact-title{
    color:#071D59;
    font-size: 20px;
    font-family:'Barlow Semi Condensed';
    font-style: italic;
    font-weight: bold;
}
