/* Gloogle Fonts CDN Link */
/*  Fonte: https://www.youtube.com/watch?v=AkMIwNpK5jQ&t=1108s */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    background:#ffffff;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0x 2px 4px rgba(241, 241, 241, 0.333);
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
.team-profile-img {
    height: 10rem;
    border-radius: 50%;
    object-fit: cover;
    width: 10rem;
}

.btn-inscr{
    background: #52dcff;
    border: none;
    color: #000000;
    padding: 15px 60px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;

}
.btn-inscr:hover {
    /* background: #3d9ce4; */
    background: #00b1de;
    color: #000000;
    transition: 0.5s;
}
.bak {
    background: rgb(75, 94, 94);
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    top: 80px;
}

.baks {
    background: rgb(69, 69, 69);
    width: 100%;
    height: 80px;
    padding: 10px;
    top: 80px;
}
.bar1 {
    height: 40px;
    background: rgb(75, 94, 94);
}

.texto1 {
    font-size: 25px;
    top: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #006699;
}

.texto2 {
    font-size: 25px;
    top: 60px;
    position: relative;
    text-align: justify;
    text-decoration: none;
    color: #000000;
    margin-left: 35%;
    display: block;
}
.texto3 {
    font-size: 18px;
    top: 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #006699;
}

.org {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}

.txt1 {
    float: left;
    padding: 40px;
    width: 60%;
    height: 300px;
}

.txt2::after {
    content: "";
    display: table;
    clear: both;
}

.mold {
    position: relative;
    width: auto;
    height: auto;
    text-align: justify;
    padding: 20px 80px;

}

.somb {
    box-shadow: 0px 3px 10px #006699;
}


/* ############################################# Início Botão cadastre-se ################################ */
.bak {
    background-color: rgb(75, 94, 94);
    width: 100%;
    height: 60px;
}

.buttona {
    background: rgb(127, 0, 0);
    border: none;
    color: #ffffff;
    padding: 6px 25px;
    border-radius: 10px;
 
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    margin-left: auto;

    display: block;
}

.buttona:hover {
    /* background: #3d9ce4; */
    background: rgb(112, 177, 205);
    color: #000000;
    transition: 0.5s;
}
.buttona2 {
    background: #52ffff;
    border: none;
    color: #000000;
    padding: 15px 90px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    margin-left: auto;
    margin-right: 40px;
    display: block;
}

.buttona2:hover {
    /* background: #3d9ce4; */
    background: #0000003f;
    color: #52ffff;
    transition: 0.3s;
}
/* ############################################# fim Botão cadastre-se ################################ */

/* ################################## inicio menu ############################################ */
nav {
    position: relative;
    left: 0;
    width: 100%;
    height: 100px;
    background: #ffffff;
    z-index: 1;
}

nav .navbar {
    max-width: 100%;
    height: 100%;
    margin: auto;
    /*background: red;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    box-shadow: 0px 3px 10px #464646;
}

nav .navbar .logo a {
    color: #0d0835;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

nav .navbar .nav-links {
    /* background: rgb(6, 49, 114);*/
    height: 100%;
    line-height: 100px;
}

nav .navbar .nav-links .links {
    display: flex;
}

nav .navbar .nav-links .links li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .nav-links .links li a {
    height: 100%;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

/* cor do link menu, RCA */
nav .navbar .nav-links .links li a:hover {
    color: rgb(33, 90, 188);
}

.navbar .bx-menu,
.nav-links .sidebar-logo .logo_name,
.nav-links .sidebar-logo .bx-x {
    display: none;
}

/* RESPONSIVO */


/* ################################## fim menu ############################################ */

/* ################################## inicio cards ############################################ */
.container {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.container .card {
    position: relative;
    padding: 10px;
    width: 200px;
    background-color: #faf2a3;
    margin: 20px;
    top: 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
}


.container .card2 {
    position: relative;
    padding: 10px;
    width: 200px;
    background-color: rgb(112, 177, 205);
    margin: 20px;
    top: 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
}

.container .card .cadr2 h1 {
    font-size: 2rem;
}

.container .card .card2 .content {
    padding: 10px;
    text-align: center;
}

.container .card .card2 .content p {
    color: #666;
    transition: 0.5s;
}

.container .card .content a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #060606;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
    margin-top: 20px;
}


.container .card2 .content a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #060606;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
    margin-top: 20px;
}



/* ################################## fim cards ############################################ */



/* ################################## início footer ############################################ */
.rt {
    color: rgb(0, 0, 0);
    font-size: 14px;
    position: relative;
    text-align: center;
    background-color: rgb(75, 94, 94);
}
.footer2{
    color: rgb(212, 212, 212);
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}
/* FUNDO DO BANNER */
footer {
    background-color: rgb(75, 94, 94);
    padding: 30px 0;
}

.container-footer {
    max-width: 1400px;
    padding: 0 4%;
    margin: auto;
    background-color:rgb(75, 94, 94);
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(75, 94, 94);
}

.footer-col {
    width: 25%;
    padding: 0 15px;
    background-color:rgb(75, 94, 94);
}

.footer-col ul {
    list-style: none;
    background-color: rgb(75, 94, 94);
}

.footer-col ul li {
    margin: 10px 0;
}
/* FUNDO DO TEXTO */
.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(212, 212, 212);
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
    background-color:rgb(75, 94, 94);
}

.footer-col ul li a:hover {
    color: #cecdcd;
    padding-left: 10px;
}

/* Responsivo */
@media (max-width: 800px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .footer-col {
        width: 100%;
    }
}
/*################################## fim footer ############################################ */
