*{
    margin: 0;
    padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

  @font-face{
           font-family: 'xpegaso';
            src: url('Inconsolata-Light.ttf') format('truetype')
                format('truetype');
            font-weight: normal;
            font-style: normal;
}
body {
  /*font-family:cursive;
  font-weight: 200;
  font-size: ;1.3125rem*/
  line-height: 1.5;
  background-image: url("abc");
}

.mais{
    display: none;
}

.mais1{
    display: none;
}

p{
   text-align: justify;
    text-indent: 3em;
}
body,
h1,
h2,
h3,
p {
  margin: 0;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.split2{
       color: black;
       
}

h1,
h2,
h3 {
  color: var(--clr-primary-400);
  font-family: var(--ff-accent);
  font-weight: 200;
  line-height: 1;
    padding-top: 1.5em;
    letter-spacing: .3em;
}

.links{
  text-decoration: none;
  color: rgb(167, 166, 166);
}

.links:hover{
  letter-spacing: .1em;
   transition: 1s ease-in-out;
}

h2,
h3,
p {
  margin-bottom: 1em;
  max-width: 93%;
  
}

img {
  display: block;
  max-width: 100%;
}

#imgtopo #pictopo{

    margin: auto;
        
}
.strongcenter{
  text-align: center;
  font-size: 2em;
  color: white;
  text-shadow: 1px 1px 2px rgb(53, 53, 53);
  font-weight: 600;
}

.strongcentertop{
  text-align: center;
  font-size: 1.5em;
  color: rgb(77, 74, 74);

  font-weight: 600;
}
/* SESSAO SLIDER*/

#sssld{
    position:relative;
    display:flex;
    float: left;
    flex-direction: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 2em;

}

 #slider{
    width: 69vw;
    height: 25vw;
    max-height: 120px;
    position: relative;

 }
 #slider img{
     opacity: 0;
 position: absolute;
object-fit: cover;
     width: 100%;
     height: 100%;
     transition: opacity 1s;
 }

 #slider img.selected{
     opacity: 1;
 }


/*FIM DA SLIDER*/
.titulo-home
{
  text-align: center;
  color: navy;
  font-size: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
  letter-spacing: 2px;
  text-shadow: rgb(141, 140, 140) 0.1em 0.1em 0.2em
}

.text-center {
  text-align: center;
    color: navy;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0.5em;
    margin-top: 10px;
    margin-bottom: 10px;    
    line-height: 1.3;
    letter-spacing: 2px;
    text-shadow: rgb(141, 140, 140) 0.1em 0.1em 0.2em

}

.text-center2 {
  text-align: center;
    color: rgb(120,120,120);
    font-family: sketch gothic school;
    margin:1.5em;
    

}

header,
section {
  padding: 4rem 0;
  @media (min-width: 40em) {
    header,
    section {
      padding: 7rem 0;
    }
  }
}

hr{
    color: rgba(0,0,0,.1);
    opacity: .3;
    width: 81vw;
    margin:auto;
}

.container-banner{
  margin-inline: auto;
  
  width: max(70%);
  padding: 2em;
  align-content: center;

}


.container {
  margin-inline: auto;
  width: min(90%, 70.5rem);
 
}

blockquote{
    color: darkslategrey;
    text-align: center;
}

.split {
  display: flex;
  flex-direction: column;
}

.split-banner{
  display: flex;
  flex-direction: column;
  width: 60%;
 
}

/* TEXTO INTRO */

     .textointrore{
            display: block;
          box-shadow: 1px 1px 3px rgba(0,0,0,.3);
            padding: 3em;
            margin-bottom: 1em;
            background-image: url(img/francisco-5320729_960_720-widescreen2.jpg)

        }
.textointrore:hover{

            box-shadow: 2px 2px 6px rgba(0,0,0,.9);
    transition: 1s;


        }


        .texto-intro-re{
            font-family: cursive;
            color: navy;
            text-align: justify;
            text-indent: 51px;
        }
/*espaço comunicado*/

.espacohorizontal{
    display: block;
    width: 72vw;
    margin: auto;/*align-content: center;*/
    border-radius: 1.5em 0 1.5em 0;
}

.espacohorizontal img{
    width: 36vw;
    margin: 0 auto;
}

.espacohorizontal p{

    font-family: 'xpegaso';
    font-size: 1.2em;
    font-style: normal;
    padding:1em;
    text-indent: 30px;
    text-align: justify;
   width: 80%;
    margin: auto;

}

section {
    padding: 0.5em;

}

section article {
  /*  border: 1px solid blueviolet;*/
  box-shadow: 2px 2px 6px rgba(0,0,0,.6);
    margin: 0.5em;

}

section article img {
    width: 96%;
    padding:.3em;
}

section article h2 {
    color: rgb(49, 49, 49);
    margin: 0.5em;
}

section article p {
    color: rgb(82, 81, 81);
    margin: 0.5em;
}

/*fim do espaço horizontal*/


/*OS SPLITS*/

 .container-banner .split2{
     box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background-color: rgb(250,250,250,);
    align-items: center;
    width: auto;
}

.split2:hover{
    box-shadow: 2px 2px 6px rgba(0,0,0,.9);
    transition: 1s;
}

.split2 p{
    padding: 1em;
    font-family: 'xpegaso';
    font-size: 1em;
    font-style: normal;
    text-align: justify;
}

.split2 img{
    margin: auto;
    align-content: center;
    padding: .5em
}

.split2 .text-destac{
    font-size: .9em;
    color: navy;
}

.split2 a{
    text-decoration: none;
    color: #909090;
}

.split2 a:hover{
    color: #303030;
    transition: 1s;
}

/*ESTILIZAÇÃO DO SPLIT 3*/


.split3 {
     box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    background-color: rgb(250,250,255)


}

.split3 p{
    padding: 3em;
    font-family: cursive;
    text-align: justify;
    color: rgba(0,0,0,.6);
}

.split3 img{
    margin: auto;
    align-content: center;
    padding: .5em
}

.split3 .text-destac{
    font-size: .9em;
    color: navy;
}

.split3 h2{
    color: navy;
    text-shadow: 1px 1px 3px;

}

div .mapa{
    display: flex;
    width: 100%;
    align-content: center;
    border-radius: 1px;
    border: 1px solid green;
    margin: auto;
}

div {
    border-radius: .6em;
}

.active{
    margin-left: 162px;
}

/*Estilizando a nav da classe menu */
.menu {
  position:relative;
  width: 100%;
  height: 50px;
  background-color: rgb(1, 29, 66);
  font-family: Arial;
  z-index: 1;
 }

/*Estilizando as listas */
.menu ul {
 list-style: none;
 position: relative;
    padding: 0;
 }

 .menu ul li {
 width: auto;
 float: left;
 font-size: 1em;

 }

 .menu a {
 padding: 15px;
 display: block;
 text-decoration: none;
 text-align: center;
 background-color: rgb(1, 29, 66);
 color: #fff;
 text-align: left;
 opacity: .9;
 font-size: small;
 }
.menu ul ul {
 position: absolute;
 visibility: hidden;

 }

header .menu ul li:hover ul {
 visibility: visible;
 }

.menu a:hover {
 background-color:  #023774;
 color: rgb(117, 252, 252);
 transition: 1s;
 opacity: 1;
 }

.menu ul ul li {
 float: none;
 border-bottom: solid 1px #ccc;
 align-items: space-between;
 }

.menu ul ul li a {
 background-color: #069;
 }

/*Criando o label */
 label[for=”bt_menu”]{
 padding: 5px;
 background-color: #222;
 color: #fff;
 font-family: Arial;
 text-align: center;
 cursor: pointer;
 height: 50px;
 }

#bt_menu {
 display: none;
 }

label[for=”bt_menu”]{
 display: none;
 }

/*ESTILIZANDO O RODAPE*/
   #rodape p{
            text-align: center;
            color:goldenrod;
        }

        #rodape p:hover{
            color: deepskyblue;
            text-shadow: 1px 1px 6px rgb(255, 255, 255);
            transition: .5s;

        }

          #rodape a{
            text-decoration: none;
              color:aliceblue;
        }

            #rodape a:hover{

              color:aqua;
                text-shadow: .6px, .6px, .6px rgba(0,0,0,.6);
                transition: 1s;
        }

        #rodape{
          background-image: url("../img/pexels-pixabay-long-beach.jpg");
          background-size:cover;
            background-color: navy;

        }

        #rodape:hover{
            background-color: rgb(1, 20, 51);
            transition: 1s;
        }

/*  <<<ESTILIZANDO O RODAPE>>>*/

/*Deixando o Menu Responsivo */
@media(max-width: 800px) {
label[for=”bt_menu”] {
 display: block;
 }

 .active{
    margin-left: 0px;
 }
#bt_menu:checked ~ .menu{
 margin-left: 0;
 }

.menu{
 margin-top: 5px;
 margin-left: -100%;
 transition: all .4s;
 }

.menu ul li {
 width: 100%;
 float: none;
 }

.menu ul ul {
 position: static;
 overflow: hidden;
 max-height: 0;
 transition: all 3s;
 }

.menu ul li:hover ul {
 height: auto;
 max-height: 420px;
 }

 }

@media (min-width: 40em) {
  .split {
    flex-direction: row;
  }

  .split > * {
    flex-basis: 100%;
  }

  .split > * + * {
    margin-left: 2em;
  }

  
}

.container--narrow {
  max-width: 34rem;
}

.bg-light {
  background-color: var(--clr-primary-200);
}

.bg-primary {
  color: var(--clr-neutral-100);
  background-color: var(--clr-primary-400);
}

.bg-dark {
  color: var(--clr-neutral-100);
  background-color: var(--clr-neutral-900);
}

.bg-primary h2,
.bg-dark h2 {
  color: var(--clr-primary-200);
}

#sssld{
    display:flex;
    flex-direction: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: .1em;
}

 #slider{


    width: 99%; /*360px*/
    height: 25vw;
    max-height: 90px;

    position: relative;

 }
 #slider img{
 position: absolute;
object-fit:scale-down;
     width: 100%;
     height: 100%;
 }

#rodape{
    background-color: navy;
    color:white;
text-align: center;
}
#rodape p{
    font-family: sans-serif;
    padding: 1.2em;
    color: white;
}

.containerwa{
  display: flex;
  justify-content: right;
  margin: 1em auto;
  max-width:93%;

}

.conatiner-banner{

  width: auto;
}

.split-banner{
  width: auto;
}

.split2{
  width: auto;
}

.whatsapp{
  display: inline-flex;
  justify-content: center;
  width: 90%;
  height: 3em;
  margin: auto;
  background-color: rgb(219, 250, 219);
  border-radius: 1em;
  padding: .3em;
 font-family: cursive, sans-serif;
 line-height: 2em;
 box-shadow: 1px 1px 3px rgba(227, 147, 243, 0.3);
}

.notas{
  display: inline-flex;
  position:relative;
  width: 72%;
  height: 2.7em;200em, 0;
  margin: 0,0,;
  background-color: rgb(232, 149, 253);
  border-radius: 1em;
  padding: .3em;
 font-family: cursive, sans-serif;
 line-height: 2em;
 box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.whatsapp img{
float: left;
  width: 2em;
}

.notas img{
  float: left;
    width: 1.5em;
  }

.whatsapp2{
  width: 1em;
  position: relative;
  left: 21em;
  top: 1em;
}

.textowhatsapp{
  display: flex;
  float: right;
  max-width:93%;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;

}
.textowhatsapp2{
  display: flex;
  float: right;
  max-width:93%;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.whatsapp a{
  text-decoration: none;
  color: rgb(61, 61, 61);
}
