@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
body, html {
	font-family: 'Roboto', sans-serif !important;
	margin: 0 !important;
	width: 100% !important;
	background-color: #FAFAFA !important;
	padding: 0  !important;
}

a {
	text-decoration: none;
	font-weight: 300 !important;
}

a:hover {
	text-decoration: none !important;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input {
	background-color: #FFF;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

nav {
	font-family: 'Roboto', sans-serif !important;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button {
	border: 0;
}

::-webkit-input-placeholder { color: #666 !important; } /* WebKit */
:-moz-placeholder { color: #666 !important; } /* Firefox 18- */
::-moz-placeholder { color: #666 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666 !important; } /* IE 10+ */

.wrapper {
	display: none;
}

.flex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

header {
	width: 100%;
	height: 200px;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	border-bottom: 1px solid #EEE;
}

.bgTwo {
	background-color: #EEEEEE;
	border-top: 1px solid #E0E0E0;
	margin-top: 20px;
}

.btnDownload {
	padding: 4px 4px 2px 4px;
	background-color: #536DFE;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	transition: all 0.3s;
	font-weight: 300 !important;
	font-size: 12px !important;
	color: #FFF !important;
	text-decoration: none !important;
}

.btnDownload i {
	color: #FFF !important;
	margin-left: 0px !important;
}

.btnDownload:hover {
	cursor: pointer;
	background-color: #0D47A1;
}

.horario {
	width: auto;
	float: right;
	margin-top: 25px;
	font-size: 18px;
	color: #E20612;
	font-weight: 700;
}

.center {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.logo {
	width: auto;
	float: left;
	height: 200px;
}

.topHeader {
	width: auto;
	height: auto;
	margin-top: 50px;
	float: left;
}

.topHeader input {
	width: 250px;
	height: 32px;
	border: 0;
	padding: 3px;
	background-color: #737371;
	color: #FFF;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	text-align: center;
	margin: 0  !important;
	border: 0  !important;
}

.topHeader input::-webkit-input-placeholder  { color: #FFF !important; } /* WebKit */
.topHeader input:-moz-placeholder { color: #FFF !important; } /* Firefox 18- */
.topHeader input::-moz-placeholder { color: #FFF !important; } /* Firefox 19+ */
.topHeader input:-ms-input-placeholder { color: #FFF !important; } /* IE 10+ */

nav {
	height: auto;
	float: left;
}

nav ul {
	margin: 0;
	float: left;
}

nav li {
	float: left;
	list-style-type: none;
	padding: 11px;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	color: #666;
	margin: 45px 5px 0px 5px;
	transition: all 0.3s;
}

nav li:hover {
	cursor: pointer;
	color: #000;
}

.topHeader i {
	color: #666;
	font-size: 23px;
	margin-left: 15px;
}

.contentNav {
	float: right;
}

.social {
	float: left;
	margin-top: 57px;
}

.social i {
	font-size: 22px;
	color: #666;
	margin-left: 10px;
}

.btn {

	margin-top: 30px;
	float: right;
}

.btn li {
	font-size: 18px;
	float: left;
	padding: 0px;
	text-align: center;
	color: #666;
	margin: 15px 0px 0px 30px;
	transition: all 0.3s;
}

.flexTitle {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.title {
	text-align: center;
}

.title h2 {
	font-family: 'Roboto', sans-serif;
	color: #E00617;
	font-size: 30px;
	font-weight: 300;
	/*margin: 50px 0px 20px 0px;*/
}

.title p {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0px 20px 0px;
}


.flexContentGral {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexContentGralBlanco {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	background-color: #FFF;
}
/* BOX HOME */
.flexContentBox {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	padding-top: 80px;
  	padding-bottom: 80px;
  	background-color: #FFF;
}

.contentBoxHome {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.boxHome {
	width: 318px;
	height: 318px;
	background-color: #CCC;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: left;
  	align-self: center;
  	align-content: center;
  	align-items: center;

}

.boxHome h3 {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	text-transform: unset;
}

.boxHome p {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}

.boxImgOne {
	background-image: url("../images/box/1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 326px;
}

.boxImgTwo {
	background-image: url("../images/box/2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 326px;
}

.boxImgThree {
	background-image: url("../images/box/3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 326px;
}

.boxColorOne {
	background-color: #E10717;
}

.boxColorThree p {
	color: #E10717 !important;
}

.boxColorTwo {
	background-color: #757575;
}

.boxColorThree {
	background-color: #E5E5E5;
}

.contentNewsletter {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	/*margin-top: 80px;*/
  	padding: 35px 0px 10px 0px;
  	background-color: #E5E5E5;
}

.contentIconMail {
	margin-top: 10px;
}

.contentIconMail i {
	font-size: 60px;
	color: #666;
	float: left;
	margin-right: 25px;
}

.contentIconMail img {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
}

.contentIconMail p {
	color: #666;
	font-size: 24px;
	font-weight: 600;
	float: left;
	text-align: left;
	margin-top: 2px;
}

.contentFormNewsletter {
	margin-top: 0px;
	margin-left: 35px;
}

.contentFormNewsletter label {
	width: 160px;
	font-size: 20px;
	text-align: left;
	color: #666;
	font-weight: 300;
	text-transform: inherit;
	margin-left: 10px;
	display: block;
}

.contentFormNewsletter input {
	width: 160px;
	height: 43px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px !important;
	color: #666 !important;
	font-weight: 600;
}

.inputNewsletter {
	float: left;
}

.inputNewsletter button {
	width: 135px;
	height: 43px;
	background-color: #E20612;
	text-align: center;
	color: #FFF;
	font-family: 'Roboto', sans-serif !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	margin-top: 29px;
	border: 0;
	transition: all 0.3s;
}

.inputNewsletter button:hover {
	cursor: pointer;
	background-color: #93040C;
}

.phoneFooter {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin: 25px 0px 25px 0px;
}

.phoneFooter p {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}

.phoneFooter span {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

.phoneFooter i {
	color: #E20612;
	font-size: 22px;	
}

.titleContacto {
	width: 100%;
	text-align: left;
}

.titleContacto h2 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	/*margin: 50px 0px 20px 0px;*/
}

.contentForm {
	width: 100%;
	height: auto;
	margin-top: 45px;
}

.contentTextArea {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.contentTextArea textarea {
	width: 100% !important;
	height: 220px;
	border:0 !important;
	min-width: 500px;
	float: left;
	font-size: 18px !important;
	font-weight: 300 !important;;
	color: #666 !important;
	font-family: 'Roboto', sans-serif;
	border-radius: 0 !important;
	border: 1px solid #CCC !important;
	background-color: transparent !important;
}

.contentInput button {
	width: 118px;
	height: 43px;
	background-color: #E10717;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	transition: all 0.3s;
}

.contentInput button:hover {
	background-color: #93040F;
	cursor: pointer;
}

.contentInput {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.contentForm label {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 22px;
	color: #000;
}

.contentForm input {
	height: 40px;
	border:0 !important;
	min-width: 500px;
	float: left;
	font-size: 18px !important;
	font-weight: 300 !important;;
	color: #666 !important;
	font-family: 'Roboto', sans-serif;
	border-radius: 0 !important;
	border-bottom: 1px solid #666 !important;
	background-color: transparent !important;
}

.colLogosTrayectoria {
	width: 40%;
	height: auto;
}

.colLogosTrayectoria img {
	margin-bottom: 55px;
}

.colTextoTrayectoria {
	width: 60%;
	height: auto;
	padding: 4%;
}

.colTextoTrayectoria p {
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 35px;
}

.colTextoTrayectoria img {
	float: right;
}

.contentForm {
	width: 50%;
}

.contentMap {
	width: 50%;
	padding: 5%;
}

.boxSlideRight {
	width: auto;
	height: auto;
	position: absolute;
	right: 12%;
	top: 200px;
	background-color: rgba(255,255,255,0.7);
	padding: 30px;
}

.boxSlideRight p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}

.fontSlide {
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}

.boxSlideLeft {
	width: auto;
	height: auto;
	position: absolute;
	left: 12%;
	top: 100px;
	padding: 30px;
}

.imgCompraSegura {
	width: 182px !important;
	height: 169px !important;
	margin-top: 350px;
}

.boxSlideBgLeft {
	width: auto;
	height: auto;
	position: absolute;
	left: 12%;
	top: 200px;
	background-color: rgba(255,255,255,0.7);
	padding: 30px;
}

.boxSlideImgRight {
	width: auto;
	height: auto;
	right: 12%;
	position: absolute;
}

.imgCompraSegura2 {
	width: 182px !important;
	height: 169px !important;
	margin-top: 150px;
}

#cargando {
	width: auto;
	height: auto;
	position: fixed;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(66, 165, 245, 0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	color:#FFF;
	font-size: 36px;
	padding: 25px;
	z-index: 9000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: none;
}

#cargando img {
	vertical-align: middle;
}

#cargando i {
	position: relative;
	margin-left: 15px;
	font-size: 34px;
}

.msgerror {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-left: 10px;
	background-color: rgba(198,40,40,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 20px;
	color:#FFF;
	font-size: 22px;
	display: none;
	z-index: 2000;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.contentLoginForm {
	width: 100%;
	height: auto;
	float: left;
	background-color: #424242;
	margin-top: 40px;
	margin-bottom: 80px;
	padding: 4%;
}

.col2 {
	width: 49%;
	height: 225px;
}

.lineVertForm {
	width: 1px;
	height: 200px;
	background-color: #666;
}

.titleForm {
	width: 100%;
	height: auto;
	margin-left: 10px;
}

.titleForm p {
	width: 100%;
	text-align: left;
	margin-top: 5px;
	font-weight: 300;
	color: #FFF;
	font-size: 26px;
}

.contentInputForm {
	width: 100%;
	margin-top: 50px;
}

.contentInputForm a:hover {
	text-decoration: none;
}

.labelForm {
	width: 100px;
	height: 40px;
}

.labelForm p {
	color: #FFF;
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin-top: 12px;
}

.inputForm {
	width: 320px;
	text-align: left;
}

.inputForm input {
	width: 100%;
	height: 38px;
	border: 0;
	padding: 5px;
	text-align: left;
}

.btnForm {
	width: 90px;
	height: 40px;
	text-align: center;
	background-color: #E20612;
	margin-left: 255px;
	margin-top: 12px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	transition: all 0.3s;
}

.btnForm p {
	font-size: 14px;
	color: #FFF;
}

.btnForm:hover {
	background-color: #720309;
	cursor: pointer;
}

.btnFormReg {
	width: 290px;
	height: 40px;
	text-align: center;
	background-color: #E20612;
	margin-top: 27px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	transition: all 0.3s;
}

.btnFormReg p {
	font-size: 14px;
	color: #FFF;
}

.btnFormReg:hover {
	background-color: #720309;
	cursor: pointer;
}

.contentRegForm {
	width: auto;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentInputForm form {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.labelRegForm {
	width: 140px;
	height: 40px;
}

.labelRegForm p {
	color: #333;
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin-top: 12px;
}

.inputRegForm {
	width: 320px;
	text-align: left;
}

.inputRegForm input {
	width: 100%;
	height: 38px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

button {
	border: 0;
}


.btnRegForm {
	width: auto;
	height: 40px;
	text-align: center;
	background-color: #E20612;
	margin-left: 250px;
	margin-top: 12px;
	padding: 10px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	transition: all 0.3s;
}

.btnRegForm p {
	font-size: 14px;
	color: #FFF;
}

.btnRegForm:hover {
	background-color: #720309;
	cursor: pointer;
}

.flexStart {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-start;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.lastname {
	position: absolute;
	width: 100%;
	right: 0px;
	top: 10px;
	text-align: right;
	padding-right: 5%;
	color: #FF1744;
	font-weight: 300;
	font-size: 16px;
}

.lastname a {
	color: #FF1744;
}

.lastname i {
	font-size: 14px;
	margin-left: 10px;
	color: #D50000;
}

.btnWhatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #41c300;
  font-size: 34px !important;
  font-weight: 400 !important;
  color: #FAFAFA !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 8px 0px 10px 0px;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s;
  z-index: 9000;
}

.btnWhatsapp:hover {
  background-color: #008b00;
  cursor: pointer;
  color: #FAFAFA !important;
}

.floatConst {
	width: 90%;
	height: 96vh;
	margin-left: 5%;
	margin-top: 3vh;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9999;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.floatConst p {
	width: 100%;
	font-size: 44px;
	color: #000;
	line-height: 44px;
}

.btnWhatsapp2 {
  width: auto;
  height: 50px;
  background-color: #41c300;
  font-size: 34px !important;
  font-weight: 400 !important;
  color: #FAFAFA !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 10px;
  margin-top: 25px;
  transition: all 0.3s;
  vertical-align: middle;
  z-index: 9000;
}

.btnWhatsapp2:hover {
  background-color: #008b00;
  cursor: pointer;
  color: #FAFAFA !important;
}

.btnWhatsapp2 span {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.btnWhatsapp2 i {
	vertical-align: middle;
}