@font-face {
font-family: SephoraSans-Book;
src: url(../fonts/SephoraSans-Book.ttf);
}

@font-face {
font-family: SephoraSans-Medium;
src: url(../fonts/SephoraSans-Medium.ttf);
}


@font-face {
font-family: SephoraSans-Bold;
src: url(../fonts/SephoraSans-Bold.ttf);
}

body{
	background-color: #fff;
	margin: 0;
	padding: 0;
}

div#top{
	background-image: url("../img/bg_Top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 820px;
}

div#contenedorTop{
	width: 1200px;
}

div#contenedorHighlights{
	margin-bottom: 100px;
	margin-top: 100px;
	width: 1020px;
}

div#contenedorWhatsApp{
	clear: both;
	padding-top: 100px;
	width: 960px;
}

div#contenedorEquipoDeTrabajo{
	width: 960px;
}

div#contenedorAltavida{
	width: 960px;
}

div#contenedorAlianzas{
	width: 960px;
}

div#contenedorContacto{
	width: 960px;
}

div#logotipo{
	padding-top: 160px;
}

div#highlight{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 300px;
}

div#integrante{
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	width: 400px;
}

div#contact{
	clear: both;
}

div#service{
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	width: 400px;
}

img#logotipo{
	height: 111px;
	width: 220px;
}

h1#tituloGeneral{
	color: #544e99;
	font-family: 'SephoraSans-Bold';
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 50px;
}

h2#nombreIntegrante{
	color: #05547f;
	font-family: 'SephoraSans-Medium';
	font-size: 36px;
	padding-top: 40px;
	margin-bottom: 20px;
}

p#textoTop{
	color: #eaf4f9;
	font-family: 'SephoraSans-Book';
	font-size: 24px;
	line-height: 36px;
	margin-top: 80px;
	margin-bottom: 40px;
	width: 780px;
}

p#textoGeneral{
	color: #74787c;
	font-family: 'SephoraSans-Book';
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 50px;
	width: 780px;
}

p#cargoIntegrante{
	color: #74787c;
	font-family: 'SephoraSans-Book';
	font-size: 24px;
}

p#textoLegal{
	color: #74787c;
	font-family: 'SephoraSans-Book';
	font-size: 18px;
}

p#textoFooter{
	color: #fff;
	font-family: 'SephoraSans-Book';
	font-size: 18px;
	padding-top: 350px;
	text-align: center;
}

a#linkFooter{
	color: #fff;
	font-family: 'SephoraSans-Bold';
	font-size: 18px;
	text-decoration: none;
}

a#linkLegal{
	color: #544e99;
	font-family: 'SephoraSans-Bold';
	font-size: 18px;
	text-decoration: none;
}

a#linkGeneral{
	color: #494949;
	font-family: 'GriffithGothicLight';
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

a#button{
	color: #fff;
	text-decoration: none;
}

img#alianzas{
	margin-bottom: 100px;
}

input#formulario{
	background-color: #fff;
	border-color: #544e99;
	border-radius: 6px;
	border-width: 1.5px;
	color: #74787c;
	font-family: 'SephoraSans-Book';
	font-size: 24px;
  	margin-bottom: 10px;
	padding: 10px 10px;
	text-align: center;
	width: 780px;
}

textarea#formulario{
	background-color: #fff;
	border-color: #544e99;
	border-radius: 6px;
	border-width: 1.5px;
	color: #74787c;
	font-family: 'SephoraSans-Book';
	font-size: 24px;
	height: 180px;
	padding: 10px 10px;
	text-align: left;
	width: 780px;
}

button#generalAzul {
	background: #00a09d;
    border: none;
	border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: 'SephoraSans-Medium';
    font-size: 20px;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

button#generalVerde {
	background: #25d366;
    border: none;
	border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: 'SephoraSans-Medium';
    font-size: 20px;
	margin-bottom: 100px;
	margin-top: 50px;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

button#generalCoral {
	background: #e45656;
    border: none;
	border-radius: 10px;
	clear: both;
    color: #fff;
    cursor: pointer;
    font-family: 'SephoraSans-Medium';
    font-size: 20px;
	margin-bottom: 100px;
	margin-top: 100px;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

button#generalCoralContacto {
	background: #e45656;
    border: none;
	border-radius: 10px;
	clear: both;
    color: #fff;
    cursor: pointer;
    font-family: 'SephoraSans-Medium';
    font-size: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

footer{
	background-image: url("../img/bg_Footer.svg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 460px;
}



