@charset "UTF-8";

/*------------------------------*/
/*   Aevitas CSS 4 for Promos   */
/*------------------------------*/


/* Body */
body {
	font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
    background-blend-mode: color #e2e2e2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
    width: 100%;
	height: auto;
	max-width: 100%;
	background-size: cover;
	background-position: center center fixed;
    background-repeat: repeat;
    background-attachment: fixed;
	background-image: url("../img/fondo.jpg");
}

html,body {
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
}

p {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
	text-align: justify;
}

p1 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
	text-align: center;
}

p2 {
    color: #B1B1B1;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.2px;
	text-align: justify;
}

.title1 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
}

.container2 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
    text-align: right !important;
}
.alignleft {
    text-align: left !important;
}
.aligncenter {
    text-align: center !important;
    margin-left: -100px;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
    margin-left: auto;
	margin-right: auto;
}
.logo {
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 135px;
}
.logo2 {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-left: 25px;
    margin-right: 135px;
}
nav {
	list-style: none;
	float: center;
	width: 50%;
	text-align: center;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: center;
}
nav ul li {
	/* este float centra el texto por la mitad del boton */
	/* tambien quitamos el bullet del texto */
	float: center;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.2s ease-in;
	list-style: none;
}

ul li a {
	color: #717070 !important;
	text-decoration: none;
}
ul li:hover {
	color: #717070 !important;
}

a:link {
    color: #686868 !important;
}
a:visited {
    color: #686868 !important;
    text-decoration:none;
}
a:active {
    color: #686868 !important;
    text-decoration:none !important;
}
a:hover {
    color: #b2b2b2 !important;
    text-decoration:none !important;
}

/* ----- Button ----- */
.button {
	width: 175px;
	height: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #FFF !important;;
	color: black;
    *text-shadow: 0 1px 0 #FFF;
	transition: all 0.3s linear;
	-moz-box-shadow: 0px 10px 14px -7px #464646;
	-webkit-box-shadow: 0px 10px 14px -7px #464646;
	box-shadow: 0px 10px 14px -7px #464646;
}
.button:hover {
	background-color: #007ebb !important;
	text-color: #fff !important;
	color: #fff !important;
	cursor: pointer;
}
.button ul li:hover a {
	color: #007ebb !important;
}
/* ----- Button Ends ----- */

/* ----- Button II----- */
.button2 {
	width: 175px;
	height: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #FFF;
	color: black;
    *text-shadow: 0 1px 0 #FFF;
	transition: all 0.3s linear;
	-moz-box-shadow: 0px 10px 14px -7px #464646;
	-webkit-box-shadow: 0px 10px 14px -7px #464646;
	box-shadow: 0px 10px 14px -7px #464646;
}
.button2:hover {
	background-color: #007ebb;
	text-color: #fff;
	color: #fff;
	cursor: pointer;
}
.button2 ul li:hover a {
	color: #007ebb;
}
/* ----- Button II Ends ----- */


.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #fff;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #fff;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	/*background-image: url(../images/parallax.png);*/
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #fff;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #fff;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}

.button {
	width: 175px;
	height: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #686868;
	color: black;
    /*text-shadow: 0 1px 0 #FFF;*/
	transition: all 0.3s linear;
	-moz-box-shadow: 0px 10px 14px -7px #464646;
	-webkit-box-shadow: 0px 10px 14px -7px #464646;
	box-shadow: 0px 10px 14px -7px #464646;
}
.button:hover {
	background-color: #fff;
	text-color: #000;
    text-decoration-style: double;
	color: #686868;
	cursor: pointer;
    border: 1px solid #686868;
}

/* Mobile */
@media (max-width: 320px) {
    
    body {
    background-blend-mode: color #e2e2e2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
    width: 100%;
	height: auto;
    background-size: cover;
	background-position: center center fixed;
    background-repeat: repeat;
    background-attachment: fixed;
	background-image: url("../img/fondo.jpg");
    }
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #fff;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

body {
    background-blend-mode: color #e2e2e2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
    width: 100%;
	height: auto;
    background-size: cover;
	background-position: center center fixed;
    background-repeat: repeat;
    background-attachment: fixed;
	background-image: url("../img/fondo.jpg");
    }    
    
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #fff;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

body {
    background-blend-mode: color #e2e2e2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
    width: 100%;
	height: auto;
    background-size: cover;
	background-position: center center fixed;
    background-repeat: repeat;
    background-attachment: fixed;
	background-image: url("../img/fondo.jpg");
    }
    
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}

.derechos {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#888;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.table {
    text-align: left;
    padding-left: 25px;
    width:100%;
    color: #fff;  
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 1px solid;
    color: #363636;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 10px 10px 10px;
}

.social-icon li a:hover {
    background: #007ebb;
    border-color: #fff;
    color: #fff;
    transform: scale(1.1);
}

.color-rosa {
    background-color: #cc0033;
}