


/* titulo de pagina donde indica que es lo que se muestra------------------------------------------------------------------------------------------------------*/
#etq
{
  text-align: center;
  padding-bottom: 5px;
  color:#2E4053;
  background-color: #F4D03F;
  border-radius: 180px;
}



/* mensajes oalerta de texto en rojo para indicar a los usuariosa que los productos pueden variar----------------------------------------------------------------------*/
.adv
{
    font-size: 10px;
    color:red;
    text-align: center;
}


@media (min-width:768px) {
    .adv {
         font-size: 12px;
         color:red;
   
    }
}


/*cuadricula listado de fotos-----------------------------------------------------------------------------------------------------------------------------------------*/
.child-page-listing{
   width: 90%;
   margin: 0 auto;
}



@media (min-width:768px) {
  .grid-container2 {
        width: 90%;
        display: grid;
        margin: 0 auto;
        /*margin: 0 15%;*/
        grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); /*500 tamaño de imagen*/
        grid-gap: 2em;  /*para cambiar la cantidad de imagenes en la pantalla ,renglones*/
        
      }
}



.grid-container2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); 
    grid-gap: 1em;  /*para cambiar la cantidad de imagenes en la pantalla ,renglones*/
  }
  
  
   /*tamaño de los cuadros de las fotos*/
  .location-listing2 {
    width: 80%;
    position: relative;
    border-radius: 8px;
  }
  

  
.productIMG:hover{
    cursor: pointer;
}
  
/*tamaño de las imagenes------------------------------------------------------*/
  .productIMG{
    
    width: 100%;
    height: 250px;
    /*width: 50vh;*/
    /*height: 28vh;*/
    border-radius: 8px;
  }

.picContainer{
  margin: 0 auto;
    width: 45%;
    height: 100%;
    border: #D0D3D4 2px solid;
    border-radius: 8px;
}

.picContainer:hover{
  border: #5DADE2 2px solid;
  /*box-shadow: 10px 5px 5px #5D6D7E*/ 
  box-shadow: 0px 0px 13px 1px rgba(93, 109, 126, .8);
}

  /*-textto descripcion de productos--------------------------------------------------------------------*/
  .Productdescription{
    background-color: white;
    padding:2px;
    text-align: center;
    font-size: 1.3rem;
    color: #2C3E50;
    border-radius: 8px;

  }

  .miRayita{
    width: 90%;
    
  }



  /*control slider para vista 360-------------------------------------------------------------------------*/
 input{
    width: 30%;
}

.pic360{
        height: 50%;
				margin: 0;
				align-items: center;
				justify-content: center;
				display: flex;
				flex-direction: column;
}

@media (min-width:768px) {
  .pic360{
    height: 100vh;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    }

    input{
      width: 32%;
  }
}

/*---videos---------------------------------------------------------------------------------------------------*/
.video{
 
  border-radius: 8px;
  width: 80%;
}

.textoVideo
{
  text-align: justify;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
  color: #8D8D8D;
}

.vidContainer{
  margin: 0 auto;
  width: 55%;
}


@media (min-width:768px) {
  .vidContainer{
  
    margin: 0 auto;
    width: 80%;
  }
}