html {
  position: relative;
}

html, body {
  min-height: 100%;
}

body {
  padding-bottom: 120px;
}

.full {
  height: 100vh;
  width: 100%;
  position: relative;
  background-image: url(../../assets/img/jumbo2.jpg);
  background-position: center;
  background-size: cover;
}

div.arrow-down {
  bottom: 0;
  position: absolute;
  width: 100%;
}

div.arrow-down > p {
  margin: 0;
}

@media (max-width:1024px) {
  div.arrow-down > p {
    padding-bottom: 5vh;
  }
}

div.arrow-down > p a {
  padding: 13px;
  color: #fff !important;
  font-size: 80px;
  font-weight: 600;
  transition: color 0.2s;
}

div.arrow-down > p a:hover {
  color: #000080 !important;
  transition: color 0.2s;
}

@media (max-width:1024px) {
  div.arrow-down > p a {
    padding-bottom: 7vh;
  }
}

.back-column > p {
  margin: 0 auto;
  line-height: 75px;
  font-size: 30px;
  color: #999;
  height: 75px;
  max-width: 300px;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: all 0.2s, max-width 0.4s;
}

.back-column > p:active, .back-column > p:focus, .back-column > p:hover {
  color: #6600ff;
  max-width: 600px;
  background-color: #d9d9d9;
  transition: all 0.2s, max-width 0.4s;
}

div.structure {
  padding: 30px 0 50px;
}

a {
  outline: none !important;
}

.wrapper-curriculum {
  display: flex;
  align-items: center;
}

@media (max-width:1024px) {
  .wrapper-curriculum {
    flex-wrap: wrap;
  }
}

.wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}

.wrapper-invertido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

img.curriculum {
  margin: 0 auto;
  width: 350px;
  box-shadow: 2px 2px 8px 2px #bfbfbf;
  border-radius: 5px;
}

@media (max-width:1024px) {
  img.curriculum {
    margin-bottom: 50px;
  }
}

@media (min-width:1025px) {
  .wrap.left {
    margin: 0;
    padding-right: 25px;
  }
}

@media (min-width:1025px) {
  .wrap.right {
    margin: 0;
    padding-left: 25px;
  }
}

@media (max-width:1024px) {
  .wrap {
    margin: 0 auto;
    flex: 0 0 75%;
  }
}

@media (max-width:767px) {
  .wrap {
    margin: 0 auto;
    flex: 0 0 100%;
  }
}

.forzar-scroll {
  overflow-y: scroll;
}

.divscroll {
  z-index: -5000;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -55px;
}

h1.text-center {
  font-family: 'Merienda',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 20px;
}

h2.text-center {
  font-family: 'Merienda',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

footer {
  padding: 30px 15px;
  background-color: #303050;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 120px;
  right: 0;
  bottom: 0;
  left: 0;
}

footer p {
  color: #fff;
  margin: 0;
  opacity: 0.8;
}

footer p a {
  opacity: 1;
  color: #fff !important;
  font-weight: bold;
}

.intro p, .serie-head p {
  font-family: 'Delius Swash Caps';
}

.structure.secondary {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 20px 20px #f2f2f2;
}

.form-control {
  border-radius: 0;
}

