/*

	Arte - Azul Cyan Boostrap - SASS Plantilla
	Autor: Patagonia InnOvaTion
	version: 0.0.1

*/
/* line 5, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../home/diego/.rvm/gems/ruby-1.9.3-p545/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE - variables y estilos generales */
/* En este lugar van los colores primarios o secundarios, algunos margenes, etc... */
/* COLORES DE FUENTES */
/* COLORES DE BACKGROUND */
/*    violeta #A3069C- Este estaba bueno */
/* Cyan color de logo = #106E52 ------ Otro posible Color #069DA3  */
/* */
/* Utilizacion de Diferentes fuentes */
@font-face {
  font-family: 'AlexBrush';
  src: url("../fonts/AlexBrush-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'KaushanScript';
  src: url("gestareg-webfont.woff") format("woff");
}
/* Es una especie de funcion que recibe un parametro 
   que es el radius, para luego estandarizarlo para los 
   distintos navegadores */
/* $radius : top left, top right, bottom right, bottom left */
/* Funcion que se encarga de realizar los bordes */
/* line 1, ../sass/base/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

/* line 5, ../sass/base/_normalize.scss */
h1 {
  font-size: 24px;
}

/* line 8, ../sass/base/_normalize.scss */
h2 {
  font-size: 22px;
}

/* line 11, ../sass/base/_normalize.scss */
h3 {
  font-size: 18px;
}

/* line 14, ../sass/base/_normalize.scss */
h4 {
  font-size: 16px;
}

/* line 17, ../sass/base/_normalize.scss */
h5 {
  font-size: 12px;
}

/* line 20, ../sass/base/_normalize.scss */
h6 {
  font-size: 10px;
}

/* line 24, ../sass/base/_normalize.scss */
.page-header {
  margin-top: 30px;
}

/* line 28, ../sass/base/_normalize.scss */
.no-pad-top {
  padding-top: 0;
}

/* line 32, ../sass/base/_normalize.scss */
.extra-pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 37, ../sass/base/_normalize.scss */
.top-inner {
  padding: 90px 0 30px 0;
}

/* line 41, ../sass/base/_normalize.scss */
hr.style-separador {
  border: 0;
  height: 1px;
  background: #0066CC;
  background-image: linear-gradient(to right, #ccc, #A3069C, #ccc);
}

/* line 2, ../sass/base/_base.scss */
body {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  color: #666666;
  background: url("../images/img3.jpg") 100% 100% no-repeat white fixed;
  /* background: url('../images/overlay-tela.png')  repeat; */
}

/* line 10, ../sass/base/_base.scss */
a {
  color: #069DA3;
}

/* line 14, ../sass/base/_base.scss */
ul, li {
  list-style: none;
}

/* line 18, ../sass/base/_base.scss */
input, textarea, button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 22, ../sass/base/_base.scss */
img.device {
  width: 100%;
}

/*
img.device-small{
	width: 100%;
	margin-bottom: -34px;
}


@media (min-width: 1200px)
.container {
    width: 100%;
}*/
/* MODULES- componentes individuales */
/* Bloques */
/* line 3, ../sass/modules/_blocks.scss */
.block, .block-primary, .block-secondary, .block-light, .block-dark {
  margin: 0 0 40px 0;
}

/* line 7, ../sass/modules/_blocks.scss */
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: none;
}

/* line 16, ../sass/modules/_blocks.scss */
.block .thumbnail .caption .title, .block-primary .thumbnail .caption .title, .block-secondary .thumbnail .caption .title, .block-light .thumbnail .caption .title, .block-dark .thumbnail .caption .title {
  font: 81px/1em 'AlexBrush';
  margin: 0;
  color: #2e2929;
  margin-bottom: 6px;
}

/* line 24, ../sass/modules/_blocks.scss */
.block .thumbnail .caption .description, .block-primary .thumbnail .caption .description, .block-secondary .thumbnail .caption .description, .block-light .thumbnail .caption .description, .block-dark .thumbnail .caption .description {
  font: 100 34px/1em 'Lato';
  margin: 0;
  color: #2e2929;
  margin-bottom: 19px;
  text-transform: uppercase;
}

/* line 32, ../sass/modules/_blocks.scss */
.block-gallery {
  overflow: hidden;
  padding: 60px 0 0;
  text-align: center;
}
/* line 37, ../sass/modules/_blocks.scss */
.block-gallery figure {
  float: left;
  width: 20%;
}
/* line 41, ../sass/modules/_blocks.scss */
.block-gallery a {
  display: block;
  position: relative;
}
/* line 44, ../sass/modules/_blocks.scss */
.block-gallery a i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/plus.png) 50% 50% no-repeat;
  font-weight: normal;
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 65, ../sass/modules/_blocks.scss */
.block-primary {
  background: #069DA3;
  color: white;
}

/* line 70, ../sass/modules/_blocks.scss */
.block-secondary {
  background: #00FFFF;
  color: white;
}

/* line 75, ../sass/modules/_blocks.scss */
.block-light {
  background: #E0FFFF;
  color: grey;
}

/* line 80, ../sass/modules/_blocks.scss */
.block-dark {
  background: #008B8B;
  color: white;
}

/* line 85, ../sass/modules/_blocks.scss */
.block-center {
  text-align: center;
}

/* line 89, ../sass/modules/_blocks.scss */
.block-image {
  height: 370px;
  background: #b7db8f;
  color: grey;
}
/* line 92, ../sass/modules/_blocks.scss */
.block-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

/* line 100, ../sass/modules/_blocks.scss */
.block-image-a img {
  width: 100%;
}

/* line 104, ../sass/modules/_blocks.scss */
.block-border {
  border: 1px solid #ccc;
}

/* line 108, ../sass/modules/_blocks.scss */
.blockquote, .blockquote-reverse {
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-right: 2px solid #eee;
}

/* line 118, ../sass/modules/_blocks.scss */
.titulo-principal {
  font: 100px/1em 'AlexBrush';
  margin: 0;
  color: #2e2929;
  margin-bottom: 6px;
}

/* line 125, ../sass/modules/_blocks.scss */
.titulo-secundario {
  font: 100 34px/1em 'Lato';
  margin: 0;
  color: #2e2929;
  margin-bottom: 19px;
  text-transform: uppercase;
}

/* Botones */
/* line 4, ../sass/modules/_buttons.scss */
.btn-primary {
  background: rgba(28, 172, 195, 0.8);
  color: white;
  border: 2px solid #ffffff;
}

/* line 9, ../sass/modules/_buttons.scss */
.btn-primary:hover {
  color: black
  border: 2px solid black;
}

/* Estilos de las Secciones */
/* line 5, ../sass/modules/_sections.scss */
.section-gral {
  padding: 100px 0 10px 0;
  text-align: center;
  /*background: url("../images/img3.jpg") 100% 100% no-repeat white fixed;*/
}

.jumbotron {
  background-color: rgba(238, 238, 238, 0.64); 
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 4em;
}