@charset "UTF-8";

html, body
{
  	height: 100%;
}

body
{
	color: #ffffff;
	font: 37px 'PT Sans', sans-serif;
	line-height: 40px;
	background: url(../images/fondos/bgPreventivo.jpg) center no-repeat fixed;
	position: absolute;
  width: 100%;
  height: 100vh;
}

strong
{
  	font-family: 'montserratsemibold';
}

h1,h2,h3,h4,h5,h6
{
	color: #00ed7f;
	font: 28px 'myriad_proregular';
	line-height: 32px;
}

a, a:before, a:after
{
	color: #ffffff;
 	text-decoration: none;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

a:hover, a:hover:before, a:hover:after
{
	cursor: pointer;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

/************************************************************************************/

.Logo {
	width: 306px;
	height: 291px;
	width: 226px;
  height: 223px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100%;
	margin: 0px auto;
	margin-top: 148px;
	margin-bottom: 88px;
}

.Txt span {
	color: #ddb88b;
	font: 73px 'Mrs Saint Delafield', cursive;
	line-height: 73px;
}


/************************************************************************************/

.Footer {
		width: 100%;
		font-size: 24px;
		line-height: 26px;
    background-color: rgba(6, 6, 7, 0.60);
		position: absolute;
		bottom: 0px;
}

.Footer-Center {
	width: 975px;
	padding-top: 38px;
	margin-bottom: 39px;
}

.Footer-Bottom {
	width: 100%;
	height: 85px;
	background-color: rgba(6, 6, 7, 0.60);
	padding-top: 19px;
}

.Footer-Informe {
	display: inline-block;
  background: url(../images/linea.png) no-repeat center right;
  padding-right: 47px;
  line-height: 57.1px;
	margin-right: 48px;
}

.Footer figure {
	background: url(../images/linea.png) no-repeat center right;
	padding-right: 40px;
}

.Footer-Whatsapp {
	display: inline-block;
	background: url(../images/whatsapp.png) no-repeat left center;
	margin-left: 44px;
	padding-left: 60px;
	line-height: 46px;
}