/* -------------------------------- 

Primary style

-------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Qwigley&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900&display=swap');

*, *::after, *::before {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: 'Muli', sans-serif;
	color: #F0EEEF;
	background-color: #343434;
	font-weight: 300;
}

a {
	color: #F0EEEF;
	text-decoration: none;
}
img {
	max-width: 100%;
}

/* -------------------------------- 

main content basic style

-------------------------------- */
.cd-main-content {
	position: relative;
	z-index: 1;
	width: 100%;
}

#contenedor {
	width: 85%;
	margin: auto;
}
#espacio {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo {
	position: relative;
	width: 50%;
	top: 40px;
	margin-bottom: 80px;
}

.introduccion p {
	margin-bottom: 1.5rem;
}
.introduccion strong {
	font-weight: 300;
	letter-spacing: normal;
	cursor: cell;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.introduccion strong:hover {
	color: #E90E49;
	letter-spacing: 1rem;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
#behance {
	font-size: 3rem;
}
#behance a:link {
	color: #F0EEEF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#behance a:visited {
	color: #F0EEEF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#behance a:hover {
	color: #E90E49;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#behance a:active {
	color: #F0EEEF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#fondo_claro {
	background-color: #F0EEEF;
	color: #343434;
	width: 100%;
}

/* Clientes */
#cliente_txt {
	font-family: 'Qwigley', cursive;
	font-size: 8rem;
	line-height: 4rem;
	text-align: left;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
#clientes_w {
	position: relative !important;
	margin-left: 35px !important;
}
#cliente_txt span {
	font-size: 15rem;
}
#cliente_txt i {
	color: #E90E49;
	font-size: 5rem;
}
#clientes_grid {
	color: #343434;
	display: grid;
	grid-template-columns: 100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#clientes_grid div {
	margin-top: 10px;
	margin-bottom: 10px;
}
#clientes_grid img {
	position: relative;
	width: 70%;
	margin-left: 15%;
}

/* Contacto */
#contacto_txt {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 5rem;
	line-height: 5rem;
	text-align: left;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
#contacto_txt span {
	font-size: 10rem;
}
#contacto_txt i {
	color: #E90E49;
	font-size: 5rem;
}
#contacto_grid {
	font-family: 'Merriweather', serif;
	color: #F0EEEF;
	display: grid;
	grid-template-columns: 100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.contacto_grid {
	margin-bottom: 20px;
}
#contacto_grid p {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
#frmContact {
	font-size: 1.4rem;
	width: 100%;
}
#frmContact input {
	width: 100%;
	font-family: 'Merriweather', serif;
	font-size: 1.2rem;
	border: 0px;
	border-color: #E90E49;
	border-style: solid;
	height: 55px;
	padding: 28px 20px 26px 55px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#frmContact textarea {
	width: 100%;
	font-family: 'Merriweather', serif;
	font-size: 1.2rem;
	border: 0px;
	border-color: #E90E49;
	border-style: solid;
	height: 150px;
	padding: 14px 20px 12px 50px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: -45px -55px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#frmContact button {
	width: 100%;
	font-family: 'Merriweather', serif;
	font-size: 1.2rem;
	border: 0px;
	border-color: #E90E49;
	border-style: solid;
	height: 55px;
	padding: 20px 0px 20px 0px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_nombre {
	background-image: url("../theme/form_nombre.svg");
}
.form_email {
	background-image: url("../theme/form_email.svg");
}
.form_mensaje {
	background-image: url("../theme/form_mensaje.svg");
}
#mail-status {
	width: 100%;
	font-family: 'Merriweather', serif;
	font-size: 1.4rem;
}
#mail-status b {
	font-weight: normal;
	color: #E90E49;
}
#redes {
	font-size: 1.7rem;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#redes i {
	margin-left: 2%;
	margin-right: 2%;
}
#redes a:link {
	color: #343434;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:visited {
	color: #343434;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes  a:hover {
	color: #E90E49;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:active {
	color: #343434;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#copy {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1rem;
}
#copy i {
	color: #E90E49;
}

/* Error */
#error {
	margin-top: 60px !important;
	margin-bottom: 150px;
	width: 75%;
	font-size: 4rem;
	font-weight: 700;
}
#error strong {
	color: #F5333F;
}
#error p {
	margin-bottom: 50px;
}
#error h3 {
	font-size: 7rem;
	margin-bottom: 50px;
}