/*
Theme Name: World Animal Protection
Theme URI: 
Description: Tema desenvolvido por Geeks on Fire
Version: 1.0
Author: Victor Medeiros
Author URL: https://www.linkedin.com/in/victor-medeiros-69b825b0/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.imagem-fixa.efeito-right-to-left {
  animation: 2s slide-right;
}
@keyframes slide-right {
  from {
    right: -1000px;
  }
  to {
    right:0;
  }
}

#main-home .slider .slider-item .box-texto{
 left:-1000px; 
}
#main-home .slider .slider-item .box-texto.efeito-left-to-right{
	animation: 2s slide-left;
	left:0;
}
@keyframes slide-left {
  from {
    left: -1000px;
  }
  to {
    left:0;
  }
}

#main-home .contato .mktoForm .mktoLabel#LblmonthlyNewsletterOptin {
    position: absolute;
    left: 35px;
    top: 2px;
}

#main-home .contato .col-form form .mktoField[type=checkbox] {
    width: auto !important;
    display: inline;
    text-indent: 0;
}

#main-home .contato .col-form .mktoForm .mktoLogicalField{
	width: 100% !important;
	position: absolute;
}