body {
    /*background: #f6f4f2;*/
    background: #f5f4eb;
    color: #14269f;
    }

.wrap {
    margin-top: 50px;
    text-align: center;
    }

h2 {
    text-transform: uppercase;
    font-family: tenez, serif!important;
    font-weight: 400;
    font-style: normal;
    font-size: 500%;
    }

h4 {
    font-size: 120%;
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    line-height: 24px;
    font-weight: 200;
    }

p.contactemail a{
    border-bottom: 1px solid #14269f;
    padding-bottom: 4px;
    font-weight: 300;
    color: #14269f;
    }

p.contactemail a:hover {
    opacity: 0.4;
    transition: 0.1s;
    }

/* FORMA */
form {
    margin-bottom: 60px;
    text-align: left;
    }

fieldset {
    margin: 0 auto;
    width: 90%;
	max-width: 800px;
    line-height: 26px;
    background: #fff;
    margin-top: 40px;
    color: #14269f;
    font-family: "europa", sans-serif;
	font-weight: bold;
	text-align: center;
    }

#formcontent {
    width: 95%;
	max-width: 650px;
    margin: 0 auto;
	margin-top: 5%;
    margin-bottom: 5%;
    }

div.inputcontainer {
    display: inline-block;
    width: 100%;
    background: #f9f9f7;
    padding-top: 7px;
    margin: 5px 0;
    }

div.inputcontainer input::placeholder{
    color: #14269f;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 90%;
    opacity: 0.8;
    }

div.labelscontainereq {
    display: inline-block;
    width: 10%;
    text-align: left!important;
    }

div.labelscontainereq label {
    color: #14269f;
    }

div.inputcontainereq {
    display: inline-block;
    width: 89%;
    border-bottom: 1px solid #14269f;
    margin-bottom: 0;
    padding-bottom: 0;
    }

label {
    width: 100%;
    text-align: left!important;
    font-size: 100%;
    color: #1a1919;
    font-weight: 500;
    margin-left: 0;
    }

h6 {
    text-transform: none;
    letter-spacing: 0.01em;
    font-weight: 200;
    color: #14269f;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    }

form input {
    width: 100%;
	border: none;
    font-weight: 300;
	margin-bottom: 15px;
  	opacity: 1;
	font-size: 80%;
    background: none;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #14269f;
    }

form textarea {
    background: #f9f9f7;
  	opacity: 1;
    color: #14269f;
    font-weight: 200;
    letter-spacing: 0.01em;
    padding: 15px 0 0 15px;
	}

textarea::placeholder {
    color: #14269f;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    opacity: 0.8;
    }

form h2 {
    font-family: bilo, sans-serif;
    font-weight: 400;
    font-style: normal;
	margin: 0 auto;
	letter-spacing: 0;
    font-size: 140%;
	text-align: center;
	width: 80%;
	max-width: 420px;
    font-style: normal;
    }

textarea {
    width: 100%;
    max-width: 650px;
    height: 150px;
    margin-top: 10px;
    border: none;
    }

input#labeleq-answ {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;
    }

button {
    font-family: mr-eaves-modern, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 90%;
    border: 1px solid #14269f;
    background: none;
    padding: 15px 25px;
    margin: 40px 0 0 0;
    display: block;
    cursor: pointer;
    width: 150px;
    color: #14269f;
    box-shadow: inset 0 0 0 0 #14269f;
      -webkit-transition: ease-out 0.8s;
      -moz-transition: ease-out 0.8s;
      transition: ease-out 0.8s;
    }

.slide:hover {
    box-shadow: inset 400px 0 0 0 #f7cac9;
    color: #14269f;
    }

.slide:hover a {
    color: #f7cac9;
    -webkit-transition: ease-out 0.4s;
      -moz-transition: ease-out 0.4s;
      transition: ease-out 0.4s;
    }

button span {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    }

button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    }

button:hover span {
    padding-right: 15px;
    }

button:hover span:after {
    opacity: 1;
    right: 0;
    }

h2#mensaje1 {
    margin-top: 20px;
    text-align: center;
    text-transform: initial;
    color: #8d8d8d;
    font-family: bilo, sans-serif;
    }

h2#mensaje2 {
    text-transform: initial;
    color: #1a1919;
    font-weight: 500;
    font-size: 105%;
    text-align: center;
    font-family: bilo, sans-serif;
    }

footer h6 {
    text-align: center;
    }
/* FORMA */


/*RESPONSIVE WEBSITE CODE*/
@media screen and (max-width: 815px){
    div.inputcontainer {
        display: block;
        width: 95%;
        margin: 0 auto;
        }
    
    textarea {
        width: 92%;
        display: block;
        margin: 0 auto;
        }
    
    h6 {
        margin-left: 15px;
        }
    
    div.labelscontainereq {
        display: block;
        margin-left: 15px;
        }

    div.inputcontainereq {
        display: block;
        text-align: left;
        width: 95%;
        margin: 0 auto;
        }
    
    h4 {
        padding: 0 15px;
        }
    
    button {
        margin-left: 15px;
        }
}

@media screen and (max-width: 500px){
    h4 {
        padding: 0!important;
        }
}