html,
body,
div,
p {
    font-family: 'Roboto Mono', monospace;
    font-size: 22px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




h1 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    font-size: 36px;
    color: #3d3c3c;
}

h2 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 28px;
    color: #3d3c3c
}

h3 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 24px;
    color: #3d3c3c;
}


p {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 22px;
    color: #3d3c3c
}



.borderwho {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-top: solid 20px #39ff14;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.borderlogin {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top: solid 20px #39ff14;

}





.bar1 {
    width: 35px;
    height: 4px;
    background-color: #000;
    margin: 6px 0;
    margin-left: 30px;

    transition: 0.4s;
}

.bar1:hover {
    background-color: #329CD7;
    transform: rotate(360deg);
    transform-origin: center;
}

.bar2 {
    width: 35px;
    height: 4px;
    background-color: #000;
    margin: 6px 0;
    margin-left: 30px;

    transition: 0.4s;
}

.bar2:hover {
    background-color: #329CD7;
    transform: rotate(360deg);
    transform-origin: center;
}

.bar3 {
    width: 35px;
    height: 4px;
    background-color: #000;
    margin: 6px 0;
    margin-left: 30px;
    margin-bottom: 30px;
    transition: 0.4s;
}

.bar3:hover {
    background-color: #329CD7;
    transform: rotate(360deg);
    transform-origin: center;
}

.hamburguer {

    margin-top: 30px;
    padding-top: 30px;
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
}

/* The side navigation menu */
.sidenav {
    line-height: 20px;
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
    text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 50px;
    font-size: 36px;
    margin-left: 50px;
    font-size: 36px;
}

.sidenav .closebtn:hover {
    position: absolute;
    top: 15px;
    right: 50px;
    font-size: 36px;
    margin-left: 50px;
    font-size: 36px;
    color: #329CD7;
    transform: scale(1.5);
}

.divisoria {
    width: 100%;
    height: 10px;
    background-color: #000;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}



.cinza {
    color: #3d3c3d
}

.white {
    color: #fff
}

.limao {
    color: #39ff14;
    font-weight: 700
}

.amigos {
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
}

.capa {
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.logo {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
    box-sizing: border-box;

}

.top {
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #3d3c3d;
    color: #3d3c3d;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.top-item {
    width: 100%;
    flex: 1;
}

.topnav {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #39ff14;
    color: #3d3c3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topnav-item {
    width: 100%;
    flex: 1;
}

.marcador {
    font-size: 12px;
}

.informa{font-size: 14px}

span2 img {
    border: solid 4px #fff;
    border-radius: 50px;
}

.linked {
    color: #fff;
    text-decoration: none
}

.linked:hover {
    color: #000;
    font-weight: bold;

}

.linked2 {
    color: #3d3c3d;
    text-decoration: none
}

.linked2:hover {
    color: #000;
    font-weight: bold;

}

.btn-black {
    background-color: #3d3c3d;
    color: #fff;
    border: none;
    outline: none;
    padding: 7px;
    border-radius: 5px;
}

.btn-black:hover {
    background-color: #3d3c3d;
    color: #39ff14
}

.btn-azul {
    width: 200px;
    height: auto;
    padding: 10px;
    background-color: #329CD7;
    color: #fff;
    border: solid 2px #f4f4f4;
    border-radius: 100px;
    font-size: 22px;
}

.btn-bco {
    width: 200px;
    height: auto;
    padding: 10px;
    background-color: #f4f4f4;
    color: #329CD7;
    border: solid 2px #329CD7;
    border-radius: 100px;
    font-size: 22px;
}

.foot {
    width: 100%;
    height: 40px;
    background-color: #329CD7;
    color: #fff;
    display: flex;
    box-sizing: border-box;
}

.foot-item {
    width: 100%;
    flex: 1;
    box-sizing: border-box;
}

.foot-item:nth-child(1) {
    padding: 10px;
    text-align: left;
}

.foot-item:nth-child(2) {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.foot-item:nth-child(3) {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.foot-item:nth-child(4) {
    padding: 10px;
    text-align: right;
    box-sizing: border-box;
}

.tripla {
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;

}

.tripla-item {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-left: 5px;
    flex: 1;

}



.tripla-item:nth-child(1) {}

.tripla-item:nth-child(2) {}

.tripla-item:nth-child(3) {}



@media (max-width:768px) {



    .tripla {
        flex-direction: column;

    }



}
