.wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1%;
    grid-row-gap: 1em;
    text-align: center;
    padding-bottom: 25px;
 }
#imgsize{
    background-color: #444444;
}

#imgsize img{
  margin-top: 25px;
    width:45%;
}
#imgsize h2{
  margin-top: 20px;
  font-size: 16pt;
    color:#51a6c8;
    font-style: normal;
font-weight: bold;
  line-height: 16pt;
}

#imgsize p{
    margin: 20px 0 20px 0;
    color: #fafafa;
}

#titulo2 h2 {
  background-color: #444444;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding-bottom: 30px;
  color: #51a6c8;
}

#botsaiba{
    width: 50%;
margin-top: 20px;
margin-left: 25%;
}
#botsaiba a{
        width: 47.5%;
        text-decoration: none;
        line-height: 50pt;
        margin-right: 5%;
        margin-bottom: 20px;
        font-size: 25pt;
}

#saiba{

        height: auto !important;
        width: 65% !important;
        background: #7fd6f7;
        text-decoration: none;
        color: #35363a;
        font-weight: bold;
        font-size: 15pt;
        text-align: center;
        line-height: 32pt;
        border-radius: 10px;
        padding-top: 0px;
        margin-right: 0 !important;
        display: inline-block;
}

#sizear{
  width: 25%;
}

#arrowAnim {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  width: 5vw;
  height: 5vw;
  border: 2.5vw solid;
  border-color: black transparent transparent black;
  transform: rotate(-45deg);
}


.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
          animation: slide 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% { opacity:0; transform: translateX(15vw); }
   20% { opacity:1; transform: translateX(9vw); }
   80% { opacity:1; transform: translateX(-9vw); }
  100% { opacity:0; transform: translateX(-15vw); }
}
@keyframes slide {
    0% { opacity:0; transform: translateX(15vw); }
   20% { opacity:1; transform: translateX(9vw); }
   80% { opacity:1; transform: translateX(-9vw); }
  100% { opacity:0; transform: translateX(-15vw); }
}




#learn{
  text-align: center !important;
  font-size: 25pt;
  /*font-family:sans-serif;*/
  margin-top: 50px;
}

#escolha{
background-image: url("../img/site/iconplanos.png");
background-repeat: no-repeat;
/*margin-left: 45%;*/
background-size: contain;
background-position-x: 80%;
height: 100%;
}
#textos{
  width:50%;
  padding: 8px 8px 8px 20px;
    text-align: left;
    margin-left: -10px;
    background-color: #444444;
    height: auto;
    box-shadow: 10px 5px #777777;
    margin: 10px 0 10px 0;
}
#textos p{
  color: #fff;
}
#equipeW{
  background: #3a7cbb;
  color: #fff;
  font-size: 14pt;
  line-height: 18pt;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}
#text1{
  /*width:30%;*/
/*margin-left: 20px;*/
}
#text2{
/*  width:30%;*/
/*margin-left: 20px;*/
}

.correct{
  margin: 0px 20px 20px 20px;
  padding-top: 1px;
}


#titulo{
  text-align: center;
}
#titulo h1{
  margin: 0 !important;
  font-size: 44pt;
  font-weight: bold;
  font-family: sans-serif;
  color:#353535;
  padding-bottom: 30px;
}
#titulo p {
  font-size: 22pt;
    font-family: sans-serif;
    /*! margin: 3px; */
  margin-bottom: 50px;
  line-height: 0pt;
}

#titulo p strong{
  color: #3A7Cbb;
}
#tabelas {
  text-align: center;
  margin-top: 30px;
}
#imgsize h1 {
  background-color: #444444;
  font-weight: bold;
  font-style: normal;
}

.porcent{
  width:19%;
  display: inline-block;
  font-family: sans-serif;
  letter-spacing: 1px;
}
.planos{
  background-color: #f7f7f7;
  text-align: center;
  line-height: 36pt;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 16pt;
    letter-spacing: 2px;
  box-shadow: -6px 4px 6px 1px #afaeae47;
}
.cor_destaque{
  background-color: #a7f3a0;
box-shadow: -6px 4px 6px 1px #afaeae47;
}
.porcent p{
  margin: auto !important;
  font-family: sans-serif;

}
.borda{
  background-color: #dcdcdc5c;
  text-align: center;
  border-radius: 0 0 10px 10px;
  font-family: sans-serif;
  box-shadow: -6px 4px 6px 1px #afaeae47;
}
.borda ul{
padding-top: 20px;
}
.borda li {
  font-size: 12pt;
  line-height: 30pt;
  color:#3e3e3e;
  padding: 8px 15px 0 15px;
}
.borda li.emais{
  font-size: 10pt !important;
  line-height: 16pt !important;
  color: #777 !important;
  text-align: justify;
}
.borda b{
  font-size: 15pt;
  color:#000000c7;
}
#opcao2{
  margin-left: -4px;
}
#opcao3{
  margin-left: -4px;
}
#opcao4{
  margin-left: -4px;
}
#opcao5{
  margin-left: -4px;
}

#tabelas .button {
  background-color: #3a7cbb;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
}


#planos{
  padding: 15px 0;
  margin-top: 0;
  display: table;
  margin-bottom: -20px;
}
#imgcompletemento {
    /* background-image: url(../img/site/imagexto.png); */
    background-repeat: no-repeat;
    margin-top: -20px;
    background-position: right;
    background-position-y: -555px;
    background-size: 45%;
}

.avatares {
    width: 25%;
    margin: 0 4% 0 4%;
    text-align: center;
}

#conteiner{
  width: 600px;
  height: 300px;
  background: red;
}

#conteiner-esquerdo{
  width: 150px;
  float: left;
  height: 300px;
  background: yellow;
}

#conteiner-direito{
  width: 450px;
  height: 300px;
  background: green;
  margin-left: 150px;
}

.box{
  width: 150px;
  height: 150px;
  display: block;
}

.top{
  background: blue;
}

.bottom{
  background: gray;
}

#learn{
  background-color: #c0c0c0;
}
#learn h3{
  color: #8cc7ff;
}
#learn p b, #learn p strong, #learn p i{
  color: #8cc7ff;
}
