@import url(/css/root.css);

.as_social {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.as_social_content {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 2em;
}

/* Student Area */
.as_social_cont_becomeStudent {
    display: flex;
    flex-direction: column;
}
.as_social_cont_becomeStudent h1 {
    color: var(--color-base-black);
    width: 100%;
}
.as_social_cont_becomeStudent p {
    color: var(--color-base-black);
}

.as_social_cont_becomeStudent a {
    color: var(--color-base-white);
    background-color: var(--color-verde-arcca);
    padding: 0.6em 1em;
    border: none;
    border-radius: 0.6em;
    transition: filter 0.3s ease-in-out;
    cursor: pointer;
    letter-spacing: 1px;
}
.as_social_cont_becomeStudent a:hover {
    filter: brightness(120%);
}

/* Local Content with Map */
.as_social_cont_local {
    display: flex;
}
.as_social_cont_local h1 {
    color: var(--color-base-black);
    width: 100%;
}
.as_social_cont_local p {
    color: var(--color-base-black);
    width: 100%;
}

.as_social_cont_map {
    display: flex;
}

#box-googlemaps-social {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75); */
    /* -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75); */
    /* -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75); */
}

/* Social */
.as_social_cont_social {
    display: flex;
}

.as_social_cont_social h1 {
    color: var(--color-base-black);
    width: 100%;
}

.as_social_cont_social ul {
    width: 100%;
    display: flex;
}
.as_social_cont_social ul li {
    display: flex;
}
.as_social_cont_social ul li a, .as_social_cont_social ul li button {
    display: flex;
    background-color: transparent;
}

.as_social_cont_social ul li a i, .as_social_cont_social ul li button i {
    color: var(--color-base-black);
}
.as_social_cont_social ul li a p, .as_social_cont_social ul li button p {
    color: var(--color-base-black);
}

.contSocial_social_bg {
    position: relative;
}
.contSocial_social_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.as_social_cont_social ul li a i, .as_social_cont_social ul li button i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-base-white);
    border: none;
    overflow: hidden;
    z-index: +1;
    position: relative;
}
.as_social_cont_social ul li a i::after, .as_social_cont_social ul li button i ::after{
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    
}

.as_social_cont_social ul li a::before, .as_social_cont_social ul li button::before {
    content: "";
    position: absolute;
    background-color: var(--color-vermelho-arcca);
    display: none !important;
}

/* telephone */
#contSocial-social-telephone i {
    color: var(--color-base-black);
}
#contSocial-social-telephone i::after {
    background-color: var(--color-socialMidia-phone);
}

/* whatsapp */
#contSocial-social-whatsapp i::after {
    background-color: var(--color-socialMidia-whatsapp);
}

/* instagram */
#contSocial-social-instagram i::after {
    background: var(--color-socialMidia-instagram);
}

/* tiktok */
#contSocial-social-tiktok i::after {
    background-color: var(--color-socialMidia-tiktok);
}

/* youtube */
#contSocial-social-youtube i::after {
    background-color: var(--color-socialMidia-youtube);
}

/* facebook */
#contSocial-social-facebook i::after {
    background-color: var(--color-socialMidia-facebook);
}

.contSocial_social_bg.disable  {
    display: none !important;
}

/* Mobile */
@media screen and (max-width: 900px) {

    .as_social_contArea1 { order: 1; }
    .as_social_contArea2 { order: 3; }
    .as_social_contArea3 { order: 2; }

    .as_social {
        padding-top: 1em;
        padding-bottom: 2em;
    }

    .as_social_content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2em;
    }

    /* Student Area */
    .as_social_cont_becomeStudent {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5em;
    }
    .as_social_cont_becomeStudent h1 {
        text-align: center;
    }
    .as_social_cont_becomeStudent p {
        font-size: calc(1rem + 5%);
        text-align: center;
    }

    .as_social_cont_becomeStudent a {
        font-size: calc(0.9rem + 5%);
        font-weight: 400;
        text-align: center;
        margin-top: 0.5em;
    }

    /* Local Content with Map */
    .as_social_cont_local {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5em;
    }
    .as_social_cont_local h1 {
        text-align: center;
    }
    .as_social_cont_local p {
        font-size: calc(1rem + 5%);
        text-align: center;
    }

    .as_social_cont_map {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 1em;
    }

    #box-googlemaps-social {
        border-radius: 0.4em;
        border: 0.2em var(--color-verde-arcca) solid;
        min-width: 300px;
        max-width: 400px;
    }

    /* Social */
    .as_social_cont_social {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5em;
    }

    .as_social_cont_social h1 {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 0em;
    }
    .as_social_cont_social h1:first-child {
        margin-top: 0em;
    }


    .as_social_cont_social ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }
    .as_social_cont_social ul li {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .as_social_cont_social ul li a, .as_social_cont_social ul li button {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1em;
        /* width: 100%; */
        min-width: 70%;
        /* margin-left: 2em; */
        /* padding-left: 1em; */
        padding: 0.6em 0.8em;
        border: none;
        border-radius: 0em;        
        position: relative;
    }
    .as_social_cont_social ul li a::before, .as_social_cont_social ul li button::before {
        top: 100%;
        left: 50%;
        translate: -50% -50%;
        height: 2px;
        width: calc(5em + 10%);
    }

    .as_social_cont_social ul li a i, .as_social_cont_social ul li button i {
        font-size: 2rem;
        padding: 0.2em;
        border-radius: 0.2em;
    }
    .as_social_cont_social ul li a p, .as_social_cont_social ul li button p {
        font-size: 1.2rem;
    }

}

/* Desktop */
@media screen and (min-width: 900px) {

    .as_social_contArea1 { order: 2; }
    .as_social_contArea2 { order: 1; }
    .as_social_contArea3 { order: 3; }

    .as_social_content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2em;
    }
    
    /* Student Area */
    .as_social_cont_becomeStudent {
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1em;
    }
    .as_social_cont_becomeStudent h1 {
        text-align: left;
    }
    .as_social_cont_becomeStudent p {
        font-size: calc(1.1rem + 5%);
        text-align: left;
    }
    
    .as_social_cont_becomeStudent a {
        font-size: calc(1.1rem + 5%);
        font-weight: 400;
        text-align: center;
        margin-top: 0em;
    }

    /* Local Content with Map */
    .as_social_cont_local {
        width: 40%;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5em;
    }
    .as_social_cont_local h1 {
        text-align: center;
    }
    .as_social_cont_local p {
        text-align: center;
        max-width: 100%;
        font-size: calc(1rem + 5%);
    }

    .as_social_cont_map {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 1em;
    }

    #box-googlemaps-social {
        border-radius: 0.4em;
        border: 0.2em var(--color-verde-arcca) solid;
        min-width: 400px;
        max-width: 600px;
    }

    /* Social */
    .as_social_cont_social {
        width: 30%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 0.5em;
    }

    .as_social_cont_social h1 {
        text-align: right;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .as_social_cont_social h1:first-child {
        margin-top: 0em;
    }

    .as_social_cont_social ul {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 1em;
    }
    .as_social_cont_social ul li {
        justify-content: flex-end;
        align-items: center;
    }
    .as_social_cont_social ul li a, .as_social_cont_social ul li button {
        transition: background-color 0.3s ease-in-out;
        padding: 0.4em 0.6em;
        border: none;
        border-radius: 0.4em;
        flex-direction: row;
        justify-items: flex-end;
        align-items: center;
        gap: 1em;
    }
    .as_social_cont_social ul li a:hover, .as_social_cont_social ul li button:hover {
        background-color: var(--color-bg-light-hover);
    }
    .as_social_cont_social ul li a::before, .as_social_cont_social ul li button::before {
        top: 100%;
        left: 95%;
        translate: -100% -50%;
        height: 2px;
        width: calc(5em + 15%);
    }

    .as_social_cont_social ul li a i, .as_social_cont_social ul li button i {
        font-size: 2rem;
    }
    .as_social_cont_social ul li a p, .as_social_cont_social ul li button p {
        font-size: calc(1rem + 30%);
    }

    .as_social_cont_social ul li a i, .as_social_cont_social ul li button i {
        padding: 0.2em;
        border-radius: 0.2em;
    }

    .as_social_cont_social ul li a i, .as_social_cont_social ul li button i {
        order: 2;
    }
    .as_social_cont_social ul li a p, .as_social_cont_social ul li button p {
        order: 1;
    }

}

.clickable-link {
    cursor: pointer;
}
.clickable-text-copy {
    cursor: copy;
}