*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



h3{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;

}

.polp {

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    color: rgb(134, 137, 139);
    
}

a:visited{
    color: #fff;
}

.infos{
    padding: 5px;
    background-color: #eca74da6;
}

.bgy{
    padding: 3px;
    background-color: orangered;
    color: white;
    border-radius:10px;
    text-decoration: none;
}

.linkx a{
    color:#fff;
}

.linkx:visited{
    color:#fff;
}

.linkx a:visited{
    color:#fff;
}


.tprop{   
   
    width: 50%;    
    margin-left: 25%;
    font-size: 18px; 
   
}
.prop{
    text-align: center;
    width: 50%;   
    margin-left: 25%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.menor{
    font-size: 9px;
}

/* Aviso de coockie */

.alerta {
    padding: 20px;   
    width: 20%;  
    margin-left: 40%; 
    text-align: center;
    background-color: #ffffffa1;
    color: rgb(71, 71, 71);
    margin-top: 30%;
    position: fixed;
    bottom:70px;   
    border-radius: 5px;    
    font-family: Arial, Helvetica, sans-serif;
    border: solid 1px rgb(66, 66, 66);
    -webkit-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
  }
  
  .closebtn {
    border-radius: 5px;   
    color: rgb(179, 178, 178);
    font-weight: bold;
    background-color: #b3b2b2;
    padding: 10px;
    border: solid 1px white;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 0 2px 4px black;
    cursor: pointer;
    transition: 0.3s;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .closebtn:hover {
    color: rgb(136, 219, 27);
  }

/* Fim Aviso de coockie */


@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Open+Sans+Condensed:wght@400&family=Poiret+One&display=swap');

.pc{
    color:rgba(255, 255, 255, 0.02);
    font-size: 10px;
}

.artigo1{

    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #ffffff98;
   
}


.artigo2{

    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #ffffff98;
}

.arredonda{
    border-radius: 15px;
}

.loader{
    position:absolute;
    width: 100%; 
    text-align: center;
    margin-top: 200px; 
    color:rgb(62, 63, 63);
}

/* animação */



.c-loader {
    animation: is-rotating 1s infinite;
   
  }
  
  @keyframes is-rotating {
    to {
      transform: rotate(1turn);
    }
  }

.animadesc{
    animation: desc 0.5s;
}
  
@keyframes desc {
    0% {
      transform: translateY(200px);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
      }
  } 


.animadir{
    animation: dir 2s;
}

@keyframes dir {
    from {
      transform: translateX(-100px);
    }
    to {
      transform: translateX(0);
    }
  } 

.animaesq{
    animation: esq 2s;
}

@keyframes esq {
    from {
      transform: translateX(300px);
    }
    to {
      transform: translateX(0);
    }
  } 
 


.fade5 {
animation-duration: 10s;
animation-name: fadein;
}


@keyframes fadein {
from {opacity: 0}
to {opacity: 1}
} 

.fade2 {
    animation-duration: 4s;
    animation-name: fadein;
  }

  
  @keyframes fadein {
    from {opacity: 0}
    to {opacity: 1}
  }

/* fim animação */


.banner{

    width: 100%;
    position: fixed;
}

.banner img{

    width: 100%;
    position: fixed;

}

h3{
    font-size: 22px;
    font-family: 'Poiret One';
    color: rgb(85, 84, 84);
}

h2{
    font-size: 22px;
    font-family: 'Poiret One';
    color: rgb(85, 84, 84);
}

.logo{

    width: 100%;
    position: fixed;
    margin-top: 90px;        
    padding-left: 80%;
}

.logo img{

    width: 150px;    

}

.contato{

    width: 0;    
    position: absolute;
    visibility: hidden;

}

.contato a img{

    width: 0;
        
}

.div500{

    width: 500px;

}

.div500 a:link{
    color: rgb(251, 255, 0);
}

.div500 a:visited{
    color: rgb(251, 255, 0);
}



.font1{

    font-size: 18px;
    font-family: 'Handlee', cursive;
    text-shadow: -1px -1px 2px rgb(25, 26, 25);
    color: rgb(255, 255, 255);
}

.backb{
    background-color: rgba(255, 255, 255, 0.556);
    padding: 10px;
    border-radius: 15px;

}

h1{

    font-size: 22px;
    font-family: 'Poiret One';
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(68, 67, 67);
  
}

.img1{
    width: 400px;
}

.img2{
    width: 200px;
}

.artigos{
    width: 100%;
    position: absolute;
    margin-top: 45%;
    text-align: center;
    
}

.borda{
    width: 40%;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-left: 30%;
}

.borda2{
    width: 40%;
    padding: 20px;
    background-color: #323532c5;
    border-radius: 15px;
 
}

.artigos a{
    text-decoration: none;
    font-family: 'Poiret One';
    font-weight: 800;
    font-size: 20px;
    color:ivory;
 
    
}

.artigos a:visited{
    color:ivory;
}

.filhotes{

    width: 100%;
    position: absolute;
    margin-top: 45%;
    text-align: center;
  
    
}


.texto1{
    font-size: 18px;
    font-family: 'Poiret One';
    font-weight: 600;
}

.faceMapa{

    width: 100%;
    
}

.centralizarDiv{

    display:flex;    
    align-items: center;    
    flex-direction: column;
    padding-bottom: 100px;

}



.centralizarDiv2{
    margin-left: 25%;
    display:flex;    
    align-items: center;    
    flex-direction: row;
    padding-bottom: 50px;

}


.titulo1{

    width: 250px;
    height: auto;
}

.p1{
    padding-top:0 ;
    padding-bottom: 5px;
    font-size: 0.9em;
}

.espacoH{
       
    margin-right: 10px;
}

.video{
    width:400px;
    height:315px;
}


.rodape{

    
    background-color: rgb(39, 58, 41);
    color: lightblue;
    padding: 22px 0;
    
}

.rodape p a:visited{
    color: #b3b2b2;
}


/* Marketing de conteúdo */

.conteudo{

    width: 100%;
    position: absolute;
    margin-top: 40%;
    text-align: center;
    
    
}

.busca{
    width: 50%;
    padding: 50px;
    margin-left: 25%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.busca img{

  border-radius: 15px;

  width: 50%;
  
    -webkit-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
  

}

.busca p{

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
}

.busca h1{

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;

}

.centralizarDivb{

    display:flex;    
    align-items: center;    
    flex-direction: column;
    padding-bottom: 50px;
    padding-top: 50px;

}

.iftam{
    width: 300px;
    height: 480px;
}

.iftamb{
    width: 300px;
    height: 180px;
}

.filhotecalopsita{
    width: 100%;        
    position: fixed;
    bottom:10px;
    margin-left: 80%;
    visibility: visible;
    
    -webkit-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
    filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
  
}

.filhotecalopsita a img{

    width: 250px;
          
}

.imginfo{

    border-radius: 15px;

    width: 70%;
    
      -webkit-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
      -moz-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
      -ms-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
      -o-filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
      filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));

}
.termos{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(128, 126, 126);
    margin-bottom: 30px;
}

.termos a:link, a:visited{
 
    color: rgb(128, 126, 126);
}

/* Fim marketing de conteúdo */

@media screen and (max-width: 600px){ 

    .tprop{
        width: 100%;
        margin-left: 0;
    }
    .prop{
        width: 100%;
        margin-left: 0;
    }

    /* Marketing de conteúdo */

    .borda{
        width: 100%;
        padding: 5%;
        
        border-radius: 15px;
        margin-left: 0;
    }

    .alerta {
        padding: 10px;   
        margin-left: 25%;
        width: 50%;
        bottom:100px;
        font-size:10px;
    }

    .closebtn {
             
        padding: 5px;
       
        font-size: 16px;
    }

    .conteudo{
        margin-top: 60%;
    }

    .filhotecalopsita{
        width: 100%;        
        position: fixed;
        bottom:50px;
        visibility: visible;
        margin-left: 5px;
    }
    
    .filhotecalopsita a img{
    
        width: 180px;
              
    }

    .h1c{
        padding-top: 20px;
    }

    .busca{
        width: 90%;
        padding: 0;
        margin-left: 5%;        
    
    }

    .busca p{

        padding: 0 10px;
        
    }

    .busca img{

        width: 90%;
    }

    .imginfo{
        width: 100%;
    }

    .centralizarDivb{

        display:flex;    
        align-items: center;    
        flex-direction: column;
        padding-bottom: 10px;
        padding-top: 50px;
    
    }

    .iftam{
        width: 100%;
        height: 450px;
    }

    .iftamb{
        width: 100%;
        height: 180px;
    }

    .termos{
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(128, 126, 126);
    }

    .termos a:link, a:visited{
      
        color: rgb(128, 126, 126);
    }

    /* Fim Marketing de conteúdo */

    .loader{
      
        margin-top: 70px; 
      
       
    }

    .mapa{
        margin-top: 50px;
    }

    .artigo1{

        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
        margin-bottom: 30px;
    
    }
    
    .artigo2{
    
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
        margin-bottom: 30px;
    
    }

    body{
        width: 100vw;
    }

    .div500{

        width: 90%;
    
    }

    .font1{

        font-size: 22px;
    }

    .img1{
        width: 90%;
        color:rgb(67, 70, 70);
    }

    .banner{

        width: 100%;
        position: fixed;
    }

    .banner img{

        width: 100%;
        height: auto;
    }

    .logo{

        position: fixed;
        margin-top: 90px;    
        padding-left: 0;
    
    }
    
    .logo img{
    
        width: 130px;
        margin-right:0;
        margin-left: 55% ;
    
    }

    .contato{
        width: 100%;        
        position: fixed;
        margin-top: 150%;
        visibility: visible;
    }

    .contato a img{

        width: 70px;
              
    }

    .artigos{
        width: 100%;
        position: absolute;
        margin-top: 60%;
        text-align: center;
        margin-bottom: 50px;
    }

    .artigos a{
        
        font-size: 16px;
        color:rgb(236, 236, 236);       
        text-shadow: -1px 0 1px rgb(37, 37, 37);
        
    }

    .filhotes{

        width: 100%;
        position: absolute;
        margin-top: 62%;
        text-align: center;
      
        
    }

    .centralizarDiv2{
        margin-left: 0;
        display:flex;    
        align-items: center;    
        flex-direction: column;
        padding-bottom: 50px;
    
    }

    .espacoH{
       
        margin-right: 0;
    }

    .p1{
        padding-top:20px;
        padding-bottom: 5px;
        font-size: 0.9em;
    }

    .video{
        width:300px;
        height:200px;
    }

    .rodape{
        font-size: 12px;
    }

}