
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body{
    width: 100%;
    height: 100%;
    background-image: url("../img/Group\ 89@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

html{
    width: 100%;
    height: 100%;
}

main{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content:center ;
    align-items: center;
    border-top: #D64242 solid 5px;
}

li{
    margin-bottom: 10px;
}
    i{
        color: #D64242;
    }

p{
    line-height: 1.8;
}

.content-503{
    background-color: white;
    padding: 0px 10px 0px 10px;
}

.social{
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
    width: 100%;
}

    .social i{
        font-size: 2rem;
        color: #D64242;
        margin-right: 5px;
    }



.me-interesa-btn{
    background-color: #128c7e;
    padding: 5px;
    border-radius: 6px;
    color: white;
    text-decoration-line: none;
}
    .me-interesa-btn a {
        text-decoration: none;
    }
    .me-interesa-btn i {
        color: white;
    }


@media (max-width: 850px){
    .content-503{
        width: 100%;
    }

    iframe{
        width: 300px;
        height: 300px;
    }
}