
.navbar-collapse {
  /*max-height: 400px;*/
  max-height: 100vh;
  overflow-y: auto;
}
/*.megamenu{    

    z-index:10;
    position:fixed;
	z-index:1000;
	top:0;
	width:100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0;
   background: #fff;
}*/




.soytese{
	width: 100%;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}


.soytese:hover{opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 100px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.estilo-letras{
	color: #191C19;
}
.estilo-letras:hover{
	color: #3BAB56;
	text-decoration: none;
}
.imagen-1{
	margin: auto;

}
.correo{
	text-align: center; 
	margin-top: 10px;

}

.img-noti{
	width: 100%;
	height: 300px;
 border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;

}

.img-noti:hover{
	opacity: 0.7;}





.img-der{
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 5px;
 border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	
}



.ico-der{
	width: 30px;
	height: 20px;
	float: left;
	margin-right: 5px;
 border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	
}

.img-der:hover{
	opacity: 0.7;}

}



.texto{
	text-align: justify;
}
.letras{
	font-size: 20px;
}
.borde{
	 border-left: red 5px solid;
}
.letras2{
	font-size: 15px;

}
.div-der{
	margin-top: 30px;
}
.col-xs-3{
	width: 120px;
}


footer {	
height: 50%;
color: white;
padding: 15px;
}

.main1 { 
  display:flex;
  margin:0 auto;
}

a img:hover {
    color: #fff;
}


.face{
    width: 40px;
    border-radius: 5px;


}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top:  300px;
  right: 200px;
  color: #f1f1f1;
  font-size: 70px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}