@charset "UTF-8";
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

  html, body, div, span, applet, object, iframe, 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-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  img { border: 0; max-width: 100%; }
  
  br { display: block; line-height: 1.6em; } 
  
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
  ol, ul { list-style: none; }

body {
  margin: 0;
  background-color: #333f48;

  background-image:url("../img/bg-partners1.jpg");
  background-size: cover;
  width:100%;
  height:auto;
  padding: 90px 0;
  display:flex;
  justify-content:center;
  align-items:center;
  font-family: "Roboto", sans-serif;

   /* Image is centered vertically and horizontally at all times */
   background-position: center center;
  
   /* Image doesn't repeat */
   background-repeat: no-repeat;
   
   /* Makes the image fixed in the viewport so that it doesn't move when 
      the content height is greater than the image height */
   background-attachment: fixed;
   
   /* This is what makes the background image rescale based on its container's size */
   background-size: cover;
   
   /* Pick a solid background color that will be displayed while the background image is loading */
   background-color:#464646;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


.carrusel {
  display: block; 
  max-width: 830px; 
  min-width: 300px; 
  margin: 0 auto; 
  padding: 2px 3px;
}

header {
  width:100%;
  height:90px;
  background:#333f48;
  position:absolute;
  top:0;
  left: 0;
  z-index:1;
}
header figure img {
  width: 125px;
  margin-top: 15px;
  margin-left: 20px;
}

#intro {
  width:100%;
  height:auto;
  padding: 60px 0;
  min-height:200px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-family: "Roboto", sans-serif;

}

#intro div {
  width: 40%;
  background-color: rgba(0, 0, 0, .5) !important;
  visibility: visible;
  height: auto;
  padding: 15px 20px;
  max-width: 420px;
}

h1 {
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  margin: 14px 0px;
  font-weight: 500;
  position:relative;
}

#intro p {
  color: #fff;
  font-size: 1.2em;
  position: relative;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  line-height: 22px;
}

#intro p a {
  color: #fff;
  background-color: #79c000;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  position:relative;
}

@media screen and (max-width: 768px) {
  body {
    background-image:url("../img/bg-partners1-movil.jpg");
  }
  #intro div {
    width: 85%;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 1.8em;
  }
  #intro p a {
    font-size: 1.1em;
  }
}