/* Fontes */

@font-face {
    font-family: 'Exo';
    src: url("../fonts/Exo-Regular.ttf");
}

@font-face {
    font-family: 'Exo Bold';
    src: url("../fonts/Exo-bold.ttf");
}

/* Estilos CSS */

body {
    font-family: Exo, sans-serif;
    font-size: 1rem;
    padding-top: 128px;
}

.info {
    background-color: #000000;
    height: 3rem;
    padding: 0;
    color: #EDEDF0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.info .lista_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
}

.info ul {
    display: flex;
    align-items: center;
}

.info ul li {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.info ul li img {
    height: 25px;
    width: auto;
    padding-right: 10px;
    color: #EDEDF0;
    transition: .3s all;
}

.info a.social {
    color: #EDEDF0;
    font-size: 30px;
    transition: .3s all;
}

.info a.social:hover {
    opacity: .7;
    transition: .3s all;
}

.info ul li p {
    min-width: 100%;
}

.header_height {
    display: none;
    visibility: hidden;
}

header {
    padding: 0px;
    height: 5rem;
    background-color: #EDEDF0;
    ;
    color: black;
    position: fixed;
    width: 100%;
    top: 48px;
    z-index: 999;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

header .header {
    display: flex;
    justify-content: space-between;
    height: 5rem;
}

.header nav {
    display: flex;
    align-items: center;
}

.header nav ul {
    display: flex;
}

.header nav ul li a {
    margin-left: 20px;
    font-size: 1rem;
    color: black;
    transition: .3s all;
}

.header nav ul li a.btn,
.introducao a.btn,
.form_contato button.btn,
.form_inscricao button.btn {
    padding: 10px 25px;
    background-color: #000000;
    color: #EDEDF0;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.5);
}

.header nav ul li a.btn:hover,
.km a.btn:hover,
.form_contato button.btn:hover,
.form_inscricao button.btn:hover {
    color: #EDEDF0;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
    opacity: .8;
}

.header nav ul li a:hover {
    color: #000000;
    transition: .3s all;
}

.introducao {
    width: 100%;
    height: calc(100vh - 128px);
    background: url("../img/ssm-2021.jpg") no-repeat center;
    background-size: cover;
    /* padding-top: 128px; */
    /* habilita o flex nos filhos diretos */
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #EDEDF0;
}

.introducao h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem;
}

.introducao h1 span {
    font-size: 2rem;
}

.introducao h1 i {
    font-style: normal;
    color: #EDEDF0;
    font-size: 3rem;
    line-height: 2rem;
}

.introducao h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #EDEDF0;
    padding-top: 70px;
}

.km {
    display: flex;
    align-items: center;
}

.introducao h3 {
    font-size: 3rem;
    font-weight: 600;
    display: inline-block;
    margin-right: 7.5rem;
}

.introducao p {
    font-size: 1.5rem;
    padding-top: 30px;
}

.introducao .saiba_mais {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    margin-bottom: 20px;
}

.introducao .saiba_mais a {
    text-align: center;
    color: #EDEDF0;
}

.introducao .saiba_mais a i {
    font-size: 1.3rem;
    background-color: #000000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding-top: 13px;
}

/* Sobre */

.sobre,
.percursos,
.parceiros,
.ed_anteriores {
    padding: 100px 0;
}

h1.titulo {
    padding-bottom: 80px;
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
}

h1.titulo:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #000000;
    margin: 10px auto 10px auto;
}

.sobre p {
    text-align: justify;
    line-height: 1.6rem;
}

/* Percursos */

.percursos {
    background-color: #EDEDF0;
    text-align: center;
}

.percursos .km8 {
    margin-top: 80px;
}

.percursos .map {
    width: 100%;
    height: 650px;
    -webkit-box-shadow: 0px 4px 15px -4px #000000;
    box-shadow: 0px 4px 15px -4px #000000;
    margin: 0 auto;
}

/* .percursos img {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 15px -4px #000000; 
    box-shadow: 0px 4px 15px -4px #000000;
} */

.percursos span {
    position: absolute;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    right: 70px;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 1.5rem;
}

.percursos p {
    margin-top: 8px;
    color: #000;
}

/* Parceiros */

.swiper-container {
    width: auto;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}

/* Edições Anteriores */

.ed_anteriores {
    background: url("../img/bg_cobertura2017.jpg") center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ed_anteriores a {
    color: #EDEDF0;
    font-size: 2.5rem;
    font-weight: bold;
}

/* Contato */

.contato {
    padding-top: 100px;
}

label.nao-aparece,
input.nao-aparece {
    display: none !important;
    visibility: hidden;
}

.contato .msg_envia p {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2rem;
}

.form_contato input,
.form_contato textarea {
    width: 100%;
    border: 0;
    background-color: #EDEDF0;
    padding: 18px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 5px -5px #000000;
    box-shadow: 0px 4px 5px -5px #000000;
}

.form_contato textarea {
    margin-top: 20px;
}

.form_contato button.btn {
    border: 0;
    padding: 10px 40px;
    margin-top: 20px;
}

.copy {
    margin-top: 100px;
    border-top: 1px solid #000;
    text-align: center;
}

.copy p {
    padding: 30px 0;
}

/* Página Inscrição */

.inscricao {
    padding: 100px 0;
    width: 100%;
    height: auto;
    background: url("../img/bg-inscricao.jpg") no-repeat center;
    background-size: cover;
}

.container_form {
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 15px -5px #000000;
    box-shadow: 0px 4px 15px -5px #000000;
}

.img_form {
    margin-left: 0;
    background: url("../img/cascata.jpg") no-repeat center;
    background-size: cover;
    height: 600px;
    width: 450px;
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.75);
}

.form_inscricao {
    padding: 40px 0;
}

.form_inscricao h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
}

.form_inscricao input,
.form_inscricao select,
.form_inscricao label {
    width: 100%;
    display: block;
    color: rgb(92, 92, 92);
}

.form_inscricao label {
    font-weight: 500;
    color: #000;
}

.form_inscricao input,
.form_inscricao select {
    margin: 3px 0 25px 0;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #A5A5A5;
    background: none;
}

.form_inscricao button.btn {
    border: 0;
    font-weight: normal;
}

.confirma_inscricao {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 600px; */
    flex-direction: column;
    text-align: center;
    /* top: 0; */
    /* position: absolute; */
    /* right: 10px; */
    /* z-index: inherit; */
}

p.msg {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition-delay: 1s;
    transition: 2s ease-in;
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
}

.is-hidden {
    display: none !important;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

.loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
}

.loading-spinner svg {
    position: relative;
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
}

.loading-spinner circle {
    stroke: #000000;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}




/*Pagina COnfirma Inscrição*/

.confirma-inscricao {
    text-align: center;
}

.confirma-inscricao h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.confirma-inscricao p {
    font-size: 16px;
    margin-bottom: 20px;
}