/*
Theme Name: Padrão
Theme URI: http://www.atmainterativa.com.br/
Author: Atma Interativa <contato@atmainterativa.com.br>
Author URI: http://www.atmainterativa.com.br/
Description: Este tema foi criado por Atma Interativa.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tags
Text Domain: atmainterativa-basico
*/


a:hover {
  color: #006400 !important;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -2px !important;
  bottom: 30px !important;
  opacity: 0 !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (max-width: 600px) {
	.grecaptcha-badge {
  	opacity: 0 !important;
	}
}

/*Parallax*/

  .parallax { 
    /* The image used */
    background-image: url("images/bgparallax.jpg");

    /* Set a specific height */
    /*height: 510px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax2 { 
    /* The image used */
    background-image: url("images/bgparallax2.jpg");

    /* Set a specific height */
    /*height: 510px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-window {
    min-height: 180px;
    background: transparent;
    border-bottom: 9px solid #67724e;
  }

  .top { 
    /* The image used */
    background-image: url("images/bgtop.jpg");

    /* Set a specific height */
    height: 210px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }