/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport { width: device-width; };
@-o-viewport { width: device-width; };
@viewport { width: device-width; };
/*========================================== */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  font-family: "Lato", sans-serif;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

li {
  font-family: "Lato", sans-serif;
  list-style: none;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

h2 {
  color: #404243;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}

h3 {
  color: #404243;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  padding-bottom: 20px;
  text-transform: uppercase;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 1.15em;
  font-weight: 300;
  color: #999999;
}

li {
  font-family: "Lato", sans-serif !important;
}

.navbar {
  margin-bottom: 0;
}
.navbar .navbar-brand {
  color: #ff8000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}
.navbar a {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    position: relative;
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    left: 0;
  }
}
@media screen and (max-width: 325px) {
  .navbar-brand {
    font-size: 1.1em !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    float: none;
    position: relative;
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    right: 0;
  }

  .navbar-nav li a {
    font-size: 1.1em;
    line-height: 0.9em;
  }
}
#servicios {
  margin-top: 40px;
}
#servicios .serviciosItem {
  margin: 10px 0 80px 0;
}
#servicios li {
  list-style: circle;
  font-size: 1.1em;
  color: #999999;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #servicios {
    margin-top: 20px;
  }
  #servicios h2 {
    font-size: 1.7em;
  }
  #servicios h3 {
    font-size: 1.7em;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  #servicios .serviciosItem {
    margin: 10px 0 20px 0;
  }
}
#footer {
  background-color: #2c2c2c;
  padding-bottom: 15px;
  padding-top: 2em;
  color: #999999;
}
#footer p {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
#footer a {
  color: #999999;
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
}
#footer #redes {
  margin-bottom: 20px;
}
#footer #redes .facebook {
  width: 40px;
}
#footer #redes .twitter {
  width: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #privacidad {
    text-align: center;
  }
  #privacidad p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #redes {
    margin-top: 20px;
    text-align: center;
  }
}
#comprobantes {
  margin-top: 20px;
  background-color: #f6f6f6;
  padding: 80px 0;
}
#comprobantes p {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2em;
}
#comprobantes a {
  background-color: black;
  border-radius: 25px;
  color: white;
  padding: 0.7em 2em;
  text-transform: uppercase;
}
#comprobantes a:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

@media screen and (max-width: 510px) {
  #comprobantes p {
    font-size: 1.7em;
  }
}
#quienesSomos {
  background-color: #f6f6f6;
  padding: 60px 0 80px 0;
}
#quienesSomos .objetivos {
  margin-top: 80px;
}

@media screen and (max-width: 373px) {
  #quienesSomos h2 {
    font-size: 2em;
  }
}
#links {
  margin: 60px auto 80px auto;
}
#links .logos {
  width: 176px;
  height: auto;
  margin-bottom: 30px;
}
