body, html {
	margin: 0;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

img {
	display: block;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}


h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #1d1d1d
}

p {
	margin: 0;
}

.cuadros {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.txt-bld,
.txt-bld-light {
	font-weight: 700
}

.txt-bld-light {
	color: #ff0046
}

.mw {
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 1080px
}

.titulo-seccion {
	margin-top: -40px;
	position: absolute;
	width: 100%;
}

.titulo-seccion:after {
	content: "";
	width: 100%;
	max-width: calc((100% - 1080px) / 2);
	min-width: 30px;
	top: 0px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff0046;
}

.titulo-seccion:before {
	content: "";
	width: 100%;
	min-width: 100px;
	top: 20px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1d1d1d;
}

.titulo-proyecto:before  {
	max-width: calc((100% - 800px) / 2);
}

.titulo-equipo:before,
.titulo-demos:before {
	max-width: calc((100% - 850px) / 2);
}

.titulo-eventos:before {
	max-width: calc((100% - 820px) / 2);
}

.titulo-contacto:before {
	max-width: calc((100% - 790px) / 2);
}

.titulo-colaboradores:before {
	max-width: calc((100% - 630px) / 2);
}

.titulo-seccion h1 {
	margin: 0 auto;
	padding: 20px 35px 20px 0px;
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	background-color: #ff0046;
	position: relative;
	z-index: 10
}


#hero {
	width: 100%;
	height: 65%;
	background: url(../images/hero-bg-2.jpg) no-repeat top center /*fixed*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#hero .menu {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1000
}

#hero .menu .cuadro {
	text-align: center;
	padding: 30px 30px 0px 0px;
}

#hero .menu a {
	padding-bottom: 5px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	position: relative;
}

#hero .menu a:before {
	content: "";
	margin: 0 auto;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #ff0046;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#hero .menu a:hover:before {
	width: 100%;
}

#menu-btn {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: none
}

#menu-btn span {
	position: absolute;
	top: 45%;
	width: 100%;
	height: 0.2em;
	background-color: #ff0046;
	border-radius: 3px;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#menu-btn span:before,
#menu-btn span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.2em;
	background-color: #ff0046;
	border-radius: 3px;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#menu-btn span:before {
	-webkit-transform: translateY(-0.5em);
	        transform: translateY(-0.5em);
}

#menu-btn span:after {
	-webkit-transform: translateY(0.5em);
	        transform: translateY(0.5em);
}

.menu-btn-open span {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-btn-open span:before,
.menu-btn-open span:after {
	webkit-transform: rotate(90deg) !important;
	        transform: rotate(90deg) !important;
}

#hero .mw {
	height: calc(100% - 150px);
	display: flex;
	justify-content: center;
	align-items: center;
}

#hero .contenido {
	width: 100%;
}

#hero .titulo h1,
#hero .titulo h2 {
	display: inline-block;
	color: #fff;
	font-size: 60px
	font-weight: 700;
}

#hero .titulo h1 {
	padding: 25px 30px;
	font-size: 60px;
	font-weight: 700;
	background-color: #1d1d1d
}

#hero .titulo h2 {
	padding: 15px 30px;
	margin-top: -20px;
	margin-left: 30px;
	font-size: 35px;
	background-color: #ff0046
}

#proyecto {
	padding: 150px 0px;
	background-color: #f2f2f2
}

#proyecto .contenedor h1 {
	font-size: 32px;
	line-height: 45px;
	font-weight: 300;
	color: #1d1d1d
}

#proyecto .contenedor h1 .destacado {
	padding: 5px 10px;
	font-weight: 700;
	color: #fff;
	background-color: #ff0046
}

#proyecto .contenedor .cuadros {
	padding: 40px 0px 0px 0px;
	align-items: flex-start;
}

#proyecto .contenedor .cuadro {
	width: 48%
}

#proyecto .contenedor .cuadro p {
	font-size: 21px;
	color: #1d1d1d;
	line-height: 1.4em;
	font-weight: 300
}

#proyecto .contenedor .cuadro:last-child {
	background-color: #1d1d1d
}

#proyecto .contenedor .cuadro:last-child p {
	padding: 20px;
	color: #fff;
	font-weight: 300
}

#equipo {
	padding: 120px 0px
}

#equipo .grupo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#equipo .persona {
	padding: 30px 0px;
	width: 30%;
}

#equipo .persona .contenido {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}

#equipo .persona .imagen {
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 240px;
	border-radius: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
}

#equipo .persona .imagen img {
	width: 100%;
}

#equipo .persona h1 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 700;
	background-color: #ff0046
}

#equipo .persona p {
	padding: 3px 0px;
	font-size: 15px;
	text-align: center;
	color: #1d1d1d;
	line-height: 1.3em;
}

#equipo .link {
	margin-top: 10px;
	text-align: center;
}

#equipo .link a {
	font-size: 14px;
	color: #ff0046;
	font-weight: 700
}


#eventos {
	padding: 150px 0px;
	background-color: #f2f2f2
}

#eventos .margen {
	margin: 0 auto;
	width: calc(100% - 40px);
	position: relative;
}

#eventos .contenido {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#eventos .evento {
	margin: 30px 0px;
	width: 47%;
	max-width: 450px;
	padding-bottom: 40px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

#eventos .evento .imagen {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

#eventos .evento .imagen img {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

#eventos .titulo-fecha {
	margin-top: -30px;
	position: relative;
}

#eventos .titulo-fecha .titulo p {
	color: #fff;
	display: inline-block;
	padding: 25px 15px;
	font-size: 19px;
	font-weight: 700;
	background-color: #1d1d1d;
}

#eventos .titulo-fecha .fecha {
	margin: -15px 0px 0px 10px;
	margin-top: -15px;
	position: relative;
	z-index: 20
}

#eventos .titulo-fecha .fecha:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 15px;
	width: 16px;
	height: 100%;
	background-image: url(../images/ico-fecha.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 20
}

#eventos .titulo-fecha .fecha p {
	font-size: 15px;
	display: inline-block;
	padding: 5px 15px 5px 40px;
	color: #fff;
	background-color: #ff0046;
	position: relative;
}

#eventos .info {
	padding-top: 30px;
}

#eventos .info p {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 300;
	line-height: 1.3em;
}

#eventos .btn {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 300px;
	background-color: #ff0046
}

#eventos .btn a {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 90%;
	display: block;
	padding: 15px 0px;
}


#demos {
	padding: 150px 0px
}


#demos .contenido {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#demos .demo {
	width: 31%;
	background-color: #1d1d1d;
	font-weight: 300;
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.21);
}

#demos .margen {
	margin: 0 auto;
	width: calc(100% - 40px);
	padding-bottom: 40px;
	position: relative;
}

#demos .imagen img {
	width: 100%
}

#demos .titulo {
	position: relative;
	top: -26px
}

#demos .titulo p {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background-color: #ff0046;
	padding: 15px 20px;

}

#demos .info p {
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 300
}

#demos .btn {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 300px;
	background-color: #ff0046
}

#demos .btn a {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 90%;
	display: block;
	padding: 15px 0px;
}


#contacto {
	padding: 150px 0px;
	background-color: #f2f2f2
}

#contacto .contenedor {
	position: relative;
	overflow: hidden;
}

#contacto .mw {
	max-width: 900px
}

#contacto .cuadros {}

#contacto .cuadro {
	width: 47%
}

.input-wrap {
	width: 100%;
	padding: 10px 0px;
	position: relative;
}

.input-wrap input,
.input-wrap textarea {
	display: block;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #1d1d1d;
	line-height: 1.6;
	padding: 0.5em 1.4em 0.5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #cacaca;
	border-radius: 0.5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	outline: none;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

.input-wrap input:focus,
.input-wrap textarea:focus {
	border: 2px solid #ff0046;
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
	color: #666666;
	font-size: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.input-wrap .error {
	font-size: 13px;
	padding: 0px 10px;
	font-weight: 600;
	position: absolute;
	top: 5%;
	right: 15px;
	color: #ff0046;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgba(242, 242, 242, 1);
	visibility: hidden;
	opacity: 0;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

.textarea-input .error {
	top: 2%
}

.error-activo {
	visibility: visible !important;
	opacity: 1 !important;
}

.input-wrap .focus {
	border: 2px solid #ff0046;
}

#form .telefono {
	display: flex;
}

#form .telefono span {
	font-size: 15px;
	line-height: 40px;
	text-align: right;
	border: 2px solid #cacaca;
	border-right: 0px;
	padding-left: 15px;
	background-color: #fff;
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	color: #ff0046;
	font-weight: bold
}

#form .telefono input {
	border-radius: 0.5em;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px;
	padding-left: 5px
}

#form .cuadros textarea {
	min-height: 120px;
	resize: none;
}

#form .cuadros .cuadro:last-child {
	width: 100%;
}

#form .btn {
	margin: 20px 0px 0px auto;
	position: relative;
	width: 100%;
	max-width: 200px;
	line-height: 40px;
	color: #fff;
	border-radius: 0.5em;
	text-align: center;
	cursor: pointer;
	background-color: #ff0046;
}

#form .btn p,
#form .btn img {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#form .btn p {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	font-weight: 600
}

#form .btn img {
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 30px;
	visibility: hidden;
	opacity: 0;
}

#form .loading img {
	visibility: visible;
	opacity: 1;
}

#form .loading p {
	visibility: hidden;
	opacity: 0; 
}

#contacto .respuesta {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	background-color: #f2f2f2;
	border-radius: 0.5em;
}

#contacto .respuesta .margen {
	width: 100%;
	padding: 0px 30px;
}

#contacto .respuesta .fin,
#contacto .respuesta .error-form {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0px;
	opacity: 0;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}

#contacto .respuesta-activa-fin,
#contacto .respuesta-activa-error {
	left: 0% !important;
	opacity: 1 !important
}

#contacto .respuesta-activa-fin .fin {
	opacity: 1
}

#contacto .respuesta-activa-error .error-form {
	opacity: 1
}

#contacto .respuesta h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	text-align: center;
	font-size: 22px;
	color: #ff0046;
	font-weight: 700;
}

#contacto .respuesta p {
	font-size: 16px;
	text-align: center;
	color: #1d1d1d
}

#contacto .error-form .btn {
	margin: 20px auto 0px auto;
	position: relative;
	width: 100%;
	max-width: 150px;
	line-height: 40px;
	color: #fff;
	border-radius: 0.5em;
	text-align: center;
	cursor: pointer;
	background-color: #ff0046;
}

#colaboradores {
	padding: 150px 0px
}


#colaboradores .cuadro {
	width: 24%;
}


#colaboradores .cuadro img {
	margin: 0 auto;
	width: 100%;
	max-width: 239px
}



