*{
    text-decoration: none !important;
    outline: 0 !important;
}
:root{
    --bs-border-radius-lg: 40px;
}
.row {
    margin: 0 !important;
    padding: 0;
}

@font-face {
    font-family: Agelia;
    src: url("../fonts/Agelia-Regular.ttf");
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.ttf");
}
body {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    position: relative;
    margin: 0 auto;

}
.container-in {
    max-width: 1100px;
    margin: 0 auto;
}
section.bodySocial {
    position: relative;
    background: url(../assets/background.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000080;
}
.contenedorSocial {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.logoSocial {
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    margin: 60px 0 0px;
    border: 6px solid #feebb0;
}
.logoSocial img {
    width: 100%;
    position: relative;
    top: 25%;
}
.links {
    margin: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.linkItem {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.linkItem a {
    font-size: 16px;
    font-family: 'Poppins';
    color: #000;
    padding: 20px;
    display: block;
    width: 100%;
}
.linkItem img{
    width: 15px;
    height: 15px;
}
.linkItem:hover {
    border-radius: 0px;
    transition: all 0.3s;
}
.cta {
    margin: 50px 0 0;
}
.cta h1{
    font-size: 36px;
    font-family: 'Agelia';
    color: #fff;
    margin: 0;
}
span {
    margin: 0 20px 0 0;
}

@media (min-width: 320px) and (max-width: 484px){
    .links {
        width: 90%;
    }
}


@media (min-width: 568px) and (max-width: 736px){
    .links {
        width: 90%;
    }
}


@media (min-width: 768px) and (max-width: 800px){
    .links {
        width: 90%;
    }
}


@media (min-width:800px) and (max-width: 1050px){
    .links {
        width: 90%;
    }
}