body
  {
    width: 1360px;
    cursor: url(../Imagenes/Laferrerecursor.png),auto;
    background-color: Black;
  }

video
  {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
    object-fit: cover;
  }

.header
{
  width: 100%;
}

area
{
  cursor: url(../Imagenes/Homecursor.png),auto;
}

.centro0
{
  background: linear-gradient(0.25turn, #008d46 50%, #ffffff 50%);
  border: 0.1em solid black;
  padding-top: 1em;
  padding-bottom: 5em;
  border-radius: 1em;
  width: 50%;
  display:inline-flex;
}

.centro1
{
  background: linear-gradient(#008d46 50%, #ffffff 50%);
  border: 0.1em solid black;
  padding-top: 1%;
  padding-bottom: 5%;
  border-radius: 1em;
  width: 50%;
  display:inline-flex;
}

.centro2
{
  background: linear-gradient(0.25turn, #ffffff 50%, #008d46 50%);
  border: 0.1em solid black;
  padding-top: 1%;
  padding-bottom: 5%;
  border-radius: 1em;
  width: 50%;
  display:inline-flex;
}

.centro3
{
  background: linear-gradient(#ffffff 50%, #008d46 50%);
  border: 0.1em solid black;
  padding-top: 1%;
  padding-bottom:5%;
  border-radius: 1em;
  width: 50%;
  display:inline-flex;
}
p,H1
{
color: white;
}

.imageninferior
{
    color: black;
    font-weight: bolder;
    font-size: 1em;
}

.dentrocentro
{
}

/*.imagencentro
{
  border: solid black;
  background-image: url("../Imagenes/Thor tecnico.png");
  width: 10em;
  height: 10em;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: scale-down;
  margin-left: 150%;
  margin-right: 150%;
}*/
#atras
{
  max-width: 15%;
  padding-top: 15%;
  padding-bottom: 15%;
  display:inline-flex;
}
#adelante
{
  max-width: 15%;
  padding-top: 15%;
  padding-bottom: 15%;
  display:inline-flex;
}

button
{
  cursor: pointer;
  border-radius: 1em;
}

.invisible
{
  display: none;
}

.botonescelulares
{
    display: none;
}

.buttoncel
{
    width: 40%;
    font-size: 2em;
    text-align: right;
    display: inline-flex;
}

.reemplazoredes
{
  display: none;
}

.imgcell
{
    display: none;
}

/*Pantallas PC*/
@media (max-width: 1300px)
{
  body
  {
      width: 1280px;
  }
}
/*Celulares*/
@media (max-device-width: 800px)
{
  body
  {
      width: 1333px;
  }

  #atras
  {
    display: none;
  }

  #adelante
  {
    display: none;
  }
  .botonescelulares
  {
    width: 50%;
    display:block;
  }

  .imageninferior
  {
    font-size: 2em;
  }

}

@media (max-device-width: 600px)
{
  body
  {
      width: 1000px;
  }

  #atras
  {
    display: none;
  }

  #adelante
  {
    display: none;
  }
  .botonescelulares
  {
    width: 50%;
    display:block;
  }

  iframe
  {
    display: none;
  }

  .reemplazoredes
  {
    display: inline;
  }

  .imageninferior
  {
    font-size: 2em;
  }

  .imgpc
  {
      display: none;
  }

  .imgcell
  {
    display: inline-block;
  }
}

@media (max-device-width: 400px)
{
  body
  {
      width: 999px;
  }

  #atras
  {
    display: none;
  }

  #adelante
  {
    display: none;
  }
  .botonescelulares
  {
    width: 50%;
    display:block;
  }

  iframe
  {
        display: none;
  }

  .reemplazoredes
  {
    display: inline;
  }

  .imageninferior
  {
    font-size: 2em;
  }

  .imgpc
  {
      display: none;
  }

  .imgcell
  {
    display: inline-block;
  }
}
