body{
   margin:0;
   padding: 0;
}

.tudo{
   background: url("FundoPreto.jpg");
   background-size: cover;
   min-height: 100vh;
   font-family: "FrancophilSans", Calibri, sans-serif;
   position: relative;
}

.imagem{
   width: 65vw;
   margin-left: -9vw;
}

.imagem img{
   width: 100%;
   float: left;
}

.top{
   display: inline-block;
   position: relative;
   width: 100%;
}

.top .texto{
   text-shadow: 1px 1px 1px #444;
   position: absolute;
   width: 58%;
   right: 0px;
   font-size: 3.3vw;
   line-height: 100%;
}

.top .texto .vermelho {
   margin-top: 48px;
   font-size: 5vw;
   font-weight: bold;
   margin-bottom: 35px;
   margin-top: 6vh;
   margin-bottom: 6vh;
}

.top .texto > p:last-child{
   border: 1px solid #fff;
   font-size: 2.2vw;
   width: 52vw;
   padding: 10px;
   line-height: 100%;
}

.texto{
   font-family: "FrancophilSans", Calibri, sans-serif;
   color: #fff;
}

.texto .amarelo{
   color: #F0D250;
}

.texto .vermelho{
   color: #EA3338;
}

.bottom{
   padding: 47px 0px 10px 4.3%;
   display: inline-block;
   width: 95.7%;
}

.bottom .texto{
   float: left;
   width: 34vw;
}

.bottom .texto > p:first-child{
   font-size: 20px;
   margin: 0px;
}

.bottom .texto > p:nth-child(2){
   text-align: justify;
   font-size: 1.3vw;
   margin: 0px;
}

.bottom .texto > p:nth-child(3){
   font-size: 1.7vw;
   font-weight: bold;
   margin: 0px;
   margin-top: 12px;
}

.imagem2{
   width: 19vw;
   float: left;
   margin-left: 3vw;
}

.imagem2 > img{
   float:left;
   width: 100%;
}

.imagem3{
   width: 30.5vw;
   float: right;
   margin-right: 3.9vw;
   margin-top: 0.6vh;
}

.imagem3 > img{
   float: left;
   width: 100%;
}

@media screen and (max-width:1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

@media screen and (max-width:1024px){	/*ipad landscape*/

}

@media screen and (max-width:768px){

   .top .texto{
      width: 100vw;
      float: left;
      position: relative;
      font-size: 1.4rem;
   }

   .imagem{
      width: 100vw;
      float: left;
      margin: 0px;
   }

   .texto{
      width: 100vw;
      text-align: center;
      position: relative;
      float: left;
      line-height: inherit;
   }

   .texto > p:first-child{
      padding:0px 1vw;
   }

   .top .texto .vermelho {
      margin-top: 6vh;
      margin-bottom: 6vh;
   }

   .top .texto > p:last-child {
      width: 92vw;
      border-left: 0px;
      border-right: 0px;
      padding: 10px 4vw;
      font-size: 1.2rem;
      line-height: 125%;
   }

   .bottom{
      padding: 0px 4vw;
      width: 92vw;
   }

   .bottom .texto {
      width: 100%;
      margin-bottom: 6vh;
   }

   .bottom .texto > p:nth-child(2) {
      font-size: 1rem;
      margin-top: 3vh;
      margin-bottom: 3vh;
   }

   .bottom .texto > p:nth-child(3) {
      font-size: 1rem;
   }

   .bottom .texto > p:last-child{
      font-size: 1rem;
   }

   .imagem2{
      width: 45%;
      margin: 0px;
      margin-bottom: 20px;
   }

   .imagem3{
      width: 45%;
      margin: 0px;
   }
}

@media screen and (max-width:740px){	/*iphone 6+ landscape*/

}

@media screen and (max-width:640px){	/*iphone 5 landscape*/

}

@media screen and (max-width:480px){	/*iphone 4 landscape*/

}

@media screen and (max-width:420px){	/*iphone 6+ portrait*/

}

@media screen and (max-width:360px){	/*iphone 5/4 portrait*/

}
