body{

    background: url(../img/marco1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    visibility: hidden;
}
html, body {
         background-color: #3c3c3c;
        color: #636b6f;
        /*font-family: 'Nunito', sans-serif;*/
        height: 100vh;
}
html{
  background: #3c3c3c;
}
.slide_title{
  color: white;
  font-family: fantasy;
  font-size:30px;
  text-decoration: none;
}
.slide_content{
  color: white;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  opacity: 0.6;
}

.full-height {
  height: 100%;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.slogan{
        font-size:100%;
        letter-spacing: .2rem;
}
.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 1%;
  top: 3%;
}
.content {
  text-align: center;
}
.title {
  font-size: 84px;
}
.links > a {
  padding: 0 2%;
  font-size: 90%;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.links{
  margin-top: 5%;
  height: 100%;
}
.links_options > a{
  padding: 0 35px;
  font-size: 90%;
  letter-spacing: .2rem;
  text-decoration: none;
  text-transform: uppercase;

  transition-property: none;
  transition-duration: 0s;
}
.m-b-md {
  margin-bottom: 30px;
}

.img{
  position: absolute;
  width: 100%;
  height: 700px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.slogan{
  color: white;
  text-align: center;
}
.dropdown-menu{
  background-color: #2f3640;
}
.dropdown-item{
  color: white;
}
.dropdown-item:hover{
  background-color: #B19A21;
  color: white;
  border-radius: 5px;
}


@media screen and (max-width:850px){
  body{
    background: url(../img/marcoSustituto1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
  }
  .logo{
    width:250px;
    height:150px;
  }
  .slogan{
    font-size:70%;
    letter-spacing: 0rem;
  }
  .links > a{
    font-size:70%;
    padding: 0 5px;
  }
  .links_options > a{
    padding: 0 25px;
    font-size: 90%;
    letter-spacing: .2rem;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media screen and (max-width:370px){
  .logo{
    width:150px;
    height:80px;
  }
  .links_options > a{
    padding: 0 20px;
    font-size: 80%;
    letter-spacing: .2rem;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.division{
  height: 3px;
  background-color: #B19A21;
}
.division_terminado{
  height: 3px;
  background-color: #B19A21;
}
.division_cancelado{
  height: 3px;
  background-color: #B19A21;
}
.division_postulatoria{
  height: 3px;
  background-color: #B19A21;
}
.division_proceso{
  height: 3px;
  background-color: #B19A21;
}


.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: black;
    background-color: white;
}
.dropdown-toggle{
  color: white;
  background: #00000000;
  border: none;
  border-radius: 15px;
}
.dropdown-toggle:hover{
  color: black;
  background-color: white;
  cursor: pointer;
  border-radius: 15px;
}
#apk{
  color: white;
  background: #00000000;
  border: none;
  border-radius: 15px;
}
#apk:hover{
  color: black;
  background-color: white;
  cursor: pointer;
  border-radius: 15px;
}
.options:hover {
  color: black;
  background-color: white;
  cursor: pointer;
  border-radius: 15px;
}
.options{
  color: white;
}



#welcome{
  visibility: hidden;
}




/*footer*/
.footer {
  background-color: #2f3640;
  color: #f4f4f4;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer .footer-logo h3 {
  color: #f4f4f4;
  opacity: 0.6;
}

.footer .footer-logo img {
  width: 140px;
  margin-bottom: 28px;
}

.footer .footer-info h3 {
  color: #f4f4f4;
  margin: 8px 4px;
  
}
   

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.h3, h3 {
  font-size: 1rem;
}
p{
  margin-bottom: 0%;
  font-weight: bold;
}
.footer-info p{
  opacity: 0.5;
}


@media (max-width: 930px) and (min-width: 501px) {
  .footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {    
  .footer {
    grid-template-columns: 1fr;
  }
}

