@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Roboto+Condensed:300,400,700');

h1, h2, h3, h4, h5{font-family: 'Roboto Condensed', sans-serif;}

h1{font-weight: 700;}

p{font-family: 'Didact Gothic', sans-serif; font-size: 18px; line-height: 38px;margin-top: 2em;}

.home{position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;padding-left:0px;
    padding-right: 0px;
}

.home img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 800;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-hero__scroll {
    position: absolute;
    bottom: 3%;
    left: 50%;
    z-index: 1400;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    color: #fff;
    border: solid 2px #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.modal{z-index: 3000000;}
.home-hero__outer {
    position: absolute;
    bottom: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 900;
}

.home-hero__content {
    color: #fff;
    text-shadow: 3px 2px 0px rgba(0,0,0,0.5);
    text-align: center;
    text-transform: uppercase;
}

.home-hero .title {
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 105px;
    line-height: 1;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
  
}

.dropdown{z-index: 3000;
position: fixed;}

.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent!important;
    /* border-color: #adadad; */
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: transparent;
    background-image: -o-linear-gradient(top,transparent 0,transparent 0%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(trasnparent));
    background-image: linear-gradient(to bottom,transparent 0,transparent 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: transparent;
    border-color: transparent;
}
.dropdown-toggle::after {
    display:none!important;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #c1a2ae!important;
    z-index: 10000!important;
    display: none;
    float: left;
    color: white!important;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white!important;
    white-space: nowrap;
}

.btn .caret {
    margin-left: 0;
    display: none;
}
.btn-default {margin-top: 2em;
  margin-left: 3em;
    color: white;
    background-color: #e3d192!important;
    border-color: transparent;
      border-radius: 90px!important;}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    color:white!important;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#titulo-interna{background-color:#8fad9b;position: absolute;bottom: 0;z-index: 1000;color: white}

.texto-interno{max-width: 900px;margin-top: 3em;}

.texto-interno img{
    width: 500px;
    float: left;
    margin-left: -4em;
    margin-right: 2em;}

 #boton1{height: 500px;background-color:#c1a2ae}

  #boton2{height: 500px;background-color:#8fad9b}

  #boton3{height: 500px;background-color:#e3d192}


 #boton1-a{height: 600px;background-image: url(img/rector.png); background-size: cover; color: white}

  #boton2-a{height: 600px;background-image: url(img/romero.png); background-size: cover; color: white}

  #boton3-a{height: 600px;background-image: url(img/fernandez.png); background-size: cover; color: white}

 #boton4-a{height: 600px;background-image: url(img/galera.png); background-size: cover; color: white}

  #boton5-a{height: 600px;background-image: url(img/galarcio.png); background-size: cover; color: white}

  #boton6-a{height: 600px;background-image: url(img/serna.png); background-size: cover; color: white}

 .botones{margin-top: 3em;width: 100%;}

  .botones-audio{margin-top: 3em;width: 100%;}

 .titulos{position: absolute;top: 20%;text-align: center;margin:20px;}

 .titulos2{position: absolute;bottom: 10%;text-align: center; width: 100%;}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 3000000!important;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  opacity: 1!important;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.column{width: 100%!important;}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#deci-4{margin-left: 29.33333333%;}
@media only screen and (max-width: 700px){

.texto-interno img {
    width: 100%;
    margin-left:0em; */
    margin-right: 0em; */
}

#deci-4{margin-left:0%}