/*body{ background:#00FF00; }*/
img{border-radius: 10px;
}
p{
	white-space: pre-line;
	padding-left: 30px;
	padding-right: 30px;

}

header.abajo{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background:#E7E7E4;
	transition: 0.7s;
	z-index: 10;
}

/*btn whats*/
.btn-whats{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #6CD94E;
  z-index: 2000;
  padding: 5px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1002;
}
.btn-whats .fa-whatsapp{
  position: relative;
  color: #fff;
  font-size: 60px;
}

.mensaje-dudas{
  background: #F2E394;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  width: 180px;
  text-align: center;
  right: 120px;
  bottom: 45px;
  z-index: 1002;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;

}
.mensaje-dudas i{
  position: absolute;
  top: 5px ;
  right: 5px;
  font-size: 17px;
  color: #1e1e1e;
  z-index: 1002;
  cursor: pointer;
}
/*****/

.menu{
  padding-top: 15px;
  color: #FFF;
  width: 150px;
  float:right;
}

.box{
	width: 100%;
	height: 100px;
}
.section-1{
	height: 450px;
	background-image: url(../images/contact.jpg);	
	background-attachment: fixed;
	background-size: cover;
	padding-top: 50px;
}
.fondo{
	background: white;
	width: 90%;
	opacity: 0.5;
}

.slide{
	margin-top: 10px;
}
.slide img{
	height: 65vh;
}

.acceso{
	width: 380px;
	
	margin: 1rem;
  padding: 1rem;
  border: 2px solid #ccc;
  
  /* IMPORTANTE */  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}


@media  (max-width: 380px) {
	.acceso{
		width: 90%;
		left: 45%;
		top: 45%;
	}
}

