/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

body, html {
  width: 100%;
}
#degree {
  height: 32px;
}
.mobile-center-align {
  text-align: center;
}
.container {
  width: 80%;
  margin: 0 auto;
}
.center-button {
  width: 100%;
}
.full-mobile {
  width: 100%;
}
.ten.columns.full-mobile {
  margin: 0%;
  width: 100%;
}
.five.columns.full-mobile {
  margin: 0%;
  width: 100%;
}
.seven.columns.full-mobile {
  margin: 0%;
  width: 100%;
}
.four.columns.full-mobile {
  margin: 0%;
  width: 100%;
}
.three.columns.full-mobile {
  margin: 0%;
  width: 100%;
}
.two.columns.full-mobile {
  margin: 0%;
  width: 100%;
}
.bordeaux {
  background-color: #890e2c;
}
.white {
  background-color: #FFFFFF;
}
.black {
  background-color: #000000;
}
.grey {
  background-color: #888888;
}
.bordeaux_text {
  color: #890e2c;
}
.white_text {
  color: #FFFFFF;
}
.black_text {
  color: #000000;
}
.grey_text {
  color: #888888;
}
.strong {
  font-weight: 600;
}
.centered_text {
  text-align: center;
}
.module {
  width: auto;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.image_slider {
  margin: 0 auto;
  margin-top: 40px;
}
.last_module {
  width: auto;
  margin: 0 auto;
  padding-top: 5em;
}
.navigation_module {
  background-color: #890e2c;
  width: auto;
  margin: 0 auto;
}
.footer_module {
  background-color: #444444;
  width: auto;
  margin: 0 auto;
  padding-top: 0.30em;
}
.bordeaux_content {
  background-color: #890e2c;
  padding: 1em;
  color: white;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
}
.table_content_1 {
  background-color: #801A36;
  padding: 1em;
  color: white;
  text-align: center;
}
.table_content_2 {
  background-color: #9A1D3B;
  padding: 1em;
  color: white;
  text-align: center;
}
.table_content_3 {
  background-color: #666666;
  padding: 1em;
  color: white;
  text-align: center;
}
.table_content_4 {
  background-color: #888888;
  padding: 1em;
  color: white;
  text-align: center;
}
.content {
  font-weight: 200;
  font-size: 1em;
}
.content_light {
  font-weight: 200;
}
.no_margin {
  margin-left: 0;
  margin-right: 0;
}
.round {
  overflow: hidden;
  width: 150px;
  height: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
}
.centered_dom {
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
.add_margin {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#inicio {
  overflow: hidden;
  position: relative;
  padding-top: 0em;
  height: 100vh;
  background-color: #890e2c;
}
#pilares {
  background-size: cover;
  background-image: url("../img/background_blackboard.jpg");
}
#logo {
  height: 95px;
  min-width: 100px;
  margin: 0.75em;
}
#super-logo {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.super-logo-wrapper {
  width: 100%;
  margin-top: 30vh;
}
.button {
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  opacity: 0.85;
}
a {
  color: white;
  opacity: 0.85;
}
a:hover {
  color: white;
  opacity: 1;
}
#nav_bar {
  height: 66px;
  padding-top: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
p {
  line-height: 175%;
  padding: 5px;
}
.footer_content {
  line-height: 100%;
  padding: 50px;
}

/* SKELETON UPDATE */

.mobile-hidden {
  display: none;
}
.desktop-hidden {
  display: inline;
}

/* ARROW */


/* the important styles */

.arrow-wrap {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: #890e2c;
  margin-top: 10em;
  height: 10em;
  padding: 4em 2em;
  font-size: 0.25em;
}
.arrow {
  position: relative;
  left: 40.5%;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: rotate(360deg)
}
.arrow:after {
  content: '';
  position: absolute;
  top: -3.2em;
  left: -3em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #890e2c transparent transparent transparent;
  -webkit-transform: rotate(360deg)
}
@-webkit-keyframes arrows {
  0% {
    top: 0;
  }
  5% {
    top: 30%;
  }
  15% {
    top: -30%;
  }
  20% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.arrow-wrap .arrow {
  -webkit-animation: arrows 3s 3s infinite;
}
@media (min-width: 1024px) {
  .desktop-nav-button {
    visibility: visible;
  }
  .mobile-hidden {
    display: inline;
  }
  .desktop-hidden {
    display: none;
  }
  .module {
    height: 820px;
    width: auto;
    margin: 0 auto;
    padding-top: 50px;
  }
  .last_module {
    /*height: 880px;*/
    width: auto;
    margin: 0 auto;
    padding-top: 5em;
  }

  textarea{
    min-height: 200px;
  }
  .btn {
    cursor: pointer;
  }
  .navigation_module {
    background-color: #890e2c;
    width: auto;
    margin: 0 auto;
  }
  .footer_module {
    background-color: #444444;
    height: 50px;
    width: auto;
    margin: 0 auto;
    padding-top: 0.30em;
  }
  .bordeaux_content {
    margin-top: 5em;
    margin-left: 3em;
  }
  .table_content_1 {
    background-color: #801A36;
    height: 340px;
    padding: 1em;
    color: white;
    width: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .table_content_2 {
    background-color: #9A1D3B;
    height: 340px;
    padding: 1em;
    color: white;
    width: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .table_content_3 {
    background-color: #666666;
    height: 340px;
    padding: 1em;
    color: white;
    width: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .table_content_4 {
    background-color: #888888;
    height: 340px;
    padding: 1em;
    color: white;
    width: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .content {
    position: absolute;
    top: 5em;
  }
  .ten.columns.full-mobile {
    width: 83.3%;
  }
  .seven.columns.full-mobile {
    width: 58.3%;
  }
  .five.columns.full-mobile {
    width: 41.6%;
  }
  .four.columns.full-mobile {
    width: 33%;
  }
  .three.columns.full-mobile {
    width: 25%;
  }
  .two.columns.full-mobile {
    width: 16.6%;
  }
  #degree {
    height: 64px;
  }
  #perfil {
    padding-right: 20px;
  }
  .mobile-center-align {
    text-align: left;
  }
  #inicio {
    background-color: white;
  }
}
