
#body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .conteiner-celular{
    display: none;
  }

  
.grid-container {
      display: grid;
      grid-template-columns: 30px auto 30px;
      grid-auto-rows: auto;
      grid-gap: 10px;
      /* background-color: #073d74; */
      background-color: #ffffff;
      padding: 0px 10px 10px 10px;
}

  /* ::::::::::::::::::::::: MARGENS :::::::::::::::::::::: */
.item1{
      background-color: #ffffff;
      grid-column: 1;
      grid-row: 1 / span 9;
      text-align: center;
      padding: 20px 0;
      font-size: 30px;
      border-right: solid 1px #808080;
  }

.item3{
    background-color: #ffffff;
    grid-column: 3;
    grid-row: 1 / span 9;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    border-left: solid 1px #808080;
  }

  /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.linha_01{
    background-color: #002545;
    grid-column: 2;
    grid-row: 15vh;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;

    border-top:solid 1px grey;
    border-bottom:solid 1px grey;
    display: block;
}


.linha_01-celular{
    display: none;
}
.linha_01 h1{
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 100;
}

.linha_01 h2{
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 100;
}


 .linha_02{
      grid-column: 2;
      background-color: #ffffff;
      text-align: center;
      padding: 20px 0;
      font-size: 30px;
  }

  #J17 div:nth-of-type(1) {flex-grow: 2;}
  #J17 div:nth-of-type(2) {flex-grow: 2;}
  #J17 div:nth-of-type(3) {flex-grow: 2;}

  .linha_03{
      background-color: #ffffff;
      text-align: center;
      padding: 3px 0;
      font-size: 30px;
      margin: 5px;
      border-top:solid 2px #002445;
      border-bottom:solid 2px #002445;
  }

  .linha_0300{
     display:flex;
     flex-direction: row;
     padding: 2px;
     align-items: center;
     justify-content: space-around;
     line-height: 40px;
     background-color: #ffffff;
     height: 95%;
   }

   .linha_0300_01{
     display:flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     height:80%;
     padding:0px 15px;
   }

   .linha_0300_01 h1{
     font-size: 1.4rem;
     color: #002445;
     line-height:40px;
     font-weight: 200;
   }

  .linha_0300_celular{
    display: none;
 }

  .line-txtImg{
    font-weight: 300;
    font-size: 1.8rem;
    color: #002445;
    background-color: #ffffff;
    float: right;
 }

 .img-txt{
    vertical-align: middle;
    margin-left:5px;
    max-width: 100%;
    height:auto;
 }

 .info{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: start;
    height: 80%;
    width:80%;
 }


  #j18 div:nth-of-type(1) {flex-grow:2}
  #j18 div:nth-of-type(2) {flex-grow:2}
  #j18 div:nth-of-type(3) {flex-grow:4}
 
  #j19 div:nth-of-type(1) {flex-grow:1}
  #j19 div:nth-of-type(2) {flex-grow:1}
  #j19 div:nth-of-type(3) {flex-grow:1}
 
  #c1 div:nth-of-type(1) {flex-grow: 1;}
  #c1 div:nth-of-type(2) {flex-grow: 1;}
  #c1 div:nth-of-type(3) {flex-grow: 2;}

  #c1{
      background-color: blueviolet;
  }

  #j22 div:nth-of-type(1) {flex-grow:2;}
  #j22 div:nth-of-type(2) {flex-grow:2;}
  #j22 div:nth-of-type(3) {flex-grow:4;}

  

  @media only screen and (max-width: 1800px) {
    /* .grid-container{
        background-color: green;
    }
        */
  }

  @media only screen and (max-width: 1350px) {
    /* .grid-container{
        background-color: palevioletred;
    } */
    
    .line-txtImg{
        /* color:red; */
        line-height: 2.5;
        font-size: 1.4rem;
        
    }

    .img-txt{
      max-width: 80%;
      src:"image/teve_70.jpg";
    }
  }

  @media only screen and (max-width: 1150px) {
    /* .grid-container{
        background-color: blueviolet;
    } */

    .info{
      width: 100%;
    }
 }


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


    .grid-container{
        display: none;
    }

    .conteiner-celular{
      display: grid;
    }

    /* .linha_01{
      display: none;
    } */

    /* .linha_01-celular{
      grid-column: 2;
      grid-auto-columns: auto;
      grid-row: 15vh;
      grid-auto-columns: auto;
      text-align: center;
      padding: 20px 0;
      width: 100%;
      margin: auto;
  
      border-top:solid 1px grey;
      border-bottom:solid 1px grey;
      display: block;
    }

    .linha_01-celular h1{
      font-size: 1.2rem;
      color:dodgerblue;
    } */

    /* .linha_01-celular h2{
      font-size: 1.2rem;
      color:dodgerblue;
    }

    .linha_0300{
      display: none;
    }

    .linha_0300_celular{
      display:flex;
      flex-direction: column;
      background-color: #ffffff;
      padding: 2px;
      align-items: center;
      justify-content: center;
      line-height: 40px;
      background-color: #811616;
      height: 80%;
    } */
 }

  

