.img-proximas {
  width: 100%;
  max-height: 500px;
  
}
.logo-enlace{
  margin-left: -10px;
 }
 

.header_proximas {
  background-color: #6b8941;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 36px;
  font-style: italic;
  color: white;
  justify-content: center;
  font-weight: 300;
  line-height: 3;
  
}

.titulo-izquierda {
  font-size: 32px;
  text-align: left;
  margin-left: 10%;
  vertical-align: middle;
  font-weight: 700;
  line-height: 2;
}

.titulo-topo-izquierda {
  font-size: 26px;
  text-align: left;
  margin-left: 15%;
  vertical-align: middle;
  list-style: none;
  line-height: 2;
}


.titulo-derecha {
  font-size: 32px;
  text-align: right;
  margin-right: 10%;
  vertical-align: middle;
  font-weight: 700;
  line-height: 2;
}
.titulo-topo-derecha {
  font-size: 26px;
  text-align: right;
  margin-right: 15%;
  vertical-align: middle;
  list-style: none;
  line-height: 2;
}


@media only screen
and (min-width: 320px)
and (max-width: 810px)
and (min-device-width: 320px)
and (max-device-width: 810px)
{

  .titulo-izquierda  {
    font-size: 18px;
     margin-left: 3%;
    
  }
   .titulo-derecha  {
    font-size: 18px;
    margin-right:3%;
    
  }
  
   .titulo-topo-izquierda {
    font-size: 16px;
     margin-left: 1%;
     
  }
 

 .titulo-topo-derecha {
    font-size: 16px;
     margin-right:3%;
  }
 .logo-enlace{
  width:40%;
 }


}



.reveal {
  position: relative;
  opacity: 0;
 
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
.active.fade-top {
  animation: fade-top 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


@media (min-width: 0px) {
  .text-ubicacion-iconos {
    font-size: 12px;
  }
}

@media (min-width: 200px) {
  .text-ubicacion-iconos {
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  .text-ubicacion-iconos {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .text-ubicacion-iconos {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .text-ubicacion-iconos {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .text-ubicacion-iconos {
    font-size: 25px;
  }
}

@media (min-width: 0px) {
  .title-page {
    font-size: 70px;
  }

  .subtitle-page {
    font-size: 22px;
  }

  .div-line-header {
    position: absolute;
    bottom: 0;
    right: 0;

  }

  .titulo_header_proximas {
    font-size: large;
  }
}

@media (min-width: 200px) {
  .title-page {
    font-size: 70px;
  }

  .subtitle-page {
    font-size: 22px;
  }

  .div-line-header {
    position: absolute;
    bottom: 0;
    right: 0;

  }

  .titulo_header_proximas {
    font-size: x-large;
  }
}

@media (min-width: 576px) {
  .title-page {
    font-size: 70px;
  }

  .subtitle-page {
    font-size: 30px;
  }

  .div-line-header {
    position: absolute;
    bottom: 0;
    right: 0;

  }

  .titulo_header_proximas {
    font-size: xx-large;
  }
}

@media (min-width: 768px) {
  .title-page {
    font-size: 90px;
  }

  .subtitle-page {
    font-size: 50px;
  }

  .div-line-header {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
  }

  .titulo_header_proximas {
    font-size: xx-large;
  }
}

@media (min-width: 992px) {
  .title-page {
    font-size: 90px;
  }

  .subtitle-page {
    font-size: 50px;
  }

  .div-line-header {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
  }

  .titulo_header_proximas {
    font-size: xx-large;
  }
}

@media (min-width: 1200px) {
  .title-page {
    font-size: 90px;
  }

  .subtitle-page {
    font-size: 50px;
  }

  .div-line-header {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
  }

  .titulo_header_proximas {
    font-size: xx-large;
  }
}


