/*
 * Copyright (C) 2020 eloahcristina.com.br - Front-end by Eloah Cristina
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
/* .wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
} */
 .section{
   text-align:center;
 }
 .controlArrow.prev {
   left: 50px;
 }
 .controlArrow.next{
   right: 50px;
 }

 .img{
   width: 876px;
   max-width: 100%;
   margin-right: 10px;
   margin-left: 10px;
 }

 video {
    max-width: 100%;
    height: auto;
}

.logo{
	position: fixed;
	bottom: 0;
	right: 0;
  z-index: 10;
}

p{
  margin-bottom: 8px;
}
