
.wrap{
	width: 125rem;
	max-width: 100%;

}

ul.tabs{
	width: 100%;
	background: #ffcc00;
	list-style: none;
    border-radius: 50px 0px 0px 0px;
   
}

ul.tabs li{
	width: 100%;
}

ul.tabs li a{
    font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 15px 0px;
    
}



.active{
    border-radius: 50px 0px 0px 0px;
	background: #000000;
    transform:scale(1);
    transition: all .8s ease;
}

ul.tabs li a .tab-text{
	margin-left: 0px;
}

.secciones{
	width: 100%;
	background: #000000;
}

.secciones article{
	padding: 0px;
	color: white;
}

/*.secciones article p{
	text-align: justify;
}
*/

/*
@media screen and (max-width: 450px){
	ul.tabs li a{
		padding: 15px 0px;
	}

	ul.tabs li a .tab-text{
		display: none;
	}

	.secciones article{
		padding: 20px;
	}
}


@media screen and (max-width: 700px){
	ul.tabs li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}

}

*/


@media (min-width: 1024px){

	ul.tabs{
	
		display: flex;
		
	   
	}
	
}