* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}

html,body{
  overflow-x: hidden;
  color:black;
  font-family:'Opens Sans',helvetica;  
  height:100%;
  width:101%;
  margin: 0px;
  padding: 0px;
}


.container {
  display: flex;
  
  width: 90%;
  margin: 100px 100px 100px 100px;
  
}

.left {
 width: 500px
}

.right {
 width: 500px;

}

.arriba {
  height: 150px;
  background-color: #002216;    /* Medium blue */
    background: url("img/logo.png") no-repeat center;
}

.contact-box1{
	max-width: 850px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

body {
	background: url("img/bg.jpg") no-repeat center;
	background-size: cover;
	z-index: -1
}

.formulario {
  
  background-color: #ffffff;    /* Red */
  padding: 20px;
    border-radius: 6px;
}

.abajo {
  height: 30px;
  background-color: #F5CF8E;    /* Yellow */
  background: url("img/abajo.png") no-repeat center;    
}

.imagen {
  height: 650px;
  margin-left: 50px;
  background-color: #002216;    /* Light blue */
  background: url("img/blank.png") no-repeat center;

}



.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.0rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #c79a52;
	color: #ffffff;
	font-size: 1.0rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-color: #997039;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}


@media (max-width: 850px) {
.container {

  flex-wrap: wrap;
  width: 100%;
  margin: 20px;
  
}
.imagen {
  margin-left: 0px;
  margin-top: 50px;
}

.left {
 width: 90%;
}

.right {
 width: 90%;

}

body {
  background: url("img/bg2.jpg") no-repeat center;
    background-size: cover;
	z-index: -1
}
    
 .imagen {
  height: 300px;
  margin-left: 0px;
  background-color: #002216;    /* Light blue */
  background: url("img/blank.png") no-repeat center;
  background-size: 400px;
     
    }
  .arriba {
  height: 100px;
  background-color: #002216;    /* Medium blue */
  background: url("img/logo.png") no-repeat center;
  background-size: 325px;
      
}
    
 .abajo {
  height: 60px;
  background-color: #002216;    /* Yellow */
  background: url("img/abajo2.png") no-repeat center;
  }

    
    @media (max-width: 320px) {
.container {

  flex-wrap: wrap;
  width: 100%;
  margin: 20px;
  
}
.imagen {
  margin-left: 0px;
  margin-top: 0px;
}

.left {
 width: 90%;
}

.right {
 width: 90%;

}

body {
  background: url("img/bg2.jpg") no-repeat center;
    background-size: cover;
	z-index: -1
}
    
 .imagen {
  height: 250px;
  margin-left: 0px;
  background-color: #002216;    /* Light blue */
  background: url("img/blank.png") no-repeat center;
  background-size: 300px;
     
    }
  .arriba {
  height: 100px;
  background-color: #002216;    /* Medium blue */
  background: url("img/logo.png") no-repeat center;
  background-size: 285px;
      
}
    
 .abajo {
  height: 60px;
  background-color: #002216;    /* Yellow */
  background: url("img/abajo2.png") no-repeat center;
  background-size: 285px;

  }


