/*Gerais*/
* {
    margin: 0;
    padding: 0;
}

/*Adiciona as fontes*/
.titulo-principal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

/*Background mais titulo da tela*/

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}

.box-nav {
    padding: 0 15px;
}

.box-nav ul{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    position: relative;
    top: 30px;
    right: 15px;
}

.box-nav ul li a {
    text-align:start;
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: 5px 15px;
}

.box-nav ul li {
    border: #cecdcd solid 2px;
    transition: all 0.3s ease;
}

.box-nav li:hover{
    background-color: white;
}

.box-nav li a:hover {
    color: #415aca;
}

.bg {
    top: 0;
    position: relative;
    z-index: -1;
    width: 100vw;
    height: 950px;


    background-attachment: fixed;
    background-image: url("../imgIndex/bgmagia.png");
    background-size: cover;
}


/*--Edita fonte titulos--*/
.title-img {
    position: absolute;
    top: 20%;
    left: 45%;
    right: 10%;
    color: white;
    text-align:center;
}

.titulo-principal {
    font-size: 65px;
    text-align:start;
}


.seis h1 {font-size: 60px; text-align:start; color:#182633; }



/*--Container de Objetivos--*/

.objetivo{
    padding-bottom: 60px;
    padding-top: 15px;
    background: radial-gradient(#2b4053 50%, #182633);
}

.tamanho-container {
    max-width: 1000px;
    text-align: center;
    margin-inline: auto ;
}

.texto-objetivos {
    color: #dddddd;
    margin-inline: auto;
}

.texto-objetivos h3 {
    margin: 30px 0;
    font-weight: 300;
    text-align: justify;
}
.texto-objetivos h2 {
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
}

.titulo-objetivo h2 {
    font-weight: 1000;
    font-size: 40px;
}
/*imagens cards*/

.card-image {
    width: 100%;
    height: 80%;
    border-radius: 6px 6px 0 0;
  }

.category {
    height: 40%;
}


.card .um a img {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }

div .dois a img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.tres a img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.quatro a img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.cinco a img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

/*Tipo Atendimento*/

.title h2 {
    margin: 40px 0 35px 0;
    text-align: center;
    font-weight: 1000;
    font-size: 40px;
}

section .container-atendimento {
    width: auto;
    display: flex;
    flex-flow: column;
    min-height: 500px;
    background: linear-gradient(#b8b8b8, #ffffff 10%);
}

.title-atendimento {
    height: 10%;
}

.cards {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    align-items: center;

    margin-top: 30px;
}
div .card {
    width: 240px;
    padding: .4em;

    background: aliceblue;
    box-shadow: rgb(202, 202, 202) 2px 3px 15px 0px;

    border: none;
    border-radius: 6px;
    display: flex;
    align-content: space-between;
  }

  .card-image:hover {
    transform: scale(0.98);
  }



  .category a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #182633;
    text-align: center;
    padding: 0 0 5px 0;
  }

  .category a:hover {
    cursor: pointer;
  }


  /*--Estilizando Container Minha jornada--*/

  .jornada {
    background: linear-gradient(#ffffff 50%, #cccccc);
    padding: 50px 0;
  }

.jornada .title {
    margin-bottom: 70px;
    color: #182633;
    margin-bottom: 10px;
}

.foto-perfil img{
    max-width: 200px;
    border-radius: 110px 110px;
    box-shadow: rgb(202, 202, 202) 2px 3px 15px 0px;
}

.texto-perfil {
    color: #182633;
    font-weight: 1000;
    font-size: 25px;
}

.texto-jornada {
    text-align: justify;
    color: #182633;
    font-weight: 600;
    font-size: 21px;
}


/*-- Estilos rodapé --*/

footer{
    background: radial-gradient(#2b4053 50%, #182633);
    padding: 50px 0;
}
.container-footer{
    max-width: 1400px;
    padding: 0 4%;
    margin: auto;
}
.row-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    text-align: start;
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.footer-col ul{
    list-style: none;
}
.footer-col ul li{
    margin: 10px 0;
}
.footer-col ul li a{
    text-align:start;
    transform: translateX(-30px);
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #cecdcd;
    padding-left: 10px;
}
.footer-col .medias-socias{
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    justify-content:flex-start ;

}
.footer-col .medias-socias a{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin: 0 25px 0 0;
    text-decoration: none;
    border-radius: 100px;
    color: white;
    transition: all 0.5s ease;
}
.footer-col .medias-socias a i{
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.footer-col .medias-socias a img{
    max-height: 125%;
    text-align: center;
}

.footer-col .medias-socias a:hover{
    color: #415aca;
    background-color: white;
    width: 45px;
    height: 45px;
}


/*.footer-col .form-sub input{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    outline: none;
    border: 1px solid white;
    color: white;
    background-color: #415aca;
}
.footer-col .form-sub input::placeholder{
    color: white;
}
.footer-col .form-sub button{
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 17px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #415aca;
    border-radius: 3px;
    font-weight: bold;
    background-color: white;
}*/


/* Responsivo */



@media (max-width: 768px) {
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }

    .title-img{
        position: absolute;
        top: 30%;
        left: 5%;
        right: 30%;

        color: white;
        text-align:start;
        transition: 1s;
    }

    .title-img h1 {
        font-size: 50px;
    }

    .box-nav {
        padding: 0 15px;
    }

    .box-nav ul{
        list-style: none;
        display: flex;
        flex-flow: column wrap;
        gap: 20px;
        position: relative;
        top: 30px;
        right: 10px;
        transition: 0.5s;
    }

    .seis .titlesix {

        text-shadow: #182633 1px 1px 1px;
        color: white;
        font-size: 47px;
    }
}
@media (max-width:600px) {

    nav div a img {
        width: 200px;
    }

    .footer-col{
        width: 100%;
    }


    .title-img{
        position: absolute;
        top: 30%;
        left: 5%;
        right: 27%;

        color: white;
        text-align:start;
        transition: 1s;
    }

    .title-img h1 {
        font-size: 47px;
    }

    .seis {
        position: absolute;
        top: 12%;
        left: 5%;
        right: 30%;

        text-align:start;
        transition: 1s;
    }

    .seis .titlesix {

        text-shadow: #182633 1px 1px 1px;
        color: white;
        font-size: 47px;
    }

    .box-nav {
        padding: 0 15px;
    }

    .box-nav ul{
        list-style: none;
        display: flex;
        flex-flow: column wrap;
        gap: 20px;
        position: relative;
        top: 30px;
        right: 10px;
        transition: 0.5s;
    }
    .box-nav ul li a {
        font-size: 14px;
        margin: 3px 7px;
    }

    .bg, .bg2 {
        transition: 1s;
        background-position: -150px 0;

    }

    .bg6 {
        transition: 1s;
        background-position: -200px 0;
    }

    .box-nav {
        padding: 0 0;
    }

}

@media (max-width: 1000px) {
    h3, p {
        padding: 25px;
    }
}
