@media (orientation: landscape){
	.contenedor-servicios{
		margin-left: 16.666667%;
	}

	.titulo-servicios{
		height:25%;	
		background: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../imagenes/servicios.jpg"); 
		padding: 4 4 4 4px; 
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5vw;
		color: white;
	}
	.contenido-servicios{
		text-align: center;
		height:auto;	
		background-color: white; 
		padding: 4 4 4 4px; 
		align-content: center;
		font-size: 3vw;
		
	}
	.contenido-servicios p{
		font-size: 1.2vw;
		justify-content: center;
	}
	.tablas-iconos{
		margin: auto;
	}
	.filas-serv{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tit{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2vw;
	}
	.list{
		font-size: 1vw;
		display: flex;
		align-items: center;
	}

}


@media (orientation: portrait){
	.titulo-servicios{
		height:25%;	
		background: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../imagenes/servicios.jpg"); 
		padding: 4 4 4 4px; 
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 10vw;
		color: white;
	}
	.contenedor-servicios{
		height:-webkit-fill-available;
		background-color: white; 
	}
	.contenido-servicios{
		padding: 4 4 4 4px; 
		align-content: center;
	}
	.contenido-servicios h1{
		font-size: 5vw;
	}
	.contenido-servicios p{
		justify-content: center;
		font-size: 3vw;
	}
	.tablas-iconos{
		margin: auto;
	}
	.tablas-iconos td{
		text-align: center;
	}
	.tit{
		text-align: center;
		font-size: 4vw;
	}
	.list{
		text-align: center;
		font-size: 3vw;
	}
	.list ul{
		padding: 0px;
	}
}
@media(max-width: 570px) and (orientation: landscape){
	.tit{
		text-align: center;
		font-size: 6vw;
	}
	.list{
		text-align: center;
		font-size: 4vw;
	}
}





