
/* Section css */

.section-center__full {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-center__third {
  align-items: center;
  justify-content: center;
}
.section-center__80 {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-center__60 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-center__40 {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-center__line {
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-bg__video {
     position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}


.Title{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.Cuerpo{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.facebookButton{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border: 2px solid white;
  color: white;
  background-color: #005a88;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
}

.facebookButton:hover{
  background-color: white;
  color: black;
  text-decoration: none;
}

.facebookButton:active{
  background-color: orange;
}
.academiaButton{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border: 2px solid gray;
  color: black;
  background-color: #FFF;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
  -webkit-transition: .5s all;
}
.academiaButton:hover{
  background-color: #005a88;
  color: white;
  text-decoration: none;
  border: none;
}
.academiaButton:active{
  background-color: orange;
}
.content{
      position: relative;
      /*top: 32%;*/
      transform: translateY(-50%);
      text-align: center;
    } 

