body{
  font-size: 20px;
  background-color: #E6E6E6
}

.body{
  padding: 40px 20px;
}

.main-header{
  background-color: #34495E;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}


.nav-link{
  color:white;
  margin-right: -4px;
  text-decoration: none;
  width: 33%;
  display: inline-block;
}

.text-center{
  text-align: center;
}

.text-titulo{
  color:  #212121;
  font-size: 1.5em;
}

.main-container{
  min-height: 100vh;
}

.arvo{
  font-family: 'Arvo', serif;
}

.lato{
  font-family: 'Lato', sans-serif;
}

.img-logo{
  margin-top: 5px;
}

.product img{
  width: 70px;
  margin-top: 10px;
}

.img-fem{
  width: 50px;
}

.product h3{
  font-size: 1.3em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.coor{
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-h3{
  padding-top: 30px;
  padding-bottom: 0px;
}

.zona{
  color: #21660d;
  padding-bottom: 10px;
}

.card{
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.delay-1{
  animation-delay: 0.1s;
  position: relative;
  z-index:5;
}

.alin-izq{
  text-align: left;
}

.alin-der{
  text-align: right;
}

.margen-arriba{
  margin-top: 3px;
}

.margen-nref{
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 20px;
}

.form-link{
  text-decoration: none;
}

.avatar a:visited{
  color: black;
}

.boton-personalizado{
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  background-color: #34495E;
  border-radius: 4px;
  border: 2px;
  }

.boton-personalizado:hover{
  color: white;
  background-color: #203244;
}

.boton-volver{
  float: none;
  text-align: center;
  padding-top: 20px;
}

.boton-busquedas{
  font-size: 18px;
  font-weight: 500;
}

.margen-p{
  margin:-2.5% 0;
}

.margen-botones{
  margin-top: 30px;
}

.email{
  margin-top: 60px;
  margin-bottom: -10px;
  text-align: right;
}

.boton-enviocv{
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  color: white;
  background-color: #34495E;
  border-radius: 4px;
  border: 2px;
  }

.boton-enviocv:hover{
  color: white;
  background-color: #203244;
}
