/* Base */
html {
  overflow-x: hidden; }

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70%;
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 25px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}


/* *** */


/*Formulario de contacto ------------ */
.form-grupos {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 40px;
  margin-bottom: 40px;
}

.elem-group {
  display: flex;
  flex-direction: column;
}

/*
input, textarea {
  padding: 20px 15px;
  border: 0;
  outline: none;
  border-radius: 25px;
  font-size: 16px;
}

/* *** */


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }


p{
  color: #0976F1 !important; 
  font-family: 'arial';
  font-display: !important; 
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 20px;
}  

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }
