/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400italic");
@import url("https://fonts.googleapis.com/css?family=Audiowide");
/* line 5, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/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, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/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, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Users/alejandro/AppData/Local/Temp/Mindscape/WebWorkbench/Ruby193/Ruby193/lib/ruby/gems/1.9.1/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;
}

/*--------------Fonts-------------------*/
@font-face {
  font-family: 'Geosans';
  src: url("../fonts/geosanslight-webfont.ttf"), url("../fonts/geosanslight-webfont.svg"), url("../fonts/geosanslight-webfont.woff"), url("../fonts/geosanslight-webfont.eot"), url("../fonts/geosanslight-webfont.woff2");
}
/*--------------*/
/* line 17, ../sass/screen.scss */
html {
  height: 100%;
}

/* line 20, ../sass/screen.scss */
.ui {
  height: 100%;
}

/* line 23, ../sass/screen.scss */
body {
  background-color: #7abcff;
  font-family: 'Ubuntu', sans-serif;
  height: 100%;
}

/*--------------------------------------------NAV--------------------------------------------*/
/* line 29, ../sass/screen.scss */
.navbar {
  margin-bottom: 0;
  border: none;
}

/* line 33, ../sass/screen.scss */
.navbar-default {
  background-color: rgba(134, 134, 134, 0.4);
}

/* line 36, ../sass/screen.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.5em;
}

/* line 40, ../sass/screen.scss */
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

/* line 43, ../sass/screen.scss */
.navbar-brand {
  padding: 0;
}

/* line 46, ../sass/screen.scss */
.navbar-brand img {
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

/* line 53, ../sass/screen.scss */
.navbar-brand p {
  float: left;
  margin-top: 15px;
  color: #FFF;
  font-family: 'Audiowide', cursive;
}

/* line 59, ../sass/screen.scss */
.navbar-default .navbar-toggle {
  background-color: #cccccc;
}

/* line 62, ../sass/screen.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #9B62A3;
}

/*---------------------------Header---------------------------*/
/* line 70, ../sass/screen.scss */
.font-logo {
  font-family: 'Audiowide', cursive;
  margin: 0;
  font-size: 4em;
  color: #30487B;
  text-shadow: 0px 0px 5px white;
  margin-top: 10px;
}

/* line 78, ../sass/screen.scss */
header {
  height: 80%;
  background: url(../img/back2.jpg) center;
  background-size: cover;
  padding-top: 50px;
}

/* line 85, ../sass/screen.scss */
.description {
  font-size: 3em;
  color: #fff;
  text-shadow: 0px 0px 5px black;
}

/* line 91, ../sass/screen.scss */
.line {
  height: 2px;
  background-color: #30487B;
  width: 75%;
  display: block;
  border: none;
  float: left;
}

/* line 99, ../sass/screen.scss */
header span {
  color: #fff;
  color: #30487B;
  text-shadow: 0px 0px 5px white;
  font-size: 4.5em;
  width: 90%;
}

/* line 106, ../sass/screen.scss */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 128, ../sass/screen.scss */
.frase {
  padding: 28px;
  text-align: center;
  font-size: 2.5em;
  background-color: #30487B;
  color: #fff;
}

/* line 135, ../sass/screen.scss */
.fa-rocket {
  padding: 20px;
  background: #8A4293;
  border-radius: 50%;
}

/* line 140, ../sass/screen.scss */
.fa-magic {
  display: block;
  text-align: center;
  color: #fff;
}

/*---------------------------------------Containt--------------------------------*/
/* line 146, ../sass/screen.scss */
.home-services .col-md-4 {
  min-height: 500px;
  max-height: 600px;
}

/* line 150, ../sass/screen.scss */
.home-services .col-md-4:nth-child(1) {
  background-color: #cee0f4;
}

/* line 153, ../sass/screen.scss */
.home-services .col-md-4:nth-child(2) {
  background-color: #eebe8c;
}

/* line 156, ../sass/screen.scss */
.home-services .col-md-4:nth-child(3) {
  background-color: #c9d9a6;
}

/* line 159, ../sass/screen.scss */
.home-services .col-md-4 h2 {
  font-family: 'Geosans';
  font-size: 3.5em;
  margin: 0;
  padding: 10px;
}

/* line 165, ../sass/screen.scss */
.home-services .col-md-4 img {
  max-width: 200px;
  display: block;
  margin: 20px auto;
  max-height: 200px;
}

/* line 172, ../sass/screen.scss */
.home-services .col-md-4 p {
  font-size: 1.1em;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  font-weight: 100;
}

/* line 180, ../sass/screen.scss */
.img-des1 {
  text-align: center;
  font-size: 3em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
}

/* line 192, ../sass/screen.scss */
.img-des2 {
  text-align: center;
  font-size: 3em;
  margin: 0;
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  width: 100%;
  display: block;
  left: 0;
}

/* line 204, ../sass/screen.scss */
.img-example {
  display: block;
  margin: auto;
}

/* line 209, ../sass/screen.scss */
.sub-footer article.col-md-12 {
  background-color: #B9DED0;
  padding: 25px 0px;
}

/* line 213, ../sass/screen.scss */
.sub-footer article h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2em;
  margin: 15px 0;
}

/* line 220, ../sass/screen.scss */
.social-icon {
  float: left;
}

/* line 223, ../sass/screen.scss */
.social div {
  max-width: 256px;
  margin: auto;
  padding: 20px 0;
}

/*--------------------------------------footer-------------------------------*/
/* line 232, ../sass/screen.scss */
footer {
  background-color: #E0CBAA;
  padding: 25px 0;
}

/* line 236, ../sass/screen.scss */
footer p {
  display: block;
  font-size: 1.3em;
  text-align: center;
}

/* line 242, ../sass/screen.scss */
footer span {
  display: block;
  font-size: 1.3em;
  text-align: center;
}

/* line 249, ../sass/screen.scss */
.button_container {
  display: none;
}

/*--------------------------About---------------------------------------------*/
/* line 253, ../sass/screen.scss */
.about {
  background-color: #fff;
}

/* line 256, ../sass/screen.scss */
.title-art {
  font-size: 27px;
  font-weight: bold;
  margin: 15px 0;
}

/* line 261, ../sass/screen.scss */
.section-title {
  font-size: 35px;
  font-weight: bold;
  color: #5E889E;
  padding-bottom: 5px;
}

/* line 268, ../sass/screen.scss */
.head-about {
  padding-top: 60px;
}

/* line 272, ../sass/screen.scss */
.section-vision p {
  margin-top: 15px;
  padding-bottom: 40px;
}

/* line 277, ../sass/screen.scss */
.section-valores {
  margin-bottom: 25px;
}

/* line 280, ../sass/screen.scss */
.img-vision {
  max-width: 75%;
  margin: auto;
}

/* line 284, ../sass/screen.scss */
.img-valor {
  display: block;
  margin: auto;
}

/* line 288, ../sass/screen.scss */
.center-block1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 293, ../sass/screen.scss */
.center-block {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*------------------------------contact-modal--------------*/
/* line 303, ../sass/screen.scss */
.contact-form .content-input label {
  margin-bottom: 5px;
}
/* line 306, ../sass/screen.scss */
.contact-form .content-input input {
  border: none;
  box-shadow: none;
  border-bottom: 2px #30487B solid;
  border-radius: 0;
  padding: 0;
}
/* line 312, ../sass/screen.scss */
.contact-form .content-input input:focus {
  box-shadow: none;
}
/* line 316, ../sass/screen.scss */
.contact-form .content-input textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  border-bottom: 2px #30487B solid;
}
/* line 322, ../sass/screen.scss */
.contact-form .content-input textarea:focus {
  box-shadow: none;
}

/* line 329, ../sass/screen.scss */
.modal-header {
  background-color: #30487B;
  color: white;
}
/* line 332, ../sass/screen.scss */
.modal-header h2 {
  font-size: 2.5em;
}
/* line 335, ../sass/screen.scss */
.modal-header .close {
  color: white;
}

/* line 339, ../sass/screen.scss */
.modal-footer {
  background-color: #30487B;
  color: white;
}

/*......................service.....................*/
/* line 344, ../sass/screen.scss */
.services {
  padding-bottom: 40px;
  background-color: white;
}
/* line 345, ../sass/screen.scss */
.services strong {
  font-weight: bold;
}
/* line 348, ../sass/screen.scss */
.services p {
  margin: 10px 0;
}

/*------------------------------helper--------------*/
/* line 355, ../sass/screen.scss */
.line-normal {
  height: 4px;
  color: #5E889E;
  width: 100%;
  margin: 15px 0;
  display: inline-block;
}

/* line 362, ../sass/screen.scss */
.bold {
  font-weight: bold;
}

/* line 365, ../sass/screen.scss */
.pb20 {
  padding-bottom: 20px;
}

/* line 368, ../sass/screen.scss */
.bb {
  border-bottom: solid 1px #5E889E;
}

/* line 371, ../sass/screen.scss */
.padd {
  padding: 5px;
}
/* line 373, ../sass/screen.scss */
.padd img {
  margin: 5px;
}

/* line 377, ../sass/screen.scss */
.marginall {
  margin: 20px auto;
}

/*-------Media queries-------------*/
@media (max-width: 500px) {
  /* line 383, ../sass/screen.scss */
  header {
    height: 650px;
  }

  /* line 386, ../sass/screen.scss */
  .img-des2, .img-des1 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  /* line 391, ../sass/screen.scss */
  header span {
    font-size: 3.5em;
  }

  /* line 394, ../sass/screen.scss */
  .navbar-default {
    display: none;
  }

  /* line 397, ../sass/screen.scss */
  .button_container {
    display: block;
  }

  /* line 400, ../sass/screen.scss */
  .font-logo {
    font-size: 2.9em;
    margin-top: 0;
  }

  /* line 404, ../sass/screen.scss */
  .description {
    font-size: 2.5em;
  }
}
