@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/


html {
    height: 100%;
}
body {
    height: 100%;
    background-color: #ccc;
    /*background: linear-gradient(180deg, #ffffff, #ffffff82, #e00c70a1), url(../img/bg-intro.jpg);*/
    background: linear-gradient(90deg, #273b99, #7c2083, #db0169);
    padding: 20px 15px;
    background-position: bottom center;
    font-family: "Montserrat", sans-serif !important;
}

header img {
    padding: 1rem 0 1rem 0;
    border-radius: 1rem;
    max-width: 180px !important;
}

.group-description { margin-top: 2rem; }

.group-description h1 { font-family: "Montserrat", sans-serif !important; color: #FFF !important; font-weight: bold; font-size: 2.5rem; margin-bottom: 1rem; }
.group-description h1 span { font-family: "Montserrat", sans-serif !important; font-weight: bold; padding: 0 3px; background: #FFF; border-radius: 5px; color: #df0069; }

.group-description h2 { font-family: "Montserrat", sans-serif !important; color: #FFF !important; font-size: 1rem; }
.group-description h2 span { font-family: "Montserrat", sans-serif !important; font-weight: bold; padding: 0 3px; background: #FFF; border-radius: 5px; color: #df0069; }


.group-button {
    margin-top: 2rem;
}

.group-button a {
    transition: .3s;
    margin-bottom: .8rem;
    padding: 14px 2rem !important;
    border-radius: 15px !important;
    font-weight: 700; 
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
}
.group-button a:hover {
    transition: .3s;
    transform: scale(1.03);
    background: #df0069 !important;
    color: #FFF !important;
}

.group-button .container .row .col-12:nth-child(even) a { 
    background: #FFF !important;
    color: #df0069 !important;
    font-family: "Montserrat", sans-serif !important;
    transition: .3s;
    margin-bottom: .8rem;
    padding: 14px 2rem !important;
    border-radius: 15px !important;
    font-weight: 700; 
    text-transform: uppercase;
 }
 .group-button .container .row .col-12:nth-child(even) a:hover { 
    background: #df0069 !important;
    color: #FFF !important;
 }


.group-social {
    margin-top: 1.5rem;
}
.group-social a {
    margin: 0 3px;
}
.group-social i {
    display: inline-flex;
    font-size: 2.1rem;
    width: 50px;
    height: 50px;
    color: #df0069;
    background: #FFF;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.group-social a:hover i {
    transform: scale(1.1);
    transition: .3s;
}


.group-share {
    margin-top: 1.5rem;
}
.group-share i {
    display: inline-flex;
    font-size: 2rem;
    width: 48px;
    height: 48px;
    color: #df0069;
    background: #FFF;
    padding: 4px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#modalShare .container {
    padding: 1.5rem 1rem;
}
#modalShare h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    display: inline;
}
#modalShare button {
    opacity: 1;
}
#modalShare button i {
    color: #000 !important;
}
#modalShare a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}
#modalShare a:hover {
    background: #f5f6f8;
}
#modalShare a span, #modalShare a i {
    color: #000 !important;
}
#modalShare a span i {
    margin-right: 1rem;
    color: #FFF !important;
    padding: 5px;
    border-radius: 5px;
}
#modalShare a span i.fa-facebook { background: #1877f2; }
#modalShare a span i.fa-linkedin-in { background: #0a66c2; }
#modalShare a span i.fa-twitter { background: #1da1f2; }
#modalShare a span i.fa-whatsapp { background: #00e676; }
#modalShare a span i.fa-envelope { background: #000; }



@media(max-width:575px) {
    header img {
        max-width: 160px !important;
    }
    .group-button a {
        padding: 12px 1rem !important;
    }
    .group-description h1 { line-height: 1.2; text-align: left; font-size: 1.8rem; text-align: center; }
    .group-description h1 span { font-weight: bold; }
    .group-description h2 { text-align: left; font-size: 1.1rem; margin-top: 1.4rem; text-align: center; }
}