body {
    font-weight: 500;
    position: relative;
}

.list-group{
    position: sticky; 
    top: 15px;
}

a{
	font-size: 16px;
}
.proyectos{
    color: rgb(34, 40, 65);
    
}
#idioma{
    font-size: 16px;
    color: #212529;
}
#flag{
    width: 41.5px;
}

/* Barra de navegacion de proyecto para que sea igual al resto */

.navbar{
    padding: 0.5rem !important;
    border-radius: 0;
}

.navbar-toggler{
    padding: .25rem .99rem;
}

.navbar-toggler-icon{
    width: 1.60rem;
    height: 2.40rem;
}
.navbar{
    min-height: 0px !important;
    margin-bottom:0;
}

.navbar-nav>li>a{
    padding: 8px;
}
.navbar{
    display: flex !important;
    justify-content: center !important;
}

#indice{
    align-content: flex-start;
    flex-direction: column; 
    justify-content: left;
    
}
li{
    list-style: none;
   
}
li a{
    text-decoration: none;
    color: rgba(45, 54, 102, 0.911);

}

/*---boton de noticias/news---*/
#blog{
    padding: .4rem 1.5rem !important;
    margin-top: 2px;
}

/* carousel */
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 5px auto 60px;
	padding: 0 80px;
}
.carousel .item {
    text-align: center;
	overflow: hidden;
}
.carousel .item p {
	font-size: 1.45rem;
}
.carousel .item img {
	max-width: 100%;
	display: inline-block;
}
.carousel .item .btn {
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #a177ff;
	padding: 6px 15px;
	margin-top: 5px;
}
.carousel .item .btn:hover {
	background: #8c5bff;
}
.carousel .item .btn i {
	font-size: 14px;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
	margin: 5px;
	text-align: left;
    background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1); 
	 
}
.carousel .thumb-content {
	padding: 15px;
	font-size: 13px;	 

}
.carousel .carousel-control {
	height: 44px;
	width: 44px;
	background: none;	
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
}
.carousel .carousel-control.left i {
	margin-left: -3px;
}
.carousel .carousel-control.right i {
	margin-right: -3px;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	border-color: transparent;
}
.carousel-indicators li {	
	background: #ababab;
}
.carousel-indicators li.active {	
	background: #555;
}

.item{
    display: flex;
    justify-content: center;
    align-content: center;

}
#tituloProyecto{
    font-weight: 400;
    font-size: 3rem;
}

.h3, h3 {
    font-size: 23px;
    font-weight: 400;
}
h2{
    margin-top: 10px;
}
hr{
    height: .5px;
    margin: 15px ;
    background-color: rgb(37, 60, 125);
}
.proyectos{
    color: rgb(84, 88, 99);
    font-weight: 400;
}
.btn-secondary:hover {
    color: #fff;
} 

.btn-secondary{
    margin-bottom: 15px;
    padding: 1px 8px;
}

section {
    height:100vh;
}

footer p a{
    font-size:1.4rem ;
}

/* @media de la barra de navegacion para que sea responsive  */
@media screen and (max-width: 576px){
 
    header{
        flex-direction: column;
        height: 15%;
        margin: auto;
        padding-top: 15px;
     } 
    
     .nav-link{
        margin:auto 0.1rem ;
    } 

    #proyectos{
        display: flex;
        flex-direction: column;
    }
    .proyectos{
        margin:5px;
        font-weight: 500;
    }
} 

@media (min-width: 768px){
    .navbar-collapse.collapse {
		display: flex !important;
		
    }
    
    /*---separacion de los botones en el nav---*/
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media screen and (max-width: 768px){
   
  header{
        flex-direction: column;
        height: 15%;
        margin: auto;
        padding-top: 15px;
    } 

  #logo{
        margin: 0 !important;
        align-items: center;
        flex-direction: column;
    }
  
  footer{
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        flex-direction: column;
    }

    #proyectos{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (min-width: 992px){
    
    .nav-link{
	    margin:auto  0.3rem ;
	  
    } 
}

@media print{
    nav{
        display: none;
    }
}
  
@media screen and (min-width: 1499px){
    .nav-link{
        margin:auto 5rem ;
    }
    
}