.img_admin>.row>.card_admin{
            /* background-color: rgb(38, 130, 216); */
            /* background-color: rgb(74, 203, 226); */
            border-radius: 20px;
            border-color: #101D54;
            border-width: 1px;
            border-style: solid;
            box-shadow: 3px 3px 3px;
            width: 300px;
            height: 400px;
            display: flex;
            justify-content: center;
        }
        .redes_sociais{
            display:flex;
            justify-content:center;
            align-items:center;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: black;

        }

        .carousel-control-next-icon-bg {
            background-color: #101D54;
        }

        .carousel-control-next,
        .carousel-control-prev {
            margin: -80px;
        }

        .carousel-item>img {
            border-radius: 20px;
            margin-top: 6%;
            width: 400px;
            height: 350px;
        }

        .img_fotos {
            height: 400px;
            width: 1200px;
            display: flex;
            justify-content: center;
            border-color: #101D54;
            border-style: solid;
            border-width: 1px;
            border-radius: 20px;
            /* background-color: rgb(65, 197, 164); */
            box-shadow: 3px 3px #101D54;
        }

        #fotos {
            margin-bottom: 120px;
            height: 400px;
            width: 1200px;
            /* background-color: rgb(12, 12, 12); */
            display: flex;
            justify-content: center;
        }

        .titulo_evento,
        .titulo_projeto {
            color: #101D54;
            text-align: center;
        }

        .btn_inscricao_evento {
            width: 500px;
            display: flex;
            justify-content: center;
            font-weight: bold;
            margin: 10px;
        }

        .info_eventos {
            width: 700px;
            margin: 0px;
            margin-left: 10px;
            padding: 0px;
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;

        }

        .info_projetos {
            width: 800px;
            margin: 0px;
            margin-left: 150px;
            padding: 0px;
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;

        }

        .dsc_projetos {
            font-size: larger;
            font-weight: 700;
        }

        .card_projetos {
            height: 320px;
            width: 1500px;
            background-color: #ffffff;
            border-radius: 20px;
            border-color: #101D54;
            border-style: solid;
            border-width: 1px;
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            box-shadow: 3px 3px #101D54;
        }

        .card_eventos {
            height: 700px;
            width: 500px;
            background-color: #ffffff;
            border-radius: 20px;
            border-style: solid;
            border-width: 1px;
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            box-shadow: 3px 3px #101D54;
        }

        .img_projeto {
            width: 300px;
            height: 250px;
        }

        #projetos {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #eventos {
            /* background-color: rgb(17, 223, 137); */
            height: 750px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .img_mapa {
            /* height: 400px; */
            /* width: 1800px; */
            background: white;
            /* border-color: #101D54; */
            /* border-style: solid; */
            border-width: 1px;
            border-radius: 20px;
            margin-top: 10px;
            /* box-shadow: 3px 3px 3px; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .img_apoio{
            height: 400px;
            width: 100%;
            /* background: rgb(243, 243, 243);
            border-color: #101D54;
            border-style: solid;
            border-width: 1px;
            border-radius: 20px;
            margin-top: 10px;
            margin-bottom: 60px;
            box-shadow: 3px 3px 3px; */
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .img_apoio>.row>.col>img{
            border: #101D54;
            border-style: solid;
            box-shadow: 3px 3px 3px;
            border-width: 1px;
        }

        .img_admin {
            height: 500px;
            width: 100%;
            /* background: rgb(18, 180, 18); */
            /* border-color: #101D54;
            border-style: solid;
            border-width: 1px;
            border-radius: 20px;
            margin-top: 10px;
            margin-bottom: 60px;
            box-shadow: 3px 3px 3px; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #apoio,
        #admin,
        #mapa {
            /* background-color:rgb(17, 223, 137); */
            height: 500px;
            display: flex;
            justify-content: center;

        }

        #img_onda,
        .apoio {
            border: 0px;
            margin: 0px;
            padding: 0px;
        }

        .img_onda {
            height: 200px;
            width: 100%;
            margin-top: 30px;
        }

        #txt_menu {
            color: #101D54;
            border-radius: 10px;
            width: auto;
            font-size: large;
            font-weight: bold;
            display: block;
            text-align: center;
        }

        a#link-menu {
            color: #101D54;
            border-radius: 10px;

            text-decoration: none;
            padding: 20px;
        }

        a#link-menu:hover {
            background-color: #101D54;
            color: white;
        }

        #Logo {
            border-radius: 50px;
        }

        #rodape {
            background-color: #101D54;
            color: white;
            font-size: large;
        }

        #lista-rodape {
            background-color: #101D54;
            list-style-type: none;
            width: 500px;
        }

        #menu {
            background: url("/static/img-nav.png");
            height: 100px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        #row-menu {
            width: 100%;
        }