
body{
    margin:0;
    padding:0;
    color: #b9cc11;
    font-family:Arial, 'Helvetica', sans-serif;
    background-color: #484848;/*#484848*/
    /*div{background-color: #DCDCDC;}*/
}

   .parallaxngr{
    background-image: url(pics/banner.webp);
    width:100%;
    background-attachment:fixed;
    background-position:inherit;
    background-repeat: no-repeat;
    background-size:cover;
    object-fit:cover;
    background-size: 100% auto;
    height:70vmin;
    overflow:hidden;
  }
  
  .divmn{z-index: 10; width: 100%;height: 120px;background-color: #000000;position:sticky;top:0;overflow:hidden;backface-visibility:hidden;display: inline-flex;align-items: center;justify-items: center;}

  .moduloh51 {color: #f1c121;text-align: center;margin-bottom:auto;font-size: 12pt;}
  .moduloh51B {color: #f1c121;text-align: center;margin-bottom:auto;font-size: 9pt;}
  .arranjotxt{color: #f1c121;text-align: center;font-size: 10pt;}
  .moduloh52{color: #f1c121;text-align: center;margin-top:auto;font-size: 12pt}
  .moduloh53 {color:#faf9f7;text-align: center;font-size: 14pt;margin: auto;padding-top: 10px;border-radius: 10px;
  background-color:rgba(255, 0, 106, 0.356);filter: drop-shadow(0px 0px 8px #080808);padding: 2px;
  }
  #imz {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-image: url(pics/zap.webp);
    background-size:cover;
    margin-left:10px;
    margin-right: 20px;
    
  }
   #imz2 {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(pics/zap.webp);
    background-size:cover;
    margin-left:10px;
    margin-right: 20px;
    
  }
  #iml2 {
    width:260px;
    height: 140px;
    background-repeat: no-repeat;
    background-image: url(pics/Logo.webp);
    background-size:cover;
  }
  #iml2br {
    width: 180px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(pics/Logo.webp);
    background-size:cover;
  }

  #inc {
    width:313px;
    height: 80px;
    margin:auto;
  }
   #inc2 {
    width:280px;
    height: 70px;
    margin:auto;
  }
  #cmn {
   width:380px;
    height: 40px;
    background-size:cover;
    margin:auto;
   position:relative;

  }

@media  (max-width: 640px) {
  #iml2 {margin: auto;}
  #vindo {height:100px}

}

@media (min-width:640px){
#iml2br{display: none;}
#inc2 {display: none;}
#imz2{display:none}
}

@media (max-width:640px){
  #imz{display:none}
  #inc {display: none;}
  #iml2{display: none;}
  #iml2br{margin: auto;margin-top: 20px;}
  #vindo {height:50px}
}
.imat {
margin-right: 10px;
border: 5px solid #DCDCDC;
border-left-color: #a11b48;
border-radius: 100%;
height: 40px;
width: 40px;
}

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

.imat.is-animating {
	animation: loading 2s linear infinite;
}

.divath55{
width: 300px;height: 40px;text-align:left;font-size: 20pt;color: #f1c121;filter: drop-shadow(0px 0px 2px #000);
padding: 5px;
}

.divat2{
  width: 100%;height: 60px;font-size: 14pt;display: inline-flex;align-items:center;justify-content:center; margin-top: 0px;
}

.divcasa{
  width: 100%;height: 800px;font-size: 14pt;display: inline-flex;align-items: center;justify-content: center;
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(227,8,251,1) 0%, rgba(165,67,143,1) 40%, rgba(138,5,69,1) 95%); 
}
.divcasaim{
  max-width: 800px;
  max-height: 600px;
}

* {box-sizing: border-box;}
.rastro {display: none;  background: rgb(0,0,0);
background: radial-gradient(circle,rgba(250, 192, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

img {vertical-align:middle;}

.vitrine-container {
  max-width: 800px;
  max-height:1000px;
  position: relative;
  border-radius: 15px;
  object-fit:scale-down;
  align-items: center;
  margin: auto;
  margin-top: 20px;
  border: #f70404;
  overflow: hidden;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(254, 253, 253);
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.cursor {
  cursor: pointer;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgb(7, 7, 7);
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: rgb(245, 12, 12);
  font-size: 30px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 200px;height:200px;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.text {
  color: #030303;
  font-size: 18px;
  position:absolute;
  padding: 4px 16px;
  top: 10px;
  left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 10px;
  background-color:rgba(238, 183, 2, 0.356);
  filter: drop-shadow(0px 0px 6px #abb104);
}

.active {
  background-color: #717171;
}
@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
  a:link { 
    text-decoration: none; 
  } 
  a:visited { 
    text-decoration: none; 

  } 
  a:hover { 
    text-decoration: none; 
  } 
  
  a:active { 
    text-decoration: none; 

  }
  a {
    color: inherit;
    text-decoration: none;
  }
  /*==============================================================================================================*/

:root{
--color: #fff; 
}

.container {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(pics/casa.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


h1 {
  font-weight: 700px;
  font-size: 3rem;
  font-family:Arial, 'Helvetica', sans-serif;
  color: #fcfcfc;
}

p {
  line-height: 1.5;
  padding: .8em;
  font-family:Arial, 'Helvetica', sans-serif;
  color: #ffffff;
}

.blank,
.other {
  width: 100%;
  min-height: 60vh;
  background-color: var(--color);
}

h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 1em;
}
/*===============================================================================================*/
.pefinal{
  width: 100%;
  height: 200px;
  font-size: 14pt;display:inline-flex;align-items: center;justify-items: center;
}
   
#pefinalimg{
  width:140px;
  height: 140px;
  background-image: url(pics/duo2.webp);
  background-repeat: no-repeat;
  background-size:cover;
  margin-left: 3%;
  border-radius: 10px;
  object-fit: scale-down;

}
.pefinalimg3{
  width:80px;
  height: 80px;
  background-image: url(pics/duo2.webp);
  background-repeat: no-repeat;
  background-size:cover;
  margin-left: 3%;
  border-radius: 10px;
  object-fit: scale-down;

}
.pefinalend{
  width: 300px;height: 200px;
}
.footer {
  #wrapper{
    min-height: 100%;
    position: relative;
    }
    div.body-content{
    padding-bottom: 100px;
    }
    footer{
    background: #ffab62;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    }
}

* {
  font-family:Arial, Helvetica, sans-serif;
}

section {
  width: 100%;
  display: inline-block;
  background: #333;
  height: 380px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  
}

.footer-distributed{
  background: #666;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;/****/
  background: rgb(0,0,0);
background: radial-gradient(circle,rgba(250, 192, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left{
  width: 40%;
}

.footer-distributed h3{
  color:  #ffffff00;
  font: normal 40pt 'Open Sans', cursive;
  margin:00;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}


.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  
}


.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 16px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:16px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  rgb(255, 255, 255);
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #ffffff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}


.footer-distributed .footer-right{
  width: 22%;
}
.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #ffffff;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 960px) {

  .footer-distributed{
    font: bold 18px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display:block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}