@font-face {
    font-family: "FuturaLight";
    src: url(../fonts/Futura/FuturaStd-Light.otf) format("opentype");
}

@font-face {
    font-family: "FuturaBold";
    src: url(../fonts/Futura/FuturaStd-Bold.otf) format("opentype");
}

@font-face {
    font-family: "FuturaMedium";
    src: url(../fonts/Futura/FuturaStd-Medium.otf) format("opentype");
}

body, html {
	font-family: 'FuturaMedium', sans-serif;
	margin: 0;
	width: 100%;
	background-color: #EEE;
}

a {
	text-decoration: none;
}

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;
}

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

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

footer {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
	font-family: 'FuturaMedium', sans-serif !important;
}

h3 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 16px;
	color: #333;
	font-style: normal !important;
	margin:10px 0px 10px 0px;
}

.h2Page {
	color: #000 !important;
	padding-left: 0% !important;
}

.headerPage {
	width: 100%;
	height: auto;
	background: #000000;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 1%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #666666 1%,#ffffff 100%);
	background: linear-gradient(to bottom, #666666 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=0 );
}

.bgHeader {
	background-color: #ECEFF1;
}

.bgHeader .titleH1 {
	color:#666 !important;
}

.bgHeader .contentSearchHeader p {
	color:#666 !important;
}

.bgHeader nav li {
	background-color: #FFF !important;
}

.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: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.flexGallery {
	width:100%;
	height: 450px;
	margin-top: 40px;
	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;
}

.flexTitleNews {
	width:100%;
	height: 430px;
	/*background-color: rgba(0,0,0,0.4);*/
	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: flex-end;
}

.flexNoticias {
	width:92%;
	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;
}


.flexWidth {
	width:90%;
	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: 25px;
}

.faceSlide {
	position: fixed;
	bottom: 20px;
	z-index: 1000;
	color: #FFF;
	font-size: 26px;
	right: 20px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 0.3s;
}

.faceSlide span {
	font-size: 14px;
	color: #FFF;
	position: absolute;
	right: 30px;
	transition: all 0.3s
}

.faceSlide i {
	font-size: 44px;
}

.titleUbicacion {
	width: 100%;
	height: 50px;
	float: left;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-top: 20px;
	font-size: 32px;
}


.headerProducts {
	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;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.headerProducts h2 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 40px;
	color: #222C52;
	padding-left: 6%;
	font-style: normal !important;
	margin: 40px 0px 0px 0px;
}

.headerProducts h2 i {
	font-size: 34px !important;
	color: #333;
}

.sectionGaleriaHome {
	float: left;
	background-color: #EEE;
	/*
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(190,227,219,1) 21%, rgba(190,227,219,1) 76%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(190,227,219,1) 21%,rgba(190,227,219,1) 76%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(190,227,219,1) 21%,rgba(190,227,219,1) 76%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	*/
	}

.sectionCursosHome {
float: left;
background-color: #FAFAFA;
/*
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(190,227,219,1) 21%, rgba(190,227,219,1) 76%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(190,227,219,1) 21%,rgba(190,227,219,1) 76%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(190,227,219,1) 21%,rgba(190,227,219,1) 76%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
*/
}

.sectionNoticiasHome {
	float: left;
	background-color: #FFF;
	/*
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(190,227,219,1) 21%, rgba(190,227,219,1) 76%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(190,227,219,1) 21%,rgba(190,227,219,1) 76%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(190,227,219,1) 21%,rgba(190,227,219,1) 76%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border-top: 3px solid #2CAC8B;*/
}

.titleSedes {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
	color: #001C42;
	margin-bottom: 0;
}

.titleNotices {
	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;
}

.titleNotices h2 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 800;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	font-style: normal !important;
	margin:40px 0px 20px 0px;
}

.titles {
	float:left;
	margin-top:25px;
	width:90%;
	margin-left: 5%;
}

.titles h2 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 40px;
	color: #FF1744;
	font-style: normal !important;
	margin:0px 0px 20px 0px;
}

.titles h2 i {
	font-size: 45px !important;
	color: #FF1744;
}

h3 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 30px;
	color: #FF1744;
	font-style: normal !important;
	margin:0px 0px 20px 0px;
}

.titleLogin {
	float: left;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	color: #333;
	font-style: normal !important;
	margin:7px 20px 0px 0px;
}

.contentTitleProducts {
	width: 100%;
	text-align: center;
}

.subTitle {
	font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-size: 26px;
	color: #333;
	text-align: left;
	padding-left: 6%;
}

.contentSearchProductsHome {
	width: 70%;
}

.contentSearchProductsHome input {
	width: 100% !important;
	height: 30px !important;
	font-size: 24px !important;;
	color: #333;
	border: 0;
}

.contentSearchProducts {
	width: auto;
	display: none;
}

.contentSearchProducts input {
	width: 400px !important;
}

.contentBtnCarrito {
	width: auto;
}

.btnCarrito {
	background-color: #2196F3;
    color: #FFF;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 22px;
    margin: 5px;
    transition: all 0.3s;
}

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

.btnCarrito i {
	font-size: 18px;
}

.centerFlex {
	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;
}

.headerGral {
	background-image: url('../images/header.jpg');
    /* Full height */
    height: 100%; 
    height: 120px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.titleH1 {
	font-size: 20px !important;
	color: #FFF !important;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
	text-align: right;
	margin: 0;
}

.parallaxHome {
    /*background-image: url('../slide/1.jpg');*7
    /* Full height */
    height: 100%; 
    height: 80vh;
    /* Create the parallax scrolling effect */
    background-attachment: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.parallaxHome2 {
    /*background-image: url('../slide/2.jpg');*/
    /* Full height */
    height: 100%; 
    height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.wrapper {
	display: none;
}

.infoHeader {
	width: 100%;
}

.infoHeader hr {
	float: left;
	width: 100%;
	margin: 0;
}

.infoHeader i {
	color: #000 !important;
	/*vertical-align: middle;*/
}

.infoHeader p {
	color: #001C42;
	text-align: right;
	font-family: 'FuturaMedium', sans-serif;
	margin-top: 0px;
	font-weight: 300;
	font-size: 18px;
	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-end;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin-bottom: 0;
}

.infoHeader span {
	margin: 0px 5px 0px 5px;
	text-align: right;
}

.flexSlide {
	width: 100%;
	height: 100vh;
	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: flex-end;
  	align-items: center;
  	padding-bottom: 40px;
}

.imgSlide {
	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;
}

.flexHeader {
	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 {
	display: block !important;
	width: 100%;
	height: 135px !important;
	position: absolute;
	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-between;
  	text-align: center;
  	align-self: flex-start;
  	align-content: flex-start;
  	align-items: flex-start;
  	z-index: 2999;

  	background-color: rgba(255,255,255,0.95);
}

header p {
	width: 90%;
	font-size: 34px;
	color: #FFF;
	text-align: left;

  	align-self: flex-end;
  	align-content: flex-end;
  	align-items: flex-end;
    margin-top: 300px;
    font-weight: 400;
    width: 90%;
}

nav {
	width: auto;
	margin-top: 0px;
	z-index: 0;
	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: flex-start;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

nav i {
	font-size: 22px !important;
	color: #FAFAFA;
}

nav ul {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0px;
	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-end;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin-bottom: 0px;
  	line-height: inherit;
}

li {
	margin: 0;
}

nav li {
	width: auto;
	height: auto;
	list-style-type: none;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-top: 35px;
	cursor: pointer;
	color: #333;
	padding: 5px;
	transition:all 0.7s;
	font-family: 'FuturaMedium', sans-serif;
}

.splitLi {
	width: 1px;
    height: 35px;
    margin-top: 35px;
    background-color: #e0e0e0;
    margin-left: 3px;
    margin-right: 3px;
}

.btnWhatsapp {
	width: 75px;
    height: 25px;
	float: right;
    background-color: #41c300;
    font-size: 13px !important;
    font-weight: 200 !important;
    color: #FAFAFA !important;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    /* padding: 8px 10px 10px 15px; */
    bottom: 10px;
    right: 10px;
    padding: 3px 3px 0px 0px;
    transition: all 0.3s;
    z-index: 9000;
}

.btnWhatsapp i {
	font-size: 20px !important;
	float: right;
	color: #FFF !important;
}

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

.btnInscripcion {
	background-color: #C92230;
	color: #FFF;
	padding: 10px;
	margin-top: 25px;
	font-size: 24px;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 600;
	transition: all 0.3s;
}

.btnInscripcion:hover {
	background-color: #222C52;
	color: #FFF !important;
}

.btnAlumnos {
	background-color: #4788F4; color: #FFF;
}

.btnAlumnos:hover {
	background-color: #222C52;
}

.lineHorizNav {
	width: 100%;
	height: 3px;
	float: left;
	margin-top: 5px;
	background-color: transparent;
	transition: all 0.6s;
}

.btnHover {
	background-color: #DC453D;
	color: #FFF;
}

nav li:hover {
	background-color: #DC453D;
	color: #FFF;
}

header h2 {
	width: 100%;
	color: #FFF;
	padding-left: 18%;
	font-weight: 300;
	margin-top: 300px;
	font-size: 40px;
	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: left;
  	align-self: center;
  	align-content: center;
  	align-items: center;

}

.lineNav {
	width: 1px;
	height: 15px;
	margin: 0px 10px 0px 10px;
	background-color: #90A4AE;
}

.liYellow {
	background-color: #FF1744;
}

.liRed {
	background-color: #C20D9E;
}

.liGreen {
	background-color: #8BC34A;
}

.liBlue {
	background-color: #2196F3;
}

.liGrey {
	background-color: #FF9800;
}

.contentSearchHeader {
	width: 100%;
	/*padding: 25px;*/
	/*padding-top: 35px;*/
	padding: 0px 15px 0px 0px !important;
}

.contentSearchHeader input {
	width: 100% !important;
	height: auto !important;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 16px !important;
	color: #333 !important;
}

.contentGral {
	width: 100%;
	height: auto;
	padding-top: 120px;
	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;
}

.content {
	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;
}

.content p {
	padding: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	font-family: 'FuturaMedium', sans-serif;
	background-color: #FFF;
	box-shadow: 0px 0px 30px #CCC;
}

.content p b {
	color: #1976D2;
	font-weight: 700;
}

.topHeader {
	width: 100%;
	height: 30px;
	background-color:#9AC810;
}

.bgColor {
	width: 100%;
	background-color: #536DFE;
	padding-bottom: 30px;
}

.bgTransparent {
	background-color: rgba(253, 255, 255, 0.3) !important;
	box-shadow: 0px 0px 0px #FFF !important;
	color: #FAFAFA !important;
}

.bgTransparent b {
	color: #FFF !important;
}

.center {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

.contentLogoSearch {
	width: 100%;
	height: auto;
	padding-top: 3px;
	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-end;
  	text-align: right;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	z-index: 1000;
}

.logo {
	width: 250px;
	height: auto;
	z-index: 100;
	text-align: center;
	margin-top: 10px;
}

.logo h1 {
	font-family: 'FuturaMedium', sans-serif;
	color: #FFF;
	font-size: 26px;
	margin: 0;
	font-weight: 300;
	text-align: center;
	text-shadow: 0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;
	-o-text-shadow: 0px 0px 10px #000;
}

.logo img {
	max-width: 200px;
}

.logoMobile {
	display: none;
}

.leftSearchHeader {
	width: 33%;
}

.contentSearchHeader {
	width: 100%;
	/*padding: 25px;*/
}

.contentSearchHeader p {
	font-family: 'FuturaMedium', sans-serif;
	font-size: 14px !important;
	color: #FFF !important;
	font-weight: 300;
	text-align: right;
}

.contentBtnUser {
	float: right;
}


.btnUser {
	width: auto;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-type: none;
	text-align: center;
	padding:3px;
	float: left;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	transition:all 0.7s;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 800;
	margin-top: 3px;
	margin-left: 5px;
}

.btnUser i {
	font-size: 14px;
	color: #FFF;
	margin-top: 3px;
}

.addressSlide {
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	font-weight: 400;
	font-family: 'FuturaMedium', sans-serif;
	margin-top: 190px;
	padding-top: 8px;
}

.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;
	display: none;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
}

#cargando {
	min-width: 200px;
	height: 55px;
	position: fixed;
	left: 45%;
	top: 45%;
	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;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;
	font-size: 26px;
	display: none;
	z-index: 9000;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
}

#cargando img {
	vertical-align: middle;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
}

/* CARRITO DE PEDIDO */
.contentGralCarrito {
	width: 100%;
	min-height: 550px;
	float: left;
	margin-top: 120px;
}

.contentGralBackground {
	width: 100%;
	height: auto;
	float: left;
	background-color: rgba(255,255,255,0.6);
}

.msgPedidoSave {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 15px;
	color:#FF5252;
	font-size: 22px;
	z-index: 2000;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
	border: 3px solid #FF5252;
	display: none;
}

.titleCarrito {
	width: 100%;
	height: 40px;
	float: left;
	background-color: #FF9800;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
}

.contentCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.imgCarrito {
	width: 20%;
	height: 35px;
	float: left;
}

.codCarrito {
	width: 15%;
	height: 25px;
	float: left;
	padding-top: 10px;
}

.nameCarrito {
	width: 35%;
	height: 25px;
	float: left;
	text-align: left;
	padding-left: 5%;
	padding-top: 10px;
}

.precioCarrito {
	width: 5%;
	height: 25px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.cantCarrito {
	width: 5%;
	height: 25px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.cantCarrito input {
	width: 50px;
	height: 25px;
	margin-left: 20px;
	border: 1px solid #CCC;
	text-align: center;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.lineCarrito {
	width: 100%;
	height: 45px;
	float: left;
	background-color: rgba(255,255,255,0.6);
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #CCC;
}

.contentBtnVolver {
	width: 90%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5%;
}

.prodTotales {
	min-width: 150px;
	height: 50px;
	float: right;
	text-align: center;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 300;
	margin-top: 15px;
}

.contentTotales {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obsCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.obsCarrito textarea {
	width: 80%;
	height: 80px;
	float: left;
	margin-left: 10%;
	border: 1px solid #CCC;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 15px;
}

.btnVolver {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #A40661;
	background-color: #78909C;
	cursor: pointer;
	text-align: center;
	margin-left: 5%;
	transition: all 0.3s;
}

.titleHCarrito {
	width: 90%;
	height: 40px;
	float: left;
	font-size: 34px;
	font-weight: 300;
	color: #333;
	text-align: center;
}

.btnVolver:hover {
	background-color: #333;
}

.btnVolver i {
	font-size: 18px;
}

.btnVolverDetail {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #A40661;
	background-color: #78909C;
	cursor: pointer;
	text-align: center;
	margin-left: 5%;
	transition: all 0.3s;
}
.btnVolverDetail:hover {
	background-color: #333;
}

.btnVolverDetail i {
	font-size: 18px;
}

.btnAceptarPedido {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 35%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnAceptarPedido:hover {
	background-color: #B71C1C;
}

.btnAceptarPedido i {
	font-size: 24px;
}


.btnAceptarPedidoReg {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnAceptarPedidoReg:hover {
	background-color: #B71C1C;
}

.btnAceptarPedidoReg i {
	font-size: 24px;
}

.btnFinalizarPedido {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnFinalizarPedido:hover {
	background-color: #B71C1C;
}

.btnFinalizarPedido i {
	font-size: 24px;
}


.btnGuardarPedido i {
	font-size: 24px;
}

.btnGuardarPedido {
	width: 200px;
	height: 20px;
	float: left;
	margin-left: 40px;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnGuardarPedido:hover {
	background-color: #333;
}

.btnActualizarJuguete {
	width: auto;
	height: auto;
	float: left;
	margin-left: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background-color: #7299FF;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btnActualizarJuguete:hover {
	background-color: #2B65FF;
}

.btnBorrarJuguete {
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background-color: #E53935;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btnBorrarJuguete:hover {
	background-color: #B51C17;
}

.sinCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.sinCarrito p{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 80%;
	height: 160px;
	text-align: center;
	margin-left: 10%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: rgba(255,255,255,0.5);
	font-family: 'FuturaMedium', sans-serif;
	padding-top: 90px;
	font-size: 34px;
	font-weight: 300;
}

.contenedor {
    display: table;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    margin: 0 auto;
}
.filaPar {
    display: table-row;
}

.filaImpar {
    display: table-row;
    background-color: #EEEEEE;
}

#headerList {
	background-color: #42A5F5;
	color: #FFF;
	height: 45px;
}

.columna {
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
    border-bottom: 1px solid #EEEEEE;
}

.columna input {
	width: 40px !important;
	padding: 5px;
	font-family: 'FuturaMedium', sans-serif;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #666;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
}

.contentHeaderList {
	width: 100%;
	height: 35px;
	float: left;
	background-color: #BDBDBD;
}

.headerList {
	width: auto;
	height: auto;
	margin-top: 7px;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
}

.list {
	width: auto;
	min-height: 13px;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	padding-top: 2px;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #CCC;
}

/* RESERVA */
.centerReserva {
	width: 550px;
	height: auto;
	margin: 0 auto;
}

.contentReserva {
	width: auto;
	height: auto;
	float: left;
}

.titleReserva {
	width: 100%;
	height: 52px;
	float: left;
	padding-top: 18px;
	margin-top: 15px;
	color:#FFF;
	background-color: #42A5F5;
	text-align: center;
}

.titleReserva h1 {
	margin:0;
	font-size: 30px;
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
}

.contentPriceReserva {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.contentPriceReserva p {
	margin-top: 35px;
	margin-bottom: 25px;
	font-size: 36px;
	color: #333;
}

.labelPagar {
	font-size: 18px;
}

.columnLeft {
	width: 33%;
	height: 200px;
	float: left;
	text-align: left;
}

.columnLeft p{
	float: left;
	margin: 25px 0px 0px 22%;
}

.columnCenter {
	width: 33%;
	height: 200px;
	float: left;
}

.columnCenter a {
	color: #FFF;
	transition: all 0.3s;
}

.columnCenter a:hover {
	color:#880E4F;
}

.columnRight {
	width: 33%;
	height: 150px;
	float: left;
	text-align: center;
	padding-top: 50px;
}

.columnCenter p {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

/* DIALOG */
.html5-dialog {
	width: 80%;
	position: fixed;
	top: 5%;
	left: 13%;
	z-index: 9000;
	display: none;
}
.html5-dialog dialog {
	width: 80%;
	z-index: 3000;
	box-shadow: 0px 0px 40px #666;
	-webkit-box-shadow: 0px 0px 40px #666;
	-moz-box-shadow: 0px 0px 40px #666;
	-o-box-shadow: 0px 0px 40px #666;
	border:0;
	display: none;
}

/* DIALOG */
.html5-dialog-carrito {
	width: 90%;
	position: absolute;
	left: 3%;
	top:10%;
}
.html5-dialog-carrito dialog {
	width: 90%;
	z-index: 3000;
	box-shadow: 0px 0px 40px #666;
	-webkit-box-shadow: 0px 0px 40px #666;
	-moz-box-shadow: 0px 0px 40px #666;
	-o-box-shadow: 0px 0px 40px #666;
	border:0;
	display: none;
}

#show {
	background-color: #009688;
	border-radius: 3px;
	color: #FFF;
	border-width: 0;
	min-width: 200px;
	height: auto;
	padding: 15px;
	position: absolute;
	margin-bottom: 10px;
	margin-top: -7px;
	right: 30%;
	transition: all 0.3s;
}

#show:hover {
	background-color: #004D40;
	cursor: pointer;
}

#show i {
	color: #FFF;
}

.show {
	background-color: #009688;
	border-radius: 3px;
	color: #FFF;
	border-width: 0;
	min-width: 200px;
	height: auto;
	padding: 15px;
	position: absolute;
	margin-bottom: 10px;
	margin-top: -7px;
	right: 30%;
	transition: all 0.3s;
}

.show:hover {
	background-color: #004D40;
	cursor: pointer;
}

.show i {
	color: #FFF;
}

.html5-dialog button#exit {
	background-color: #E91E63;
	border-radius: 3px;
	color: #fff;
	border-width: 0;
	width: 80px;
	height: 30px;
	line-height: 28px;
	margin-top: 10px;
}
.html5-dialog button#show:hover {
	background-color: #1abc9c;
}
.html5-dialog button#exit:hover {
	background-color: #880E4F;
	cursor: pointer;
}
.html5-dialog dialog::backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3000;
}

.html5-dialog-carrito button#exit {
	background-color: #E91E63;
	border-radius: 3px;
	color: #fff;
	border-width: 0;
	width: 80px;
	height: 30px;
	line-height: 28px;
	margin-top: 10px;
}
.html5-dialog-carrito button#exit:hover {
	background-color: #880E4F;
	cursor: pointer;
}

table {
	border: 0px solid #333;
	border-collapse: 0;
	padding: 0;
	text-align: center;
	box-shadow: 0px 0px 20px #BBB;
	margin: 15px auto;
}

tr {
	border: 1px solid #CCC;
	border-collapse: 0;
	padding: 5px;
	margin: 0;
	background-color: #EEEEEE;
}
td {
	border: 1px solid #CCC;
	border-collapse: 0;
	padding: 10px;
	margin: 0;
}

.titleTalle {
	background-color: #D81B60;
	color:#FAFAFA;
}

/* FORM */
.contentForm {
	width: 86%;
	height: auto;
	float: left;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin: 25px 5% 25px 5%;
	padding: 2%;
	box-shadow: 0px 0px 35px #CCC;
	-webkit-box-shadow: 0px 0px 35px #CCC;
	-moz-box-shadow: 0px 0px 35px #CCC;
	-o-box-shadow: 0px 0px 35px #CCC;
}

.labelForm {
	width: 100%;
	height: 15px;
	float: left;
	text-align: left;
}

.labelForm p {
	margin: 0;
	font-size: 12px;
	color: #E91E63;
	text-align: left;
}

.contentInputForm {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 15px;
}

.contentInputForm input {
	border:0;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
	width: 98%;
	height: 45px;
	color: #E91E63;
	font-family: 'FuturaMedium', sans-serif;
}

.contentTextForm {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 15px;
}

.contentTextForm textarea {
	border:0;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
	width: 98%;
	height: 150px;
	color: #333;
	font-family: 'FuturaMedium', sans-serif;
}

.contentForm button {
	height: auto !important;
	padding: 15px;
	float: right;
	border:0;
	text-align: center;
	color:#FFF;
	margin-top: 20px;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all 0.3s;
}

.contentForm button:hover {
	background-color: #E65100;
	cursor: pointer;
}

.h3 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	margin: 15px 0px 0px 15px;
}

.banner {
	width: auto;
	height: auto;
	position: absolute;
	top: 380px;
	right: 20px;
}

.banner img {
	width: 240px;
}

.contentObs {
	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;
}

.contentObs label {
	color: #333;
	font-size: 16px;
}

.contentObs textarea {
	width: 100%;
	height: 50px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #FAFAFA;
}

.col2 {
	width: 50%;
	height: auto;
	float: left;
}

.txtEnvios {
	font-size: 42px;
	font-weight: 800;
	text-shadow: 0px 0px transparent;
	color: #FF1744;
}

.faceSlide a {
	width: 34px;
	height: 34px;
	float: left;
	background-color: rgba(0,0,0,0.7);
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	text-align: center;
	color: #FFF;
	margin-left: 10px;
	transition: all 0.4s;
}

.faceSlide a i {
	font-size: 22px;
    margin-top: 7px;
    color: #FFF;
}

.faceSlide a:hover {
	background-color: rgba(0,0,0,1);
}

/* NOTICIAS */
.flexColorRow {
	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;
}

.contentNoticeGral {
	width: 29%;
	height: 520px;
	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;
  	margin: 2%;
  	box-shadow: 0px 0px 30px #CCC;
}

.txtDetNews {
	width: auto;
	height: auto;
	float: right;
	text-align: left !important;

  	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 4%;
}

.txtDetNews p {
	text-align: left;
}

.txtDetNews img {
	margin-right: 15px;
	float: left;
}

.txtcv p {
	text-align: left !important;
}

.TxtNews {
	font-size: 14px;
	height: 100px;
	color: #000;
	text-align: left;
	background-color: #FFF;
	font-weight: 600;
	padding: 4%;
}

.TxtNews a {
	color: #C92230;
}

.TxtNews a:hover {
	color: #222C52;
}

.TxtNews svg {
	color: #000;
	font-size: 16px;
	/*position: absolute;*/
	margin-top: -6px;
	float: right;
    /*margin-left: 327px;*/
    transition: all 0.3s;
}

.TxtNews svg:hover {
	color: #C51C14;
	cursor: pointer;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.titlesNews {
	float:left;
	margin-top: 345px;
	width: 100%;
	margin-left: 0%;
	background-color: rgba(0,0,0,0.5);
}

.titlesNews h2 {
	font-family: 'FuturaMedium', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin: 0;
	padding: 15px 0px 15px 0px;
	font-style: normal !important;
}

.hoverNews {
	width: 24%;
	height: 0px;
	position: absolute;
	margin-top: 0px;
	transition: all 0.5s;
}
/*
.contentNoticeGral:hover .hoverNews {
	display: block;
	height: 520px;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
}

.contentNoticeGral:hover .btnMas {
	display: block;
}
*/
.contentBtnNews {
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}

.btnMas {
	width: 120px;
	height: 35px;
	padding-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	display: none;
	color: #FFF;
	text-align: center;
	margin-top: 80px;
	transition: all 0.3s;
}

.btnMas i {
	font-size: 94px;
}

.imgNotice img {
	width: 100%;
}

.floatImgPrensa {
	width: 100%;
	height: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.btnEquipo {
	background-color: #CE93D8;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin: 10px;
	transition: all 0.3s;
}

.btnEquipo:hover {
	cursor: pointer;
	background-color: #AB47BC;
}

.titleGrabacion {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.titleGrabacion h2 {
	font-size: 30px;
	color: #8E24AA;
	font-weight: 800;
	margin: 15px 0px 15px 0px;
}

.titleGrabacion i {
	font-size: 26px;
}

h4 {
	font-size: 24px;
	color: #666;
	font-weight: 800;
	margin: 15px 0px 15px 0px;
	text-align: left;
}
section {
	width: 100%;
}

.video-responsive {
    position: relative;
    padding-bottom: 50.70%;
    height: 0;
    width: 90%;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ESPACIO */

.latLeft {
	width: 50%;
	min-height: 400px;
	align-self: flex-start;
	padding-left: 30px;
}

.latRight {
	width: 50%;
	min-height: 400px;
	align-self: flex-start;
}

.txtSalas {
	width: 100%;
	height: auto;
	float: left;
}

.txtSalas p {
	margin: 15px;
	font-size: 14px;
	color: #333;
	text-align: justify;
}

.contentSalas {
	width: 300px;
	height: 350px;
	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;
	text-align: center;
	margin: 20px;
	background-color: #FFF;

	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
}

.contentImgSala1 {
	width: 100%;
	height: 224px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/espacio/sala1.jpg");
}

.contentImgSala2 {
	width: 100%;
	height: 224px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/espacio/sala2.jpg");
}

.contentImgSala3 {
	width: 100%;
	height: 230px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/espacio/sala3.jpg");
}

.hoverPortada {
	width: 300px;
	height: 200px;
	position: absolute;
	font-size: 0px;
	z-index: 100;
	text-align: center;
	transition: all 0.3s;
}

.contentSalas:hover .hoverPortada {
	background-color: rgba(255,255,255,0.6);
	height: 220px;
	cursor: pointer;
}

.contentSalas:hover .hoverPortada i {
	font-size: 84px;
	color: #FFF;
	margin-top: 45px;
}

.contentVideo {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	background-color: #FFF;
	margin-top: 15px;
}

.imgSalas {
	width: 200px;
	min-height: 120px;
	float: left;
	margin: 5px;
}

.contentTitularSalas {
	width: 299px;
	min-height: 60px;
	position: absolute;
	bottom: 10px;
	left: 1px;
	background-color: #000;
}

.contentTitularSalas p {
	margin: 10px 10px 0px 10px;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	font-weight: 700;
}

.contentTitularSalas span {
	float: left;
	color: #5AA3FF;
	font-weight: 700;
	margin: 0px 0px 0px 10px;
	font-size: 14px;
}

.contentTxtSalas {
	width: 298px;
	height: 126px;
	float: left;
}

.contentTxtSalas p {
	margin: 5px;
	font-size: 14px;
	color: #333;
	text-align: justify;
}

.boxNosotros {
	width: 215px;
	height: 228px;
	margin: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #CCC;
    -webkit-box-shadow: 0px 0px 10px #CCC;
    -moz-box-shadow: 0px 0px 10px #CCC;
    -o-box-shadow: 0px 0px 10px #CCC;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.titleNosotros {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 30px;
	color: #4788F4;
	font-weight: 900;
	margin-bottom: 20px;
}

.pNosotros {
	width: 100%;
	text-align: left;
	padding-bottom: 45px;
}

.contentNameDocente {
	width: 100%;
    height: 54px;
    float: left;
    background-color: rgba(0,0,0,0.8);
    margin-top: 174px;
    transition: all 0.4s;
}

.nameDocente {
    width: 100%;
    height: auto;
    float: left;
}

.nameDocente p {
    font-size: 14px;
    color: #FFF;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.cargoDocente {
    width: 100%;
    height: auto;
    float: left;
}

.cargoDocente p {
    font-size: 12px;
    color: #E54C48;
    margin-left: 15px;
    margin-top: 0px;
}

/* GALERIA */
.boxImageGallery {
	width: 31%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 105%;
	margin: 1%;
	background-color: #FFF;
}

.boxBigImageGallery {
	width: 45%;
	height: 370px;
	position: absolute;
}

.flexColorWhiteRow {
	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;
  	background-color: #FFF;
}

.col2 {
	width: 50%;
}

/* CONTACTO */
.columnRightForm {
	width: 48%;
	min-height: 320px;

	margin: 0 1% 30px 1%;

	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;
}

.columnLeftForm {
	width: 48%;
	min-height: 224px;
	margin: 0 1% 30px 1%;

	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: flex-start;
  	align-content: flex-start;
  	align-items: flex-start;
}

.dateFormLeft {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	text-align: left;
	line-height: 30px;
}

.dateFormLeftCorreo {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	text-align: left;
	line-height: 30px;
}

.msgFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.msgFormIndex p {
	color: #666;
	font-size: 14px;
	font-weight: 300;
}

.contentFormIndex {
	width: 100%;
	height: auto;
	padding: 15px;

	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;
}

.contentFormIndex form {
	width: 100%;
}

.contentFormIndex .contentFormIndex input {
	width: 89%;
	height: 40px;
	margin-left: 5%;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FFF;
	font-family: 'FuturaMedium', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding-left: 1%;
}

.titleFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.titleFormIndex p {
	font-size: 40px;
	font-weight: 300;
	color: #FFF;
}

.msgFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.msgFormIndex p {
	color: #666;
	font-size: 14px;
	font-weight: 300;
}

.nameFormIndex {
	width: 100%;
	height: 50px;
	
	text-align: center;
}

.emailFormIndex {
	width: 100%;
	height: 50px;

	text-align: center;
}

.telFormIndex {
	width: 100%;
	height: 50px;

	text-align: left;
}

.textFormIndex {
	width: 100%;
	height: auto;
	
	margin-top: 10px;
}

.textFormIndex textarea {
	font-family: 'FuturaMedium', sans-serif;
	width: 100%;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FFF;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding-left: 1%;
}

.btnFormIndex {
	width: 150px;
	height: auto;
	background-color: #FF1744;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	margin-top: 10px;
	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;
  	border: 0;
	transition: all 0.5s;
}

.btnFormIndex:hover {
	background-color: #B71C1C;
	cursor: pointer;
}

.rowFormIndex {
	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;
}

.rowFormIndex fieldset {
	width: 100%;
	margin-top: 15px;
}

.rowFormIndex legend {
	font-weight: 700;
	color: #333;
}

.rowFormIndex small {
	font-weight: 300;
}

.columnCat {
	width: 240px;
	height: auto;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	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: center;
  	text-align: center;
  	align-self: center;
  	align-content: flex-start;
  	align-items: center;
  	margin: 10px;
  	border: 5px solid #CCC;
	transition: all 0.3s;
}

.hoverCourse {
	position: absolute;
	width: 240px;
	height: 0px;
	background-color: rgba(255,255,255,0.4);
	transition: all 0.3s;
}

.catParent {
	font-size: 24px;
	color: #222C52;
	font-family: 'FuturaMedium', sans-serif;
	padding: 8px;
	
	transition: all 0.3s;
}

.columnCat:hover .hoverCourse {
	height: 240px;
	cursor: pointer;
}

.columnCat:hover {
	box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
}

.txtCourse {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}

.btnVerMas {
	width: 100%;
	height: 35px;
	background-color: #C92230;
	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: 10px;
  	transition: all 0.3s;
}

.btnVerMas p {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: inherit;
}

.btnVerMas:hover {
	background-color: #222C52;
	color: #FFF;
	cursor: pointer;
}

.btnVerMas:hover p {
	color: #557fa3;
}

.subCatParent {
	font-size: 24px;
	color: #333;
	font-family: 'FuturaMedium', sans-serif !important;
	padding: 8px;
	margin: 0px 10px 0px 10px;
	text-align: left;
	transition: all 0.2s;
}

.subCatParent:hover {
	background-color: #00C699;
	color: #FFF;
	cursor: pointer;
}

.flexTopAlignPage {
	width:100%;
	min-height: 700px;
	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: flex-start;
  	align-items: flex-start;
}

.flexTopAlign {
	width:100%;
	padding: 20px 0px 20px 0px;
	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: flex-start;
  	align-items: flex-start;
}

.centerFlex {
	width:90%;
	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;
}

.leftColTrayectoria {
	width: 49%;
	padding: 0;
	margin-bottom: 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: center;
  	text-align: left;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.leftColTrayectoria p {
	text-align: center;
	font-family: 'FuturaMedium', sans-serif;
	color: #2CAC8B;
	font-size: 30px;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 0px;
}

.leftColTrayectoria span p {
	text-align: left;
	font-family: 'FuturaMedium', sans-serif;
	color: #666 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}

.alignCenter {
	align-self: center !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
}

.pTrayectoria {
	color: #222C52 !important;
}

.rightColCondifencial {
	width: 49%;
	align-self: flex-start;
	padding: 0 4% 0 4%;
	margin-bottom: 80px;
}

.container {

}

.col2 {
	width: 50%;
	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: flex-start;
  	align-content: center;
  	align-items: center;
}

.col2 form {
	width: 100%;
	margin-top: 55px;
}

.col2 input {
	/*
	width: 100%;
	height: 48px;
	border: 0;
	background-color: #FFF;
	font-family: 'FuturaMedium', sans-serif !important;
	font-size: 18px;
	font-weight: 300;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
	*/
	background-color: #FFF;
	font-family: 'FuturaMedium', sans-serif !important;
	color: #000;
	margin-bottom: 5px;
}

.col2 textarea {
	
	height: 190px;
	border: 1px solid #f2f2f2;
	font-family: 'FuturaMedium', sans-serif !important;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
}

.col2 button {
	width: auto;
	height: auto;
	padding: 15px;
	border: 0;
	color: #FFF;
	font-family: 'FuturaMedium', sans-serif !important;
	font-size: 16px;
	font-weight: 300;
	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: flex-start;
  	align-self:  flex-start;
  	align-content:  flex-start;
  	align-items:  flex-start;

	background: #C92230;
	transition: all 1s;
}

.col2 button:hover {
	background: #222C52;
	cursor: pointer;
}

.col2 select {
	display: block;
}

.col2 label {
    font-size: 14px !important;
    color: #333;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.imgGallery {
	max-width: 350px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 30px #CCC;
	-webkit-box-shadow: 0px 0px 30px #CCC;
	-moz-box-shadow: 0px 0px 30px #CCC;
	-o-box-shadow: 0px 0px 30px #CCC;
}

.txtMySchool {
	font-size: 16px;
    font-weight: 300;
    color: #FAFAFA;
    text-align: left;
    font-family: 'FuturaMedium', sans-serif !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.txtMySchool img {
	margin-left: 15px;
}

.txtAnglia {
	font-size: 10px;
    font-weight: 300;
    color: #FAFAFA;
    text-align: left;
    font-family: 'FuturaMedium', sans-serif !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.infoSucursales {
	width: 100%;
	padding-left: 5%;
	text-align: left;
	font-size: 18px;
	color: #666 !important;
	line-height: 32px;
}

.infoSucursales span {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 24px;
	color: #4788F4;
}

.infoSucursales a {
	color: #666 !important;
}

.infoSucursales font {
	font-size: 22px !important;
}

.formWhatsapp {
	width: 100%;
	padding-top: 40px;

	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;
  	align-self:  center;
  	align-content:  center;
  	align-items:  center;
}

.formWhatsapp span {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	font-family: 'FuturaMedium', sans-serif;
	color: #000;
	text-align: center;
	margin-top: 15px;
}

.btnWhatsappForm {
	width: 50%;
	height: 50px;
	background-color: #41c300;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	font-family: 'FuturaMedium', sans-serif;
	font-size: 24px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 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: center;
  	align-self:  center;
  	align-content:  center;
  	align-items:  center;
}

.lineForm {
	width: 60%;
	border-top: 1px solid #CCC;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}