@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Scheherazade&subset=latin,arabic);
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
*:focus {
  outline: 0;
  outline: none;
}
a {
  outline: none;
}
a:hover,
a:link,
a:visited,
a:link {
  outline: none;
  border: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.correct-fix {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  -webkit-transform: translate3D(0, 0, 0);
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
}
/* Mixin */
.font-smoothing {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  font-smooth: auto;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity .5s ease-out, -webkit-opacity .5s ease-out, height .4s ease-out;
  -moz-transition: opacity .5s ease-out, -webkit-opacity .5s ease-out, height .4s ease-out;
  /* Firefox 4 */
  -webkit-transition: opacity .5s ease-out, -webkit-opacity .5s ease-out, height .4s ease-out;
  /* Safari and Chrome */
  -o-transition: opacity .5s ease-out, -webkit-opacity .5s ease-out, height .4s ease-out;
  /* Opera */
}
html .not-loaded,
body .not-loaded {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.arabic {
  font-family: 'Scheherazade', serif;
  vertical-align: bottom;
}
#svg {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  margin-top: 120px;
  z-index: 5;
}
@media only screen and (max-device-width: 756px) {
  #svg {
    margin-top: 200px;
  }
}
#bgImages {
  display: none;
  position: absolute;
  top: 0;
  left: 9999999px;
  width: 0;
  height: 0;
}
#slideshows {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
#slideshows #sombra {
  position: absolute;
  display: block;
  width: 100%;
  height: 1000px;
  min-height: 300%;
  top: 0;
  left: 0;
  margin-top: -400px;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 0px 500px 200px #000000;
  -moz-box-shadow: inset 0px 0px 500px 200px #000000;
  box-shadow: inset 0px 0px 500px 200px #000000;
  z-index: 500;
}
#slideshows #titulos {
  position: absolute !important;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 25px;
  background: #232323;
  color: #919191;
  font-size: 36px;
  border: solid #919191 1px;
  border-left: none;
  border-right: none;
  overflow: hidden;
  height: 55px;
  white-space: nowrap;
}
@media only screen and (max-device-width: 756px) {
  #slideshows #titulos {
    top: 35px;
    font-size: 56px;
    height: 100px;
  }
}
#slideshows #titulos div {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 3px 60px 0;
}
#slideshows #logos {
  position: absolute !important;
  width: 100%;
  margin: 0;
  padding: 0;
  top: auto !important;
  bottom: 0px !important;
  background: #232323;
  overflow: hidden;
  height: 90px;
  white-space: nowrap;
}
@media only screen and (max-device-width: 756px) {
  #slideshows #logos {
    height: 180px;
  }
}
#slideshows #logos img {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  margin: 5px 10px 0;
}
@media only screen and (max-device-width: 756px) {
  #slideshows #logos img {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    margin: 50px 80px 0;
  }
}
.logo {
  width: 140px;
  /*background: url(../img/logo.svg);
  background-size: 140px 57px;
  background-position: center center;
  background-repeat: no-repeat;*/
  position: relative;
  display: inline-block;
}
@media only screen and (max-device-width: 756px) {
  .logo {
    width: 240px;
  }
}
#sharers-container {
  position: absolute;
  width: 100%;
  bottom: 75px;
  height: 100px;
  z-index: 10;
}
@media only screen and (max-device-width: 756px) {
  #sharers-container {
    bottom: 150px;
    height: 200px;
  }
}
#sharers-container #sharers {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#sharers-container #sharers a,
#sharers-container #sharers .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
#sharers-container #sharers a {
  background-position: center center;
  color: #919191;
}
#sharers-container #sharers a svg {
  width: 100%;
  height: 100%;
  transition: fill .5s ease-out, stroke .5s ease-out;
  -moz-transition: fill .5s ease-out, stroke .5s ease-out;
  /* Firefox 4 */
  -webkit-transition: fill .5s ease-out, stroke .5s ease-out;
  /* Safari and Chrome */
  -o-transition: fill .5s ease-out, stroke .5s ease-out;
  /* Opera */
}
#sharers-container #sharers a svg path.gris {
  fill: #919191;
}
#sharers-container #sharers a svg path.grisLine,
#sharers-container #sharers a svg line.grisLine,
#sharers-container #sharers a svg polyline.grisLine,
#sharers-container #sharers a svg circle.grisLine {
  stroke: #919191;
}
#sharers-container #sharers a:hover,
#sharers-container #sharers a:link,
#sharers-container #sharers a:visited,
#sharers-container #sharers a:link {
  color: #919191;
  border: none;
}
#sharers-container #sharers a#instagram-bt {
  width: 42px;
  /*background: url(../img/icon-instagram.svg);
        background-size: 42px 57px;*/
}
@media only screen and (max-device-width: 756px) {
  #sharers-container #sharers a#instagram-bt {
    width: 84px;
  }
}
#sharers-container #sharers a#instagram-bt:hover svg path.gris {
  fill: #ffffff;
}
#sharers-container #sharers a#instagram-bt:hover svg path.grisLine,
#sharers-container #sharers a#instagram-bt:hover svg line.grisLine,
#sharers-container #sharers a#instagram-bt:hover svg polyline.grisLine,
#sharers-container #sharers a#instagram-bt:hover svg circle.grisLine {
  stroke: #ffffff;
}
#sharers-container #sharers a#about-bt {
  width: 41px;
  /*background: url(../img/icon-info.svg);
        background-size: 41px 57px;*/
}
@media only screen and (max-device-width: 756px) {
  #sharers-container #sharers a#about-bt {
    width: 82px;
  }
}
#sharers-container #sharers a#contact-bt {
  width: 68px;
  /*background: url(../img/icon-contact.svg);
        background-size: 68px 57px;*/
}
@media only screen and (max-device-width: 756px) {
  #sharers-container #sharers a#contact-bt {
    width: 136px;
  }
}
/*.no-svg{
  .logo{
    background-image: url(../img/logo.png);
  }
  #instagram-bt{
    background: url(../img/icon-instagram.png);
  }
  #about-bt{
    background: url(../img/icon-info.png);
  }
  #contact-bt{
    background: url(../img/icon-contact.png);
  }
}*/
.modal {
  position: relative;
  padding: 40px;
  width: auto;
  max-width: 950px;
  margin: 20px auto;
  font-size: 22px;
  color: #919191;
  background-color: #000000;
  border: solid #232323 1px;
  box-shadow: 0px 0px 130px rgba(145, 145, 145, 0.3);
}
@media only screen and (max-device-width: 756px) {
  .modal {
    font-size: 42px;
  }
}
.modal#about {
  text-align: center;
}
.modal#about #textes .numero {
  font-size: .9em;
}
.modal#about #textes .tm {
  font-size: .55em;
  vertical-align: super;
}
.modal#about .logo {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
}
.modal#contact {
  padding: 0;
  min-height: 300px;
  max-width: 650px;
}
@media only screen and (max-device-width: 756px) {
  .modal#contact {
    min-height: 600px;
    max-width: 850px;
  }
}
.modal#contact .col {
  width: 50%;
  height: 100%;
  min-height: 400px;
  text-align: center;
}
@media only screen and (max-device-width: 756px) {
  .modal#contact .col {
    width: 100%;
  }
}
.modal#contact .col#col-esq {
  clear: right;
  float: left;
  padding-top: 120px;
}
@media only screen and (max-device-width: 756px) {
  .modal#contact .col#col-esq {
    display: none;
  }
}
.modal#contact .col#col-drt {
  float: left;
  padding-top: 40px;
}
@media only screen and (max-device-width: 756px) {
  .modal#contact .col#col-drt {
    font-size: 1.2em;
  }
}
.modal#contact .col#col-drt a {
  color: #919191;
}
.modal#contact .col#col-drt a:hover,
.modal#contact .col#col-drt a:active {
  color: #ffffff;
  border: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #f00;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
