/*
 * Globals
 */
/* Links */

@font-face {
  font-family: "Montserrat";
  src: url("../scripts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Merriweather";
  src: url("../scripts/Merriweather-Regular.ttf");
}

@font-face {
  font-family: "Merriweather-Light";
  src: url("../scripts/Merriweather-Light.ttf");
}


a,
a:focus,
a:hover {
  color: #fff;
}

ul{
  padding-left: 0px;
}

li {
  font-family: "Merriweather-Light";
  text-transform: uppercase;
  letter-spacing: 1px;
  list-style-type: none;
  padding-bottom: 15px;
}

li:before {
        content: "";
        padding-left: 10px;
    }

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

.espaciado_codigo{
  margin-top: -15px;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
}

body {
  background: black;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 0px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-masthead {
  text-align: center;
  display: block;
}

.nav-masthead .nav-link {
  display: inline-block;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}

.cover-heading {
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 35px;
}

@media (min-width: 768px) {
  .cover-heading {
    font-size: 3rem;
  }
}

.cover-copy {
  font-family: "Montserrat";
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.8);
}

/*
 * Subscribe modal box
 */
#subscribeModal .modal-content {
  background-color: #303546;
  color: #fff;
  text-align: left;
}

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0;
}

#subscribeModal .close {
  color: #fff;
}

#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#subscribeModal .form-control:focus {
  border-color: #49506a;
}

.logo_borja{
  background: url(../img/borja_blanco.svg) no-repeat center center;
  background-size: 400px;
  height: 150px;

}

.logo_correo{
  background: url(../img/correo.svg) no-repeat center center;
  background-size: 30px;
  height: 30px;
  margin-bottom: 5px;

}

.logo_whats{
  background: url(../img/whatsapp.svg) no-repeat center center;
  background-size: 30px;
  height: 30px;
  margin-bottom: 5px;

}

.contenedor_contacto{
  display: flex; 
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 10px;

}

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    /* position: fixed; */
    top: 0;
  }
  .mastfoot {
    /* position: fixed; */
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1200px;
  }
}

@media (max-width: 490px) {
  .contenedor_correo{
    margin-bottom: 20px;
  }

  .espaciado_codigo{
  margin-top: 0px;
}
  }
