/* 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);
}

.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(74, 73, 72);
    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: #006699;
}

.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;
}

.mapa iframe {
    width: 100%;
    height: 300px;
    box-shadow: 0 0 5px #999;
    text-align: center;
    box-shadow: 0px 3px 10px #464646;
}

.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: #006699;
    width: 100%;
    height: 80px;
}

.buttona {
    background: #52dcff;
    border: none;
    color: #000000;
    padding: 15px 60px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    margin-left: auto;
    margin-right: 80px;
    display: block;
}

.buttona:hover {
    /* background: #3d9ce4; */
    background: #00b1de;
    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);
}

nav .navbar .nav-links .links li .arrow {

    height: 100%;
    line-height: 100px;
    text-align: center;
    color: #000000;
    width: 22px;
    transition: all 0.3s ease;
}

.navbar .nav-links .links li:hover .htmlcss-arrow,
.navbar .nav-links .links li:hover .js-arrow {
    transform: rotate(180deg);
}

.navbar .nav-links .links .sub-menu {
    position: absolute;
    top: 100px;
    left: 0;
    background: rgba(255, 255, 255, 0.2)7;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
}

.navbar .nav-links .links .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.849);
}

.navbar .nav-links .links .sub-menu li a {
    font-size: 15px;
    font: 500;
}

.navbar .nav-links .links .sub-menu li .more-arrow {
    line-height: 40px;
}

.navbar .nav-links .links li:hover .htmlcss-sub-menu,
.navbar .nav-links .links li:hover .js-sub-menu {
    display: block;
}

.navbar .nav-links .links .more .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    display: none;
}

.navbar .nav-links .links .more:hover .more-sub-menu {
    display: block;
}

/* INICIO BARRA DE PESQUISA */

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
    /*background: red;*/
}

.navbar .search-box i {
    color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.navbar .search-box .input-box {
    height: 60px;
    width: 300px;
    background: #8cbec7;
    position: absolute;
    top: 95px;
    right: calc(100% - 40px);
    border-radius: 6px;
    opacity: 0;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.navbar.showInput .search-box .input-box {
    opacity: 1;
    pointer-events: none;
    top: 80px;
}

.navbar .search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #8cbec7;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.navbar .search-box .input-box input {
    position: absolute;
    height: 35px;
    width: 280px;
    z-index: 98;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 16px;
}

/* FIM BARRA DE PESQUISA */

.navbar .bx-menu,
.nav-links .sidebar-logo .logo_name,
.nav-links .sidebar-logo .bx-x {
    display: none;
}

/* RESPONSIVO */
@media (max-width:954px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;

    }

    nav .navbar .logo a {
        font-size: 26px;
    }

    nav .navbar .nav-links .links .links li {
        padding: 0 10px;
    }

    nav .navbar .nav-links .links .links li a {
        font-size: 15px;
        font: 500;
    }
}

@media (max-width:800px) {
    nav .navbar .nav-links {
        display: block;
        position: fixed;
        top: 120px;
        left: -100%;
        max-width: 270px;
        width: 100%;
        background: #ffffff;
        padding: 20px;
        line-height: 40px;
        transition: all 0.5s ease;
        z-index: 100;
    }

    nav .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar .bx-menu,
    .nav-links .sidebar-logo .logo_name,
    .nav-links .sidebar-logo .bx-x {
        color: #000000;
        font-size: 25px;
        font-weight: 500;
    }

    .navbar .bx-menu,
    .nav-links .sidebar-logo .logo_name,
    .nav-links .sidebar-logo .bx-x {
        display: block;
    }

    nav .navbar .nav-links .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .nav-links .links li {
        display: block;
    }

    .navbar .nav-links .links .sub-menu {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }

    .navbar .nav-links .links .sub-menu li {
        border-bottom: none;
    }

    .navbar .nav-links .links li:hover .htmlcss-sub-menu,
    .navbar .nav-links .links li:hover .js-sub-menu {
        display: none;
    }

    nav .navbar .nav-links .links li .arrow {
        line-height: 40px;
    }

    .navbar .nav-links .links li:hover .htmlcss-arrow,
    .navbar .nav-links .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .nav-links.show1 .links .sub-menu.htmlcss-sub-menu {
        display: block;
    }

    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show2 .links .sub-menu .more-arrow {
        transform: rotate(90deg);
    }

    .navbar .nav-links.show3 .links .sub-menu.js-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links li .htmlcss-arrow,
    .navbar .nav-links.show3 .links li .js-arrow {
        transform: rotate(180deg);
    }

    @media (max-width: 370px) {
        nav .navbar .nav-links {
            max-width: 100%;
        }
    }
}

/* ################################## fim menu ############################################ */

/* ################################## inicio slider-logos ############################################ */
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logoscs {
    overflow: hidden;
    padding: 20px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logoscs:before,
.logoscs:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    /* z-index: 2;*/
}

.logoscs:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logoscs:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logoscs:hover .logos-slidecs {
    animation-play-state: paused;
}

.logos-slidecs {
    display: inline-block;
    animation: 25s slide infinite linear;
}

.logos-slidecs img {
    height: 50px;
    margin: 0 30px;
}

/* ################################## fim slider-logos ############################################ */

/* ################################## 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: 300px;
    background-color: #ffffff;
    margin: 20px;
    top: 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
}

.container .card img {
    transition: 0.5s;
    width: 30px;
    height: 40px;
}

.container .card h1 {
    font-size: 2rem;
}

.container .card .content {
    padding: 10px;
    text-align: center;
}

.container .card .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 .card:hover {
    background-color: #006699;
    color: #006699;
    margin-top: -30px;
    box-shadow: 1px 10px 10px #006699;
    border-color: #006699;
}

.container .cards:hover img {
    filter: invert(1);
    background-color: #006699;
}

.container .card:hover .content p {
    color: #006699;
}

.container .card:hover .content a {
    color: #ffffff;
    background-color: #006699;
}

/* ################################## fim cards ############################################ */

/* ############################################### inicio empresa ################################ */
.container-img-e {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0b0b0b;
}

.container-flex-e {
    display: flex;
    justify-content: center;
    gap: 40px;
    height: 350px;
    flex-direction: row;
    flex-wrap: wrap;
    /* mantém as dimensões das imagens */
    /*background-color: antiquewhite;*/
    align-items: center;
    padding: 20px 10px;
}

.elemento-ae {
    width: 300px;
    height: 200px;
    border: 1px solid #010101;
    padding: 20px 10px;
}

.elemento-be {
    width: 600px;
    height: 200px;
    border: 1px solid #121111;
    text-align: left;
    padding: 20px 10px;
}

@media screen and (max-width: 370px) {
    .container-flex-e {
        display: flex;
        flex-direction: column;
        width: auto;
        padding: 20px 10px;
    }

    .container-img-e {
        display: none;
    }
}

/* ############################################### fim empresa ################################ */

/* ################################## início footer ############################################ */
.rt {
    color: rgb(0, 0, 0);
    font-size: 14px;
    position: relative;
    text-align: center;
    background-color: #0082c2;
}
.footer2{
    color: rgb(212, 212, 212);
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}
footer {
    background-color: #0082c2;
    padding: 30px 0;
}

.container-footer {
    max-width: 1400px;
    padding: 0 4%;
    margin: auto;
    background-color: #0082c2;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
    background-color: #0082c2;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
    background-color: #0082c2;
}

.footer-col h4 {
    font-size: 16px;
    color: rgb(212, 212, 212);
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background-color: #0082c2;
}

.footer-col ul {
    list-style: none;
    background-color: #0082c2;
}

.footer-col ul li {
    margin: 10px 0;
}

.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: #0082c2;
}

.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 ############################################ */

/*################################## inicio palestrantes ############################################ */



/*################################## fim palestrantes ############################################ */