/*
@media(max-width: $screen-xs-max){}
@media (min-width: $screen-sm-min) {}
@media (min-width: $screen-md-min) {}
@media (min-width: $screen-lg-min) {}
*/
@font-face {
  font-family: 'Montserrat-med';
  src: url("/fonts/Montserrat-Medium.eot");
  src: url("/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg"), url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff") format("woff"), url("/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-lt';
  src: url("/fonts/Montserrat-Light.eot");
  src: url("/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Light.svg#Montserrat-Light") format("svg"), url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff") format("woff"), url("/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Book';
  src: url("/fonts/GothamBook.eot");
  src: url("/fonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamBook.woff2") format("woff2"), url("/fonts/GothamBook.woff") format("woff"), url("/fonts/GothamBook.ttf") format("truetype"), url("/fonts/GothamBook.svg#GothamBook") format("svg");
  font-weight: 600;
  font-style: normal; }
.contacto-titulos h1 {
  font-size: 26px;
  font-family: 'Montserrat-med'; }

.contacto-titulos p {
  font-size: 18px;
  font-family: 'Montserrat-lt'; }

.enviar-boton-div button {
  font-size: 15px;
  font-family: 'Montserrat-med'; }

.contacto-titulos ul li {
  font-size: 15px;
  font-family: 'Montserrat-lt'; }

.pantalla-completa {
  position: relative; }

.logo-footer {
  opacity: 1; }

.contacto-titulos {
  margin-top: 100px;
  margin-bottom: 50px; }
  .contacto-titulos h1 {
    margin-bottom: 20px; }
  .contacto-titulos p {
    max-width: 700px;
    margin: auto; }
  .contacto-titulos ul {
    max-width: 700px;
    margin: auto;
    margin-top: 20px; }

body {
  background-color: #005DC6;
  color: white; }

.enviar-boton-div {
  margin-bottom: 100px; }
  .enviar-boton-div button {
    padding: 10px 20px;
    width: 200px;
    background: white;
    color: black;
    border: none;
    border-radius: 20px; }
    .enviar-boton-div button:focus {
      outline: none;
      border: none; }
    .enviar-boton-div button:hover {
      color: #005DC6; }
    .enviar-boton-div button:active {
      transform: translateY(2px); }

/*# sourceMappingURL=contacto.css.map */
