@charset "UTF-8";

.desk {
	display: block;
}
  
.mob {
	display: none;
}

.desk ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}

.desk ul li{
	display:inline-block;
}

.desk ul li a {
	display: block;
	padding: 0 0.45rem;
	

}
.desk ul li a.active {
	text-decoration: underline;
	color: #8D8D8D;
}

.desk ul li a:hover {
	text-decoration: none;
	color: #8D8D8D;
}

@media screen and (max-width: 870px) {
	
	.logotipo {
	
	width: 142px;
	height: 66px;
	} 	
}
  

@media screen and (max-width: 830px) {
	
	.desk {
	display: none;
}
  
.mob {
	display: block;
	width: 100%;
	margin-top: 1rem;

}
.mob ul {
	display: none;

}
/* CSS Document */	


.mob ul li{
	display: block;
}

.mob ul li a {
	display: block;
	padding: 0.35rem 0;

}
.mob ul li a.active {
	text-decoration: underline;
	color: #8D8D8D;
}

.mob ul li a:hover {
	text-decoration: none;
	color: #8D8D8D;
}
	
	.burger {
    display: block;
	color: #AF845A;
	cursor: pointer;
		float: right;
		top: 30px;
		right: 30px;;
	padding: 0 0.45rem;
	position: absolute;
	
}	
	.logotipo {
	
	width: 142px;
	height: 66px;
	
	margin: auto;
	top: 1.2em;
	
	} 
	
}



/* CSS Document */	

	
	
.sliderTeam{
	justify-content: center;
	background-color: #D0D0C6;

} 

/* sliderCell */	


    .swiper-container {
      width: 100%;
    height: 35%;
    
    }

 .swiper-wrapper {
         width: 100%;
    height: auto;
    
    }

    .swiper-slide {
      width: 100%;
    height: auto;
      background: rgba(217, 217, 209, 0.999);
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

@media screen and (max-width: 767px) {
	
	.swiper-container {
      width: 100%;
    height: 44.7%;
    
    }
	
}

@media screen and (max-width: 576px) {
	
	.swiper-container {
      width: 100%;
    height: 51.4%;
    
    }
	}

