@charset "UTF-8";
/*--------------------------------- Archivos del config -----------------------------------*/
/* FLEXBOX */
/* Icono del menu del movil */
/*
 * $color1 y $color2 en hex
 * $break número con %
 * $endColorstr es el fallback en IE 
 */
/*@function percent($a, $b) {
  @return percentage($a / $b);
}*/
/* Fuentes */
/*--------------------------------------------------------------------*/
/*  Estilos de caracter 
/*--------------------------------------------------------------------*/
/* colores */
/* Font weights */
/* Parametros de inicialización */
/* Font */
/* Colores GRID */
/*---------------------------------- Archivos del base ------------------------------------*/
/* General */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* you could reset it to normal: box-sizing: content-box; */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  /*font-size: 62.5%;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 67.5%;
  width: 100%;
  height: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*---------------------------------*/
/* RESET
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select option {
  padding: 0;
  margin: 0;
}

/* SPRITES
*******************************************************************************/
.sprite {
  background-image: url(../img/sprite.png);
  color: transparent;
  display: block;
}

.icon {
  width: 32px;
  height: 31px;
  display: block;
}

.fb {
  background-position: -40px -3px;
}

.pi {
  background-position: -114px -3px;
}

.tw {
  background-position: -152px -3px;
}

.go {
  background-position: -77px -3px;
}

.fb:hover {
  background-position: -40px -44px;
}

.pi:hover {
  background-position: -114px -44px;
}

.tw:hover {
  background-position: -152px -44px;
}

.go:hover {
  background-position: -77px -44px;
}

.fb-gray {
  background-position: -271px -3px;
}

.pi-gray {
  background-position: -345px -3px;
}

.tw-gray {
  background-position: -383px -3px;
}

.go-gray {
  background-position: -308px -3px;
}

.fb-gray:hover {
  background-position: -270px -44px;
}

.pi-gray:hover {
  background-position: -344px -44px;
}

.tw-gray:hover {
  background-position: -382px -44px;
}

.go-gray:hover {
  background-position: -307px -44px;
}

.arrow-bottom {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 26px;
  height: 35px;
}

.plus-icon {
  background: url("../img/sprite.svg") no-repeat -586px -50px;
  width: 30px;
  height: 30px;
}

.phone-icon {
  background: url("../img/sprite.svg") no-repeat -646px -50px;
  width: 39px;
  height: 39px;
}

.logo-header {
  background: url("../img/sprite.svg") no-repeat -25px -25px;
  background-size: 555px 305px;
  width: 70px;
  height: 37px;
}

.logo-footer {
  background: url("../img/sprite.svg") no-repeat -715px -50px;
  width: 121px;
  height: 63px;
  display: inline-block;
}

.icon-user {
  background: url("../img/sprite.svg") no-repeat -320px -50px;
  width: 15px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.box-icon {
  background: url("../img/sprite.svg") no-repeat -440px -50px;
  width: 45px;
  height: 37px;
}

.arrow-icon {
  background: url("../img/sprite.svg") no-repeat -182px -25px;
  background-size: 555px 305px;
  width: 23px;
  height: 45px;
}

.arrowLeft-icon {
  background: url("../img/sprite.svg") no-repeat -921px -50px;
  width: 15px;
  height: 25px;
}

.arrowRight-icon {
  background: url("../img/sprite.svg") no-repeat -966px -50px;
  width: 15px;
  height: 25px;
}

.arrowSlim-icon {
  background: url("../img/sprite.svg") no-repeat -460px -25px;
  background-size: 555px 305px;
  width: 8px;
  height: 13px;
}

.ficha-icon {
  background: url("../img/sprite.svg") no-repeat -867px -50px;
  width: 23px;
  height: 28px;
}

.back-icon {
  background: url("../img/sprite.svg") no-repeat -1010px -50px;
  width: 25px;
  height: 25px;
}

.plataformas-icon {
  background: url("../img/sprite.svg") no-repeat -698px -199px;
  width: 33px;
  height: 30px;
}

.plataformas-icon.gris {
  background: url("../img/sprite.svg") no-repeat -104px -199px;
  width: 24px;
  height: 22px;
}

.plataformas-icon.blanco {
  background: url("../img/sprite.svg") no-repeat -50px -199px;
  width: 24px;
  height: 22px;
}

.error-icon {
  background: url("../img/sprite.svg") no-repeat -217px -146px;
  background-size: 555px 305px;
  width: 160px;
  height: 119px;
}

.play-icon {
  background: url("../img/sprite.svg") no-repeat -377px -293px;
  width: 28px;
  height: 32px;
}

.doc-icon {
  background: url("../img/sprite.svg") no-repeat -103px -293px;
  width: 23px;
  height: 28px;
}

.download-icon {
  background: url("../img/sprite.svg") no-repeat -157px -293px;
  width: 20px;
  height: 24px;
}

.leftS-icon {
  background: url("../img/sprite.svg") no-repeat -208px -293px;
  width: 8px;
  height: 14px;
}

.rightS-icon {
  background: url("../img/sprite.svg") no-repeat -246px -293px;
  width: 8px;
  height: 14px;
}

.map-icon {
  background: url("../img/sprite.svg") no-repeat -794px -293px;
  width: 17px;
  height: 20px;
}

.icon-phone {
  background: url("../img/sprite.svg") no-repeat -220px -50px;
  width: 20px;
  height: 20px;
}

.icon-mail {
  background: url("../img/sprite.svg") no-repeat -270px -50px;
  width: 20px;
  height: 15px;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {

	.sprite {
		background-image: url(../img/sprite@2x.png);
		background-size: 500px 300px;
	}

  .fb {
    background-position: -40px -3px;
  }
}
*/
@media all and (min-width: 768px) {
  .logo-header {
    background: url("../img/sprite.svg") no-repeat -50px -50px;
    width: 140px;
    height: 73px;
  }
  .error-icon {
    background: url("../img/sprite.svg") no-repeat -435px -293px;
    width: 320px;
    height: 238px;
  }
}

@media all and (min-width: 1200px) {
  .arrow-icon {
    background: url("../img/sprite.svg") no-repeat -365px -50px;
    width: 45px;
    height: 89px;
  }
}

/* Tipografias */
/* @font-face {
font-family: "Lato";
font-weight: 300;
src: url("../fonts/Lato/Lato-Light.oet");
src: //url("../fonts/OpenSans/OpenSans-Light.otf") format("opentype"),
		 url("../fonts/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), 
		 url("../fonts/Lato/Lato-Light.woff") format("woff"), 
		 url("../fonts/Lato/Lato-Light.ttf")  format("truetype"), 
		 url("../fonts/Lato/Lato-Light.svg#Lato-Light") format("svg"); 
}

@font-face {
font-family: "Lato";
font-weight: 300;
font-style: italic;
src: url("../fonts/Lato/Lato-LightItalic.oet"); 
src: //url("../fonts/OpenSans/OpenSans-LightItalic.otf") format("opentype"),
		 url("../fonts/Lato/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), 
		 url("../fonts/Lato/Lato-LightItalic.woff") format("woff"), 
		 url("../fonts/Lato/Lato-LightItalic.ttf")  format("truetype"), 
		 url("../fonts/Lato/Lato-LightItalic.svg#Lato-LightItalic") format("svg"); 
} */
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Lato/Lato-Regular.oet");
  src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato/Lato-Regular.svg#Lato-Regular") format("svg");
}

@font-face {
  font-family: "Lato";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Lato/Lato-BoldItalic.oet");
  src: url("../fonts/Lato/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-BoldItalic.woff") format("woff"), url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype"), url("../fonts/Lato/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
}

@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Lato/Lato-Semibold.oet");
  src: url("../fonts/Lato/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Semibold.svg#Lato-Semibold") format("svg");
}

@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Lato/Lato-SemiboldItalic.oet");
  src: url("../fonts/Lato/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-SemiboldItalic.woff") format("woff"), url("../fonts/Lato/Lato-SemiboldItalic.ttf") format("truetype"), url("../fonts/Lato/Lato-SemiboldItalic.svg#Lato-SemiboldItalic") format("svg");
}

@font-face {
  font-family: "Lato";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Lato/Lato-Bold.oet");
  src: url("../fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Bold.woff") format("woff"), url("../fonts/Lato/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato/Lato-Bold.svg#Lato-Bold") format("svg");
}

@font-face {
  font-family: "Lato";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Lato/Lato-BoldItalic.oet");
  src: url("../fonts/Lato/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-BoldItalic.woff") format("woff"), url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype"), url("../fonts/Lato/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Lato/Lato-Italic.oet");
  src: url("../fonts/Lato/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Italic.woff") format("woff"), url("../fonts/Lato/Lato-Italic.ttf") format("truetype"), url("../fonts/Lato/Lato-Italic.svg#Lato-Italic") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Lato/Lato-Bold.oet");
  src: url("../fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Bold.woff") format("woff"), url("../fonts/Lato/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato/Lato-Bold.svg#Lato-Bold") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  src: url("../fonts/OpenSans/OpenSans-Light.oet");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/OpenSans/OpenSans-LightItalic.oet");
  src: url("../fonts/OpenSans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Regular.oet");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/OpenSans/OpenSans-Italic.oet");
  src: url("../fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Bold.oet");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.oet");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Semibold.oet");
  src: url("../fonts/OpenSans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.oet");
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Bold.oet");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.oet");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 200;
  src: url("../fonts/FuturaStd/FuturaStd-Light.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-Light.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Light.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-Light.svg#FuturaStd-Light") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-Book.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-LightOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-LightOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-LightOblique.svg#FuturaStd-Light") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/FuturaStd/FuturaStd-Book.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Book.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-Book.svg#FuturaStd-Book") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-BookOblique.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-BookOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-BookOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-BookOblique.svg#FuturaStd-BookOblique") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/FuturaStd/FuturaStd-Medium.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Medium.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-MediumOblique.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-MediumOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-MediumOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-MediumOblique.svg#FuturaStd-MediumOblique") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/FuturaStd/FuturaStd-Condensed.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-Condensed.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Condensed.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-Condensed.svg#FuturaStd-Condensed") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-CondensedOblique.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-CondensedOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-CondensedOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-CondensedOblique.svg#FuturaStd-CondensedOblique") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FuturaStd/FuturaStd-Heavy.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-Heavy.svg#FuturaStd-Heavy") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-HeavyOblique.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-HeavyOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-HeavyOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-HeavyOblique.svg#FuturaStd-HeavyOblique") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/FuturaStd/FuturaStd-Bold.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-Bold.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-Bold.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-Bold.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-BoldOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-BoldOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-BoldOblique.svg#FuturaStd-BoldOblique") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/FuturaStd/FuturaStd-ExtraBold.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-ExtraBold.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-ExtraBold.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-ExtraBold.svg#FuturaStd-ExtraBold") format("svg");
}

@font-face {
  font-family: "Futura STD";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/FuturaStd/FuturaStd-ExtraBoldOblique.woff") format("woff");
  src: url("../fonts/FuturaStd/FuturaStd-ExtraBoldOblique.woff") format("woff"), url("../fonts/FuturaStd/FuturaStd-ExtraBoldOblique.ttf") format("truetype"), url("../fonts/FuturaStd/FuturaStd-ExtraBoldOblique.svg#FuturaStd-ExtraBoldOblique") format("svg");
}

.plain-text h1, .plain-text h2, .plain-text h3, .plain-text h4, .plain-text h5, .plain-text h6 {
  font-weight: 700;
}

.plain-text h1 {
  font-size: 3.57143/pxrem;
  line-height: 7rem;
}

.plain-text h2 {
  font-size: 2.85714/pxrem;
  line-height: 6rem;
}

.plain-text h3 {
  font-size: 2.14286/pxrem;
  line-height: 5rem;
}

.plain-text h4 {
  font-size: 1.42857/pxrem;
  line-height: 4rem;
}

.plain-text h5 {
  font-size: 1.28571/pxrem;
  line-height: 3rem;
}

.plain-text h6 {
  font-size: 1.14286/pxrem;
  line-height: 2rem;
}

.plain-text em, .plain-text i {
  font-style: italic;
}

.plain-text strong, .plain-text b {
  font-weight: 700;
}

.plain-text ol, .plain-text ul {
  padding: inherit !important;
  list-style: disc inside none;
  margin: 0 1em 1.5em 1em !important;
}

.plain-text a {
  text-decoration: underline;
}

.plain-text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.plain-text sup {
  vertical-align: super;
  font-size: smaller;
}

.plain-text sub {
  vertical-align: sub;
  font-size: smaller;
}

.plain-text tt, .plain-text code, .plain-text kbd, .plain-text samp {
  font-family: monospace;
  font-size: 1.28571/pxrem;
}

body {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  font-family: Lato, sans-serif;
  color: #FFFFFF;
  background-color: #FFF;
  position: relative;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Lato, sans-serif;
  color: #F1FAEE;
  font-size: 14px;
}

button {
  background-color: transparent;
}

.vpc {
  display: none;
}

.oyh {
  overflow-y: hidden;
}

/* Estilos de párrafo */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/* Fusion de large imágenes */
.flash {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease-out;
  -moz-transition: opacity 0.5s ease, height 0.5s ease-out;
  -o-transition: opacity 0.5s ease, height 0.5s ease-out;
  transition: opacity 0.5s ease, height 0.5s ease-out;
}

.hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
}

/* Contenido general de las páginas */
.prim {
  min-height: 100%;
  position: relative;
  height: 100%;
}

.wrap, .main {
  height: 100%;
}

.ex-link {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}

.cta {
  text-decoration: none;
}

.content {
  background-color: #ffffff;
}

.margen {
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.bouncing {
  -webkit-animation: bouncing 3s infinite 2s;
  animation-name: bouncing;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes bouncing {
  0% {
    bottom: 20px;
  }
  25% {
    bottom: 40px;
  }
  50% {
    bottom: 20px;
  }
  75% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes bouncing {
  0% {
    bottom: 1px;
  }
  5% {
    bottom: 15px;
  }
  10% {
    bottom: 1px;
  }
  12.5% {
    bottom: 8px;
  }
  15% {
    bottom: 1px;
  }
  100% {
    bottom: 1px;
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes bouncing-left {
  0% {
    left: 25px;
  }
  5% {
    left: 40px;
  }
  10% {
    left: 25px;
  }
  12.5% {
    left: 25px;
  }
  15% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@keyframes bouncing-left {
  0% {
    left: 25px;
  }
  5% {
    left: 40px;
  }
  10% {
    left: 25px;
  }
  12.5% {
    left: 25px;
  }
  15% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@keyframes bouncing-right {
  0% {
    right: 25px;
  }
  5% {
    right: 40px;
  }
  10% {
    right: 25px;
  }
  12.5% {
    right: 25px;
  }
  15% {
    right: 25px;
  }
  100% {
    right: 25px;
  }
}

.swinging {
  -webkit-animation: swinging 3s infinite 0s;
  animation: swinging 3s infinite 0s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes swinging {
  0% {
    right: 0px;
  }
  25% {
    right: 10px;
  }
  50% {
    bottom: 0px;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes swinging {
  0% {
    right: 0px;
  }
  25% {
    right: 10px;
  }
  50% {
    bottom: 0px;
  }
  75% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}

.bdblocked {
  overflow: hidden;
}

input[type="submit"], button, a {
  cursor: pointer;
}

.general {
  overflow: hidden;
}

/* TROZO PARA SUBIR LAS BOLITAS DEL SLIDER */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 40px !important;
}

/* BOTON */
.boton-descripcion {
  border: 3px solid #39657e;
  color: #39657e;
  font-style: normal;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-size: 1/pxrem;
  display: inline-block;
  padding: 15px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.boton-descripcion:hover {
  color: #ffffff;
  background-color: #39657e;
  transition: all 0.25s ease-in-out;
}

.separador-boton {
  margin: 40px 20px;
}

.separador-boton-mas {
  margin: 252px 0px 0px 0px;
}

.fondo-turquesa .grid-item,
.fondo-rojo .grid-item,
.fondo-naranjito .grid-item,
.fondo-gris .grid-item,
.fondo-grisoscuro .grid-item {
  padding: 60px 30px 30px 30px !important;
}

.fondo-turquesa p,
.fondo-rojo p,
.fondo-naranjito p,
.fondo-gris p,
.fondo-grisoscuro p {
  color: #ededed !important;
  line-height: 120%;
}

.fondo-turquesa {
  background-color: #00acc0 !important;
}

.fondo-rojo {
  background-color: #C03;
}

.fondo-naranjito {
  background-color: #ff9801;
}

.fondo-gris {
  background-color: #444444;
}

.fondo-grisoscuro {
  background-color: #575757;
}

.video-slider {
  position: relative;
  top: 0;
  left: 0;
}

.video-slider video {
  width: 100%;
}

.video-slider div {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 10%;
  width: auto;
  z-index: auto;
}

.video-slider div a {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-size: 1/pxrem;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.video-slider div a:hover {
  background-color: #39657e;
  border-color: #39657e;
}

.video-slider div h1, .video-slider div h3 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-size: 1.57143/pxrem;
  line-height: 150%;
  margin-bottom: 4%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.video-slider div h1 strong {
  border-bottom: 4px solid #39657e;
}

.video-slider div h3 {
  font-style: normal;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-size: 1/pxrem;
  line-height: 14px !important;
  margin-bottom: 5px !important;
}

input {
  webkit-appearance: caret;
  -moz-appearance: caret;
  -o-appearance: caret;
  appearance: caret;
}

/*------------------------------------------ UI -------------------------------------------*/
/* BUTTONS 
----------------------------------------------------*/
/* RESET */
input[type="text"], input[type="email"], input[type="tel"],
input[type="password"], input[type="checkbox"], input[type="number"],
input[type="submit"], input[type="button"],
select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
}

/* FORMS
-----------------------------------*/
fieldset, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F4F1ED inset;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #6C6C6C;
  opacity: 1;
}

:-moz-placeholder {
  color: #6C6C6C;
  opacity: 1;
  font-size: 15px;
}

::-moz-placeholder {
  color: #6C6C6C;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6C6C6C;
}

.ui-form-1 ::-webkit-input-placeholder {
  color: #000000;
}

.ui-form-1 :-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.ui-form-1 ::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.ui-form-1 :-ms-input-placeholder {
  color: #000000;
  font-family: Lato, sans-serif;
}

.iCheck, .iRadio {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.iCheck input[type="checkbox"], .iCheck input[type="radio"], .iRadio input[type="checkbox"], .iRadio input[type="radio"] {
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.iCheck input[type="checkbox"]:checked + label:after, .iCheck input[type="radio"]:checked + label:after, .iRadio input[type="checkbox"]:checked + label:after, .iRadio input[type="radio"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.iCheck label, .iRadio label {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF)";
  zoom: 1;
}

.iCheck label:after, .iRadio label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ffffff;
  top: 4px;
  left: 4px;
}

.iCheck span, .iRadio span {
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  height: 23px;
  padding-left: 5px;
}

.iCheck span a, .iRadio span a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

.iSelect {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
  position: relative;
  max-width: 330px;
  cursor: pointer;
}

.iSelect select {
  width: 100%;
  width: 110%;
  padding: 8px 20px;
  color: #ffffff;
  width: 100%;
  max-width: 330px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.iSelect select option {
  color: #000000;
  background-color: #ffffff;
}

.iSelect .select-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #ffffff;
  border-right-width: 7px;
  border-left-width: 7px;
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 20px;
}

input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.iFile {
  position: relative;
  cursor: pointer;
}

.iFile-txt {
  width: 100%;
  display: block;
  text-align: center;
}

/* GRIDS
------------------------------------------------------------*/
/* Formatos de texto 
---------------------------------------*/
/*--------------------------------------- Modules -----------------------------------------*/
body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
  position: fixed;
}

body.fixed .content {
  overflow: hidden;
}

.flash {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.title {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
}

.title.title-small {
  font-weight: 600;
  font-size: 14px;
}

.subtitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.btn {
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.btn-small {
  font-size: 14px;
}

.error {
  display: block;
  font-style: italic;
  font-size: 14px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.btn-primary {
  background-color: #607d8b;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #455A64;
}

.btn-second {
  padding: 10px 25px;
  background-color: #607d8b;
  color: #FFFFFF;
}

.btn-second:hover {
  background-color: #8a969c;
}

.btn-red {
  background-color: #FF5252;
  color: #ffffff;
}

.btn-red:hover {
  background-color: #D32F2F;
}

.btn-green {
  background-color: #8BC34A;
  color: #ffffff;
}

.btn-green:hover {
  background-color: #689F38;
}

.btn-blue {
  background-color: #00BCD4;
  color: #ffffff;
}

.btn-blue:hover {
  background-color: #0097A7;
}

.btn-icon span {
  display: none;
}

.btn-icon i {
  display: inline-block;
}

.link {
  display: block;
  color: #F1FAEE;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-weight: 400;
}

.link:hover {
  color: #8a969c;
}

.styled-select {
  padding: 0;
  margin: 0;
  width: 50px;
  border-radius: 2px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  background: #fff url("../img/arrowdown.gif") no-repeat 90% 50%;
}

.styled-select.big {
  width: 200px;
}

.styled-select i {
  color: #000;
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
}

.styled-select select {
  padding: 6px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.styled-select select:focus {
  outline: none;
}

.styled-select select::-ms-expand {
  display: none;
}

.hidden {
  display: none !important;
}

.userBar {
  display: block;
  width: 100%;
  background-color: #222c35;
  color: #ffffff;
  padding: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-items: space-between;
  -moz-justify-items: space-between;
  -ms-justify-items: space-between;
}

.userBar img {
  width: 65px;
  vertical-align: middle;
}

.userBar .userName {
  margin-left: 10px;
  vertical-align: middle;
  display: none;
}

.userBar .right button {
  margin-left: 10px;
}

.userBar .right button:first-child {
  margin-left: 0;
}

.image-background, .image-foreground {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

.image-foreground {
  z-index: -3;
}

.overlay:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #222c35;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: -1;
}

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.tooltip {
  position: relative;
}

.tooltip.tooltip-right:after {
  right: 0;
  left: auto;
}

.tooltip:hover:after, .tooltip:hover:before {
  opacity: 1;
  z-index: 98;
  visibility: visible;
}

.tooltip:after {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  display: block;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  top: calc(100% + 10px);
  text-transform: none;
  left: -50%;
  z-index: -2;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
}

.tooltip:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent;
  border-width: 0 5px 5px 5px;
  top: calc(100% + 5px);
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
}

.tooltip-content {
  position: absolute;
  background: #e35583;
  z-index: 9999;
  width: 200px;
  bottom: 0;
  padding: 20px;
  border-radius: 20px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  cursor: default;
  pointer-events: none;
  font-family: 'Gochi Hand', cursive;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-west .tooltip-content {
  left: 4em;
  -webkit-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
}

.tooltip-east .tooltip-content {
  right: 4em;
  -webkit-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.tooltip-content::before,
.tooltip-content::after {
  content: '';
  position: absolute;
}

.tooltip-content::before {
  height: 100%;
  width: 3em;
}

.tooltip-content::after {
  width: 2em;
  height: 2em;
  top: 50%;
  margin: -1em 0 0;
  background: url(../img/tooltip2.svg) no-repeat center center;
  background-size: 100%;
}

.tooltip-west .tooltip-content::before,
.tooltip-west .tooltip-content::after {
  right: 99%;
}

.tooltip-east .tooltip-content::before,
.tooltip-east .tooltip-content::after {
  left: 99%;
}

.tooltip-east .tooltip-content::after {
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

.tooltipRight.active .tooltip-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto;
}

/* LOADER */
.loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 40px auto;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ccc;
  position: absolute;
}

.dot_1 {
  animation: animateDot1 1.5s linear infinite;
  left: 12px;
  background: #222c35;
}

.dot_2 {
  animation: animateDot2 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}

.dot_3 {
  animation: animateDot3 1.5s linear infinite;
  left: 12px;
}

.dot_4 {
  animation: animateDot4 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}

@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(180deg) translateX(-12px);
  }
  75% {
    transform: rotate(180deg) translateX(-12px);
  }
  100% {
    transform: rotate(360deg) translateX(-12px);
  }
}

@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(-180deg) translateX(-12px);
  }
  75% {
    transform: rotate(-180deg) translateX(-12px);
  }
  100% {
    transform: rotate(-360deg) translateX(-12px);
  }
}

@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(180deg) translateX(12px);
  }
  75% {
    transform: rotate(180deg) translateX(12px);
  }
  100% {
    transform: rotate(360deg) translateX(12px);
  }
}

@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(-180deg) translateX(12px);
  }
  75% {
    transform: rotate(-180deg) translateX(12px);
  }
  100% {
    transform: rotate(-360deg) translateX(12px);
  }
}

/* LOADER FULL SCREEN */
.spinner_2 {
  height: 100vh;
  width: 100%;
  display: inline-block;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
}

.spinner_2 > p {
  position: absolute;
  height: 20px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 150px;
  text-transform: uppercase;
  font-family: Lato;
  margin: auto;
  display: inline-block;
  text-align: center;
}

.spinner_2 .spinner {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner_2 .spinner:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: solid 20px #8a969c;
  border-bottom: solid 20px #607d8b;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  content: "";
  border-radius: 50px;
  animation: spinner_2 1s infinite ease;
}

.spinner_2 .spinner:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #F1FAEE;
  content: "";
  border-radius: 20px;
}

@keyframes spinner_2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.content.home {
  min-height: 100%;
  width: 100%;
  position: relative;
  padding: 10px;
  background: #222c35;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-items: center;
  -moz-justify-items: center;
  -ms-justify-items: center;
  z-index: 0;
}

.content.home .container-home {
  max-width: 350px;
}

.content.home .container-home .logo {
  width: 40%;
  display: block;
  margin: 20px auto;
}

.content.home .container-home .title {
  margin: 10px 0;
}

.content.home .container-home .text {
  text-align: center;
}

.content.home .tabs {
  display: block;
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-items: flex-end;
  -moz-justify-items: flex-end;
  -ms-justify-items: flex-end;
}

.content.home .tabs li {
  padding: 10px;
  cursor: pointer;
  color: #455A64;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.content.home .tabs li:hover {
  color: #8a969c;
}

.content.home .tabs li.active {
  color: #F1FAEE;
}

.content.home .tab-content > div:last-child {
  display: none;
}

.content.home .formContainer {
  display: block;
  position: relative;
}

.content.home .formContainer .input-container {
  margin-bottom: 10px;
}

.content.home .formContainer .subtitle {
  margin: 10px 0;
}

.content.home .formContainer label {
  display: block;
  text-align: left;
}

.content.home .formContainer input {
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  display: inline-block;
}

.content.home .formContainer .send {
  margin-top: 10px;
  width: 100%;
}

.content.home .formContainer .link {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.sweet-alert {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  font-family: Lato, sans-serif;
  color: #FFFFFF;
}

.sweet-alert button {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(43, 47, 48, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #ffffff;
  background: #155154;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 0.8em;
  padding: 10px;
  background-color: #B35648;
  color: #ffffff;
  text-transform: uppercase;
}

.md-content .buttons {
  text-align: center;
  margin-top: 10px;
}

.md-content .buttons button {
  display: inline-block;
  margin: 0 10px;
}

.md-content .buttons #btnNo {
  background-color: #824036;
}

/* Effect 5: newspaper */
.md-show.md-effect-5 ~ .md-overlay {
  background: rgba(0, 127, 108, 0.8);
}

.md-effect-5 .md-content {
  transform: scale(0) rotate(720deg);
  opacity: 0;
  transition: all 0.5s;
}

.md-show.md-effect-5 .md-content {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.dashboard {
  min-height: 100%;
  background-color: #222c35;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.dashboard .userContent {
  padding: 10px;
}

.dashboard .userContent .input-container {
  display: block;
  margin-bottom: 20px;
}

.dashboard .userContent .input-container label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.dashboard .userContent .input-container input {
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}

.dashboard .userContent .send {
  width: 100%;
}

.dashboard .userContent .cont {
  background-color: #455A64;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 20px;
}

.dashboard .userContent .cont .title {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.dashboard .userContent .cont .cont-content {
  padding: 15px;
}

.dashboard .userContent .projects-list li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-items: space-between;
  -moz-justify-items: space-between;
  -ms-justify-items: space-between;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}

.dashboard .userContent .projects-list li .text {
  width: 60%;
}

.dashboard .userContent .projects-list li:last-child {
  margin-bottom: 0;
}

.dashboard .userContent .projects-list li .btn {
  margin-left: 10px;
}

.dashboard .userContent .projects-list li .btn:first-child {
  margin-left: 0;
}

/* Project container */
#projectContainer .element-tools {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#projectContainer .drop-element {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  margin-top: -25px;
  z-index: -1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-items: center;
  -moz-justify-items: center;
  -ms-justify-items: center;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 2px dashed;
  border-color: transparent;
  /* 		&:last-child{
			margin-top: -50px;
		} */
}

#projectContainer .drop-element.active {
  z-index: 2;
}

#projectContainer .drop-element:before {
  content: "+";
  color: #8a969c;
  display: inline-block;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-size: 40px;
  font-weight: 500;
}

#projectContainer .drop-element.over {
  border-color: #8a969c;
}

#projectContainer .drop-element.over:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#projectContainer .drop-element:first-child {
  margin-top: 0;
}

#projectContainer h1.project-element.over, #projectContainer h1.project-element-parent.over, #projectContainer h2.project-element.over, #projectContainer h2.project-element-parent.over, #projectContainer h3.project-element.over, #projectContainer h3.project-element-parent.over, #projectContainer h4.project-element.over, #projectContainer h4.project-element-parent.over, #projectContainer h5.project-element.over, #projectContainer h5.project-element-parent.over, #projectContainer p.project-element.over, #projectContainer p.project-element-parent.over, #projectContainer span.project-element.over, #projectContainer span.project-element-parent.over, #projectContainer a.project-element.over, #projectContainer a.project-element-parent.over, #projectContainer strong.project-element.over, #projectContainer strong.project-element-parent.over {
  text-shadow: -1px -1px 0 rgba(133, 125, 255, 0.5), 1px -1px 0 rgba(133, 125, 255, 0.5), -1px 1px 0 rgba(133, 125, 255, 0.5), 1px 1px 0 rgba(133, 125, 255, 0.5);
}

#projectContainer section.project-element.over, #projectContainer section.project-element-parent.over, #projectContainer div.project-element.over, #projectContainer div.project-element-parent.over, #projectContainer button.project-element.over, #projectContainer button.project-element-parent.over, #projectContainer header.project-element.over, #projectContainer header.project-element-parent.over {
  box-shadow: inset 0 0 0 3px #857dff;
}

#projectContainer .project-element, #projectContainer .project-element-parent {
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Group List */
.group-list > li {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.group-list > li img {
  width: 100%;
}

.group-list > li:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.04);
}

.group-list > li h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 10px;
}

.group-list > li p {
  margin-bottom: 10px;
}

/* Menu Button */
.menu-button, .menu-right-button {
  position: fixed;
  bottom: 15px;
  z-index: 1000;
  margin: 1em;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 24px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-items: center;
  -moz-justify-items: center;
  -ms-justify-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out;
}

.menu-button {
  color: #222c35;
}

.menu-button:hover {
  color: #455A64;
}

.menu-button.active {
  color: #ffffff;
}

.menu-right-button {
  background-color: #FF5252;
  right: 0;
}

.menu-right-button:before {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.menu-right-button:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-right-button.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-button span {
  display: none;
}

/* Menu */
.menu-wrap {
  position: fixed;
  z-index: 999;
  background: #222c35;
  -webkit-transition: max-width 0.3s, max-height 0.3s;
  transition: max-width 0.3s, max-height 0.3s;
  min-width: 0;
  max-height: 0;
  font-size: 1.5em;
  bottom: 1em;
  left: 1em;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.content {
  position: relative;
}

/* .content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
 */
.menu {
  height: 100%;
  opacity: 0;
  font-size: 0.65em;
  color: #64697d;
  text-align: right;
}

.menu ul {
  max-height: calc(100vh - 80px);
  overflow: scroll;
}

.menu .color {
  width: 40px;
  height: 40px;
  margin: 10px;
}

/* Shown menu */
.show-menu-right {
  overflow: hidden;
}

.show-menu .menu-wrap {
  min-width: 60px;
  max-height: 500px;
  -webkit-animation: anim-jelly 0.8s linear forwards;
  animation: anim-jelly 0.8s linear forwards;
  padding-bottom: 50px;
}

.show-menu .menu {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

@media screen and (max-width: 50em) {
  .menu-button, .menu-right-button {
    margin: 0.25em;
  }
  .menu-wrap {
    bottom: 0.25em;
    left: 0.25em;
  }
}

@-webkit-keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.content {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.content.active {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}

.menu-right-button {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.tooltipRight {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  position: fixed;
  bottom: 10px;
  right: 45px;
}

.body-project.show-menu-right .menu-right-button {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}

.body-project.show-menu-right .tooltipRight {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}

.body-project.show-menu-right .overlay {
  opacity: 1;
  width: 100%;
}

.body-project .overlay {
  width: 0;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.menu-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  width: 200px;
  height: 100vh;
  background: #222c35;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  overflow-y: scroll;
}

.menu-right ul {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.menu-right.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-right.active ul {
  opacity: 1;
}

.textBar {
  text-align: center;
  position: absolute;
  text-transform: none;
  text-transform: capitalize;
  letter-spacing: 0px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  vertical-align: middle;
}

.textBar .buttons-container {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.textBar .btn {
  background: #FFF;
  padding: 5px;
  border-radius: 2px;
  vertical-align: middle;
}

.textBar .styled-select {
  margin: 0 2.5px;
  border-radius: 2px;
  vertical-align: middle;
  border-left: 1px solid #f3f3f3;
}

.textBar .pre-select {
  display: inline;
  margin-right: -5.5px;
  margin-left: 2.5px;
  padding: 5px;
  background: #FFF;
  color: #000;
  border-radius: 2px;
  vertical-align: middle;
}

/*------------------------------------- Breakpoints ---------------------------------------*/
/* MEDIAQUERY 768PX
*********************************************************************/
@media all and (min-width: 768px) {
  .btn-icon i {
    display: none;
  }
  .btn-icon span {
    display: inline-block;
  }
  .btn-icon .userName {
    display: inline-block;
  }
  .content.home {
    padding: 40px;
  }
  .menu {
    max-height: 400px;
    overflow: hidden;
  }
  .menu ul {
    overflow: hidden;
    max-height: 400px;
    overflow-y: scroll;
  }
  .menu-button, .menu-right-button {
    bottom: 0;
  }
}

/* MEDIAQUERY 1024PX
*********************************************************************/
@media all and (min-width: 1024px) {
  .dashboard .userContent {
    padding: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-items: space-between;
    -moz-justify-items: space-between;
    -ms-justify-items: space-between;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
  }
  .dashboard .userContent .cont-50 {
    width: 49%;
    float: left;
    display: inline-block;
    margin-bottom: 0;
  }
  .content.active {
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
  .body-project.show-menu-right .menu-right-button {
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
  .body-project.show-menu-right .tooltipRight {
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
  .menu-right {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    width: 300px;
    background: #222c35;
  }
  .project-element-parent .element-tools {
    opacity: 0;
  }
  .project-element-parent:hover > .element-tools {
    opacity: 1;
  }
}

/* MEDIAQUERY 900PX
*********************************************************************/
@media all and (min-width: 1200px) {
  .content.home {
    padding: 10%;
  }
}

/* MEDIAQUERY 900PX
*********************************************************************/

/*# sourceMappingURL=style.css.map */