:root {
    --orange_mc: #fd7935;
    --purple_mc: #8308bb;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 599px) {
    .linktree .logo {
        max-width: 10em;
    }
  }
  @media screen and (min-width: 600px) {
    .linktree .logo {
        max-width: 12em;
    }
  }

nav ul,
.overlay ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

nav li {
    padding: 0;
    margin: 0;
}

nav {
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: white;
}

nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #333;
    display: inline-block;
    /* padding: 1em 3em; */
    text-decoration: none;
    /* border-bottom: 2px solid #fff; */
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 16px;
}


/*styling open close button*/

.button {
    display: inline;
    position: absolute;
    right: 50px;
    top: 12px;
    z-index: 999;
    font-size: 20px;
}

.button a {
    text-decoration: none;
}

.btn-open:after {
    color: #333;
    content: "\f068";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-open:hover:after {
    color: var(--orange_mc);
}

.btn-close:after {
    color: #fff;
    content: "\f00d";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
    color: var(--orange_mc);
}

.btn-orange {
    color: #fff;
    background-color: var(--orange_mc);
    text-transform: uppercase;
    -webkit-appearance: none;
}

.btn-orange h3 {
    margin: 5px 0;
    text-transform: uppercase;
}

.btn-orange:after {
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-orange:hover {
    color: var(--orange_mc) !important;
    background-color: #dddddd !important;
    -webkit-appearance: none;
}

.ind a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-style: normal;
    color: var(--orange_mc);
    font-size: 40px;
    margin-top: 15px;
}


/*overlay*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    overflow: auto;
    z-index: 99;
}

.wrap {
    color: #e9e9e9;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.wrap ul.wrap-nav {
    border-bottom: 1px solid #575757;
    text-transform: capitalize;
    padding: 150px 0px 100px;
}

.wrap ul.wrap-nav li {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    position: relative;
}

.wrap ul.wrap-nav li a {
    color: var(--orange_mc);
    display: block;
    padding: 8px 0;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
    color: #f0f0f0;
}

.wrap ul.wrap-nav ul {
    padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
    display: block;
    font-size: 13px;
    width: 100%;
    color: #e9e9e9;
}

.wrap ul.wrap-nav ul li a {
    color: #f0f0f0;
}

.wrap ul.wrap-nav ul li a:hover {
    color: var(--orange_mc);
}


/*  */

.wrap .wrap-nav {
    border-bottom: 1px solid #575757;
    text-transform: capitalize;
    padding: 150px 0px 100px;
}


/* .wrap .wrap-nav {
    font-size: 20px;
    width: 24%;
    position: relative;
} */

.wrap .wrap-nav a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: var(--orange_mc);
    display: block;
    padding: 4px 0;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.wrap .wrap-nav a:hover {
    color: #f0f0f0;
}


/*  */

.social {
    font-size: 25px;
    padding: 20px;
}

.social p {
    margin: 0;
    padding: 20px 0 5px 0;
    line-height: 30px;
    font-size: 13px;
}

.social p a {
    color: var(--orange_mc);
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.social-icon {
    width: 80px;
    height: 50px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
    margin: 0 20px;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.social-icon:hover {
    background: var(--orange_mc);
    color: #f0f0f0;
}

.social-icon i {
    margin-top: 12px;
}

@media screen and (max-width:48em) {
    .wrap ul.wrap-nav>li {
        width: 100%;
        padding: 20px 0;
        /* border-bottom: 1px solid #575757; */
    }
    .wrap ul.wrap-nav {
        padding: 30px 0px 0px;
    }
    /* nav ul {
        opacity: 0;
        visibility: hidden;
    } */
    .ind a {
        font-size: 20px;
    }
    .social {
        color: #c1c1c1;
        font-size: 25px;
        padding: 15px 0;
    }
    .social-icon {
        width: 100%;
        height: 50px;
        background: #fff;
        color: #333;
        display: block;
        margin: 5px 0;
    }
}

.content {
    width: 100%;
    margin-top: 200px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.color_orange {
    color: var(--orange_mc);
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-style: normal;
}

p,
li {
    font-size: larger;
}

.plan {
    text-align: justify;
}

.pres img {
    max-width: 30em;
    padding: 3em 0;
}

.plan h1 {
    margin-top: -10px;
}

.planes .col-12 {
    margin: 1em 0;
}

.sep {
    background-color: #7209b7;
    color: var(--orange_mc);
}

.sep a {
    color: var(--orange_mc);
    text-decoration: none;
}

.sep2 {
    background-color: var(--orange_mc);
    color: #FFFFFF;
}

.sep h1,
.sep2 h1 {
    margin: 2em 0;
}

.memb {
    margin: 1.5em 0;
}

.socialG {
    max-width: 5em;
}

.join input,
.join select {
    padding: .3em 0;
}

.desc img {
    margin: 0 auto;
    padding: .5em 0;
    height: auto;
    max-width: 100%;
}

.planG i {
    color: var(--orange_mc);
}

.about ul {
    list-style: none;
}

.about li::before {
    content: "• ";
    color: var(--orange_mc);
    /* or whatever color you prefer */
}

.foot {
    background-color: rgb(34, 34, 34);
    color: white;
}

.foot a {
    text-decoration: none;
    color: white;
}

.socialicons {
    padding: 2em 0;
}

.socialicons a {
    text-decoration: none;
    color: var(--orange_mc);
    font-size: large;
}

.socialicons a:hover {
    color: var(--purple_mc);
}


/*  */

.linktree {
    height: 110vh;
    text-align: center;
    width: 100%;
    background: #8A6D27;
    color: white;
}

.linktree .heigth {
    height: 5vh;
}

.linktree .heigth-middle {
    height: 2vh;
}

.linktree .mc {
    max-width: 5em;
}


.linktree .stit {
    font-weight: bold;
}

.linktree .btn {
    border: 2px solid white;
    border-radius: 5px;
    background-color: transparent;
    /* width: 20em; */
    height: 5em;
}

.linktree .btn a {
    margin: 2em;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    color: white;
    width: 100%;
    line-height: .2em;
    display: block;
    margin-left: -.1em;
}

.linktree .btn a span {
    font-size: larger;
}

.social img {
    margin: 0 auto;
}


/*Boton Unete*/

.fondoBlanco:hover {
    background-color: white !important;
}


/*Boton Unete para celulares*/

@media screen and (max-width:749px) {
    .fondoBlanco {
        width: 55%;
    }
}


/*Acomo Ancho*/

#acerca .row.justify-content-start,
.row.justify-content-center.foot.text-center {
    width: 100.65%;
}