*,*::after,*::before{
    box-sizing: border-box;
}
@font-face{
    font-family: 'Outfit';
    src: url(Outfit-VariableFont_wght.ttf);
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
}
.content{
    width: 100%;
    height: 100vh;
    background-image: url(34.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.content > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
}
.div{
    text-align: center;
}
.title {
    font-size: 3em;
    color: white;
    font-family: Outfit;
}
@media(min-width: 750px) {
    .content-text{
        width: 60%;
        margin: 0 auto;
    }
}
.text {
    font-size: 1.5em;
    color: white;
    font-family: Outfit;
}
.btn{
    border: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    padding: 10px 35px;
    font-family: Outfit;
    transition: ease-in 0.2s;
    background-color: white;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 150px;
    margin: 0 auto;
    transform: scale(1.2);
}
.btn:hover{
    transform: scale(1.4);
}
.icono {
    width: 300px;
    margin: 20px auto 35px;
}

.img-btn{
    width: 18px;
    filter: invert(1);
    margin-right: 5px;
}
.content-rrss{
    margin-top: 50px;
}
.img-ssrr {
        transition: ease-in 0.2s;
    display: inline-block;
}
.img-ssrr:hover {
    transform: scale(1.2);
}