*{
box-sizing: border-box;
}

body{
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
    background-color: #f3f3f2;
}

.responsive {
  width: 100%;
  height: auto;
}


div.transbox {
  margin: 30px;
  background-color: #ffee00 ;
  padding: 10px;
  border: 10px;
  border-radius: 60px 15px;
  align-items: center;
  opacity: .3;
}

div.transbox:hover{
  opacity: 1;
}


h2{
    font-weight: 400;
    font-size: 26px;
    color: #3f2212;
    opacity: 1;
}

h4{
  font-weight: 300;
  font-size: 14px;
}

h5{
    font-family: 'Cardo';
    font-weight: 400;
    font-size: 18px;
}

h6{
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 7px;
}

.letraBlanco {
  color: #ffee00;
}

.diferente{
  font-weight: 300;
  font-size: 14px;
  /*letter-spacing: 7px;*/
}

.creditofoto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  text-align: center;
}

a{
  text-decoration: none;
  color: #3f2212;
}

a:hover{
  color: tomato;
}


.grid-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    /*grid-gap: 10px;
    background-color: #2196F3;*/
    padding: 0px 30% 0px 30%;
  }
  
  .grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0px 0px;
    /*font-size: 30px;
    margin: 15px;*/
  }
  
  /*.item1 {
    /*The syntax is grid-row-start / grid-column-start / grid-row-end / grid-column-end.
    Item1 will start on row 2 and column 1, and span 2 rows and 3 columns
    grid-area: 1 / 1 / span 5 / span 2;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: auto;
    align-items: center;
    padding: 30%;
    opacity: .1;
    
  }*/

  
  .item2{
    grid-area: 6 / 1 / span 3 / span 2;
    background-image: url("../_IMGS/_JPG/zabludovsky_portada.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0px 15px 0px;
  }
/*
  .item3{
    grid-area: 9 / 1 / span 3 / span 2;
    background-image: url("../_IMGS/_JPG/schweblin_0_portadaA.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0px 15px 0px;
  }

  .item4{
    grid-area: 12 / 1 / span 3 / span 2;
    background-image: url("../_IMGS/_JPG/rosario_0_portada.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15px 0px 15px 0px;
  }

  .item5{
    grid-area: 15 / 1 / span 3 / span 2;
    background-image: url("../_IMGS/_JPG/melchor_0_portada.jpg");
    background-size: cover;
    margin: 15px 0px 15px 0px;
  }

  .item6{
    grid-area: 18 / 1 / span 3 / span 2;
    background-image: url("../_IMGS/_JPG/smirnoff_0_portada.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px 0px 30px 0px;
  }

  /*.item7{
    grid-area: 21 / 1 / span 3 / span 2;
    background-image: url("../_IMGS/_JPG/hallazgos_montesdeoca_0_portada_globo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px 0px 30px 0px;
  }*/

  /*div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
  }*/


  .footer{
    width: 100%;
    position: static;
    bottom: 0;
    left: 0;
    padding-top: 2rem;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .logos{
    height: 18px;
    margin-bottom: 1rem;
    /*opacity: .3;*/
  }
  
  .footer-menu-comtainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style-type: none;
  }
  
  .menu-item{
    margin: 1rem 1rem;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 14px;
    color: #FFFFFF;
  }
  

 .menu-item a{
    color: #FFFFFF;
 } 

  .menu-item a:hover{
    color: #a8ff33;
  }
  
  .direccion{
    color: #FFFFFF;
    /*opacity: 0.6;*/
    text-align: center;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 13px;
  }

  .logos2{
    height: 100px;
    margin-bottom: 1rem;
    padding-top: 45px;
  }

.buttoninicio{
    width: 100%;
    position: static;
    bottom: 0;
    left: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }  

  .button {
    display: inline-block;
    border-radius: 4px;
    background-color: #E5E4E6;
    border: none;
    color: #FFFFFF;
    text-align: center;
    color: #333;
    font-size: 14px;
    padding: 13px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  /*TABLETA*/
@media screen and (max-width: 810px){

  .grid-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    /*grid-gap: 10px;
    background-color: #2196F3;*/
    padding: 0px 30% 0px 13%;
  }

.buttoninicio .casita  {
    display: none !important;
}


  /*.item1 {
    /*The syntax is grid-row-start / grid-column-start / grid-row-end / grid-column-end.
    Item1 will start on row 2 and column 1, and span 2 rows and 3 columns
    grid-area: 1 / 1 / span 5 / span 2;
    background-image: url("../_IMGS/_JPG/image013.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: auto;
    align-items: center;
    padding: 30%;
    
  }*/


}