@charset "utf-8";
/* CSS Document */

.redes_sociales {
    position: fixed;
    left: 5px;
    top: 50%;
    margin-top: -100px;
    z-index: 1005;
}
body, html {

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow-x: hidden;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
body, td, th {
  color: #FFFFFF;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
a {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
.principal {
  display: flex;
}
.claseA, .claseB {
  width: 50%;
  display: inline-block;
}
.claseA img, .claseB img {
  opacity: 0 !important;
}
.creditos {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #ccc;
  font-size: 10px;
}
#redes_like {
  position: absolute;
  top: 5px;
  left: 5px;
}
#redes_like section {
  display: block;
  margin: 0px 0px 5px 0px;
}
.pesta_whatsapp {
 	position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 9999;
    max-width: 70px !important;
}
.pesta_messenger {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 9999;
  max-width: 70px !important;
}
@media only screen and (max-width: 1000px) {
  .principal {
    display: block;
  }
  .claseA, .claseB {
    width: 100%;
    display: block;
  }
  .claseA img, .claseB img {
    opacity: 1 !important;
  }
  body {
    overflow-y: auto !important;
    background: #000 !important;
  }
}

.ani_img a img {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ani_img a img:hover {
  /*-webkit-filter: grayscale(100%);*/
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /*opacity: 0.8;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);*/
}