*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
}
body{
	background:#f9f8f7;
}
.clear{
	clear:both;
}
header{
	top: 0;
	left: 0;
	position: fixed;
	/*background:#222;*/
	background: url(../img/bgmenu.jpg) 100% 100%;
	background-size: 100%;
	padding:20px 15px;
	box-sizing:border-box;
	width: 100%;
	z-index: 999;
	height: 110px;
}
/*** Titulos y Parrafos***/
p{
	font-family: 'Work Sans', sans-serif;
}
h1, h2, h3, h4{
	font-family: 'Exo 2', sans-serif;
}
.t1{
	font-size: 28px;
	text-align: center;
	font-weight: 400;
}
.t2{
	font-size: 24px;
	margin-bottom: 15px;
}
.t3{
	font-size: 18px;
	text-align: center;
	padding: 10px 0px;
	font-weight: 300;
}
.t4{
	font-size: 35px;
	font-weight: 400;
	color: #fff;
}
.p1{
	font-size: 16px;
	color: #8c8c8c;
	line-height: 20px;
	font-weight: 300;
}
.p2{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding: 25px;
	font-weight: 300;
}
.p3{
	padding: 35px 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.p4{
	font-size: 14px;
	color: #8c8c8c;
	text-align: center;
	padding: 0 25px;
	line-height: 20px;
	font-weight: 300;
}
/*** Contenedores ***/
.contenedor{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.cont_logo{
	float: left;
}
.cont_logo img{
	height: 70px;
	display: block;
}
.cont_logo2{
	margin: 0 auto;
	text-align: center;
	display: none;
	padding: 10px;
}
.cont_logo2 img{
	width: 100px;
}
/*** Nosotros ***/
.cont_nosotros{
	display: table-row;
}
.cont_nosotros article{
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 35px;
}
.cont_nosotros article img{
	float: left;
	width: 10%;
}
.cont_nosotros article div{
	float: left;
	width: 75%;
	padding-left: 5%;
}
/*** Servicios ***/
.cont_ls, .cont_lv{
	width: 100%;
	display: table;
	position: relative;
	border-top: 1px solid #999;
}
ul.lista_s, ul.lista_v{
	display: table-row;
}
ul.lista_s li, ul.lista_v li{
	width: 33.3333%;
	display: table-cell;
	box-sizing:border-box;
}
ul.lista_s li{
	padding: 55px 75px;
	border-left: 1px solid #999;
}
ul.lista_s li:first-child{
	border: none;
}
/*** Videos ***/
ul.lista_v li{
	position: relative;
	border-left: 1px solid #fff;
}
ul.lista_v li img{
	width: 100%;
}
ul.lista_v li a:hover{
	opacity: .5;
}
/*** Botones ***/
.btn{
	display: block;
	height: 45px;
	line-height: 45px;
	width: 175px;
	text-align: center;
	text-decoration: none;
	background: #ed3b5d;
	border-radius: 25px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
}
.btn:hover{
	background: #000;
}
.btn2{
	width: 150px;
	text-align: center;
	background: #ed3b5d;
	border-radius: 25px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border:none;
	height: 50px;
}
.btn2:hover{
	background: #000;
}
/*** Fondos ***/
.s1{
	background:url('../img/bgv.jpg') center center no-repeat;
}
.s2{
	background:url('../img/bgf.jpg') center center no-repeat;
}
.s3{
	background:url('../img/bgfl.jpg') center center no-repeat;
}
.fondo1{
	padding: 55px 0;
	position: relative;
}
.fondo2{
	padding: 80px 0 45px 0;
	background: #f2f2f2;
	position: relative;
}
.fondo3{
	background:url('../img/bg3.jpg') center fixed no-repeat;
	background-size: cover;
	width: 100%;
	padding: 175px 0;
}
.fondo4{
	background:url('../img/bg4.jpg') center fixed no-repeat;
	background-size: cover;
	width: 100%;
	padding: 110px 0;
}
.fondo5{
	width: 100%;
	padding: 100px 0;
	position: relative;
	background: #fff;
}
.fondo_dire{
	padding: 80px 0 80px 0;
	background: #f2f2f2;
	position: relative;
}
/*** Formulario ***/
ul.datos{
	list-style: none;
	display: table-row;
}
ul.datos li{
	display: table-cell;
	width: 25%;
}
.cont_dire{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
	line-height: 32px;
}
.cont_dire span{
	font-family: 'Exo 2', sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
}
.cont_form{
	width: 75%;
	margin: 0 auto;
}
input[type=text], input[type=email]{
	box-sizing:border-box;
	width: 100%;
	padding:20px 0;
	margin-bottom: 20px;
	border:none;
	border-bottom: 1px solid #000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #999;
	font-size: 16px;
	outline: none;
}
/*** Pie ***/
ul.sociales{
	width: 260px;
	padding:70px 0;
	margin: 0 auto;
}
ul.sociales li img{
	width: 28px;
}
ul.sociales li{
	list-style: none;
	display: inline-block;
	margin: 0 15px;
}
ul.sociales li a{
	transition-property:all;
	transition-duration:0.4s;
	opacity: 0.5;
}
ul.sociales li a:hover{
	opacity: 0.2;
}
footer{
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
#micropie{
	width: 100%;
	padding: 20px 5px;
	box-sizing: border-box;
	background: #000;
	position: relative;
}
#micropie table{
	font-family: 'Josefin Sans', sans-serif;
	color: #777;
	margin: 0 auto;
	font-size: 14px;
}
/*** Anclas ***/
#s1, #s2, #s3, #s4{
	position: absolute;
	padding-top: 110px;
	top: -110px;
	left: 0;
}
/*** Fuentes ***/
/*
font-family: 'Exo 2', sans-serif;
font-family: 'Work Sans', sans-serif;
*/