/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@media only screen and (min-width : 480px){
body {
	background: url('/images/fundo.svg');
    height: 100vh;
    background-size: cover;
    overflow: auto;
}
  
    .rodape { position: absolute;
            bottom: 0;
  }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
body  {
	background: url('/images/fundo.svg');
    background-size: cover;
    height: 100%;
    background-position-x: 41%;
    overflow: auto;
}
   
}