/* 
Theme Name: Pescaderia Aurori Child
Theme URI: https://notquitehumans.studio
Description: Pescaderia Aurori Child is a child theme of PuntoEco, created by NQH team
Author: NQH Team
Author URI: https://notquitehumans.studio
Template: pescaderia-aurori
Text Domain: pescaderia-aurori-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */


html, body{
    overflow-x: hidden;
}

header, footer{
    display: none !important;
}

#contenedor_pescao{
    overflow: hidden !important;
}


#loading {
  display: inline-block;
  animation: rotation 35s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}