html{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}



.bg1{
	background: #002E40;
}

.containerImgLogo{
	padding: 10px;
	
}

.imgLogo{
	width: 100%;
	max-width: 200px !important;
	display: block;
}

.bg2{
	background: #005B7F;
	padding: 15px 0 30px 0;
	margin-bottom: -40px;
}

.containerTitle{
	padding: 5px;
}


.containerSubtitle{
	padding: 5px;
}

.textTitle{
	font-size: 53px;
	color: #ff6f61;
	font-weight: bold;
}

.textSubtitle{
	font-size: 32px;
	color: #fff;
}

.containterImgContent{
	padding: 20px;
}

.imgContentPrimary{
	width: 100%;
	max-width: 350px !important;
	display: block;
	text-align: center;
	margin: 0 auto;
	background: #a3c8e8;
	border: solid 10px #b61a68;
}

.bg3{
	background: #00A4E5;
	padding: 15px;
}

.containerImgContent2{
	padding: 20px;
}

.imgContent2{
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
}

.textTitleForm{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.containerInputCheck{
	text-align: center;
	margin: 5px auto 0;	
}

.textLabelCheck{
	font-size: 15px;
	color: #fff;
}

.linkLegal{
	color: #f0f8ff;
}

.inputText{
	color: #666666;
    background-color: #ffffff;
    border-color: #ffffff;
    border: 1px solid #8095a8;
    padding: 9px 10px 10px 10px;
    margin: 8px 0 8px 0;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px !important;
    margin-top: 15px;
    display: block;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.selectClient{
	color: #4d4d4d;
    border-color: #ffffff;
    background-color: #ffffff;
    margin: 8px 0;
     border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #8095a8;
    width: 100%;
    height: 50px;
    -moz-box-sizing: border-box;
    -o-border: border-box;
    -webkit-border: border-box;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    padding-left: 9px;
    -moz-padding-start: 5px;
    margin-top: 15px;
}

.textClientYet{
	color: red;
	font-size: 12px;
	display: none;
}

.btnForm{
	border: solid 2px #b61a68;
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: content-box;
    line-height: 28px;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #b61a68;
    color: #ffffff;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
    margin-top: 13px;
    max-width: 220px;
	transition: 0.3s;
}

.btnForm:hover{
	background: #fff;
	color: #b61a68;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.bg4{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
}

.imgFeature{
	width: 100%;
	max-width: 100px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.colorCV{
	color: #b61a68;
	font-weight: bold;
}

.textFeature{
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	color: #002E40;
}

.bg5{
	padding: 25px 0 25px 0;
	background: #002E40;
}

.containerTextOutForm{
	padding: 5px;
}

.textOutForm{
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
	
.btnOutForm{
	border: solid 2px #b61a68;
    margin: 0;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: content-box;
    line-height: 28px;
    font-size: 18px;
    font-weight: bolder;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #b61a68;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
    margin-top: 13px;
    max-width: 200px;
	transition: 0.3s;
	margin: 15px auto;
}

.btnOutForm:hover{
	background: #b61a68;
	color: #fff;
	box-shadow: none;
}

.bg6{
	background: #0092CC;
	padding: 25px 0 25px 0;
}

.containerImgContentSecondary{
	padding: 15px;

}

.imgContentSecondary{
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100px;
}

.textTitleContentSecondary{
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 15px;
}

.textContentSecondary{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	color: #fff;
}

.bg7{
	padding: 15px 0 15px 0;
	background: #fff;
}

.containterTitleList{
	padding: 15px;
}

.textTitleList{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	color: #00A4E5;
	padding-bottom: 15px;
}

.listHealth{
	color: #002E40;
	font-size: 20px;
}

.containerImgPT{
	padding: 10px;
}

.imgPT{
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
}


.bg8{
	background: #002E40;
	padding: 20px 0 20px 0;
}

.containerTextSubmit{
	padding: 10px;
}

.textSubmit{
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
	font-weight: bold;
}

.btnComenzar{
	border: solid 2px #b61a68;
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: content-box;
    line-height: 28px;
    font-size: 18px;
    font-weight: bolder;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #b61a68;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 13px;
    max-width: 200px;
	transition: 0.3s;
	margin: 15px auto;
}


.btnComenzar:hover{
	background: #b61a68;
	color: #fff;
	box-shadow: none;
}

.btnLlamada{
	border: solid 2px #b61a68;
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: content-box;
    line-height: 28px;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #b61a68;
    color: #ffffff;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
    margin-top: 13px;
    max-width: 220px;
	transition: 0.3s;
}

.btnLlamada:hover{
	background: #fff;
	color: #b61a68;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.bg9{
	background: #666666;
	padding: 20px 0 20px 0;
}

.containerLinkFooter{
	padding: 10px;
}

.textLinkFooter{
	text-align: center;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 20px;
}

.linkFooter{
	color: #fff;
}

.link:hover{
	color: #fff;
}


.textCopy{
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.itemListHealth{
	list-style: none;
}

.mm{
	margin-right: 5px;
}