@font-face {
    font-family: 'ValeSans-Regular'; 
    src: url('ValeSans-Regular.ttf'); 
}
@font-face {
    font-family: 'ValeSans-Light'; 
    src: url('ValeSans-Light.ttf'); 
}
@font-face {
    font-family: 'ValeSans-Bold'; 
    src: url('ValeSans-Bold.ttf'); 
}

*{
  margin: 0;
  padding: 0;
  font-family: "ValeSans-Light";
  box-sizing: border-box;
}

body{
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.header{
 position: fixed; 
 top: 0; 
 right: 0; 
 left: 0; 
 background: #007E7A; 
 height: 80px;
 z-index: 1000;
}

.body{
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
}

.footer{
  position: fixed; 
  bottom: 0; 
  right: 0; 
  left: 0; 
  height: 110px;
  background: #000000;
  z-index: 1000;
  margin-top: 0;
}

.product-card1{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 400px;
  width:400px;
  background: #ecedef;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  border-radius: 20px;
  z-index: 1;
  text-align: center;
}
.product-card1 h1{
  font-size: 22px;
  margin-bottom: 4px;
}
.product-card1 p{
  font-size: 13px;
  color: #bbb;
}
.product-pic{
  background-image: url(1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: .6s linear;
}

/* header */
.product-avatar{ 
  float: left;
  top: 20px;
  width: 10%;
  height: 100%;
}
.product-avatar img{
  margin: 0 10px 10px 10px;
  width: 90px;
  height: auto;
}
.product-title {
  float: left;
  margin-top: 15px;
  width: 80%;
  height: 100%;
}
.product-title h1{
  font-family: "ValeSans-Regular";
  font-size: 24px;
  margin-bottom: 4px;
  color: #ffffff;
  text-align: left; 
}
.product-title p{
  font-size: 17px;
  color: #ffffff;
  text-align: left;
}
.company-logo {
  float: right;
  margin-right: 1%;
  margin-top: 20px;
  width: 9%;
}
.company-logo img{
  float: right;
  margin-left: 10px;
  width: 90px;
  height: auto;
}

/* colunas */
.col-30-3070 {
  float: left;
  top: 0;
  width: 30%;
  height: 100%;
}
.col-70-3070 {
  float: left;
  width: 70%;
  height: 100%;
}

.col-70-7030 {
  float: left;
  top: 0;
  width: 70%;
  height: 100%;
}
.col-30-7030 {
  float: left;
  width: 30%;
  height: 100%;
}

.col-100 {
  float: left;
  width: 100%;
  height: 100%;
}

.col-33 {
  float: left;
  width: 33.3%;
  height: 100%;
}

.col-50 {
  float: left;
  width: 50%;
  height: 100%;
}

/* body */
/* primeira secao */
.first-section {
  background: #ffffff;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 3%;
  padding-top: 6%;
}
.product-photo img{
  bottom: 0;
  width: 180px;
  height: auto;
  float: right;
}
.product-info h1{
  color: #007E7A;    
  font-size: 28px; 
  line-height: 32px; 
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
}
.product-info h2{
  color: #007E7A;    
  font-size: 24px; 
  line-height: 28px; 
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
}
.product-info .product-notice {
  display: inline-block;
  position: relative;
  margin-left: 10%;
  margin-top: 2%;
  margin-bottom: 3%;
}
.product-info .product-notice img {
  height: 120px;  
}
.product-notice h3 {
  position: absolute;
  top: 15px;
  left: 20px;
  right: 40px;
  font-size: 20px;
  color: #ffffff;
}

/* segunda secao */
.second-section {
  background: #007E7A;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  z-index: 999;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
}
.product-benefits h1 {
  float: left;
  color: #ECB11F;    
  font-size: 28px;
  line-height: 32px; 
  margin-top: 0%;
}
.product-benefits p {
  float: left;
  color: #FFFFFF;    
  font-size: 24px;
  line-height: 28px; 
  margin-top: 3%;
}
.product-benefits .product-notice {
  display: inline-block;
  position: relative;
  margin-top: 3%;
  margin-bottom: 5%;
}
.product-benefits .product-notice img {
  height: 120px;  
}

/* terceira secao */
.third-section {
  background: #3CB5E5;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  z-index: 999;
  padding-top: 5%;
  padding-bottom: 5%;
}
.product-who-can-use h1 {
  float: left;
  color: #ffffff;  
  font-size: 28px;
  line-height: 32px; 
  margin-top: 0%;
  margin-left: 10%;
  margin-right: 10%;
}
.product-who-can-use p {
  float: left;
  color: #ffffff;    
  font-size: 24px;
  line-height: 28px; 
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
}
.product-users {
  padding: 3% 10% 0 10%;
}

/* quarta secao */
.forth-section {
  background: #ECB11F;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  z-index: 999;
  padding-top: 5%;
  padding-bottom: 5%;
}
.product-who-are-guests h1 {
  float: left;
  color: #ffffff;  
  font-size: 28px;
  line-height: 32px; 
  margin-top: 0%;
  margin-left: 10%;
  margin-right: 10%;
}
.product-guests {
  padding: 3% 10% 3% 10%;
}


/* foooter */
.product-right {
  float: left;
  width: 80%;
}
.product-right p {
 color: #ffffff;
 text-align: left; 
 font-size: 15px;
 line-height: 20px;
 width:  100%; 
 margin: 10px;
}
.product-right span {
 font-size: 12px;
 line-height: 16px;
}
.product-right p a {
 color: #ffffff;
 margin-top: 5px;
 margin-bottom: 5px;
 text-decoration: none;
}
.product-logo {
  float: right;
  margin-top: 20px;
  width: 9%;
}
.product-logo img{
  float: right;
  padding-top: 5%;
  margin-left: 10px;
  width: 120px;
  height: auto;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .product-avatar{ 
        width: 20% !important; 
    }

    .product-title{ 
        width: 60% !important;
    }
    
    .company-logo{ 
        right: 20% !important;
        margin-right: 3%;
        width: 7%;
    }
    
    .col-30-3070 {
        margin-top: 10% !important;
        margin-left: 40% !important;
        margin-right: 40% !important;
        width: 20% !important;
    }
    
    .col-70-3070 {
        margin-top: 0 !important;
        width: 100% !important;
    }
    
    .col-70-7030 {
        margin-top: 0 !important;
        width: 100% !important;
    }
    
    .col-30-7030 {
        margin-top: 5% !important;
        width: 100% !important;
    }
    
    .col-33 {
        width: 100%;
    }
    
    .col-50 {
        width: 100%;
    }
    
    .product-photo img {
        padding-top: 5% !important;
        width: 100% !important;
        float: none !important;
    }
    
    .product-info h1, .product-info h2 {
        margin-top: 3% !important;
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .product-info h2 {
        margin-top: 5% !important;
    }
    
    .product-info .product-notice {
        margin-top: 5% !important;
    }
    
    .product-who-can-use h1, .product-who-can-use p, .product-benefits h1, .product-benefits p, .product-who-are-guests h1 { 
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .second-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .third-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .forth-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .product-guests img { 
        height: 180px;
        float: left;
    }
    
    .product-users img {
        height: 180px;
        float: left;
    }
        
    .footer{
        height: 10% !important;
    }
    
    .product-right {
        width: 80% !important;   
    }
    
    .product-logo {
        right: 20% !important;
        margin-right: 3%;
        width: 7%;
    }
    
    .forth-section {
        margin-bottom: 5%;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    .product-avatar{ 
      width: 15% !important;
    }

    .product-title{ 
        width: 70% !important;
    }
    
    .company-logo{ 
        right: 15% !important;
        margin-right: 3%;
        width: 7%;
    }
    
    .col-30-3070 {
        margin-top: 5% !important;
        margin-left: 40% !important;
        margin-right: 40% !important;
        width: 20% !important;
    }
    
    .col-70-3070 {
        margin-top: 0 !important;
        width: 100% !important;
    }
    
    .col-70-7030 {
        margin-top: 0 !important;
        width: 100% !important;
    }
    
    .col-30-7030 {
        margin-top: 5% !important;
        width: 100% !important;
    }
    
    .col-33 {
        width: 50%;
        margin-bottom: 3%;
    }
    
    .product-photo img {
        width: 100% !important;
        float: none !important;
    }
    
    .product-info h1, .product-info h2 {
        margin-top: 5% !important;
        font-size: 24px !important;
        line-height: 28px !important;
    }
    
    .product-who-can-use h1, .product-benefits h1, .product-who-are-guests h1 { 
        font-size: 24px !important;
        line-height: 28px !important;
    }
    
    .product-info .product-notice {
        margin-top: 5% !important;
    }
    
    .second-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .third-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .forth-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .product-guests img {
        float: left;
        height: 160px;
    }
    
    .product-users img {
        float: left;
        height: 160px;
    }

    .footer{
        height: 10% !important;
    }
    
    .product-right {
        width: 80% !important;   
    }
    
    .product-logo {
        right: 20% !important;
        margin-right: 3%;
        width: 7%;
    }
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-avatar{ 
      width: 13% !important;
    }

    .product-title{ 
        width: 74% !important;
    }
    
    .company-logo{ 
        right: 13% !important;
        margin-right: 3%;
        width: 7%;
    }
    
    .col-30-3070 {
        margin-top: 5% !important;
        margin-left: 10% !important;
        width: 25% !important;
    }
    
    .col-70-3070 {
        width: 65% !important;
        margin-top: 5%;
    }
    
    .col-70-7030 {
        margin-top: 0 !important;
        width: 100% !important;
    }
    
    .col-30-7030 {
        margin-top: 5% !important;
        width: 100% !important;
    }
    
    .col-33 {
        width: 50%;
    }
    
    .product-photo img {
        width: 230px !important;
        float: left !important;
    }
    
    .product-info h1, .product-info h2 {
        margin-top: 5% !important;
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 3% !important;
    }
    
    .product-who-can-use h1, .product-benefits h1, .product-who-are-guests h1 { 
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .second-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .third-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .forth-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .product-guests img {
        height: 180px;
        float: left;
    }
    
    .product-users img {
        height: 180px;
        float: left;
    }
    
    .footer{
        height: 10% !important;
    }
    
    .product-right {
        width: 80% !important;   
    }
    
    .product-logo {
        right: 20% !important;
        margin-right: 3%;
        width: 7%;
    }
    
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-avatar{ 
      width: 10% !important;
    }

    .product-title{ 
        width: 80% !important;
    }
    
    .company-logo{ 
        right: 10% !important;
        margin-right: 2%;
        width: 8%;
    }
    
    .col-30-3070 {
        margin-top: 5% !important;
        margin-left: 10% !important;
        width: 25% !important;
    }
    
    .col-70-3070 {
        margin-top: 0;
        width: 65% !important;
    }
    
    .col-70-7030 {
        margin-top: 0 !important;
        width: 85% !important;
    }
    
    .col-30-7030 {
        margin-left: 5%;
        margin-top: 0 !important;
        width: 10% !important;
    }
    
    .product-photo img {
        width: 230px !important;
        float: left !important;
    }
    
    .product-info h1 {
        font-size: 32px;
        line-height: 36px; 
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 5%;
    }
    
    .product-who-can-use h1, .product-benefits h1, .product-who-are-guests h1 { 
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .second-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .third-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .forth-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    
    .product-guests img {
        height: 160px;
        float: left;
    }
    
    .product-users img {
        height: 160px;
        float: left;
    }
    
    .footer{
        height: 10% !important;
    }
    
    .product-right {
        width: 90% !important;   
    }
    
    .product-logo {
        right: 10% !important;
        margin-right: 2%;
        width: 8%;
    }
}


@media only screen and (min-width: 1200px) {
    .product-photo {
        right: 10% !important;
    }
    
    .product-avatar{ 
        width: 7% !important;    
    }

    .product-title{ 
        width: 73% !important;
    }
    
    .company-logo{ 
        right: 10% !important;
        margin-right: 3%;
        width: 7%;
    }
    
    .company-logo{ 
        right: 10% !important;
        margin-right: 2%;
        width: 8%;
    }
    
    .col-70-7030 {
        margin-top: 0 !important;
        width: 70% !important;
    }
    
    .col-30-7030 {
        margin-left: 5%;
        margin-top: 0 !important;
        width: 25% !important;
    }
    
    .product-guests img {
        height: 180px;
        float: left;
    }
    
    .product-users img {
        height: 180px;
        float: left;
    }
    
    .footer{
        height: 10% !important;
    }
    
    .product-right {
        width: 90% !important;   
    }
    
    .product-logo {
        right: 10% !important;
        margin-right: 3%;
        width: 7%;
    }
    
}



/*Responsivo*/
/*768PX BREAKPOINT*/
@media (min-width:48em){

.colfooter  { width:30%; margin-right:5%; margin-bottom:0; }
.colfooter:nth-of-type(3n+0){ margin-right:0; border-right:0;}

} 

/*FOOTER*/


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){

} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){

} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

 .section-seu-codigo          { padding:20px 0px; }
 .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }

}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/





